From c790de4ef47119df531d61356982294604efcba0 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Thu, 18 Mar 2021 21:56:53 +0900 Subject: [PATCH 01/15] Fix --- .github/workflows/build_and_test.yml | 32 + .../sql-tests/results/group-analytics.sql.out | 50 +- .../sql-tests/results/grouping_set.sql.out | 2 +- .../sql-tests/results/natural-join.sql.out | 2 +- .../results/order-by-nulls-ordering.sql.out | 90 +- .../results/order-by-ordinal.sql.out | 34 +- .../postgreSQL/aggregates_part2.sql.out | 4 +- .../results/postgreSQL/boolean.sql.out | 2 +- .../results/postgreSQL/create_view.sql.out | 4 +- .../results/postgreSQL/groupingsets.sql.out | 94 +- .../sql-tests/results/postgreSQL/join.sql.out | 26 +- .../results/postgreSQL/numeric.sql.out | 6 +- .../results/postgreSQL/select.sql.out | 224 +- .../postgreSQL/select_implicit.sql.out | 24 +- .../results/postgreSQL/union.sql.out | 24 +- .../results/postgreSQL/window_part1.sql.out | 6 +- .../sql-tests/results/postgreSQL/with.sql.out | 4 +- .../exists-orderby-limit.sql.out | 8 +- .../subquery/in-subquery/in-joins.sql.out | 6 +- .../subquery/in-subquery/in-order-by.sql.out | 38 +- .../in-subquery/in-set-operations.sql.out | 32 +- .../subquery/in-subquery/not-in-joins.sql.out | 4 +- .../postgreSQL/udf-aggregates_part2.sql.out | 4 +- .../results/udf/postgreSQL/udf-join.sql.out | 30 +- .../postgreSQL/udf-select_implicit.sql.out | 24 +- .../results/udf/udf-group-analytics.sql.out | 50 +- .../results/udf/udf-natural-join.sql.out | 2 +- .../sql-tests/results/udf/udf-window.sql.out | 98 +- .../sql-tests/results/window.sql.out | 370 +-- .../tpcds-query-results/v1_4/q1.sql.out | 125 + .../tpcds-query-results/v1_4/q10.sql.out | 68 + .../tpcds-query-results/v1_4/q11.sql.out | 162 + .../tpcds-query-results/v1_4/q12.sql.out | 29 + .../tpcds-query-results/v1_4/q13.sql.out | 56 + .../tpcds-query-results/v1_4/q14a.sql.out | 226 ++ .../tpcds-query-results/v1_4/q14b.sql.out | 201 ++ .../tpcds-query-results/v1_4/q15.sql.out | 121 + .../tpcds-query-results/v1_4/q16.sql.out | 30 + .../tpcds-query-results/v1_4/q17.sql.out | 40 + .../tpcds-query-results/v1_4/q18.sql.out | 35 + .../tpcds-query-results/v1_4/q19.sql.out | 125 + .../tpcds-query-results/v1_4/q2.sql.out | 2600 +++++++++++++++++ .../tpcds-query-results/v1_4/q20.sql.out | 25 + .../tpcds-query-results/v1_4/q21.sql.out | 131 + .../tpcds-query-results/v1_4/q22.sql.out | 120 + .../tpcds-query-results/v1_4/q23a.sql.out | 60 + .../tpcds-query-results/v1_4/q23b.sql.out | 78 + .../tpcds-query-results/v1_4/q24a.sql.out | 41 + .../tpcds-query-results/v1_4/q24b.sql.out | 41 + .../tpcds-query-results/v1_4/q25.sql.out | 40 + .../tpcds-query-results/v1_4/q26.sql.out | 26 + .../tpcds-query-results/v1_4/q27.sql.out | 28 + .../tpcds-query-results/v1_4/q28.sql.out | 63 + .../tpcds-query-results/v1_4/q29.sql.out | 39 + .../tpcds-query-results/v1_4/q3.sql.out | 108 + .../tpcds-query-results/v1_4/q30.sql.out | 141 + .../tpcds-query-results/v1_4/q31.sql.out | 117 + .../tpcds-query-results/v1_4/q32.sql.out | 24 + .../tpcds-query-results/v1_4/q33.sql.out | 72 + .../tpcds-query-results/v1_4/q34.sql.out | 39 + .../tpcds-query-results/v1_4/q35.sql.out | 152 + .../tpcds-query-results/v1_4/q36.sql.out | 132 + .../tpcds-query-results/v1_4/q37.sql.out | 22 + .../tpcds-query-results/v1_4/q38.sql.out | 37 + .../tpcds-query-results/v1_4/q39a.sql.out | 296 ++ .../tpcds-query-results/v1_4/q39b.sql.out | 68 + .../tpcds-query-results/v1_4/q4.sql.out | 134 + .../tpcds-query-results/v1_4/q40.sql.out | 131 + .../tpcds-query-results/v1_4/q41.sql.out | 59 + .../tpcds-query-results/v1_4/q42.sql.out | 34 + .../tpcds-query-results/v1_4/q43.sql.out | 45 + .../tpcds-query-results/v1_4/q44.sql.out | 62 + .../tpcds-query-results/v1_4/q45.sql.out | 46 + .../tpcds-query-results/v1_4/q46.sql.out | 138 + .../tpcds-query-results/v1_4/q47.sql.out | 169 ++ .../tpcds-query-results/v1_4/q48.sql.out | 70 + .../tpcds-query-results/v1_4/q49.sql.out | 164 ++ .../tpcds-query-results/v1_4/q5.sql.out | 237 ++ .../tpcds-query-results/v1_4/q50.sql.out | 59 + .../tpcds-query-results/v1_4/q51.sql.out | 161 + .../tpcds-query-results/v1_4/q52.sql.out | 120 + .../tpcds-query-results/v1_4/q53.sql.out | 37 + .../tpcds-query-results/v1_4/q54.sql.out | 68 + .../tpcds-query-results/v1_4/q55.sql.out | 119 + .../tpcds-query-results/v1_4/q56.sql.out | 72 + .../tpcds-query-results/v1_4/q57.sql.out | 162 + .../tpcds-query-results/v1_4/q58.sql.out | 68 + .../tpcds-query-results/v1_4/q59.sql.out | 181 ++ .../tpcds-query-results/v1_4/q6.sql.out | 74 + .../tpcds-query-results/v1_4/q60.sql.out | 69 + .../tpcds-query-results/v1_4/q61.sql.out | 40 + .../tpcds-query-results/v1_4/q62.sql.out | 141 + .../tpcds-query-results/v1_4/q63.sql.out | 38 + .../tpcds-query-results/v1_4/q64.sql.out | 99 + .../tpcds-query-results/v1_4/q65.sql.out | 139 + .../tpcds-query-results/v1_4/q66.sql.out | 247 ++ .../tpcds-query-results/v1_4/q67.sql.out | 144 + .../tpcds-query-results/v1_4/q68.sql.out | 140 + .../tpcds-query-results/v1_4/q69.sql.out | 144 + .../tpcds-query-results/v1_4/q7.sql.out | 26 + .../tpcds-query-results/v1_4/q70.sql.out | 47 + .../tpcds-query-results/v1_4/q71.sql.out | 51 + .../tpcds-query-results/v1_4/q72.sql.out | 40 + .../tpcds-query-results/v1_4/q73.sql.out | 37 + .../tpcds-query-results/v1_4/q74.sql.out | 156 + .../tpcds-query-results/v1_4/q75.sql.out | 83 + .../tpcds-query-results/v1_4/q76.sql.out | 153 + .../tpcds-query-results/v1_4/q77.sql.out | 150 + .../tpcds-query-results/v1_4/q78.sql.out | 71 + .../tpcds-query-results/v1_4/q79.sql.out | 133 + .../tpcds-query-results/v1_4/q8.sql.out | 98 + .../tpcds-query-results/v1_4/q80.sql.out | 200 ++ .../tpcds-query-results/v1_4/q81.sql.out | 144 + .../tpcds-query-results/v1_4/q82.sql.out | 23 + .../tpcds-query-results/v1_4/q83.sql.out | 83 + .../tpcds-query-results/v1_4/q84.sql.out | 50 + .../tpcds-query-results/v1_4/q85.sql.out | 89 + .../tpcds-query-results/v1_4/q86.sql.out | 130 + .../tpcds-query-results/v1_4/q87.sql.out | 35 + .../tpcds-query-results/v1_4/q88.sql.out | 129 + .../tpcds-query-results/v1_4/q89.sql.out | 37 + .../tpcds-query-results/v1_4/q9.sql.out | 55 + .../tpcds-query-results/v1_4/q90.sql.out | 26 + .../tpcds-query-results/v1_4/q91.sql.out | 30 + .../tpcds-query-results/v1_4/q92.sql.out | 23 + .../tpcds-query-results/v1_4/q93.sql.out | 26 + .../tpcds-query-results/v1_4/q94.sql.out | 30 + .../tpcds-query-results/v1_4/q95.sql.out | 36 + .../tpcds-query-results/v1_4/q96.sql.out | 18 + .../tpcds-query-results/v1_4/q97.sql.out | 37 + .../tpcds-query-results/v1_4/q98.sql.out | 28 + .../tpcds-query-results/v1_4/q99.sql.out | 130 + .../tpcds-query-results/v2_7/q10a.sql.out | 77 + .../tpcds-query-results/v2_7/q11.sql.out | 178 ++ .../tpcds-query-results/v2_7/q12.sql.out | 30 + .../tpcds-query-results/v2_7/q14.sql.out | 241 ++ .../tpcds-query-results/v2_7/q14a.sql.out | 321 ++ .../tpcds-query-results/v2_7/q18a.sql.out | 140 + .../tpcds-query-results/v2_7/q20.sql.out | 26 + .../tpcds-query-results/v2_7/q22.sql.out | 121 + .../tpcds-query-results/v2_7/q22a.sql.out | 200 ++ .../tpcds-query-results/v2_7/q24.sql.out | 47 + .../tpcds-query-results/v2_7/q27a.sql.out | 77 + .../tpcds-query-results/v2_7/q34.sql.out | 44 + .../tpcds-query-results/v2_7/q35.sql.out | 171 ++ .../tpcds-query-results/v2_7/q35a.sql.out | 168 ++ .../tpcds-query-results/v2_7/q36a.sql.out | 176 ++ .../tpcds-query-results/v2_7/q47.sql.out | 170 ++ .../tpcds-query-results/v2_7/q49.sql.out | 171 ++ .../tpcds-query-results/v2_7/q51a.sql.out | 209 ++ .../tpcds-query-results/v2_7/q57.sql.out | 163 ++ .../tpcds-query-results/v2_7/q5a.sql.out | 264 ++ .../tpcds-query-results/v2_7/q6.sql.out | 76 + .../tpcds-query-results/v2_7/q64.sql.out | 118 + .../tpcds-query-results/v2_7/q67a.sql.out | 314 ++ .../tpcds-query-results/v2_7/q70a.sql.out | 79 + .../tpcds-query-results/v2_7/q72.sql.out | 47 + .../tpcds-query-results/v2_7/q74.sql.out | 158 + .../tpcds-query-results/v2_7/q75.sql.out | 85 + .../tpcds-query-results/v2_7/q77a.sql.out | 171 ++ .../tpcds-query-results/v2_7/q78.sql.out | 82 + .../tpcds-query-results/v2_7/q80a.sql.out | 253 ++ .../tpcds-query-results/v2_7/q86a.sql.out | 167 ++ .../tpcds-query-results/v2_7/q98.sql.out | 29 + .../apache/spark/sql/SQLQueryTestHelper.scala | 109 + .../apache/spark/sql/SQLQueryTestSuite.scala | 97 +- .../org/apache/spark/sql/TPCDSBase.scala | 4 +- .../spark/sql/TPCDSQueryTestSuite.scala | 156 + 168 files changed, 17241 insertions(+), 725 deletions(-) create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q1.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out create mode 100644 sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 225ddb6cc5e2..6fc98646e907 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -428,3 +428,35 @@ jobs: - name: Build with SBT run: | ./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Phadoop-cloud -Pkinesis-asl -Phadoop-2.7 compile test:compile + + tpcds-1g: + name: Run TPC-DS queries with SF=1 + runs-on: ubuntu-20.04 + steps: + - name: Checkout Spark repository + uses: actions/checkout@v2 + - name: Checkout TPC-DS (SF=1) generated data repository + uses: actions/checkout@v2 + with: + repository: maropu/spark-tpcds-sf-1 + path: ./tpcds-sf-1 + lfs: true + - name: Install Java 8 + uses: actions/setup-java@v1 + with: + java-version: 8 + - name: Run TPCDSQueryTestSuite + run: | + SPARK_TPCDS_DATA=`pwd`/tpcds-sf-1 build/sbt "sql/testOnly org.apache.spark.sql.TPCDSQueryTestSuite" + - name: Upload test results to report + if: always() + uses: actions/upload-artifact@v2 + with: + name: test-results-tpcds--8-hadoop3.2-hive2.3 + path: "**/target/test-reports/*.xml" + - name: Upload unit tests log files + if: failure() + uses: actions/upload-artifact@v2 + with: + name: unit-tests-log-tpcds--8-hadoop3.2-hive2.3 + path: "**/target/unit-tests.log" diff --git a/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out b/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out index b820fb49b09b..df50708364a4 100644 --- a/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out @@ -101,13 +101,13 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY ROLLUP(course, year -- !query schema struct -- !query output -NULL NULL 113000 -Java NULL 50000 Java 2012 20000 Java 2013 30000 -dotNET NULL 63000 +Java NULL 50000 +NULL NULL 113000 dotNET 2012 15000 dotNET 2013 48000 +dotNET NULL 63000 -- !query @@ -115,15 +115,15 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY CUBE(course, year) -- !query schema struct -- !query output -NULL NULL 113000 -NULL 2012 35000 -NULL 2013 78000 -Java NULL 50000 Java 2012 20000 Java 2013 30000 -dotNET NULL 63000 +Java NULL 50000 +NULL 2012 35000 +NULL 2013 78000 +NULL NULL 113000 dotNET 2012 15000 dotNET 2013 48000 +dotNET NULL 63000 -- !query @@ -161,13 +161,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output -NULL 113000 Java 20000 Java 30000 Java 50000 -dotNET 5000 +NULL 113000 dotNET 10000 dotNET 48000 +dotNET 5000 dotNET 63000 @@ -177,13 +177,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output -NULL 113000 3 Java 20000 0 Java 30000 0 Java 50000 1 -dotNET 5000 0 +NULL 113000 3 dotNET 10000 0 dotNET 48000 0 +dotNET 5000 0 dotNET 63000 1 @@ -229,13 +229,13 @@ struct -- !query output Java 2012 0 Java 2013 0 -dotNET 2012 0 -dotNET 2013 0 Java NULL 1 -dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 +dotNET 2012 0 +dotNET 2013 0 +dotNET NULL 1 -- !query @@ -244,8 +244,8 @@ HAVING GROUPING(year) = 1 AND GROUPING_ID(course, year) > 0 ORDER BY course, yea -- !query schema struct -- !query output -NULL NULL Java NULL +NULL NULL dotNET NULL @@ -287,13 +287,13 @@ struct -- !query output Java 2012 0 0 Java 2013 0 0 -dotNET 2012 0 0 -dotNET 2013 0 0 Java NULL 0 1 -dotNET NULL 0 1 NULL 2012 1 0 NULL 2013 1 0 NULL NULL 1 1 +dotNET 2012 0 0 +dotNET 2013 0 0 +dotNET NULL 0 1 -- !query @@ -304,13 +304,13 @@ struct -- !query output Java 2012 0 Java 2013 0 -dotNET 2012 0 -dotNET 2013 0 Java NULL 1 -dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 +dotNET 2012 0 +dotNET 2013 0 +dotNET NULL 1 -- !query @@ -338,13 +338,13 @@ struct -- !query output Java 2012 Java 2013 -dotNET 2012 -dotNET 2013 Java NULL -dotNET NULL NULL 2012 NULL 2013 NULL NULL +dotNET 2012 +dotNET 2013 +dotNET NULL -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out b/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out index 6af8e7048c81..d52b95711789 100644 --- a/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out @@ -127,8 +127,8 @@ ORDER BY -col1 -- !query schema struct -- !query output -3 2 1 2 +3 2 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out b/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out index 13f319700df3..41a426df2ba5 100644 --- a/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out @@ -42,8 +42,8 @@ struct -- !query output one 1 1 one 1 5 -two 2 22 three 3 NULL +two 2 22 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out b/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out index 67d271790eef..4ab82974cedd 100644 --- a/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out @@ -28,15 +28,15 @@ from spark_10747 where col1 = 6 order by sum_col2 -- !query schema struct -- !query output -6 9 10 28 -6 13 NULL 34 6 10 NULL 41 +6 11 4 56 6 12 10 43 +6 13 NULL 34 6 15 8 55 6 15 8 56 -6 11 4 56 -6 7 8 58 6 7 4 58 +6 7 8 58 +6 9 10 28 -- !query @@ -50,13 +50,13 @@ struct -- !query output 6 10 NULL 32 6 11 4 33 +6 12 10 56 6 13 NULL 44 -6 7 4 48 -6 9 10 51 6 15 8 55 -6 12 10 56 6 15 8 56 +6 7 4 48 6 7 8 58 +6 9 10 51 -- !query @@ -68,14 +68,14 @@ from spark_10747 where col1 = 6 order by sum_col2 -- !query schema struct -- !query output -6 7 4 25 -6 13 NULL 35 -6 11 4 40 6 10 NULL 44 -6 7 8 55 +6 11 4 40 +6 12 10 59 +6 13 NULL 35 6 15 8 57 6 15 8 58 -6 12 10 59 +6 7 4 25 +6 7 8 55 6 9 10 61 @@ -89,14 +89,14 @@ from spark_10747 where col1 = 6 order by sum_col2 struct -- !query output 6 10 NULL 30 +6 11 4 53 6 12 10 36 6 13 NULL 41 -6 7 4 48 -6 9 10 51 -6 11 4 53 -6 7 8 55 6 15 8 57 6 15 8 58 +6 7 4 48 +6 7 8 55 +6 9 10 51 -- !query @@ -105,14 +105,14 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 ASC NULLS FIRST, COL2 struct -- !query output 6 10 NULL -6 13 NULL -6 7 4 6 11 4 -6 7 8 +6 12 10 +6 13 NULL 6 15 8 6 15 8 +6 7 4 +6 7 8 6 9 10 -6 12 10 -- !query @@ -120,15 +120,15 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 NULLS LAST, COL2 -- !query schema struct -- !query output -6 7 4 +6 10 NULL 6 11 4 -6 7 8 +6 12 10 +6 13 NULL 6 15 8 6 15 8 +6 7 4 +6 7 8 6 9 10 -6 12 10 -6 10 NULL -6 13 NULL -- !query @@ -137,14 +137,14 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 DESC NULLS FIRST, COL2 struct -- !query output 6 10 NULL -6 13 NULL -6 9 10 +6 11 4 6 12 10 -6 7 8 +6 13 NULL 6 15 8 6 15 8 6 7 4 -6 11 4 +6 7 8 +6 9 10 -- !query @@ -152,15 +152,15 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 DESC NULLS LAST, COL2 -- !query schema struct -- !query output -6 9 10 +6 10 NULL +6 11 4 6 12 10 -6 7 8 +6 13 NULL 6 15 8 6 15 8 6 7 4 -6 11 4 -6 10 NULL -6 13 NULL +6 7 8 +6 9 10 -- !query @@ -206,14 +206,14 @@ select * from spark_10747_mix order by col1 nulls last, col5 nulls last -- !query schema struct -- !query output +NULL 3 0.0 3.00 1.0 a 1 1.0 1.00 NULL b 2 1.0 1.00 10.0 c 3 2.0 2.00 15.1 c 3 2.0 2.00 NULL -d 3 2.0 3.00 0.0 d 3 0.0 3.00 1.0 +d 3 2.0 3.00 0.0 d 3 NULL 4.00 1.0 -NULL 3 0.0 3.00 1.0 -- !query @@ -222,13 +222,13 @@ select * from spark_10747_mix order by col1 desc nulls first, col5 desc nulls fi struct -- !query output NULL 3 0.0 3.00 1.0 +a 1 1.0 1.00 NULL +b 2 1.0 1.00 10.0 +c 3 2.0 2.00 15.1 +c 3 2.0 2.00 NULL d 3 0.0 3.00 1.0 -d 3 NULL 4.00 1.0 d 3 2.0 3.00 0.0 -c 3 2.0 2.00 NULL -c 3 2.0 2.00 15.1 -b 2 1.0 1.00 10.0 -a 1 1.0 1.00 NULL +d 3 NULL 4.00 1.0 -- !query @@ -236,14 +236,14 @@ select * from spark_10747_mix order by col5 desc nulls first, col3 desc nulls la -- !query schema struct -- !query output -c 3 2.0 2.00 NULL +NULL 3 0.0 3.00 1.0 a 1 1.0 1.00 NULL -c 3 2.0 2.00 15.1 b 2 1.0 1.00 10.0 +c 3 2.0 2.00 15.1 +c 3 2.0 2.00 NULL d 3 0.0 3.00 1.0 -NULL 3 0.0 3.00 1.0 -d 3 NULL 4.00 1.0 d 3 2.0 3.00 0.0 +d 3 NULL 4.00 1.0 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out b/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out index 44c811a7439c..a7eff5d51bec 100644 --- a/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out @@ -22,12 +22,12 @@ select * from data order by 1 desc -- !query schema struct -- !query output -3 1 -3 2 -2 1 -2 2 1 1 1 2 +2 1 +2 2 +3 1 +3 2 -- !query @@ -35,12 +35,12 @@ select * from data order by 1 desc, b desc -- !query schema struct -- !query output -3 2 -3 1 -2 2 -2 1 -1 2 1 1 +1 2 +2 1 +2 2 +3 1 +3 2 -- !query @@ -48,12 +48,12 @@ select * from data order by 1 desc, 2 desc -- !query schema struct -- !query output -3 2 -3 1 -2 2 -2 1 -1 2 1 1 +1 2 +2 1 +2 2 +3 1 +3 2 -- !query @@ -61,12 +61,12 @@ select * from data order by 1 + 0 desc, b desc -- !query schema struct -- !query output -1 2 -2 2 -3 2 1 1 +1 2 2 1 +2 2 3 1 +3 2 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out index 6633bf5d114e..7958887fb732 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out @@ -290,9 +290,9 @@ select t1.max_unique2, g from (select max(unique2) as max_unique2 FROM tenk1) t1 -- !query schema struct -- !query output -9999 3 -9999 2 9999 1 +9999 2 +9999 3 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out index ef9a67a50b1d..699404bcc3c0 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out @@ -709,9 +709,9 @@ FROM booltbl3 ORDER BY o -- !query schema struct -- !query output -true true false false true false true false false true true false false true null false true false true true false +true true false false true false true -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out index 3b383c0f4271..cafd5925082f 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out @@ -132,9 +132,9 @@ SELECT * FROM viewtest -- !query schema struct -- !query output -20 25 -15 20 10 15 +15 20 +20 25 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out index 1aa34b29575c..e5d95108f631 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out @@ -113,18 +113,18 @@ select a, b, grouping(a), grouping(b), sum(v), count(*), max(v) -- !query schema struct -- !query output -NULL NULL 1 1 145 10 19 -1 NULL 0 1 60 5 14 1 1 0 0 21 2 11 1 2 0 0 25 2 13 1 3 0 0 14 1 14 -2 NULL 0 1 15 1 15 +1 NULL 0 1 60 5 14 2 3 0 0 15 1 15 -3 NULL 0 1 33 2 17 +2 NULL 0 1 15 1 15 3 3 0 0 16 1 16 3 4 0 0 17 1 17 -4 NULL 0 1 37 2 19 +3 NULL 0 1 33 2 17 4 1 0 0 37 2 19 +4 NULL 0 1 37 2 19 +NULL NULL 1 1 145 10 19 -- !query @@ -133,18 +133,18 @@ select a, b, grouping(a), grouping(b), sum(v), count(*), max(v) -- !query schema struct -- !query output -3 4 0 0 17 1 17 -1 3 0 0 14 1 14 -2 3 0 0 15 1 15 -3 3 0 0 16 1 16 -1 2 0 0 25 2 13 1 1 0 0 21 2 11 -4 1 0 0 37 2 19 -NULL NULL 1 1 145 10 19 +1 2 0 0 25 2 13 +1 3 0 0 14 1 14 1 NULL 0 1 60 5 14 +2 3 0 0 15 1 15 2 NULL 0 1 15 1 15 +3 3 0 0 16 1 16 +3 4 0 0 17 1 17 3 NULL 0 1 33 2 17 +4 1 0 0 37 2 19 4 NULL 0 1 37 2 19 +NULL NULL 1 1 145 10 19 -- !query @@ -153,18 +153,18 @@ select a, b, grouping(a), grouping(b), sum(v), count(*), max(v) -- !query schema struct -- !query output -NULL NULL 1 1 145 10 19 -1 NULL 0 1 60 5 14 1 1 0 0 21 2 11 -2 NULL 0 1 15 1 15 -3 NULL 0 1 33 2 17 1 2 0 0 25 2 13 1 3 0 0 14 1 14 -4 NULL 0 1 37 2 19 -4 1 0 0 37 2 19 +1 NULL 0 1 60 5 14 2 3 0 0 15 1 15 +2 NULL 0 1 15 1 15 3 3 0 0 16 1 16 3 4 0 0 17 1 17 +3 NULL 0 1 33 2 17 +4 1 0 0 37 2 19 +4 NULL 0 1 37 2 19 +NULL NULL 1 1 145 10 19 -- !query @@ -173,12 +173,12 @@ select a, b, sum(c), sum(sum(c)) over (order by a,b) as rsum -- !query schema struct -- !query output -NULL NULL 12 12 -1 NULL 10 22 1 1 8 30 1 2 2 32 -2 NULL 2 34 +1 NULL 10 22 2 2 2 36 +2 NULL 2 34 +NULL NULL 12 12 -- !query @@ -284,11 +284,11 @@ select four, x || 'x' -- !query schema struct -- !query output -NULL foox 0 NULL 1 NULL 2 NULL 3 NULL +NULL foox -- !query @@ -377,9 +377,9 @@ select a,count(*) from gstest2 group by rollup(a) order by a -- !query schema struct -- !query output -NULL 9 1 8 2 1 +NULL 9 -- !query @@ -387,8 +387,8 @@ select a,count(*) from gstest2 group by rollup(a) having a is distinct from 1 or -- !query schema struct -- !query output -NULL 9 2 1 +NULL 9 -- !query @@ -507,13 +507,13 @@ struct -- !query output 0 NULL 0 1 1 1 -1 NULL 0 1 1 2 -2 NULL 0 1 1 4 -3 NULL 0 1 1 8 0 NULL 0 1 1 16 +1 NULL 0 1 1 2 1 NULL 0 1 1 32 +2 NULL 0 1 1 4 2 NULL 0 1 1 64 3 NULL 0 1 1 128 +3 NULL 0 1 1 8 NULL 1 1 0 1 1 +NULL 1 1 0 1 128 NULL 1 1 0 1 2 -NULL 2 1 0 1 4 -NULL 2 1 0 1 8 +NULL 1 1 0 1 64 NULL 2 1 0 1 16 NULL 2 1 0 1 32 -NULL 1 1 0 1 64 -NULL 1 1 0 1 128 +NULL 2 1 0 1 4 +NULL 2 1 0 1 8 -- !query @@ -624,10 +624,6 @@ struct -- !query output -NULL NULL 12 12 -NULL 1 8 20 -NULL 2 4 24 -1 NULL 10 34 1 1 8 42 1 2 2 44 -2 NULL 2 46 +1 NULL 10 34 2 2 2 48 +2 NULL 2 46 +NULL 1 8 20 +NULL 2 4 24 +NULL NULL 12 12 -- !query @@ -661,11 +661,11 @@ SELECT a, b, count(*), max(a), max(b) FROM gstest3 GROUP BY GROUPING SETS(a, b,( -- !query schema struct -- !query output -NULL NULL 2 2 2 -NULL 1 1 1 1 -NULL 2 1 2 2 1 NULL 1 1 1 2 NULL 1 2 2 +NULL 1 1 1 1 +NULL 2 1 2 2 +NULL NULL 2 2 2 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out index 4bc5b5e8df9f..b6b382589c7a 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out @@ -1790,8 +1790,6 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output - NULL NULL null NULL - NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1803,6 +1801,8 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL null NULL -- !query @@ -1812,8 +1812,6 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output - NULL NULL null NULL - NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1825,6 +1823,8 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL null NULL -- !query @@ -1868,10 +1868,6 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output - NULL NULL NULL NULL - NULL NULL null NULL - NULL 0 zero NULL - NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1883,6 +1879,10 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL NULL 0 + NULL NULL NULL NULL + NULL NULL null NULL -- !query @@ -1892,10 +1892,6 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output - NULL NULL NULL NULL - NULL NULL null NULL - NULL 0 zero NULL - NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1907,6 +1903,10 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL NULL 0 + NULL NULL NULL NULL + NULL NULL null NULL -- !query @@ -2995,11 +2995,11 @@ select b.unique1 from -- !query schema struct -- !query output +0 NULL NULL NULL NULL -0 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out index 769c3404e34f..6478f1b4080b 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out @@ -4540,11 +4540,13 @@ SELECT -- !query schema struct -- !query output --5.200000000000000 0 0 6 6 0 0 0 0 4 4 -0.000000000100000 0 0 6 6 0 0 0 0 5 5 +-5.200000000000000 0 0 6 6 0 0 0 0 4 4 0.000000000001000 1 1 5 5 0 0 0 0 6 6 1.000000000000000 1 1 5 5 0 0 0 0 6 6 1.999999999999990 1 1 5 5 0 0 0 0 6 6 +10.000000000000000 6 6 1 1 5 5 21 21 8 8 +10.000000000000100 6 6 0 0 5 5 21 21 8 8 2.000000000000000 2 2 5 5 1 1 0 0 6 6 2.000000000000010 2 2 4 4 1 1 0 0 6 6 3.000000000000000 2 2 4 4 1 1 0 0 6 6 @@ -4557,8 +4559,6 @@ struct -- !query output -19 TAAAAA -18 SAAAAA -17 RAAAAA -16 QAAAAA -15 PAAAAA -14 OAAAAA -13 NAAAAA -12 MAAAAA -11 LAAAAA +0 AAAAAA +1 BAAAAA 10 KAAAAA -9 JAAAAA -8 IAAAAA -7 HAAAAA -6 GAAAAA -5 FAAAAA -4 EAAAAA -3 DAAAAA +11 LAAAAA +12 MAAAAA +13 NAAAAA +14 OAAAAA +15 PAAAAA +16 QAAAAA +17 RAAAAA +18 SAAAAA +19 TAAAAA 2 CAAAAA -1 BAAAAA -0 AAAAAA +3 DAAAAA +4 EAAAAA +5 FAAAAA +6 GAAAAA +7 HAAAAA +8 IAAAAA +9 JAAAAA -- !query @@ -79,6 +79,13 @@ SELECT onek.unique1, onek.stringu1 FROM onek -- !query schema struct -- !query output +981 TLAAAA +982 ULAAAA +983 VLAAAA +984 WLAAAA +985 XLAAAA +986 YLAAAA +987 ZLAAAA 988 AMAAAA 989 BMAAAA 990 CMAAAA @@ -91,13 +98,6 @@ struct 997 JMAAAA 998 KMAAAA 999 LMAAAA -981 TLAAAA -982 ULAAAA -983 VLAAAA -984 WLAAAA -985 XLAAAA -986 YLAAAA -987 ZLAAAA -- !query @@ -107,25 +107,25 @@ SELECT onek.unique1, onek.string4 FROM onek -- !query schema struct -- !query output -999 AAAAxx -995 AAAAxx -983 AAAAxx -982 AAAAxx 981 AAAAxx -998 HHHHxx -997 HHHHxx -993 HHHHxx -990 HHHHxx +982 AAAAxx +983 AAAAxx +984 VVVVxx +985 OOOOxx 986 HHHHxx -996 OOOOxx -991 OOOOxx -988 OOOOxx 987 OOOOxx -985 OOOOxx -994 VVVVxx -992 VVVVxx +988 OOOOxx 989 VVVVxx -984 VVVVxx +990 HHHHxx +991 OOOOxx +992 VVVVxx +993 HHHHxx +994 VVVVxx +995 AAAAxx +996 OOOOxx +997 HHHHxx +998 HHHHxx +999 AAAAxx -- !query @@ -135,24 +135,24 @@ SELECT onek.unique1, onek.string4 FROM onek -- !query schema struct -- !query output +981 AAAAxx +982 AAAAxx +983 AAAAxx 984 VVVVxx -989 VVVVxx -992 VVVVxx -994 VVVVxx 985 OOOOxx +986 HHHHxx 987 OOOOxx 988 OOOOxx -991 OOOOxx -996 OOOOxx -986 HHHHxx +989 VVVVxx 990 HHHHxx +991 OOOOxx +992 VVVVxx 993 HHHHxx +994 VVVVxx +995 AAAAxx +996 OOOOxx 997 HHHHxx 998 HHHHxx -981 AAAAxx -982 AAAAxx -983 AAAAxx -995 AAAAxx 999 AAAAxx @@ -163,26 +163,26 @@ SELECT onek.unique1, onek.string4 FROM onek -- !query schema struct -- !query output -19 OOOOxx -18 VVVVxx -17 HHHHxx -16 OOOOxx -15 VVVVxx -14 AAAAxx -13 OOOOxx -12 AAAAxx -11 OOOOxx +0 OOOOxx +1 OOOOxx 10 AAAAxx -9 HHHHxx -8 HHHHxx -7 VVVVxx -6 OOOOxx -5 HHHHxx -4 HHHHxx -3 VVVVxx +11 OOOOxx +12 AAAAxx +13 OOOOxx +14 AAAAxx +15 VVVVxx +16 OOOOxx +17 HHHHxx +18 VVVVxx +19 OOOOxx 2 OOOOxx -1 OOOOxx -0 OOOOxx +3 VVVVxx +4 HHHHxx +5 HHHHxx +6 OOOOxx +7 VVVVxx +8 HHHHxx +9 HHHHxx -- !query @@ -194,14 +194,6 @@ struct -- !query output 0 OOOOxx 1 OOOOxx -2 OOOOxx -3 VVVVxx -4 HHHHxx -5 HHHHxx -6 OOOOxx -7 VVVVxx -8 HHHHxx -9 HHHHxx 10 AAAAxx 11 OOOOxx 12 AAAAxx @@ -212,6 +204,14 @@ struct 17 HHHHxx 18 VVVVxx 19 OOOOxx +2 OOOOxx +3 VVVVxx +4 HHHHxx +5 HHHHxx +6 OOOOxx +7 VVVVxx +8 HHHHxx +9 HHHHxx -- !query @@ -238,26 +238,26 @@ SELECT onek2.unique1, onek2.stringu1 FROM onek2 -- !query schema struct -- !query output -19 TAAAAA -18 SAAAAA -17 RAAAAA -16 QAAAAA -15 PAAAAA -14 OAAAAA -13 NAAAAA -12 MAAAAA -11 LAAAAA +0 AAAAAA +1 BAAAAA 10 KAAAAA -9 JAAAAA -8 IAAAAA -7 HAAAAA -6 GAAAAA -5 FAAAAA -4 EAAAAA -3 DAAAAA +11 LAAAAA +12 MAAAAA +13 NAAAAA +14 OAAAAA +15 PAAAAA +16 QAAAAA +17 RAAAAA +18 SAAAAA +19 TAAAAA 2 CAAAAA -1 BAAAAA -0 AAAAAA +3 DAAAAA +4 EAAAAA +5 FAAAAA +6 GAAAAA +7 HAAAAA +8 IAAAAA +9 JAAAAA -- !query @@ -375,13 +375,13 @@ SELECT * FROM foo ORDER BY f1 -- !query schema struct -- !query output -NULL -NULL 1 -3 -7 10 +3 42 +7 +NULL +NULL -- !query @@ -389,13 +389,13 @@ SELECT * FROM foo ORDER BY f1 ASC -- !query schema struct -- !query output -NULL -NULL 1 -3 -7 10 +3 42 +7 +NULL +NULL -- !query @@ -403,13 +403,13 @@ SELECT * FROM foo ORDER BY f1 NULLS FIRST -- !query schema struct -- !query output -NULL -NULL 1 -3 -7 10 +3 42 +7 +NULL +NULL -- !query @@ -417,11 +417,11 @@ SELECT * FROM foo ORDER BY f1 DESC -- !query schema struct -- !query output -42 +1 10 -7 3 -1 +42 +7 NULL NULL @@ -431,11 +431,11 @@ SELECT * FROM foo ORDER BY f1 DESC NULLS LAST -- !query schema struct -- !query output -42 +1 10 -7 3 -1 +42 +7 NULL NULL diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out index 4a304aeb606b..4886c1b3c857 100755 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out @@ -108,11 +108,11 @@ SELECT count(*) FROM test_missing_target GROUP BY test_missing_target.c ORDER BY -- !query schema struct -- !query output +1 +1 2 2 2 -1 -1 2 @@ -153,16 +153,16 @@ SELECT c FROM test_missing_target ORDER BY a -- !query schema struct -- !query output -XXXX ABAB ABAB BBBB BBBB +CCCC +CCCC +XXXX bbbb cccc cccc -CCCC -CCCC -- !query @@ -170,10 +170,10 @@ SELECT count(*) FROM test_missing_target GROUP BY b ORDER BY b desc -- !query schema struct -- !query output -4 -3 -2 1 +2 +3 +4 -- !query @@ -315,10 +315,10 @@ ORDER BY lower(test_missing_target.c) -- !query schema struct -- !query output +1 2 3 4 -1 -- !query @@ -376,10 +376,10 @@ SELECT count(b) FROM test_missing_target -- !query schema struct -- !query output -4 -3 -2 1 +2 +3 +4 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out index 5f7a82b5c80c..9932e33a1a04 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out @@ -201,10 +201,10 @@ ORDER BY 1 -- !query schema struct -- !query output +-1.2345678901234E-200 -1.2345678901234E200 -1004.3 -34.84 --1.2345678901234E-200 0.0 @@ -235,12 +235,12 @@ ORDER BY 1 -- !query schema struct -- !query output +-1.2345678901234E-200 -1.2345678901234E200 --2.147483647E9 --123456.0 -1004.3 +-123456.0 +-2.147483647E9 -34.84 --1.2345678901234E-200 0.0 123456.0 2.147483647E9 @@ -275,9 +275,9 @@ ORDER BY 1 -- !query schema struct -- !query output +-1.2345678901234E-200 -1004.3 -34.84 --1.2345678901234E-200 0.0 123456.0 @@ -435,10 +435,10 @@ SELECT f1 FROM float8_tbl EXCEPT SELECT f1 FROM int4_tbl ORDER BY 1 -- !query schema struct -- !query output +-1.2345678901234E-200 -1.2345678901234E200 -1004.3 -34.84 --1.2345678901234E-200 -- !query @@ -469,13 +469,13 @@ struct -- !query schema struct -- !query output +-4567890123456789 +123 123 -4567890123456789 456 4567890123456789 -123 4567890123456789 --4567890123456789 +4567890123456789 -- !query @@ -492,13 +492,13 @@ SELECT q1 FROM int8_tbl UNION ALL (((SELECT q2 FROM int8_tbl EXCEPT SELECT q1 FR -- !query schema struct -- !query output +-4567890123456789 123 123 +456 4567890123456789 4567890123456789 4567890123456789 --4567890123456789 -456 -- !query @@ -516,8 +516,8 @@ ORDER BY q2,q1 -- !query schema struct -- !query output -4567890123456789 -4567890123456789 123 456 +4567890123456789 -4567890123456789 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out index ba449ccf393e..4220f7d72311 100755 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out @@ -308,6 +308,9 @@ ORDER BY four, ten -- !query schema struct -- !query output +0 0 2 +3 1 3 +3 3 3 4 0 0 4 0 0 4 4 0 @@ -315,9 +318,6 @@ struct -- !query output 1 1 v -4 4 v -7 7 v 10 10 v 13 13 v 16 16 v +4 4 v +7 7 v -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out index ebd4da6ccbd5..7fe762f31e23 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out @@ -63,10 +63,10 @@ ORDER BY hiredate -- !query schema struct -- !query output -300 emp 3 2002-01-01 300.0 20 -200 emp 2 2003-01-01 200.0 10 100 emp 1 2005-01-01 100.0 10 100 emp 1 2005-01-01 100.0 10 +200 emp 2 2003-01-01 200.0 10 +300 emp 3 2002-01-01 300.0 20 400 emp 4 2005-01-01 400.0 30 800 emp 8 2016-01-01 150.0 70 @@ -83,12 +83,12 @@ ORDER BY hiredate DESC -- !query schema struct -- !query output -800 2016-01-01 100 2005-01-01 100 2005-01-01 -400 2005-01-01 200 2003-01-01 300 2002-01-01 +400 2005-01-01 +800 2016-01-01 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out index 615b67f629e5..b2db78948022 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out @@ -136,9 +136,9 @@ ORDER BY t1a DESC, t3b DESC, t3c ASC -- !query schema struct -- !query output -1 10 val3b 8 NULL 1 10 val1b 8 16 1 10 val3a 6 12 +1 10 val3b 8 NULL 1 8 val3a 6 12 1 8 val3a 6 12 @@ -184,10 +184,10 @@ ORDER BY t1a -- !query schema struct -- !query output -val1b 8 16 val3a 6 12 -val1b 8 16 val3a 6 12 val1b 8 16 val1b 10 12 val1b 8 16 val1b 10 12 +val1b 8 16 val3a 6 12 +val1b 8 16 val3a 6 12 val1b 8 16 val3c 17 16 val1b 8 16 val3c 17 16 diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out index 96b418c54bf5..47081e9e6758 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out @@ -77,9 +77,9 @@ struct -- !query output -val1e 10 NULL 25 17.0 25.0 2600 2014-08-04 01:01:00 2014-08-04 -val1e 10 NULL 19 17.0 25.0 2600 2014-09-04 01:02:00.001 2014-09-04 -val1d 10 NULL 12 17.0 25.0 2600 2015-05-04 01:01:00 2015-05-04 -val1e 10 NULL 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 -val1b 8 16 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 -val1c 8 16 19 17.0 25.0 2600 2014-05-04 01:02:00.001 2014-05-05 val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:00:00 2014-04-04 val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:02:00.001 2014-04-04 +val1b 8 16 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 +val1c 8 16 19 17.0 25.0 2600 2014-05-04 01:02:00.001 2014-05-05 +val1d 10 NULL 12 17.0 25.0 2600 2015-05-04 01:01:00 2015-05-04 +val1e 10 NULL 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 +val1e 10 NULL 19 17.0 25.0 2600 2014-09-04 01:02:00.001 2014-09-04 +val1e 10 NULL 25 17.0 25.0 2600 2014-08-04 01:01:00 2014-08-04 -- !query @@ -173,8 +173,8 @@ ORDER BY t1h DESC nulls last -- !query schema struct -- !query output -val1c 8 2014-05-04 01:02:00.001 val1b 8 2014-05-04 01:01:00 +val1c 8 2014-05-04 01:02:00.001 -- !query @@ -186,13 +186,13 @@ ORDER BY t1a -- !query schema struct -- !query output -val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:00:00 2014-04-04 -val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 val1a 16 12 10 15.0 20.0 2000 2014-07-04 01:01:00 2014-07-04 +val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 +val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:00:00 2014-04-04 val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:02:00.001 2014-04-04 -val1d NULL 16 22 17.0 25.0 2600 2014-06-04 01:01:00 NULL -val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL val1d 10 NULL 12 17.0 25.0 2600 2015-05-04 01:01:00 2015-05-04 +val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL +val1d NULL 16 22 17.0 25.0 2600 2014-06-04 01:01:00 NULL -- !query @@ -208,9 +208,9 @@ struct -- !query output val1a 16 val1a 16 -val1d 10 val1a 6 val1a 6 +val1d 10 val1d NULL val1d NULL @@ -228,10 +228,10 @@ ORDER BY t1c DESC nulls last -- !query schema struct -- !query output -val1d NULL 16 22 17.0 25.0 2600 2014-06-04 01:01:00 NULL -val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL -val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 val1a 16 12 10 15.0 20.0 2000 2014-07-04 01:01:00 2014-07-04 +val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 +val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL +val1d NULL 16 22 17.0 25.0 2600 2014-06-04 01:01:00 NULL -- !query @@ -320,9 +320,9 @@ ORDER BY t1b DESC nulls last -- !query schema struct -- !query output -1 16 1 10 1 10 -1 8 +1 16 1 6 +1 8 1 NULL diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out index 783f4031a452..8f45a83d4b14 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out @@ -87,10 +87,10 @@ ORDER BY t2c DESC nulls first -- !query schema struct -- !query output -val1b 8 16 2015-05-04 01:01:00 2015-05-04 -val1b 8 16 2014-07-04 01:01:00 2014-07-04 val1b 8 16 2014-06-04 01:02:00 2014-06-04 +val1b 8 16 2014-07-04 01:01:00 2014-07-04 val1b 8 16 2014-07-04 01:02:00 2014-07-04 +val1b 8 16 2015-05-04 01:01:00 2015-05-04 -- !query @@ -119,8 +119,8 @@ ORDER BY t2d DESC struct -- !query output val1b 8 119 1 2015-05-04 -val1b 8 19 1 2014-07-04 val1b 8 19 1 2014-05-04 +val1b 8 19 1 2014-07-04 -- !query @@ -357,11 +357,11 @@ ORDER BY t1c DESC, t1a DESC -- !query schema struct -- !query output -val1c 8 16 19 -val1b 8 16 19 -val1a 16 12 21 val1a 16 12 10 +val1a 16 12 21 val1a 6 8 10 +val1b 8 16 19 +val1c 8 16 19 -- !query @@ -404,12 +404,12 @@ ORDER BY t1b DESC NULLs first, t1c DESC NULLs last -- !query schema struct -- !query output -val1d NULL 16 val1a 16 12 -val1e 10 NULL +val1b 8 16 val1d 10 NULL +val1d NULL 16 +val1e 10 NULL val1e 10 NULL -val1b 8 16 -- !query @@ -449,10 +449,10 @@ ORDER BY t1c DESC NULLS last, t1a DESC -- !query schema struct -- !query output -val1c 8 16 val1b 8 16 -val1e 10 NULL +val1c 8 16 val1d 10 NULL +val1e 10 NULL -- !query @@ -584,12 +584,12 @@ ORDER BY t1c DESC NULLS LAST, t1i -- !query schema struct -- !query output -1 8 16 2014-05-04 -1 8 16 2014-05-05 -1 16 12 2014-06-04 -1 16 12 2014-07-04 -1 6 8 2014-04-04 1 10 NULL 2014-05-04 1 10 NULL 2014-08-04 1 10 NULL 2014-09-04 1 10 NULL 2015-05-04 +1 16 12 2014-06-04 +1 16 12 2014-07-04 +1 6 8 2014-04-04 +1 8 16 2014-05-04 +1 8 16 2014-05-05 diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out index 4872e3c953ff..463c757c1669 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out @@ -116,9 +116,9 @@ ORDER BY t1a, t3b -- !query schema struct -- !query output -val1c 8 16 1 6 12 val1c 8 16 1 10 12 val1c 8 16 1 17 16 +val1c 8 16 1 6 12 -- !query @@ -173,9 +173,9 @@ ORDER BY t1b DESC, t1d ASC -- !query schema struct -- !query output +1 10 NULL 12 1 16 12 10 1 16 12 21 -1 10 NULL 12 1 6 8 10 1 NULL 16 22 diff --git a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out index a0008c3dd552..55134749426e 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out @@ -251,9 +251,9 @@ select t1.max_unique2, udf(g) from (select max(udf(unique2)) as max_unique2 FROM -- !query schema struct -- !query output -9999 3 -9999 2 9999 1 +9999 2 +9999 3 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out index 36529eabc758..4f85ee66c2e2 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out @@ -1790,8 +1790,6 @@ SELECT udf(udf('')) AS `xxx`, udf(i), udf(j), udf(t), udf(k) -- !query schema struct -- !query output - NULL NULL null NULL - NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1803,6 +1801,8 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL null NULL -- !query @@ -1812,8 +1812,6 @@ SELECT udf('') AS `xxx`, udf(i), udf(j), udf(t), udf(k) -- !query schema struct -- !query output - NULL NULL null NULL - NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1825,6 +1823,8 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL null NULL -- !query @@ -1868,10 +1868,6 @@ SELECT udf('') AS `xxx`, udf(i), udf(j), udf(udf(t)), udf(k) -- !query schema struct -- !query output - NULL NULL NULL NULL - NULL NULL null NULL - NULL 0 zero NULL - NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1883,6 +1879,10 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL NULL 0 + NULL NULL NULL NULL + NULL NULL null NULL -- !query @@ -1892,10 +1892,6 @@ SELECT udf('') AS `xxx`, udf(i), udf(j), t, udf(udf(k)) -- !query schema struct -- !query output - NULL NULL NULL NULL - NULL NULL null NULL - NULL 0 zero NULL - NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1907,6 +1903,10 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL + NULL 0 zero NULL + NULL NULL NULL 0 + NULL NULL NULL NULL + NULL NULL null NULL -- !query @@ -2370,10 +2370,10 @@ order by udf(udf(1)), 2 -- !query schema struct -- !query output -4567890123456789 -4567890123456789 NULL NULL NULL -4567890123456789 123 NULL NULL NULL 123 456 123 456 123 123 4567890123456789 123 4567890123456789 123 +4567890123456789 -4567890123456789 NULL NULL NULL +4567890123456789 123 NULL NULL NULL 4567890123456789 4567890123456789 123 4567890123456789 123 @@ -3023,9 +3023,9 @@ select udf(b.unique1) from -- !query schema struct -- !query output +0 NULL NULL -0 NULL NULL diff --git a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out index ee1f673cc9d9..0c6e883e1005 100755 --- a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out @@ -111,11 +111,11 @@ ORDER BY udf(c) -- !query schema struct -- !query output +1 +1 2 2 2 -1 -1 2 @@ -156,16 +156,16 @@ SELECT udf(c) FROM test_missing_target ORDER BY udf(a) -- !query schema struct -- !query output -XXXX ABAB ABAB BBBB BBBB +CCCC +CCCC +XXXX bbbb cccc cccc -CCCC -CCCC -- !query @@ -173,10 +173,10 @@ SELECT udf(count(*)) FROM test_missing_target GROUP BY udf(b) ORDER BY udf(b) de -- !query schema struct -- !query output -4 -3 -2 1 +2 +3 +4 -- !query @@ -318,10 +318,10 @@ ORDER BY udf(lower(test_missing_target.c)) -- !query schema struct -- !query output +1 2 3 4 -1 -- !query @@ -379,10 +379,10 @@ SELECT udf(count(b)) FROM test_missing_target -- !query schema struct -- !query output -4 -3 -2 1 +2 +3 +4 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out index 7d2fad8cc208..49e25b33936e 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out @@ -101,13 +101,13 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY ROLLUP(course, year -- !query schema struct -- !query output -NULL NULL 113000 -Java NULL 50000 Java 2012 20000 Java 2013 30000 -dotNET NULL 63000 +Java NULL 50000 +NULL NULL 113000 dotNET 2012 15000 dotNET 2013 48000 +dotNET NULL 63000 -- !query @@ -115,15 +115,15 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY CUBE(course, year) -- !query schema struct -- !query output -NULL NULL 113000 -NULL 2012 35000 -NULL 2013 78000 -Java NULL 50000 Java 2012 20000 Java 2013 30000 -dotNET NULL 63000 +Java NULL 50000 +NULL 2012 35000 +NULL 2013 78000 +NULL NULL 113000 dotNET 2012 15000 dotNET 2013 48000 +dotNET NULL 63000 -- !query @@ -161,13 +161,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output -NULL 113000 Java 20000 Java 30000 Java 50000 -dotNET 5000 +NULL 113000 dotNET 10000 dotNET 48000 +dotNET 5000 dotNET 63000 @@ -177,13 +177,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output -NULL 113000 3 Java 20000 0 Java 30000 0 Java 50000 1 -dotNET 5000 0 +NULL 113000 3 dotNET 10000 0 dotNET 48000 0 +dotNET 5000 0 dotNET 63000 1 @@ -229,13 +229,13 @@ struct -- !query output Java 2012 0 Java 2013 0 -dotNET 2012 0 -dotNET 2013 0 Java NULL 1 -dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 +dotNET 2012 0 +dotNET 2013 0 +dotNET NULL 1 -- !query @@ -244,8 +244,8 @@ HAVING GROUPING(year) = 1 AND GROUPING_ID(course, year) > 0 ORDER BY course, udf -- !query schema struct -- !query output -NULL NULL Java NULL +NULL NULL dotNET NULL @@ -287,13 +287,13 @@ struct -- !query output Java 2012 0 0 Java 2013 0 0 -dotNET 2012 0 0 -dotNET 2013 0 0 Java NULL 0 1 -dotNET NULL 0 1 NULL 2012 1 0 NULL 2013 1 0 NULL NULL 1 1 +dotNET 2012 0 0 +dotNET 2013 0 0 +dotNET NULL 0 1 -- !query @@ -304,13 +304,13 @@ struct -- !query output Java 2012 0 Java 2013 0 -dotNET 2012 0 -dotNET 2013 0 Java NULL 1 -dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 +dotNET 2012 0 +dotNET 2013 0 +dotNET NULL 1 -- !query @@ -338,13 +338,13 @@ struct -- !query output Java 2012 Java 2013 -dotNET 2012 -dotNET 2013 Java NULL -dotNET NULL NULL 2012 NULL 2013 NULL NULL +dotNET 2012 +dotNET 2013 +dotNET NULL -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out index dd6ba9d6ddd8..357e5220a8d3 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out @@ -42,8 +42,8 @@ struct -- !query output one 1 1 one 1 5 -two 2 22 three 3 NULL +two 2 22 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out index d4c857d96916..732d75b294c7 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out @@ -26,15 +26,15 @@ ORDER BY cate, udf(val) -- !query schema struct -- !query output -NULL NULL 0 -3 NULL 1 -NULL a 0 1 a 1 1 a 1 -2 a 1 1 b 1 +2 a 1 2 b 1 +3 NULL 1 3 b 1 +NULL NULL 0 +NULL a 0 -- !query @@ -43,15 +43,15 @@ ROWS BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM testData ORDER BY cate, u -- !query schema struct -- !query output -NULL NULL 3 -3 NULL 3 -NULL a 1 1 a 2 1 a 4 -2 a 4 1 b 3 +2 a 4 2 b 6 +3 NULL 3 3 b 6 +NULL NULL 3 +NULL a 1 -- !query @@ -70,15 +70,15 @@ ORDER BY cate, udf(val) -- !query schema struct -- !query output -NULL NULL 0 -3 NULL 1 -NULL a 0 1 a 2 1 a 2 -2 a 3 1 b 1 +2 a 3 2 b 2 +3 NULL 1 3 b 2 +NULL NULL 0 +NULL a 0 -- !query @@ -87,15 +87,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY udf(cate), val -- !query schema struct -- !query output -NULL NULL NULL -3 NULL 3 -NULL a NULL 1 a 4 1 a 4 -2 a 2 1 b 3 +2 a 2 2 b 5 +3 NULL 3 3 b 3 +NULL NULL NULL +NULL a NULL -- !query @@ -104,15 +104,15 @@ RANGE BETWEEN CURRENT ROW AND 2147483648 FOLLOWING) FROM testData ORDER BY udf(c -- !query schema struct -- !query output -NULL NULL NULL 1 NULL 1 1 a 4 1 a 4 2 a 2147483652 2147483650 a 2147483650 -NULL b NULL -3 b 2147483653 2147483650 b 2147483650 +3 b 2147483653 +NULL NULL NULL +NULL b NULL -- !query @@ -121,15 +121,15 @@ RANGE BETWEEN CURRENT ROW AND 2.5 FOLLOWING) FROM testData ORDER BY udf(cate), v -- !query schema struct -- !query output -NULL NULL NULL 1.0 NULL 1.0 1.0 a 4.5 1.0 a 4.5 -2.5 a 2.5 -100.001 a 100.001 1.0 b 4.3 -3.3 b 3.3 +100.001 a 100.001 100.001 b 100.001 +2.5 a 2.5 +3.3 b 3.3 +NULL NULL NULL -- !query @@ -138,15 +138,15 @@ RANGE BETWEEN CURRENT ROW AND 2 FOLLOWING) FROM testData ORDER BY udf(cate), val -- !query schema struct -- !query output -NULL NULL NULL 2017-08-01 NULL 2017-08-01 2017-08-01 a 2017-08-02 2017-08-01 a 2017-08-02 -2017-08-02 a 2017-08-02 -2020-12-31 a 2020-12-31 2017-08-01 b 2017-08-03 +2017-08-02 a 2017-08-02 2017-08-03 b 2017-08-03 +2020-12-31 a 2020-12-31 2020-12-31 b 2020-12-31 +NULL NULL NULL -- !query @@ -156,15 +156,15 @@ ORDER BY udf(cate), val_timestamp -- !query schema struct -- !query output -NULL NULL NULL 2017-07-31 17:00:00 NULL 1.5015456E9 2017-07-31 17:00:00 a 1.5016970666666667E9 2017-07-31 17:00:00 a 1.5016970666666667E9 -2017-08-05 23:13:20 a 1.502E9 -2020-12-30 16:00:00 a 1.6093728E9 2017-07-31 17:00:00 b 1.5022728E9 +2017-08-05 23:13:20 a 1.502E9 2017-08-17 13:00:00 b 1.503E9 +2020-12-30 16:00:00 a 1.6093728E9 2020-12-30 16:00:00 b 1.6093728E9 +NULL NULL NULL -- !query @@ -173,15 +173,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL NULL -3 NULL 3 -NULL a NULL 1 a 2 1 a 2 -2 a 4 1 b 1 +2 a 4 2 b 3 +3 NULL 3 3 b 5 +NULL NULL NULL +NULL a NULL -- !query @@ -288,15 +288,15 @@ ORDER BY cate, udf(val) -- !query schema struct,collect_set:array,skewness:double,kurtosis:double> -- !query output -NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL -NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 1 2 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 2 3 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 -2 a 2 1 1 3 4 1.3333333333333333 0.5773502691896258 NULL 1 NULL 2 2 2 4 3 1.0 1.0 2 4 0.22222222222222224 0.33333333333333337 2 4.772185885555555E8 1.0 0.5773502691896258 0.4714045207910317 [1,1,2] [1,2] 1.1539890888012805 -0.6672217220327235 1 b 1 1 1 1 1 1.0 NULL 1 1 1 1 1 1 1 1 0.3333333333333333 0.0 1 1 0.0 NULL 1 NULL NULL NULL 0.0 [1] [1] NULL NULL +2 a 2 1 1 3 4 1.3333333333333333 0.5773502691896258 NULL 1 NULL 2 2 2 4 3 1.0 1.0 2 4 0.22222222222222224 0.33333333333333337 2 4.772185885555555E8 1.0 0.5773502691896258 0.4714045207910317 [1,1,2] [1,2] 1.1539890888012805 -0.6672217220327235 2 b 2 1 1 2 3 1.5 0.7071067811865476 1 1 1 2 2 2 2 2 0.6666666666666666 0.5 1 2 0.25 0.5 2 0.0 NULL 0.7071067811865476 0.5 [1,2] [1,2] 0.0 -2.0000000000000013 +3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL 3 b 3 1 1 3 6 2.0 1.0 1 1 1 3 3 3 3 3 1.0 1.0 2 3 0.6666666666666666 1.0 3 5.3687091175E8 1.0 1.0 0.816496580927726 [1,2,3] [1,2,3] 0.7057890433107311 -1.4999999999999984 +NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL +NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -- !query @@ -304,15 +304,15 @@ SELECT udf(val), cate, avg(null) OVER(PARTITION BY cate ORDER BY val) FROM testD -- !query schema struct -- !query output -NULL NULL NULL -3 NULL NULL -NULL a NULL 1 a NULL 1 a NULL -2 a NULL 1 b NULL +2 a NULL 2 b NULL +3 NULL NULL 3 b NULL +NULL NULL NULL +NULL a NULL -- !query @@ -329,15 +329,15 @@ SELECT udf(val), cate, sum(val) OVER(), avg(val) OVER() FROM testData ORDER BY c -- !query schema struct -- !query output -NULL NULL 13 1.8571428571428572 -3 NULL 13 1.8571428571428572 -NULL a 13 1.8571428571428572 1 a 13 1.8571428571428572 1 a 13 1.8571428571428572 -2 a 13 1.8571428571428572 1 b 13 1.8571428571428572 +2 a 13 1.8571428571428572 2 b 13 1.8571428571428572 +3 NULL 13 1.8571428571428572 3 b 13 1.8571428571428572 +NULL NULL 13 1.8571428571428572 +NULL a 13 1.8571428571428572 -- !query @@ -354,15 +354,15 @@ ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL false true false false true false -3 NULL false true false false true false -NULL a false true false false true false 1 a false true false false true false 1 a false true false false true false -2 a false true false false true false 1 b false true false false true false +2 a false true false false true false 2 b false true false false true false +3 NULL false true false false true false 3 b false true false false true false +NULL NULL false true false false true false +NULL a false true false false true false -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/window.sql.out b/sql/core/src/test/resources/sql-tests/results/window.sql.out index c37765872264..8fde96bf42d0 100644 --- a/sql/core/src/test/resources/sql-tests/results/window.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/window.sql.out @@ -70,15 +70,15 @@ ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL 0 -3 NULL 1 -NULL a 0 1 a 1 1 a 1 -2 a 1 1 b 1 +2 a 1 2 b 1 +3 NULL 1 3 b 1 +NULL NULL 0 +NULL a 0 -- !query @@ -87,15 +87,15 @@ ROWS BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM testData ORDER BY cate, v -- !query schema struct -- !query output -NULL NULL 3 -3 NULL 3 -NULL a 1 1 a 2 1 a 4 -2 a 4 1 b 3 +2 a 4 2 b 6 +3 NULL 3 3 b 6 +NULL NULL 3 +NULL a 1 -- !query @@ -114,15 +114,15 @@ ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL 0 -3 NULL 1 -NULL a 0 1 a 2 1 a 2 -2 a 3 1 b 1 +2 a 3 2 b 2 +3 NULL 1 3 b 2 +NULL NULL 0 +NULL a 0 -- !query @@ -131,15 +131,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL NULL -3 NULL 3 -NULL a NULL 1 a 4 1 a 4 -2 a 2 1 b 3 +2 a 2 2 b 5 +3 NULL 3 3 b 3 +NULL NULL NULL +NULL a NULL -- !query @@ -148,15 +148,15 @@ RANGE BETWEEN CURRENT ROW AND 2147483648 FOLLOWING) FROM testData ORDER BY cate, -- !query schema struct -- !query output -NULL NULL NULL 1 NULL 1 1 a 4 1 a 4 2 a 2147483652 2147483650 a 2147483650 -NULL b NULL -3 b 2147483653 2147483650 b 2147483650 +3 b 2147483653 +NULL NULL NULL +NULL b NULL -- !query @@ -165,15 +165,15 @@ RANGE BETWEEN CURRENT ROW AND 2.5 FOLLOWING) FROM testData ORDER BY cate, val_do -- !query schema struct -- !query output -NULL NULL NULL 1.0 NULL 1.0 1.0 a 4.5 1.0 a 4.5 -2.5 a 2.5 -100.001 a 100.001 1.0 b 4.3 -3.3 b 3.3 +100.001 a 100.001 100.001 b 100.001 +2.5 a 2.5 +3.3 b 3.3 +NULL NULL NULL -- !query @@ -182,15 +182,15 @@ RANGE BETWEEN CURRENT ROW AND 2 FOLLOWING) FROM testData ORDER BY cate, val_date -- !query schema struct -- !query output -NULL NULL NULL 2017-08-01 NULL 2017-08-01 2017-08-01 a 2017-08-02 2017-08-01 a 2017-08-02 -2017-08-02 a 2017-08-02 -2020-12-31 a 2020-12-31 2017-08-01 b 2017-08-03 +2017-08-02 a 2017-08-02 2017-08-03 b 2017-08-03 +2020-12-31 a 2020-12-31 2020-12-31 b 2020-12-31 +NULL NULL NULL -- !query @@ -200,15 +200,15 @@ ORDER BY cate, val_timestamp -- !query schema struct -- !query output -NULL NULL NULL 2017-07-31 17:00:00 NULL 1.5015456E9 2017-07-31 17:00:00 a 1.5016970666666667E9 2017-07-31 17:00:00 a 1.5016970666666667E9 -2017-08-05 23:13:20 a 1.502E9 -2020-12-30 16:00:00 a 1.6093728E9 2017-07-31 17:00:00 b 1.5022728E9 +2017-08-05 23:13:20 a 1.502E9 2017-08-17 13:00:00 b 1.503E9 +2020-12-30 16:00:00 a 1.6093728E9 2020-12-30 16:00:00 b 1.6093728E9 +NULL NULL NULL -- !query @@ -217,15 +217,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL NULL -3 NULL 3 -NULL a NULL 1 a 2 1 a 2 -2 a 4 1 b 1 +2 a 4 2 b 3 +3 NULL 3 3 b 5 +NULL NULL NULL +NULL a NULL -- !query @@ -332,15 +332,15 @@ ORDER BY cate, val -- !query schema struct,collect_set:array,skewness:double,kurtosis:double> -- !query output -NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL -NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 1 2 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 2 3 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 -2 a 2 1 1 3 4 1.3333333333333333 0.5773502691896258 NULL 1 NULL 2 2 2 4 3 1.0 1.0 2 4 0.22222222222222224 0.33333333333333337 2 4.772185885555555E8 1.0 0.5773502691896258 0.4714045207910317 [1,1,2] [1,2] 1.1539890888012805 -0.6672217220327235 1 b 1 1 1 1 1 1.0 NULL 1 1 1 1 1 1 1 1 0.3333333333333333 0.0 1 1 0.0 NULL 1 NULL NULL NULL 0.0 [1] [1] NULL NULL +2 a 2 1 1 3 4 1.3333333333333333 0.5773502691896258 NULL 1 NULL 2 2 2 4 3 1.0 1.0 2 4 0.22222222222222224 0.33333333333333337 2 4.772185885555555E8 1.0 0.5773502691896258 0.4714045207910317 [1,1,2] [1,2] 1.1539890888012805 -0.6672217220327235 2 b 2 1 1 2 3 1.5 0.7071067811865476 1 1 1 2 2 2 2 2 0.6666666666666666 0.5 1 2 0.25 0.5 2 0.0 NULL 0.7071067811865476 0.5 [1,2] [1,2] 0.0 -2.0000000000000013 +3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL 3 b 3 1 1 3 6 2.0 1.0 1 1 1 3 3 3 3 3 1.0 1.0 2 3 0.6666666666666666 1.0 3 5.3687091175E8 1.0 1.0 0.816496580927726 [1,2,3] [1,2,3] 0.7057890433107311 -1.4999999999999984 +NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL +NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -- !query @@ -348,15 +348,15 @@ SELECT val, cate, avg(null) OVER(PARTITION BY cate ORDER BY val) FROM testData O -- !query schema struct -- !query output -NULL NULL NULL -3 NULL NULL -NULL a NULL 1 a NULL 1 a NULL -2 a NULL 1 b NULL +2 a NULL 2 b NULL +3 NULL NULL 3 b NULL +NULL NULL NULL +NULL a NULL -- !query @@ -373,15 +373,15 @@ SELECT val, cate, sum(val) OVER(), avg(val) OVER() FROM testData ORDER BY cate, -- !query schema struct -- !query output -NULL NULL 13 1.8571428571428572 -3 NULL 13 1.8571428571428572 -NULL a 13 1.8571428571428572 1 a 13 1.8571428571428572 1 a 13 1.8571428571428572 -2 a 13 1.8571428571428572 1 b 13 1.8571428571428572 +2 a 13 1.8571428571428572 2 b 13 1.8571428571428572 +3 NULL 13 1.8571428571428572 3 b 13 1.8571428571428572 +NULL NULL 13 1.8571428571428572 +NULL a 13 1.8571428571428572 -- !query @@ -398,15 +398,15 @@ ORDER BY cate, val -- !query schema struct -- !query output -NULL NULL false true false false true false -3 NULL false true false false true false -NULL a false true false false true false 1 a false true false false true false 1 a false true false false true false -2 a false true false false true false 1 b false true false false true false +2 a false true false false true false 2 b false true false false true false +3 NULL false true false false true false 3 b false true false false true false +NULL NULL false true false false true false +NULL a false true false false true false -- !query @@ -450,23 +450,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott NULL -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott NULL +Leslie Jennings 8113 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur -Anthony Bow 6627 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -482,23 +482,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott NULL -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott NULL +Leslie Jennings 8113 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur -Anthony Bow 6627 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -514,23 +514,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott NULL -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott NULL +Leslie Jennings 8113 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur -Anthony Bow 6627 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -546,23 +546,23 @@ ORDER BY salary -- !query schema struct -- !query output -Leslie Thompson 5186 Leslie Thompson NULL Anthony Bow 6627 Leslie Thompson Anthony Bow +Barry Jones 10586 William Patterson Jeff Firrelli +Diane Murphy 8435 Anthony Bow Foon Yue Tseng Foon Yue Tseng 6660 Leslie Thompson Anthony Bow +George Vanauf 10563 William Patterson Jeff Firrelli +Gerard Bondur 11472 Mary Patterson Loui Bondur Gerard Hernandez 6949 Leslie Thompson Anthony Bow -Leslie Jennings 8113 Anthony Bow Foon Yue Tseng -Diane Murphy 8435 Anthony Bow Foon Yue Tseng -William Patterson 8870 Gerard Hernandez Leslie Jennings Jeff Firrelli 8992 Leslie Jennings Diane Murphy Julie Firrelli 9181 Leslie Jennings Diane Murphy -Steve Patterson 9441 Leslie Jennings Diane Murphy -Mary Patterson 9998 Leslie Jennings Diane Murphy +Larry Bott 11798 Mary Patterson Loui Bondur +Leslie Jennings 8113 Anthony Bow Foon Yue Tseng +Leslie Thompson 5186 Leslie Thompson NULL Loui Bondur 10449 William Patterson Jeff Firrelli -George Vanauf 10563 William Patterson Jeff Firrelli -Barry Jones 10586 William Patterson Jeff Firrelli +Mary Patterson 9998 Leslie Jennings Diane Murphy Pamela Castillo 11303 Steve Patterson Mary Patterson -Gerard Bondur 11472 Mary Patterson Loui Bondur -Larry Bott 11798 Mary Patterson Loui Bondur +Steve Patterson 9441 Leslie Jennings Diane Murphy +William Patterson 8870 Gerard Hernandez Leslie Jennings -- !query @@ -578,23 +578,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Gerard Hernandez Foon Yue Tseng Barry Jones 10586 Gerard Bondur Pamela Castillo +Diane Murphy 8435 Jeff Firrelli William Patterson +Foon Yue Tseng 6660 Leslie Jennings Gerard Hernandez George Vanauf 10563 Pamela Castillo Barry Jones +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Diane Murphy Leslie Jennings +Jeff Firrelli 8992 Steve Patterson Julie Firrelli +Julie Firrelli 9181 Mary Patterson Steve Patterson +Larry Bott 11798 Larry Bott Gerard Bondur +Leslie Jennings 8113 William Patterson Diane Murphy +Leslie Thompson 5186 Foon Yue Tseng Anthony Bow Loui Bondur 10449 Barry Jones George Vanauf Mary Patterson 9998 George Vanauf Loui Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Loui Bondur Mary Patterson -Julie Firrelli 9181 Mary Patterson Steve Patterson -Jeff Firrelli 8992 Steve Patterson Julie Firrelli William Patterson 8870 Julie Firrelli Jeff Firrelli -Diane Murphy 8435 Jeff Firrelli William Patterson -Leslie Jennings 8113 William Patterson Diane Murphy -Gerard Hernandez 6949 Diane Murphy Leslie Jennings -Foon Yue Tseng 6660 Leslie Jennings Gerard Hernandez -Anthony Bow 6627 Gerard Hernandez Foon Yue Tseng -Leslie Thompson 5186 Foon Yue Tseng Anthony Bow -- !query @@ -610,23 +610,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott Gerard Bondur -Gerard Bondur 11472 Gerard Bondur Pamela Castillo -Pamela Castillo 11303 Pamela Castillo Barry Jones +Anthony Bow 6627 Anthony Bow Leslie Thompson Barry Jones 10586 Barry Jones George Vanauf +Diane Murphy 8435 Diane Murphy Leslie Jennings +Foon Yue Tseng 6660 Foon Yue Tseng Anthony Bow George Vanauf 10563 George Vanauf Loui Bondur +Gerard Bondur 11472 Gerard Bondur Pamela Castillo +Gerard Hernandez 6949 Gerard Hernandez Foon Yue Tseng +Jeff Firrelli 8992 Jeff Firrelli William Patterson +Julie Firrelli 9181 Julie Firrelli Jeff Firrelli +Larry Bott 11798 Larry Bott Gerard Bondur +Leslie Jennings 8113 Leslie Jennings Gerard Hernandez +Leslie Thompson 5186 Leslie Thompson NULL Loui Bondur 10449 Loui Bondur Mary Patterson Mary Patterson 9998 Mary Patterson Steve Patterson +Pamela Castillo 11303 Pamela Castillo Barry Jones Steve Patterson 9441 Steve Patterson Julie Firrelli -Julie Firrelli 9181 Julie Firrelli Jeff Firrelli -Jeff Firrelli 8992 Jeff Firrelli William Patterson William Patterson 8870 William Patterson Diane Murphy -Diane Murphy 8435 Diane Murphy Leslie Jennings -Leslie Jennings 8113 Leslie Jennings Gerard Hernandez -Gerard Hernandez 6949 Gerard Hernandez Foon Yue Tseng -Foon Yue Tseng 6660 Foon Yue Tseng Anthony Bow -Anthony Bow 6627 Anthony Bow Leslie Thompson -Leslie Thompson 5186 Leslie Thompson NULL -- !query @@ -642,23 +642,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur -Anthony Bow 6627 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -674,23 +674,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur -Anthony Bow 6627 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -706,23 +706,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Larry Bott 11798 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur -Anthony Bow 6627 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -743,23 +743,23 @@ ORDER BY department -- !query schema struct -- !query output +Anthony Bow Accounting 6627 Gerard Bondur Mary Patterson +Barry Jones SCM 10586 Larry Bott Pamela Castillo +Diane Murphy Accounting 8435 Gerard Bondur Mary Patterson +Foon Yue Tseng Sales 6660 George Vanauf Steve Patterson +George Vanauf Sales 10563 George Vanauf Steve Patterson Gerard Bondur Accounting 11472 Gerard Bondur Mary Patterson -Mary Patterson Accounting 9998 Gerard Bondur Mary Patterson +Gerard Hernandez SCM 6949 Larry Bott Pamela Castillo Jeff Firrelli Accounting 8992 Gerard Bondur Mary Patterson -William Patterson Accounting 8870 Gerard Bondur Mary Patterson -Diane Murphy Accounting 8435 Gerard Bondur Mary Patterson -Anthony Bow Accounting 6627 Gerard Bondur Mary Patterson +Julie Firrelli Sales 9181 George Vanauf Steve Patterson +Larry Bott SCM 11798 Larry Bott Pamela Castillo Leslie Jennings IT 8113 Leslie Jennings Leslie Thompson Leslie Thompson IT 5186 Leslie Jennings Leslie Thompson -Larry Bott SCM 11798 Larry Bott Pamela Castillo -Pamela Castillo SCM 11303 Larry Bott Pamela Castillo -Barry Jones SCM 10586 Larry Bott Pamela Castillo Loui Bondur SCM 10449 Larry Bott Pamela Castillo -Gerard Hernandez SCM 6949 Larry Bott Pamela Castillo -George Vanauf Sales 10563 George Vanauf Steve Patterson +Mary Patterson Accounting 9998 Gerard Bondur Mary Patterson +Pamela Castillo SCM 11303 Larry Bott Pamela Castillo Steve Patterson Sales 9441 George Vanauf Steve Patterson -Julie Firrelli Sales 9181 George Vanauf Steve Patterson -Foon Yue Tseng Sales 6660 George Vanauf Steve Patterson +William Patterson Accounting 8870 Gerard Bondur Mary Patterson -- !query @@ -823,13 +823,13 @@ struct + (SELECT avg(ctr_total_return) * 1.2 + FROM customer_total_return ctr2 + WHERE ctr1.ctr_store_sk = ctr2.ctr_store_sk) + AND s_store_sk = ctr1.ctr_store_sk + AND s_state = 'TN' + AND ctr1.ctr_customer_sk = c_customer_sk +ORDER BY c_customer_id +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAAAABBAAA +AAAAAAAAAAADBAAA +AAAAAAAAAAADBAAA +AAAAAAAAAAAKAAAA +AAAAAAAAAABDAAAA +AAAAAAAAAABHBAAA +AAAAAAAAAABLAAAA +AAAAAAAAAABMAAAA +AAAAAAAAAACHAAAA +AAAAAAAAAACMAAAA +AAAAAAAAAADDAAAA +AAAAAAAAAADGAAAA +AAAAAAAAAADGBAAA +AAAAAAAAAADGBAAA +AAAAAAAAAADPAAAA +AAAAAAAAAAEBAAAA +AAAAAAAAAAEFBAAA +AAAAAAAAAAEGBAAA +AAAAAAAAAAEIAAAA +AAAAAAAAAAEMAAAA +AAAAAAAAAAFAAAAA +AAAAAAAAAAFPAAAA +AAAAAAAAAAGGBAAA +AAAAAAAAAAGHBAAA +AAAAAAAAAAGJAAAA +AAAAAAAAAAGMAAAA +AAAAAAAAAAHEBAAA +AAAAAAAAAAHFBAAA +AAAAAAAAAAIEBAAA +AAAAAAAAAAJGBAAA +AAAAAAAAAAJHBAAA +AAAAAAAAAAKCAAAA +AAAAAAAAAAKCAAAA +AAAAAAAAAAKJAAAA +AAAAAAAAAAKMAAAA +AAAAAAAAAAKMAAAA +AAAAAAAAAALAAAAA +AAAAAAAAAALABAAA +AAAAAAAAAALGAAAA +AAAAAAAAAALHBAAA +AAAAAAAAAALJAAAA +AAAAAAAAAANHAAAA +AAAAAAAAAANHBAAA +AAAAAAAAAANJAAAA +AAAAAAAAAANMAAAA +AAAAAAAAAANMAAAA +AAAAAAAAAANNAAAA +AAAAAAAAAAOBBAAA +AAAAAAAAAAODBAAA +AAAAAAAAAAOLAAAA +AAAAAAAAAAPGBAAA +AAAAAAAAABAAAAAA +AAAAAAAAABAEAAAA +AAAAAAAAABAEBAAA +AAAAAAAAABAFBAAA +AAAAAAAAABAIAAAA +AAAAAAAAABAOAAAA +AAAAAAAAABBDBAAA +AAAAAAAAABCFAAAA +AAAAAAAAABCHBAAA +AAAAAAAAABDHAAAA +AAAAAAAAABENAAAA +AAAAAAAAABFEBAAA +AAAAAAAAABFGAAAA +AAAAAAAAABFMAAAA +AAAAAAAAABFPAAAA +AAAAAAAAABGFAAAA +AAAAAAAAABGFBAAA +AAAAAAAAABGJAAAA +AAAAAAAAABIBBAAA +AAAAAAAAABICBAAA +AAAAAAAAABIIAAAA +AAAAAAAAABJNAAAA +AAAAAAAAABKGBAAA +AAAAAAAAABLOAAAA +AAAAAAAAABLPAAAA +AAAAAAAAABMABAAA +AAAAAAAAABMPAAAA +AAAAAAAAABNAAAAA +AAAAAAAAABNCBAAA +AAAAAAAAABNEBAAA +AAAAAAAAABNLAAAA +AAAAAAAAABNOAAAA +AAAAAAAAABNPAAAA +AAAAAAAAABOAAAAA +AAAAAAAAABOFBAAA +AAAAAAAAABOOAAAA +AAAAAAAAABOPAAAA +AAAAAAAAABPEAAAA +AAAAAAAAACADAAAA +AAAAAAAAACAFAAAA +AAAAAAAAACAFAAAA +AAAAAAAAACAHBAAA +AAAAAAAAACAJAAAA +AAAAAAAAACBDAAAA +AAAAAAAAACBDAAAA +AAAAAAAAACBEBAAA +AAAAAAAAACBNAAAA +AAAAAAAAACBPAAAA +AAAAAAAAACCHAAAA diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out new file mode 100644 index 000000000000..2ceb9476a294 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out @@ -0,0 +1,68 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + cd_gender, + cd_marital_status, + cd_education_status, + count(*) cnt1, + cd_purchase_estimate, + count(*) cnt2, + cd_credit_rating, + count(*) cnt3, + cd_dep_count, + count(*) cnt4, + cd_dep_employed_count, + count(*) cnt5, + cd_dep_college_count, + count(*) cnt6 +FROM + customer c, customer_address ca, customer_demographics +WHERE + c.c_current_addr_sk = ca.ca_address_sk AND + ca_county IN ('Rush County', 'Toole County', 'Jefferson County', + 'Dona Ana County', 'La Porte County') AND + cd_demo_sk = c.c_current_cdemo_sk AND + exists(SELECT * + FROM store_sales, date_dim + WHERE c.c_customer_sk = ss_customer_sk AND + ss_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_moy BETWEEN 1 AND 1 + 3) AND + (exists(SELECT * + FROM web_sales, date_dim + WHERE c.c_customer_sk = ws_bill_customer_sk AND + ws_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_moy BETWEEN 1 AND 1 + 3) OR + exists(SELECT * + FROM catalog_sales, date_dim + WHERE c.c_customer_sk = cs_ship_customer_sk AND + cs_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_moy BETWEEN 1 AND 1 + 3)) +GROUP BY cd_gender, + cd_marital_status, + cd_education_status, + cd_purchase_estimate, + cd_credit_rating, + cd_dep_count, + cd_dep_employed_count, + cd_dep_college_count +ORDER BY cd_gender, + cd_marital_status, + cd_education_status, + cd_purchase_estimate, + cd_credit_rating, + cd_dep_count, + cd_dep_employed_count, + cd_dep_college_count +LIMIT 100 +-- !query schema +struct +-- !query output +F D Advanced Degree 1 3000 1 High Risk 1 2 1 4 1 5 1 +F D Unknown 1 1500 1 Good 1 6 1 5 1 4 1 +M D College 1 8500 1 Low Risk 1 3 1 0 1 1 1 +M D Primary 1 7000 1 Unknown 1 2 1 1 1 1 1 +M W Unknown 1 4500 1 Good 1 5 1 0 1 1 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out new file mode 100644 index 000000000000..52843ac0d2c7 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out @@ -0,0 +1,162 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH year_total AS ( + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum(ss_ext_list_price - ss_ext_discount_amt) year_total, + 's' sale_type + FROM customer, store_sales, date_dim + WHERE c_customer_sk = ss_customer_sk + AND ss_sold_date_sk = d_date_sk + GROUP BY c_customer_id + , c_first_name + , c_last_name + , d_year + , c_preferred_cust_flag + , c_birth_country + , c_login + , c_email_address + , d_year + UNION ALL + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum(ws_ext_list_price - ws_ext_discount_amt) year_total, + 'w' sale_type + FROM customer, web_sales, date_dim + WHERE c_customer_sk = ws_bill_customer_sk + AND ws_sold_date_sk = d_date_sk + GROUP BY + c_customer_id, c_first_name, c_last_name, c_preferred_cust_flag, c_birth_country, + c_login, c_email_address, d_year) +SELECT t_s_secyear.customer_preferred_cust_flag +FROM year_total t_s_firstyear + , year_total t_s_secyear + , year_total t_w_firstyear + , year_total t_w_secyear +WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id + AND t_s_firstyear.customer_id = t_w_secyear.customer_id + AND t_s_firstyear.customer_id = t_w_firstyear.customer_id + AND t_s_firstyear.sale_type = 's' + AND t_w_firstyear.sale_type = 'w' + AND t_s_secyear.sale_type = 's' + AND t_w_secyear.sale_type = 'w' + AND t_s_firstyear.dyear = 2001 + AND t_s_secyear.dyear = 2001 + 1 + AND t_w_firstyear.dyear = 2001 + AND t_w_secyear.dyear = 2001 + 1 + AND t_s_firstyear.year_total > 0 + AND t_w_firstyear.year_total > 0 + AND CASE WHEN t_w_firstyear.year_total > 0 + THEN t_w_secyear.year_total / t_w_firstyear.year_total + ELSE NULL END + > CASE WHEN t_s_firstyear.year_total > 0 + THEN t_s_secyear.year_total / t_s_firstyear.year_total + ELSE NULL END +ORDER BY t_s_secyear.customer_preferred_cust_flag +LIMIT 100 +-- !query schema +struct +-- !query output +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +N +NULL +NULL +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y +Y diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out new file mode 100644 index 000000000000..19b1ef7ed5a3 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out @@ -0,0 +1,29 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_desc, + i_category, + i_class, + i_current_price, + sum(ws_ext_sales_price) AS itemrevenue, + sum(ws_ext_sales_price) * 100 / sum(sum(ws_ext_sales_price)) + OVER + (PARTITION BY i_class) AS revenueratio +FROM + web_sales, item, date_dim +WHERE + ws_item_sk = i_item_sk + AND i_category IN ('Sports', 'Books', 'Home') + AND ws_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('1999-02-22' AS DATE) + AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) +GROUP BY + i_item_id, i_item_desc, i_category, i_class, i_current_price +ORDER BY + i_category, i_class, i_item_id, i_item_desc, revenueratio +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out new file mode 100644 index 000000000000..3aefd722f18c --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out @@ -0,0 +1,56 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + avg(ss_quantity), + avg(ss_ext_sales_price), + avg(ss_ext_wholesale_cost), + sum(ss_ext_wholesale_cost) +FROM store_sales + , store + , customer_demographics + , household_demographics + , customer_address + , date_dim +WHERE s_store_sk = ss_store_sk + AND ss_sold_date_sk = d_date_sk AND d_year = 2001 + AND ((ss_hdemo_sk = hd_demo_sk + AND cd_demo_sk = ss_cdemo_sk + AND cd_marital_status = 'M' + AND cd_education_status = 'Advanced Degree' + AND ss_sales_price BETWEEN 100.00 AND 150.00 + AND hd_dep_count = 3 +) OR + (ss_hdemo_sk = hd_demo_sk + AND cd_demo_sk = ss_cdemo_sk + AND cd_marital_status = 'S' + AND cd_education_status = 'College' + AND ss_sales_price BETWEEN 50.00 AND 100.00 + AND hd_dep_count = 1 + ) OR + (ss_hdemo_sk = hd_demo_sk + AND cd_demo_sk = ss_cdemo_sk + AND cd_marital_status = 'W' + AND cd_education_status = '2 yr Degree' + AND ss_sales_price BETWEEN 150.00 AND 200.00 + AND hd_dep_count = 1 + )) + AND ((ss_addr_sk = ca_address_sk + AND ca_country = 'United States' + AND ca_state IN ('TX', 'OH', 'TX') + AND ss_net_profit BETWEEN 100 AND 200 +) OR + (ss_addr_sk = ca_address_sk + AND ca_country = 'United States' + AND ca_state IN ('OR', 'NM', 'KY') + AND ss_net_profit BETWEEN 150 AND 300 + ) OR + (ss_addr_sk = ca_address_sk + AND ca_country = 'United States' + AND ca_state IN ('VA', 'TX', 'MS') + AND ss_net_profit BETWEEN 50 AND 250 + )) +-- !query schema +struct +-- !query output +NULL NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out new file mode 100644 index 000000000000..717e7e5b9696 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out @@ -0,0 +1,226 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH cross_items AS +(SELECT i_item_sk ss_item_sk + FROM item, + (SELECT + iss.i_brand_id brand_id, + iss.i_class_id class_id, + iss.i_category_id category_id + FROM store_sales, item iss, date_dim d1 + WHERE ss_item_sk = iss.i_item_sk + AND ss_sold_date_sk = d1.d_date_sk + AND d1.d_year BETWEEN 1999 AND 1999 + 2 + INTERSECT + SELECT + ics.i_brand_id, + ics.i_class_id, + ics.i_category_id + FROM catalog_sales, item ics, date_dim d2 + WHERE cs_item_sk = ics.i_item_sk + AND cs_sold_date_sk = d2.d_date_sk + AND d2.d_year BETWEEN 1999 AND 1999 + 2 + INTERSECT + SELECT + iws.i_brand_id, + iws.i_class_id, + iws.i_category_id + FROM web_sales, item iws, date_dim d3 + WHERE ws_item_sk = iws.i_item_sk + AND ws_sold_date_sk = d3.d_date_sk + AND d3.d_year BETWEEN 1999 AND 1999 + 2) x + WHERE i_brand_id = brand_id + AND i_class_id = class_id + AND i_category_id = category_id +), + avg_sales AS + (SELECT avg(quantity * list_price) average_sales + FROM ( + SELECT + ss_quantity quantity, + ss_list_price list_price + FROM store_sales, date_dim + WHERE ss_sold_date_sk = d_date_sk + AND d_year BETWEEN 1999 AND 2001 + UNION ALL + SELECT + cs_quantity quantity, + cs_list_price list_price + FROM catalog_sales, date_dim + WHERE cs_sold_date_sk = d_date_sk + AND d_year BETWEEN 1999 AND 1999 + 2 + UNION ALL + SELECT + ws_quantity quantity, + ws_list_price list_price + FROM web_sales, date_dim + WHERE ws_sold_date_sk = d_date_sk + AND d_year BETWEEN 1999 AND 1999 + 2) x) +SELECT + channel, + i_brand_id, + i_class_id, + i_category_id, + sum(sales), + sum(number_sales) +FROM ( + SELECT + 'store' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ss_quantity * ss_list_price) sales, + count(*) number_sales + FROM store_sales, item, date_dim + WHERE ss_item_sk IN (SELECT ss_item_sk + FROM cross_items) + AND ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND d_year = 1999 + 2 + AND d_moy = 11 + GROUP BY i_brand_id, i_class_id, i_category_id + HAVING sum(ss_quantity * ss_list_price) > (SELECT average_sales + FROM avg_sales) + UNION ALL + SELECT + 'catalog' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(cs_quantity * cs_list_price) sales, + count(*) number_sales + FROM catalog_sales, item, date_dim + WHERE cs_item_sk IN (SELECT ss_item_sk + FROM cross_items) + AND cs_item_sk = i_item_sk + AND cs_sold_date_sk = d_date_sk + AND d_year = 1999 + 2 + AND d_moy = 11 + GROUP BY i_brand_id, i_class_id, i_category_id + HAVING sum(cs_quantity * cs_list_price) > (SELECT average_sales FROM avg_sales) + UNION ALL + SELECT + 'web' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ws_quantity * ws_list_price) sales, + count(*) number_sales + FROM web_sales, item, date_dim + WHERE ws_item_sk IN (SELECT ss_item_sk + FROM cross_items) + AND ws_item_sk = i_item_sk + AND ws_sold_date_sk = d_date_sk + AND d_year = 1999 + 2 + AND d_moy = 11 + GROUP BY i_brand_id, i_class_id, i_category_id + HAVING sum(ws_quantity * ws_list_price) > (SELECT average_sales + FROM avg_sales) + ) y +GROUP BY ROLLUP (channel, i_brand_id, i_class_id, i_category_id) +ORDER BY channel, i_brand_id, i_class_id, i_category_id +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL NULL NULL 674173362.51 155629 +catalog 1001001 1 1 115019.61 20 +catalog 1001001 1 10 100105.28 23 +catalog 1001001 1 2 146344.47 27 +catalog 1001001 1 3 22597.19 3 +catalog 1001001 1 4 107555.43 23 +catalog 1001001 1 5 122521.31 25 +catalog 1001001 1 6 16883.97 3 +catalog 1001001 1 7 46329.78 9 +catalog 1001001 1 8 77861.85 13 +catalog 1001001 1 9 99985.35 21 +catalog 1001001 1 NULL 855204.24 167 +catalog 1001001 11 9 82810.87 12 +catalog 1001001 11 NULL 82810.87 12 +catalog 1001001 12 10 38427.52 9 +catalog 1001001 12 NULL 38427.52 9 +catalog 1001001 15 10 59329.31 13 +catalog 1001001 15 9 53508.79 7 +catalog 1001001 15 NULL 112838.10 20 +catalog 1001001 2 2 43967.97 7 +catalog 1001001 2 3 68565.38 14 +catalog 1001001 2 5 12633.87 3 +catalog 1001001 2 NULL 125167.22 24 +catalog 1001001 3 1 11100.79 5 +catalog 1001001 3 2 60551.64 14 +catalog 1001001 3 4 28455.23 4 +catalog 1001001 3 6 36821.61 7 +catalog 1001001 3 7 17250.82 6 +catalog 1001001 3 8 14426.92 4 +catalog 1001001 3 9 30078.07 3 +catalog 1001001 3 NULL 198685.08 43 +catalog 1001001 4 2 45473.85 13 +catalog 1001001 4 3 16558.92 8 +catalog 1001001 4 4 47553.20 10 +catalog 1001001 4 NULL 109585.97 31 +catalog 1001001 5 10 29678.50 5 +catalog 1001001 5 9 30112.11 12 +catalog 1001001 5 NULL 59790.61 17 +catalog 1001001 6 9 10261.82 3 +catalog 1001001 6 NULL 10261.82 3 +catalog 1001001 7 7 18244.94 3 +catalog 1001001 7 NULL 18244.94 3 +catalog 1001001 8 10 26895.97 6 +catalog 1001001 8 7 28872.49 7 +catalog 1001001 8 NULL 55768.46 13 +catalog 1001001 9 6 30944.19 5 +catalog 1001001 9 NULL 30944.19 5 +catalog 1001001 NULL NULL 1697729.02 347 +catalog 1001002 1 1 2673969.89 530 +catalog 1001002 1 NULL 2673969.89 530 +catalog 1001002 12 1 29108.42 7 +catalog 1001002 12 NULL 29108.42 7 +catalog 1001002 15 1 31143.45 6 +catalog 1001002 15 NULL 31143.45 6 +catalog 1001002 16 1 70162.42 8 +catalog 1001002 16 NULL 70162.42 8 +catalog 1001002 2 1 140831.91 29 +catalog 1001002 2 NULL 140831.91 29 +catalog 1001002 3 1 320175.87 67 +catalog 1001002 3 NULL 320175.87 67 +catalog 1001002 4 1 133287.96 21 +catalog 1001002 4 NULL 133287.96 21 +catalog 1001002 5 1 16606.90 9 +catalog 1001002 5 NULL 16606.90 9 +catalog 1001002 6 1 15133.01 4 +catalog 1001002 6 NULL 15133.01 4 +catalog 1001002 7 1 24471.26 10 +catalog 1001002 7 NULL 24471.26 10 +catalog 1001002 8 1 63773.05 12 +catalog 1001002 8 NULL 63773.05 12 +catalog 1001002 9 1 9167.19 3 +catalog 1001002 9 NULL 9167.19 3 +catalog 1001002 NULL NULL 3527831.33 706 +catalog 1002001 1 1 76392.13 14 +catalog 1002001 1 10 44071.42 4 +catalog 1002001 1 2 118394.33 21 +catalog 1002001 1 4 29395.79 5 +catalog 1002001 1 5 35541.97 4 +catalog 1002001 1 6 26104.36 3 +catalog 1002001 1 9 18793.97 4 +catalog 1002001 1 NULL 348693.97 55 +catalog 1002001 2 1 239511.02 51 +catalog 1002001 2 10 88249.19 10 +catalog 1002001 2 2 147993.14 26 +catalog 1002001 2 3 100086.93 17 +catalog 1002001 2 4 53524.42 13 +catalog 1002001 2 5 48494.06 10 +catalog 1002001 2 6 142857.04 20 +catalog 1002001 2 7 116557.98 16 +catalog 1002001 2 8 92743.93 24 +catalog 1002001 2 9 203943.99 38 +catalog 1002001 2 NULL 1233961.70 225 +catalog 1002001 3 2 25171.13 6 +catalog 1002001 3 7 27766.70 3 +catalog 1002001 3 8 38116.49 8 +catalog 1002001 3 NULL 91054.32 17 +catalog 1002001 4 1 66896.68 15 +catalog 1002001 4 NULL 182427.69 32 +catalog 1002001 NULL NULL 2114110.72 380 +catalog NULL NULL NULL 237410857.47 46322 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out new file mode 100644 index 000000000000..0863463337c6 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out @@ -0,0 +1,201 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH cross_items AS +(SELECT i_item_sk ss_item_sk + FROM item, + (SELECT + iss.i_brand_id brand_id, + iss.i_class_id class_id, + iss.i_category_id category_id + FROM store_sales, item iss, date_dim d1 + WHERE ss_item_sk = iss.i_item_sk + AND ss_sold_date_sk = d1.d_date_sk + AND d1.d_year BETWEEN 1999 AND 1999 + 2 + INTERSECT + SELECT + ics.i_brand_id, + ics.i_class_id, + ics.i_category_id + FROM catalog_sales, item ics, date_dim d2 + WHERE cs_item_sk = ics.i_item_sk + AND cs_sold_date_sk = d2.d_date_sk + AND d2.d_year BETWEEN 1999 AND 1999 + 2 + INTERSECT + SELECT + iws.i_brand_id, + iws.i_class_id, + iws.i_category_id + FROM web_sales, item iws, date_dim d3 + WHERE ws_item_sk = iws.i_item_sk + AND ws_sold_date_sk = d3.d_date_sk + AND d3.d_year BETWEEN 1999 AND 1999 + 2) x + WHERE i_brand_id = brand_id + AND i_class_id = class_id + AND i_category_id = category_id +), + avg_sales AS + (SELECT avg(quantity * list_price) average_sales + FROM (SELECT + ss_quantity quantity, + ss_list_price list_price + FROM store_sales, date_dim + WHERE ss_sold_date_sk = d_date_sk AND d_year BETWEEN 1999 AND 1999 + 2 + UNION ALL + SELECT + cs_quantity quantity, + cs_list_price list_price + FROM catalog_sales, date_dim + WHERE cs_sold_date_sk = d_date_sk AND d_year BETWEEN 1999 AND 1999 + 2 + UNION ALL + SELECT + ws_quantity quantity, + ws_list_price list_price + FROM web_sales, date_dim + WHERE ws_sold_date_sk = d_date_sk AND d_year BETWEEN 1999 AND 1999 + 2) x) +SELECT * +FROM + (SELECT + 'store' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ss_quantity * ss_list_price) sales, + count(*) number_sales + FROM store_sales, item, date_dim + WHERE ss_item_sk IN (SELECT ss_item_sk + FROM cross_items) + AND ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND d_week_seq = (SELECT d_week_seq + FROM date_dim + WHERE d_year = 1999 + 1 AND d_moy = 12 AND d_dom = 11) + GROUP BY i_brand_id, i_class_id, i_category_id + HAVING sum(ss_quantity * ss_list_price) > (SELECT average_sales + FROM avg_sales)) this_year, + (SELECT + 'store' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ss_quantity * ss_list_price) sales, + count(*) number_sales + FROM store_sales, item, date_dim + WHERE ss_item_sk IN (SELECT ss_item_sk + FROM cross_items) + AND ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND d_week_seq = (SELECT d_week_seq + FROM date_dim + WHERE d_year = 1999 AND d_moy = 12 AND d_dom = 11) + GROUP BY i_brand_id, i_class_id, i_category_id + HAVING sum(ss_quantity * ss_list_price) > (SELECT average_sales + FROM avg_sales)) last_year +WHERE this_year.i_brand_id = last_year.i_brand_id + AND this_year.i_class_id = last_year.i_class_id + AND this_year.i_category_id = last_year.i_category_id +ORDER BY this_year.channel, this_year.i_brand_id, this_year.i_class_id, this_year.i_category_id +LIMIT 100 +-- !query schema +struct +-- !query output +store 1001001 1 1 372549.59 137 store 1001001 1 1 1316197.43 340 +store 1001002 1 1 799646.86 229 store 1001002 1 1 775776.63 188 +store 1002001 2 1 765555.91 202 store 1002001 2 1 1218310.82 337 +store 1002002 2 1 1030666.65 250 store 1002002 2 1 605616.79 166 +store 1003001 3 1 547136.96 167 store 1003001 3 1 1172847.07 341 +store 1003002 3 1 674007.12 188 store 1003002 3 1 607135.04 154 +store 1004001 4 1 682747.23 187 store 1004001 4 1 1171699.76 311 +store 1004002 4 1 739362.16 210 store 1004002 4 1 649347.19 184 +store 2001001 1 2 688211.08 216 store 2001001 1 2 1342495.45 365 +store 2001002 1 2 906330.70 237 store 2001002 1 2 541063.50 153 +store 2002001 2 2 868177.87 211 store 2002001 2 2 1514792.19 402 +store 2002002 2 2 648459.06 179 store 2002002 2 2 588040.22 159 +store 2003001 3 2 559505.35 151 store 2003001 3 2 1171821.55 300 +store 2003002 3 2 746714.11 219 store 2003002 3 2 695877.16 171 +store 2004001 4 2 772046.77 235 store 2004001 4 2 1371151.70 362 +store 2004002 4 2 685029.29 192 store 2004002 4 2 646760.33 187 +store 3001001 1 3 596684.04 165 store 3001001 1 3 1059529.81 312 +store 3001002 1 3 795882.47 202 store 3001002 1 3 494739.47 142 +store 3002001 2 3 661760.58 181 store 3002001 2 3 1411948.74 380 +store 3002002 2 3 864250.11 244 store 3002002 2 3 630689.30 183 +store 3003001 3 3 749054.16 224 store 3003001 3 3 1513634.71 381 +store 3003002 3 3 737460.71 194 store 3003002 3 3 713930.86 164 +store 3004001 4 3 508491.02 161 store 3004001 4 3 1082215.49 293 +store 3004002 4 3 867362.83 220 store 3004002 4 3 630978.56 172 +store 4001001 1 4 847845.40 207 store 4001001 1 4 1291518.97 340 +store 4001002 1 4 841877.80 232 store 4001002 1 4 520226.86 143 +store 4002001 2 4 543692.20 162 store 4002001 2 4 1378081.90 362 +store 4002002 2 4 912449.68 256 store 4002002 2 4 713528.38 200 +store 4003001 3 4 725565.22 189 store 4003001 3 4 1285387.49 311 +store 4003002 3 4 686780.88 197 store 4003002 3 4 623656.88 160 +store 4004001 4 4 665419.78 170 store 4004001 4 4 1141222.24 334 +store 4004002 4 4 866534.14 204 store 4004002 4 4 644963.98 168 +store 5001001 1 5 626379.58 167 store 5001001 1 5 1258495.82 336 +store 5001002 1 5 813592.70 198 store 5001002 1 5 671017.15 179 +store 5002001 2 5 468954.69 153 store 5002001 2 5 1195162.42 297 +store 5002002 2 5 885968.60 211 store 5002002 2 5 691132.99 183 +store 5003001 3 5 709102.64 206 store 5003001 3 5 1369869.31 375 +store 5003002 3 5 1019553.87 266 store 5003002 3 5 671873.72 181 +store 5004001 4 5 801416.97 219 store 5004001 4 5 1405232.18 371 +store 5004002 4 5 1061684.64 273 store 5004002 4 5 790288.63 209 +store 6001001 1 6 24105.89 9 store 6001001 1 6 43566.03 11 +store 6001002 1 6 40621.71 10 store 6001002 1 6 31684.03 10 +store 6001003 1 6 23365.00 8 store 6001003 1 6 25117.82 10 +store 6001004 1 6 29458.48 6 store 6001004 1 6 29630.40 7 +store 6001005 1 6 40555.76 13 store 6001005 1 6 67204.16 14 +store 6001006 1 6 49871.82 10 store 6001006 1 6 17872.80 6 +store 6001007 1 6 23526.21 8 store 6001007 1 6 34341.06 13 +store 6001008 1 6 74782.90 20 store 6001008 1 6 127415.74 33 +store 6002001 2 6 55244.23 15 store 6002001 2 6 67018.71 20 +store 6002002 2 6 24045.72 11 store 6002002 2 6 73776.49 17 +store 6002004 2 6 45590.44 15 store 6002004 2 6 13288.01 5 +store 6002005 2 6 53619.89 11 store 6002005 2 6 57765.00 12 +store 6002006 2 6 36339.64 12 store 6002006 2 6 28988.99 8 +store 6002007 2 6 33520.91 9 store 6002007 2 6 55473.59 15 +store 6002008 2 6 24710.01 7 store 6002008 2 6 25085.33 11 +store 6003001 3 6 33165.63 9 store 6003001 3 6 84144.62 18 +store 6003002 3 6 52293.57 15 store 6003002 3 6 59151.70 15 +store 6003003 3 6 33342.98 7 store 6003003 3 6 43720.13 20 +store 6003004 3 6 26344.41 9 store 6003004 3 6 30930.85 9 +store 6003005 3 6 89998.03 26 store 6003005 3 6 95491.00 29 +store 6003006 3 6 31862.34 10 store 6003006 3 6 24121.07 3 +store 6003007 3 6 92405.03 24 store 6003007 3 6 129219.46 31 +store 6003008 3 6 46145.62 13 store 6003008 3 6 41948.28 19 +store 6004001 4 6 12839.97 5 store 6004001 4 6 74616.32 16 +store 6004002 4 6 33700.51 11 store 6004002 4 6 45202.40 11 +store 6004003 4 6 31387.04 12 store 6004003 4 6 103532.44 21 +store 6004004 4 6 42644.68 8 store 6004004 4 6 15287.71 6 +store 6004005 4 6 15515.22 3 store 6004005 4 6 60172.67 16 +store 6004006 4 6 60466.48 15 store 6004006 4 6 38426.04 10 +store 6004007 4 6 48158.78 12 store 6004007 4 6 55265.06 13 +store 6004008 4 6 110528.92 26 store 6004008 4 6 17409.99 6 +store 6005001 5 6 38589.67 11 store 6005001 5 6 135393.23 42 +store 6005002 5 6 47495.55 8 store 6005002 5 6 49267.29 12 +store 6005003 5 6 14884.61 3 store 6005003 5 6 74851.15 16 +store 6005005 5 6 37483.24 12 store 6005005 5 6 73876.82 18 +store 6005006 5 6 61699.19 17 store 6005006 5 6 52082.17 11 +store 6005007 5 6 18764.89 5 store 6005007 5 6 48445.43 16 +store 6005008 5 6 25927.83 9 store 6005008 5 6 16473.68 7 +store 6006001 6 6 36995.31 14 store 6006001 6 6 69739.81 24 +store 6006002 6 6 85385.16 22 store 6006002 6 6 87585.47 23 +store 6006003 6 6 47063.87 11 store 6006003 6 6 114431.48 29 +store 6006004 6 6 20527.50 8 store 6006004 6 6 23213.37 3 +store 6006005 6 6 7442.61 4 store 6006005 6 6 93912.14 18 +store 6006006 6 6 25335.02 8 store 6006006 6 6 24102.43 5 +store 6006007 6 6 12901.85 6 store 6006007 6 6 107194.04 30 +store 6006008 6 6 39533.23 14 store 6006008 6 6 48680.37 14 +store 6007001 7 6 9032.59 3 store 6007001 7 6 15183.24 6 +store 6007002 7 6 57662.38 13 store 6007002 7 6 42989.39 13 +store 6007003 7 6 44207.42 17 store 6007003 7 6 141091.04 39 +store 6007004 7 6 147787.95 29 store 6007004 7 6 69437.35 16 +store 6007005 7 6 33681.87 9 store 6007005 7 6 49926.37 15 +store 6007006 7 6 50875.60 16 store 6007006 7 6 75381.63 24 +store 6007007 7 6 13622.22 7 store 6007007 7 6 102650.94 31 +store 6007008 7 6 34697.31 12 store 6007008 7 6 49841.13 18 +store 6008001 8 6 44993.33 10 store 6008001 8 6 57972.98 22 +store 6008002 8 6 39437.31 8 store 6008002 8 6 48434.65 14 +store 6008003 8 6 59905.77 14 store 6008003 8 6 60930.66 20 +store 6008004 8 6 36676.25 9 store 6008004 8 6 31817.07 9 +store 6008005 8 6 84238.28 27 store 6008005 8 6 136071.70 27 +store 6008007 8 6 14672.77 7 store 6008007 8 6 59474.21 18 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out new file mode 100644 index 000000000000..8cf4a4df0b3d --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out @@ -0,0 +1,121 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + ca_zip, + sum(cs_sales_price) +FROM catalog_sales, customer, customer_address, date_dim +WHERE cs_bill_customer_sk = c_customer_sk + AND c_current_addr_sk = ca_address_sk + AND (substr(ca_zip, 1, 5) IN ('85669', '86197', '88274', '83405', '86475', + '85392', '85460', '80348', '81792') + OR ca_state IN ('CA', 'WA', 'GA') + OR cs_sales_price > 500) + AND cs_sold_date_sk = d_date_sk + AND d_qoy = 2 AND d_year = 2001 +GROUP BY ca_zip +ORDER BY ca_zip +LIMIT 100 +-- !query schema +struct +-- !query output +30059 688.80 +30069 323.60 +30150 372.79 +30162 1609.70 +30169 1326.30 +30191 513.21 +30194 244.76 +30309 94.27 +30330 447.07 +30399 196.46 +30411 713.29 +30492 115.82 +30499 1142.24 +30525 406.09 +30534 1341.26 +30587 297.85 +31087 573.97 +31289 669.35 +31387 1226.80 +31675 362.70 +31692 541.53 +31749 182.57 +31757 1553.34 +31838 862.54 +31933 675.18 +31952 1063.42 +32219 707.81 +32293 828.11 +32477 329.28 +32565 368.44 +32724 519.06 +32812 1129.14 +32898 1283.01 +33003 838.16 +33075 190.62 +33394 138.83 +33451 1441.78 +33511 431.19 +33604 1224.86 +33683 616.38 +33951 1241.72 +34027 407.13 +34062 443.22 +34092 366.23 +34098 276.14 +34107 1320.29 +34136 465.89 +34190 426.36 +34244 1508.42 +34289 360.52 +34338 1290.05 +34466 1926.39 +34536 462.20 +34593 1237.42 +34854 473.89 +34975 293.97 +35038 532.46 +35115 465.95 +35124 1186.38 +35281 820.44 +35413 328.47 +35508 309.54 +35709 526.74 +35752 278.29 +35804 1067.01 +35817 2487.41 +35867 581.94 +36060 173.58 +36074 230.91 +36098 907.80 +36115 298.06 +36192 1034.53 +36534 1649.99 +36557 1722.27 +36614 1557.87 +36668 730.76 +36719 1039.55 +36787 463.11 +36867 473.78 +36871 777.15 +36971 505.82 +37057 2784.75 +37683 526.34 +37746 1903.08 +37838 984.60 +38014 337.71 +38048 670.99 +38054 1377.23 +38075 827.32 +38119 237.47 +38167 620.19 +38222 2633.06 +38354 2411.29 +38370 1494.42 +38371 716.56 +38579 601.67 +38605 189.50 +38721 2085.27 +38828 261.89 +NULL 4723.12 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out new file mode 100644 index 000000000000..6c378214db7c --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out @@ -0,0 +1,30 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + count(DISTINCT cs_order_number) AS `order count `, + sum(cs_ext_ship_cost) AS `total shipping cost `, + sum(cs_net_profit) AS `total net profit ` +FROM + catalog_sales cs1, date_dim, customer_address, call_center +WHERE + d_date BETWEEN '2002-02-01' AND (CAST('2002-02-01' AS DATE) + INTERVAL 60 days) + AND cs1.cs_ship_date_sk = d_date_sk + AND cs1.cs_ship_addr_sk = ca_address_sk + AND ca_state = 'GA' + AND cs1.cs_call_center_sk = cc_call_center_sk + AND cc_county IN + ('Williamson County', 'Williamson County', 'Williamson County', 'Williamson County', 'Williamson County') + AND EXISTS(SELECT * + FROM catalog_sales cs2 + WHERE cs1.cs_order_number = cs2.cs_order_number + AND cs1.cs_warehouse_sk <> cs2.cs_warehouse_sk) + AND NOT EXISTS(SELECT * + FROM catalog_returns cr1 + WHERE cs1.cs_order_number = cr1.cr_order_number) +ORDER BY count(DISTINCT cs_order_number) +LIMIT 100 +-- !query schema +struct +-- !query output +236 1062963.89 -214910.61 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out new file mode 100644 index 000000000000..b9439f5715a1 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out @@ -0,0 +1,40 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + i_item_desc, + s_state, + count(ss_quantity) AS store_sales_quantitycount, + avg(ss_quantity) AS store_sales_quantityave, + stddev_samp(ss_quantity) AS store_sales_quantitystdev, + stddev_samp(ss_quantity) / avg(ss_quantity) AS store_sales_quantitycov, + count(sr_return_quantity) as_store_returns_quantitycount, + avg(sr_return_quantity) as_store_returns_quantityave, + stddev_samp(sr_return_quantity) as_store_returns_quantitystdev, + stddev_samp(sr_return_quantity) / avg(sr_return_quantity) AS store_returns_quantitycov, + count(cs_quantity) AS catalog_sales_quantitycount, + avg(cs_quantity) AS catalog_sales_quantityave, + stddev_samp(cs_quantity) / avg(cs_quantity) AS catalog_sales_quantitystdev, + stddev_samp(cs_quantity) / avg(cs_quantity) AS catalog_sales_quantitycov +FROM store_sales, store_returns, catalog_sales, date_dim d1, date_dim d2, date_dim d3, store, item +WHERE d1.d_quarter_name = '2001Q1' + AND d1.d_date_sk = ss_sold_date_sk + AND i_item_sk = ss_item_sk + AND s_store_sk = ss_store_sk + AND ss_customer_sk = sr_customer_sk + AND ss_item_sk = sr_item_sk + AND ss_ticket_number = sr_ticket_number + AND sr_returned_date_sk = d2.d_date_sk + AND d2.d_quarter_name IN ('2001Q1', '2001Q2', '2001Q3') + AND sr_customer_sk = cs_bill_customer_sk + AND sr_item_sk = cs_item_sk + AND cs_sold_date_sk = d3.d_date_sk + AND d3.d_quarter_name IN ('2001Q1', '2001Q2', '2001Q3') +GROUP BY i_item_id, i_item_desc, s_state +ORDER BY i_item_id, i_item_desc, s_state +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAKPFEAAAA Recently right TN 1 99.0 NULL NULL 1 66.0 NULL NULL 1 32.0 NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out new file mode 100644 index 000000000000..ca7d148a4fc3 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out @@ -0,0 +1,35 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + ca_country, + ca_state, + ca_county, + avg(cast(cs_quantity AS DECIMAL(12, 2))) agg1, + avg(cast(cs_list_price AS DECIMAL(12, 2))) agg2, + avg(cast(cs_coupon_amt AS DECIMAL(12, 2))) agg3, + avg(cast(cs_sales_price AS DECIMAL(12, 2))) agg4, + avg(cast(cs_net_profit AS DECIMAL(12, 2))) agg5, + avg(cast(c_birth_year AS DECIMAL(12, 2))) agg6, + avg(cast(cd1.cd_dep_count AS DECIMAL(12, 2))) agg7 +FROM catalog_sales, customer_demographics cd1, + customer_demographics cd2, customer, customer_address, date_dim, item +WHERE cs_sold_date_sk = d_date_sk AND + cs_item_sk = i_item_sk AND + cs_bill_cdemo_sk = cd1.cd_demo_sk AND + cs_bill_customer_sk = c_customer_sk AND + cd1.cd_gender = 'F' AND + cd1.cd_education_status = 'Unknown' AND + c_current_cdemo_sk = cd2.cd_demo_sk AND + c_current_addr_sk = ca_address_sk AND + c_birth_month IN (1, 6, 8, 9, 12, 2) AND + d_year = 1998 AND + ca_state IN ('MS', 'IN', 'ND', 'OK', 'NM', 'VA', 'MS') +GROUP BY ROLLUP (i_item_id, ca_country, ca_state, ca_county) +ORDER BY ca_country, ca_state, ca_county, i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out new file mode 100644 index 000000000000..d13d999c7fcd --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out @@ -0,0 +1,125 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_brand_id brand_id, + i_brand brand, + i_manufact_id, + i_manufact, + sum(ss_ext_sales_price) ext_price +FROM date_dim, store_sales, item, customer, customer_address, store +WHERE d_date_sk = ss_sold_date_sk + AND ss_item_sk = i_item_sk + AND i_manager_id = 8 + AND d_moy = 11 + AND d_year = 1998 + AND ss_customer_sk = c_customer_sk + AND c_current_addr_sk = ca_address_sk + AND substr(ca_zip, 1, 5) <> substr(s_zip, 1, 5) + AND ss_store_sk = s_store_sk +GROUP BY i_brand, i_brand_id, i_manufact_id, i_manufact +ORDER BY ext_price DESC, brand, brand_id, i_manufact_id, i_manufact +LIMIT 100 +-- !query schema +struct +-- !query output +10001009 amalgunivamalg #x 414 eseoughtese 17196.10 +10001014 amalgunivamalg #x 207 ationbarable 18623.57 +10003001 exportiunivamalg #x 252 ableantiable 22605.56 +10004013 edu packunivamalg #x 764 esecallyation 15242.69 +10006012 corpunivamalg #x 166 callycallyought 15153.42 +10008005 namelessunivamalg #x 813 prioughteing 15433.53 +10010005 univamalgamalg #x 684 eseeingcally 17146.97 +1001001 amalgamalg #x 257 ationantiable 19957.37 +1001001 amalgamalg #x 346 callyesepri 17660.98 +1001001 amalgamalg #x 89 n steing 14133.10 +10010013 univamalgamalg #x 656 callyantically 20274.67 +10011002 amalgamalgamalg #x 112 ableoughtought 16120.65 +10011013 amalgamalgamalg #x 551 oughtantianti 30259.44 +10012003 importoamalgamalg #x 68 eingcally 36856.35 +10012006 importoamalgamalg #x 162 ablecallyought 25077.80 +10013006 exportiamalgamalg #x 461 oughtcallyese 29475.71 +10015008 scholaramalgamalg #x 839 n stprieing 36664.59 +1002001 importoamalg #x 184 eseeingought 13719.81 +1002002 importoamalg #x 489 n steingese 15707.42 +1002002 importoamalg #x 50 baranti 17737.23 +1002002 importoamalg #x 504 esebaranti 27540.55 +1003001 exportiamalg #x 162 ablecallyought 31531.85 +1003002 exportiamalg #x 400 barbarese 21701.01 +1003002 exportiamalg #x 483 prieingese 17180.13 +1004001 edu packamalg #x 222 ableableable 14254.25 +1004001 edu packamalg #x 380 bareingpri 17896.97 +1004001 edu packamalg #x 594 esen stanti 17217.04 +1004001 edu packamalg #x 675 antiationcally 18349.99 +2001001 amalgimporto #x 219 n stoughtable 20647.28 +2002001 importoimporto #x 100 barbarought 20543.92 +2002001 importoimporto #x 134 esepriought 16596.84 +2002001 importoimporto #x 229 n stableable 38849.73 +2002001 importoimporto #x 265 anticallyable 22316.14 +2002001 importoimporto #x 525 antiableanti 19888.38 +2003001 exportiimporto #x 288 eingeingable 15769.87 +2004001 edu packimporto #x 584 eseeinganti 22312.87 +2004002 edu packimporto #x 912 ableoughtn st 17422.31 +3001001 amalgexporti #x 358 eingantipri 39779.20 +3002001 importoexporti #x 176 callyationought 20741.06 +3002001 importoexporti #x 889 n steingeing 23327.10 +3002002 importoexporti #x 581 oughteinganti 34669.00 +3002002 importoexporti #x 597 ationn stanti 23181.94 +4001001 amalgedu pack #x 106 callybarought 23272.95 +4001001 amalgedu pack #x 236 callypriable 23425.22 +4001001 amalgedu pack #x 379 n stationpri 32777.45 +4002001 importoedu pack #x 101 oughtbarought 18892.36 +4002001 importoedu pack #x 96 callyn st 25291.42 +4002002 importoedu pack #x 615 antioughtcally 34673.98 +4003001 exportiedu pack #x 239 n stpriable 14778.52 +4003001 exportiedu pack #x 30 barpri 27681.74 +4003001 exportiedu pack #x 640 baresecally 20218.12 +4003002 exportiedu pack #x 117 ationoughtought 14161.18 +4004001 edu packedu pack #x 257 ationantiable 18605.21 +4004001 edu packedu pack #x 718 eingoughtation 20488.80 +4004002 edu packedu pack #x 293 prin stable 22272.04 +5001001 amalgscholar #x 192 ablen stought 28136.83 +5001002 amalgscholar #x 124 eseableought 21004.37 +5002001 importoscholar #x 202 ablebarable 24662.36 +5002001 importoscholar #x 442 ableeseese 34618.53 +5002002 importoscholar #x 503 pribaranti 38877.55 +5003001 exportischolar #x 224 eseableable 34541.38 +5003001 exportischolar #x 457 ationantiese 28560.52 +5003002 exportischolar #x 162 ablecallyought 20986.26 +5003002 exportischolar #x 50 baranti 35402.74 +5004001 edu packscholar #x 191 oughtn stought 22767.49 +5004001 edu packscholar #x 361 oughtcallypri 28656.02 +5004001 edu packscholar #x 595 antin stanti 14910.27 +5004002 edu packscholar #x 168 eingcallyought 33004.86 +5004002 edu packscholar #x 427 ationableese 24502.14 +6004005 edu packcorp #x 224 eseableable 17081.31 +6005006 scholarcorp #x 270 barationable 17373.47 +6006001 corpcorp #x 258 eingantiable 14579.72 +6007007 brandcorp #x 47 ationese 16413.40 +6009001 maxicorp #x 609 n stbarcally 37679.02 +6010003 univbrand #x 165 anticallyought 27826.40 +6011005 amalgbrand #x 373 priationpri 22935.30 +6013003 exportibrand #x 16 callyought 15594.16 +7001002 amalgbrand #x 122 ableableought 29576.48 +7002005 importobrand #x 822 ableableeing 23637.35 +7008009 namelessbrand #x 540 bareseanti 28888.95 +7009009 maxibrand #x 10 barought 32448.47 +7013001 exportinameless #x 18 eingought 28720.16 +7014001 edu packnameless #x 23 priable 21554.24 +8001009 amalgnameless #x 21 oughtable 32020.26 +8003003 exportinameless #x 85 antieing 14890.03 +8006008 corpnameless #x 605 antibarcally 21599.44 +8007009 brandnameless #x 34 esepri 27968.38 +8009007 maxinameless #x 146 callyeseought 24020.70 +8011002 amalgmaxi #x 293 prin stable 18991.25 +8012001 importomaxi #x 277 ationationable 18325.53 +8012007 importomaxi #x 320 barablepri 17247.22 +8014007 edu packmaxi #x 350 barantipri 16580.66 +8014009 edu packmaxi #x 214 eseoughtable 20379.43 +8016009 corpmaxi #x 734 esepriation 14055.01 +9004003 edu packmaxi #x 191 oughtn stought 29977.55 +9004011 edu packmaxi #x 241 oughteseable 23233.46 +9009011 maximaxi #x 117 ationoughtought 26149.58 +9011008 amalgunivamalg #x 93 prin st 22103.70 +9012003 importounivamalg #x 818 eingoughteing 18832.74 +9016003 corpunivamalg #x 51 oughtanti 15172.76 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out new file mode 100644 index 000000000000..6230e48277e9 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out @@ -0,0 +1,2600 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH wscs AS +( SELECT + sold_date_sk, + sales_price + FROM (SELECT + ws_sold_date_sk sold_date_sk, + ws_ext_sales_price sales_price + FROM web_sales) x + UNION ALL + (SELECT + cs_sold_date_sk sold_date_sk, + cs_ext_sales_price sales_price + FROM catalog_sales)), + wswscs AS + ( SELECT + d_week_seq, + sum(CASE WHEN (d_day_name = 'Sunday') + THEN sales_price + ELSE NULL END) + sun_sales, + sum(CASE WHEN (d_day_name = 'Monday') + THEN sales_price + ELSE NULL END) + mon_sales, + sum(CASE WHEN (d_day_name = 'Tuesday') + THEN sales_price + ELSE NULL END) + tue_sales, + sum(CASE WHEN (d_day_name = 'Wednesday') + THEN sales_price + ELSE NULL END) + wed_sales, + sum(CASE WHEN (d_day_name = 'Thursday') + THEN sales_price + ELSE NULL END) + thu_sales, + sum(CASE WHEN (d_day_name = 'Friday') + THEN sales_price + ELSE NULL END) + fri_sales, + sum(CASE WHEN (d_day_name = 'Saturday') + THEN sales_price + ELSE NULL END) + sat_sales + FROM wscs, date_dim + WHERE d_date_sk = sold_date_sk + GROUP BY d_week_seq) +SELECT + d_week_seq1, + round(sun_sales1 / sun_sales2, 2), + round(mon_sales1 / mon_sales2, 2), + round(tue_sales1 / tue_sales2, 2), + round(wed_sales1 / wed_sales2, 2), + round(thu_sales1 / thu_sales2, 2), + round(fri_sales1 / fri_sales2, 2), + round(sat_sales1 / sat_sales2, 2) +FROM + (SELECT + wswscs.d_week_seq d_week_seq1, + sun_sales sun_sales1, + mon_sales mon_sales1, + tue_sales tue_sales1, + wed_sales wed_sales1, + thu_sales thu_sales1, + fri_sales fri_sales1, + sat_sales sat_sales1 + FROM wswscs, date_dim + WHERE date_dim.d_week_seq = wswscs.d_week_seq AND d_year = 2001) y, + (SELECT + wswscs.d_week_seq d_week_seq2, + sun_sales sun_sales2, + mon_sales mon_sales2, + tue_sales tue_sales2, + wed_sales wed_sales2, + thu_sales thu_sales2, + fri_sales fri_sales2, + sat_sales sat_sales2 + FROM wswscs, date_dim + WHERE date_dim.d_week_seq = wswscs.d_week_seq AND d_year = 2001 + 1) z +WHERE d_week_seq1 = d_week_seq2 - 53 +ORDER BY d_week_seq1 +-- !query schema +struct +-- !query output +5270 NULL NULL NULL 1.68 NULL NULL NULL +5270 NULL NULL NULL 1.68 NULL NULL NULL +5270 NULL NULL NULL 1.68 NULL NULL NULL +5270 NULL NULL NULL 1.68 NULL NULL NULL +5270 NULL NULL NULL 1.68 NULL NULL NULL +5270 NULL NULL NULL 1.68 NULL NULL NULL +5270 NULL NULL NULL 1.68 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5271 NULL NULL NULL 1.25 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5272 NULL NULL NULL 1.10 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5273 NULL NULL NULL 0.85 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5274 NULL NULL NULL 1.05 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5275 NULL NULL NULL 0.67 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5276 NULL NULL NULL 1.12 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5277 NULL NULL NULL 1.09 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5278 NULL NULL NULL 1.35 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5279 NULL NULL NULL 1.03 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5280 NULL NULL NULL 1.35 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5281 NULL NULL NULL 0.96 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5282 NULL NULL NULL 1.02 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5283 NULL NULL NULL 0.96 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5284 NULL NULL NULL 0.72 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5285 NULL NULL NULL 0.96 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5286 NULL NULL NULL 0.99 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5287 NULL NULL NULL 1.13 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5288 NULL NULL NULL 1.01 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5289 NULL NULL NULL 1.11 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5290 NULL NULL NULL 1.28 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5291 NULL NULL NULL 0.93 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5292 NULL NULL NULL 1.10 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5293 NULL NULL NULL 1.20 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5294 NULL NULL NULL 0.85 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5295 NULL NULL NULL 0.86 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5296 NULL NULL NULL 0.90 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5297 NULL NULL NULL 0.86 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5298 NULL NULL NULL 1.00 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5299 NULL NULL NULL 1.06 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5300 NULL NULL NULL 0.96 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5301 NULL NULL NULL 0.40 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5302 NULL NULL NULL 1.03 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5303 NULL NULL NULL 1.00 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5304 NULL NULL NULL 0.98 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5305 NULL NULL NULL 0.93 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5306 NULL NULL NULL 1.19 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5307 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5308 NULL NULL NULL 1.03 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5309 NULL NULL NULL 0.99 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5310 NULL NULL NULL 1.01 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5311 NULL NULL NULL 1.07 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5312 NULL NULL NULL 0.92 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5313 NULL NULL NULL 1.05 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5314 NULL NULL NULL 0.58 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5315 NULL NULL NULL 0.96 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5316 NULL NULL NULL 1.02 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5317 NULL NULL NULL 1.04 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5318 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5319 NULL NULL NULL 1.02 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5320 NULL NULL NULL 0.97 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5321 NULL NULL NULL 1.29 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL +5322 NULL NULL NULL 1.94 NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out new file mode 100644 index 000000000000..a8e1ec33704f --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out @@ -0,0 +1,25 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_desc, + i_category, + i_class, + i_current_price, + sum(cs_ext_sales_price) AS itemrevenue, + sum(cs_ext_sales_price) * 100 / sum(sum(cs_ext_sales_price)) + OVER + (PARTITION BY i_class) AS revenueratio +FROM catalog_sales, item, date_dim +WHERE cs_item_sk = i_item_sk + AND i_category IN ('Sports', 'Books', 'Home') + AND cs_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('1999-02-22' AS DATE) +AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) +GROUP BY i_item_id, i_item_desc, i_category, i_class, i_current_price +ORDER BY i_category, i_class, i_item_id, i_item_desc, revenueratio +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out new file mode 100644 index 000000000000..f97886d73be5 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out @@ -0,0 +1,131 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM ( + SELECT + w_warehouse_name, + i_item_id, + sum(CASE WHEN (cast(d_date AS DATE) < cast('2000-03-11' AS DATE)) + THEN inv_quantity_on_hand + ELSE 0 END) AS inv_before, + sum(CASE WHEN (cast(d_date AS DATE) >= cast('2000-03-11' AS DATE)) + THEN inv_quantity_on_hand + ELSE 0 END) AS inv_after + FROM inventory, warehouse, item, date_dim + WHERE i_current_price BETWEEN 0.99 AND 1.49 + AND i_item_sk = inv_item_sk + AND inv_warehouse_sk = w_warehouse_sk + AND inv_date_sk = d_date_sk + AND d_date BETWEEN (cast('2000-03-11' AS DATE) - INTERVAL 30 days) + AND (cast('2000-03-11' AS DATE) + INTERVAL 30 days) + GROUP BY w_warehouse_name, i_item_id) x +WHERE (CASE WHEN inv_before > 0 + THEN inv_after / inv_before + ELSE NULL + END) BETWEEN 2.0 / 3.0 AND 3.0 / 2.0 +ORDER BY w_warehouse_name, i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output +NULL AAAAAAAAAABDAAAA 2565 1922 +NULL AAAAAAAAAAHDAAAA 2956 2052 +NULL AAAAAAAAAALAAAAA 2042 1793 +NULL AAAAAAAAABDAAAAA 3340 2626 +NULL AAAAAAAAACGCAAAA 2373 1771 +NULL AAAAAAAAACKCAAAA 2321 1856 +NULL AAAAAAAAACOBAAAA 1504 1397 +NULL AAAAAAAAADKBAAAA 1820 2163 +NULL AAAAAAAAAEADAAAA 2631 1965 +NULL AAAAAAAAAEOCAAAA 1659 1798 +NULL AAAAAAAAAFACAAAA 1965 1705 +NULL AAAAAAAAAFADAAAA 1769 1313 +NULL AAAAAAAAAHDEAAAA 2700 1985 +NULL AAAAAAAAAHHAAAAA 1578 1082 +NULL AAAAAAAAAIECAAAA 1756 1804 +NULL AAAAAAAAAIMCAAAA 3603 2951 +NULL AAAAAAAAAJACAAAA 2109 1989 +NULL AAAAAAAAAJKBAAAA 2573 3540 +NULL AAAAAAAAALBEAAAA 3458 2992 +NULL AAAAAAAAALCEAAAA 1720 1810 +NULL AAAAAAAAALECAAAA 2569 1946 +NULL AAAAAAAAALNBAAAA 2552 1750 +NULL AAAAAAAAANFEAAAA 2022 2269 +NULL AAAAAAAAAOBBAAAA 1603 1592 +NULL AAAAAAAAAOIBAAAA 2982 2540 +NULL AAAAAAAAAPJBAAAA 2344 2593 +NULL AAAAAAAABAPDAAAA 2182 2787 +NULL AAAAAAAABDCEAAAA 2844 2069 +NULL AAAAAAAABDDDAAAA 2417 2537 +NULL AAAAAAAABDJAAAAA 1584 1666 +NULL AAAAAAAABEODAAAA 2141 2649 +NULL AAAAAAAABFCCAAAA 2745 2020 +NULL AAAAAAAABFMBAAAA 1642 1364 +NULL AAAAAAAABHPCAAAA 1923 1780 +NULL AAAAAAAABIDBAAAA 1956 2836 +NULL AAAAAAAABIGBAAAA 2023 2344 +NULL AAAAAAAABIJBAAAA 1977 2728 +NULL AAAAAAAABJFEAAAA 1891 2390 +NULL AAAAAAAABLDEAAAA 1983 1797 +NULL AAAAAAAABNIDAAAA 2485 2324 +NULL AAAAAAAABNLDAAAA 2385 2786 +NULL AAAAAAAABOMBAAAA 2291 2092 +NULL AAAAAAAACAAAAAAA 2233 2560 +NULL AAAAAAAACBCDAAAA 1540 2012 +NULL AAAAAAAACBIAAAAA 2394 2122 +NULL AAAAAAAACBPBAAAA 1790 1661 +NULL AAAAAAAACCMDAAAA 2654 2691 +NULL AAAAAAAACDBCAAAA 1804 2072 +NULL AAAAAAAACFEAAAAA 1941 1567 +NULL AAAAAAAACFHDAAAA 1696 1147 +NULL AAAAAAAACGFDAAAA 2123 2265 +NULL AAAAAAAACHPCAAAA 2933 2174 +NULL AAAAAAAACIGDAAAA 2618 2399 +NULL AAAAAAAACJCBAAAA 2728 2367 +NULL AAAAAAAACJLAAAAA 1350 1732 +NULL AAAAAAAACLAEAAAA 2578 2329 +NULL AAAAAAAACLGAAAAA 1842 1588 +NULL AAAAAAAACLLBAAAA 3418 2657 +NULL AAAAAAAACLOBAAAA 3115 2560 +NULL AAAAAAAACMADAAAA 1991 2243 +NULL AAAAAAAACMJAAAAA 1261 1855 +NULL AAAAAAAACMLAAAAA 3288 2753 +NULL AAAAAAAACMPDAAAA 1320 1676 +NULL AAAAAAAACNGBAAAA 2340 2118 +NULL AAAAAAAACNHDAAAA 3519 3348 +NULL AAAAAAAACNPCAAAA 2561 1948 +NULL AAAAAAAADCPCAAAA 2664 2627 +NULL AAAAAAAADDHAAAAA 1313 1926 +NULL AAAAAAAADDNDAAAA 1109 835 +NULL AAAAAAAADEAAAAAA 2141 1847 +NULL AAAAAAAADEJAAAAA 3142 2723 +NULL AAAAAAAADFKBAAAA 1470 1650 +NULL AAAAAAAADGCCAAAA 2113 2331 +NULL AAAAAAAADGFCAAAA 2201 2928 +NULL AAAAAAAADHPAAAAA 2467 2133 +NULL AAAAAAAADMBAAAAA 3085 2087 +NULL AAAAAAAADPABAAAA 3494 3081 +NULL AAAAAAAAEAECAAAA 2133 2148 +NULL AAAAAAAAEAPAAAAA 1560 1275 +NULL AAAAAAAAECGCAAAA 2815 3307 +NULL AAAAAAAAEDPDAAAA 2731 1883 +NULL AAAAAAAAEEECAAAA 2024 1902 +NULL AAAAAAAAEEMCAAAA 2624 2387 +NULL AAAAAAAAEFFAAAAA 2047 1878 +NULL AAAAAAAAEGJAAAAA 2403 2633 +NULL AAAAAAAAEGMAAAAA 2784 2772 +NULL AAAAAAAAEGOCAAAA 2389 1753 +NULL AAAAAAAAEHFDAAAA 1940 1420 +NULL AAAAAAAAEHLBAAAA 2320 2057 +NULL AAAAAAAAEHPAAAAA 1898 1853 +NULL AAAAAAAAEIPBAAAA 2930 2326 +NULL AAAAAAAAEJAEAAAA 2582 1836 +NULL AAAAAAAAEJIBAAAA 2257 1681 +NULL AAAAAAAAEJJAAAAA 2791 1941 +NULL AAAAAAAAEJJDAAAA 3410 2405 +NULL AAAAAAAAEJNCAAAA 2472 2067 +NULL AAAAAAAAEJPDAAAA 1219 1229 +NULL AAAAAAAAEKEBAAAA 2047 1713 +NULL AAAAAAAAEMEAAAAA 2502 1897 +NULL AAAAAAAAEMKCAAAA 2362 2042 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out new file mode 100644 index 000000000000..822e2e1aab99 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out @@ -0,0 +1,120 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_product_name, + i_brand, + i_class, + i_category, + avg(inv_quantity_on_hand) qoh +FROM inventory, date_dim, item, warehouse +WHERE inv_date_sk = d_date_sk + AND inv_item_sk = i_item_sk + AND inv_warehouse_sk = w_warehouse_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 +GROUP BY ROLLUP (i_product_name, i_brand, i_class, i_category) +ORDER BY qoh, i_product_name, i_brand, i_class, i_category +LIMIT 100 +-- !query schema +struct +-- !query output +ableationprieing NULL NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses Women 445.99583333333334 +antibareingantiought NULL NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts Men 445.4065040650407 +antibareingantiought importoimporto #x shirts NULL 445.4065040650407 +ationantibarationought NULL NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x pools NULL 445.4190871369295 +ationantibarationought univmaxi #x pools Sports 445.4190871369295 +ationationprin st NULL NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn Children 435.5102880658436 +ationationprin st amalgexporti #x newborn NULL 435.5102880658436 +ationbarn stableought NULL NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs Home 444.09274193548384 +ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 +ationbarn station NULL NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x bathroom Home 430.3577235772358 +ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 +ationeingation NULL NULL NULL 443.78225806451616 +ationeingation amalgexporti #x NULL NULL 443.78225806451616 +ationeingation amalgexporti #x newborn Children 443.78225806451616 +ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationoughtn stn st NULL NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 +callyesebaration NULL NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 +callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 +eingableableationought NULL NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories Men 444.7142857142857 +eingableableationought amalgimporto #x accessories NULL 444.7142857142857 +eseationcallyableought NULL NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants Children 444.5443548387097 +eseationcallyableought importoexporti #x infants NULL 444.5443548387097 +n stbarought NULL NULL NULL 440.31474103585657 +n stbarought corpbrand #x NULL NULL 440.31474103585657 +n stbarought corpbrand #x rugs Home 440.31474103585657 +n stbarought corpbrand #x rugs NULL 440.31474103585657 +n stcallyableoughtought NULL NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 +n stcallyesepriought NULL NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 +n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 +n steseantiation NULL NULL NULL 445.33196721311475 +n steseantiation univmaxi #x NULL NULL 445.33196721311475 +n steseantiation univmaxi #x pools NULL 445.33196721311475 +n steseantiation univmaxi #x pools Sports 445.33196721311475 +n stn stantioughtought NULL NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 +n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 +n stprieingationought NULL NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 +n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +oughtbarantiese NULL NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 +oughtbarprin st NULL NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x classical Music 442.0734693877551 +oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 +oughtcallyn stantiought NULL NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 +oughtn stprin st NULL NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtpricallybarought NULL NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 +priantiationation NULL NULL NULL 441.6707317073171 +priantiationation importoimporto #x NULL NULL 441.6707317073171 +priantiationation importoimporto #x shirts Men 441.6707317073171 +priantiationation importoimporto #x shirts NULL 441.6707317073171 +priationn stn st NULL NULL NULL 439.096 +priationn stn st importoscholar #x NULL NULL 439.096 +priationn stn st importoscholar #x country Music 439.096 +priationn stn st importoscholar #x country NULL 439.096 +pribarpribarought NULL NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out new file mode 100644 index 000000000000..212d6c6104e0 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out @@ -0,0 +1,60 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH frequent_ss_items AS +(SELECT + substr(i_item_desc, 1, 30) itemdesc, + i_item_sk item_sk, + d_date solddate, + count(*) cnt + FROM store_sales, date_dim, item + WHERE ss_sold_date_sk = d_date_sk + AND ss_item_sk = i_item_sk + AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) + GROUP BY substr(i_item_desc, 1, 30), i_item_sk, d_date + HAVING count(*) > 4), + max_store_sales AS + (SELECT max(csales) tpcds_cmax + FROM (SELECT + c_customer_sk, + sum(ss_quantity * ss_sales_price) csales + FROM store_sales, customer, date_dim + WHERE ss_customer_sk = c_customer_sk + AND ss_sold_date_sk = d_date_sk + AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) + GROUP BY c_customer_sk) x), + best_ss_customer AS + (SELECT + c_customer_sk, + sum(ss_quantity * ss_sales_price) ssales + FROM store_sales, customer + WHERE ss_customer_sk = c_customer_sk + GROUP BY c_customer_sk + HAVING sum(ss_quantity * ss_sales_price) > (50 / 100.0) * + (SELECT * + FROM max_store_sales)) +SELECT sum(sales) +FROM ((SELECT cs_quantity * cs_list_price sales +FROM catalog_sales, date_dim +WHERE d_year = 2000 + AND d_moy = 2 + AND cs_sold_date_sk = d_date_sk + AND cs_item_sk IN (SELECT item_sk +FROM frequent_ss_items) + AND cs_bill_customer_sk IN (SELECT c_customer_sk +FROM best_ss_customer)) + UNION ALL + (SELECT ws_quantity * ws_list_price sales + FROM web_sales, date_dim + WHERE d_year = 2000 + AND d_moy = 2 + AND ws_sold_date_sk = d_date_sk + AND ws_item_sk IN (SELECT item_sk + FROM frequent_ss_items) + AND ws_bill_customer_sk IN (SELECT c_customer_sk + FROM best_ss_customer))) y +LIMIT 100 +-- !query schema +struct +-- !query output +17030.91 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out new file mode 100644 index 000000000000..b0ddfc28acd3 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out @@ -0,0 +1,78 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH frequent_ss_items AS +(SELECT + substr(i_item_desc, 1, 30) itemdesc, + i_item_sk item_sk, + d_date solddate, + count(*) cnt + FROM store_sales, date_dim, item + WHERE ss_sold_date_sk = d_date_sk + AND ss_item_sk = i_item_sk + AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) + GROUP BY substr(i_item_desc, 1, 30), i_item_sk, d_date + HAVING count(*) > 4), + max_store_sales AS + (SELECT max(csales) tpcds_cmax + FROM (SELECT + c_customer_sk, + sum(ss_quantity * ss_sales_price) csales + FROM store_sales, customer, date_dim + WHERE ss_customer_sk = c_customer_sk + AND ss_sold_date_sk = d_date_sk + AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) + GROUP BY c_customer_sk) x), + best_ss_customer AS + (SELECT + c_customer_sk, + sum(ss_quantity * ss_sales_price) ssales + FROM store_sales + , customer + WHERE ss_customer_sk = c_customer_sk + GROUP BY c_customer_sk + HAVING sum(ss_quantity * ss_sales_price) > (50 / 100.0) * + (SELECT * + FROM max_store_sales)) +SELECT + c_last_name, + c_first_name, + sales +FROM ((SELECT + c_last_name, + c_first_name, + sum(cs_quantity * cs_list_price) sales +FROM catalog_sales, customer, date_dim +WHERE d_year = 2000 + AND d_moy = 2 + AND cs_sold_date_sk = d_date_sk + AND cs_item_sk IN (SELECT item_sk +FROM frequent_ss_items) + AND cs_bill_customer_sk IN (SELECT c_customer_sk +FROM best_ss_customer) + AND cs_bill_customer_sk = c_customer_sk +GROUP BY c_last_name, c_first_name) + UNION ALL + (SELECT + c_last_name, + c_first_name, + sum(ws_quantity * ws_list_price) sales + FROM web_sales, customer, date_dim + WHERE d_year = 2000 + AND d_moy = 2 + AND ws_sold_date_sk = d_date_sk + AND ws_item_sk IN (SELECT item_sk + FROM frequent_ss_items) + AND ws_bill_customer_sk IN (SELECT c_customer_sk + FROM best_ss_customer) + AND ws_bill_customer_sk = c_customer_sk + GROUP BY c_last_name, c_first_name)) y +ORDER BY c_last_name, c_first_name, sales +LIMIT 100 +-- !query schema +struct +-- !query output +Brown Monika 6031.52 +Collins Gordon 727.57 +Green Jesse 9672.96 +NULL Robert 598.86 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out new file mode 100644 index 000000000000..a83e6e5a14a6 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out @@ -0,0 +1,41 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ssales AS +(SELECT + c_last_name, + c_first_name, + s_store_name, + ca_state, + s_state, + i_color, + i_current_price, + i_manager_id, + i_units, + i_size, + sum(ss_net_paid) netpaid + FROM store_sales, store_returns, store, item, customer, customer_address + WHERE ss_ticket_number = sr_ticket_number + AND ss_item_sk = sr_item_sk + AND ss_customer_sk = c_customer_sk + AND ss_item_sk = i_item_sk + AND ss_store_sk = s_store_sk + AND c_birth_country = upper(ca_country) + AND s_zip = ca_zip + AND s_market_id = 8 + GROUP BY c_last_name, c_first_name, s_store_name, ca_state, s_state, i_color, + i_current_price, i_manager_id, i_units, i_size) +SELECT + c_last_name, + c_first_name, + s_store_name, + sum(netpaid) paid +FROM ssales +WHERE i_color = 'pale' +GROUP BY c_last_name, c_first_name, s_store_name +HAVING sum(netpaid) > (SELECT 0.05 * avg(netpaid) +FROM ssales) +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out new file mode 100644 index 000000000000..e44fe77b1ac4 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out @@ -0,0 +1,41 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ssales AS +(SELECT + c_last_name, + c_first_name, + s_store_name, + ca_state, + s_state, + i_color, + i_current_price, + i_manager_id, + i_units, + i_size, + sum(ss_net_paid) netpaid + FROM store_sales, store_returns, store, item, customer, customer_address + WHERE ss_ticket_number = sr_ticket_number + AND ss_item_sk = sr_item_sk + AND ss_customer_sk = c_customer_sk + AND ss_item_sk = i_item_sk + AND ss_store_sk = s_store_sk + AND c_birth_country = upper(ca_country) + AND s_zip = ca_zip + AND s_market_id = 8 + GROUP BY c_last_name, c_first_name, s_store_name, ca_state, s_state, + i_color, i_current_price, i_manager_id, i_units, i_size) +SELECT + c_last_name, + c_first_name, + s_store_name, + sum(netpaid) paid +FROM ssales +WHERE i_color = 'chiffon' +GROUP BY c_last_name, c_first_name, s_store_name +HAVING sum(netpaid) > (SELECT 0.05 * avg(netpaid) +FROM ssales) +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out new file mode 100644 index 000000000000..5fc05b12c961 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out @@ -0,0 +1,40 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + i_item_desc, + s_store_id, + s_store_name, + sum(ss_net_profit) AS store_sales_profit, + sum(sr_net_loss) AS store_returns_loss, + sum(cs_net_profit) AS catalog_sales_profit +FROM + store_sales, store_returns, catalog_sales, date_dim d1, date_dim d2, date_dim d3, + store, item +WHERE + d1.d_moy = 4 + AND d1.d_year = 2001 + AND d1.d_date_sk = ss_sold_date_sk + AND i_item_sk = ss_item_sk + AND s_store_sk = ss_store_sk + AND ss_customer_sk = sr_customer_sk + AND ss_item_sk = sr_item_sk + AND ss_ticket_number = sr_ticket_number + AND sr_returned_date_sk = d2.d_date_sk + AND d2.d_moy BETWEEN 4 AND 10 + AND d2.d_year = 2001 + AND sr_customer_sk = cs_bill_customer_sk + AND sr_item_sk = cs_item_sk + AND cs_sold_date_sk = d3.d_date_sk + AND d3.d_moy BETWEEN 4 AND 10 + AND d3.d_year = 2001 +GROUP BY + i_item_id, i_item_desc, s_store_id, s_store_name +ORDER BY + i_item_id, i_item_desc, s_store_id, s_store_name +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAADPMBAAAA Things know alone letters. Flights should tend even jewish fees. Civil plans could not cry also social days; other losses might not pay walls; still able signs should not remove too human AAAAAAAAHAAAAAAA ation 12.84 91.41 -1329.46 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out new file mode 100644 index 000000000000..d955dee446ac --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out @@ -0,0 +1,26 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + avg(cs_quantity) agg1, + avg(cs_list_price) agg2, + avg(cs_coupon_amt) agg3, + avg(cs_sales_price) agg4 +FROM catalog_sales, customer_demographics, date_dim, item, promotion +WHERE cs_sold_date_sk = d_date_sk AND + cs_item_sk = i_item_sk AND + cs_bill_cdemo_sk = cd_demo_sk AND + cs_promo_sk = p_promo_sk AND + cd_gender = 'M' AND + cd_marital_status = 'S' AND + cd_education_status = 'College' AND + (p_channel_email = 'N' OR p_channel_event = 'N') AND + d_year = 2000 +GROUP BY i_item_id +ORDER BY i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out new file mode 100644 index 000000000000..48b833fa1ba6 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out @@ -0,0 +1,28 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + s_state, + grouping(s_state) g_state, + avg(ss_quantity) agg1, + avg(ss_list_price) agg2, + avg(ss_coupon_amt) agg3, + avg(ss_sales_price) agg4 +FROM store_sales, customer_demographics, date_dim, store, item +WHERE ss_sold_date_sk = d_date_sk AND + ss_item_sk = i_item_sk AND + ss_store_sk = s_store_sk AND + ss_cdemo_sk = cd_demo_sk AND + cd_gender = 'M' AND + cd_marital_status = 'S' AND + cd_education_status = 'College' AND + d_year = 2002 AND + s_state IN ('TN', 'TN', 'TN', 'TN', 'TN', 'TN') +GROUP BY ROLLUP (i_item_id, s_state) +ORDER BY i_item_id, s_state +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out new file mode 100644 index 000000000000..00632fddb084 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out @@ -0,0 +1,63 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM (SELECT + avg(ss_list_price) B1_LP, + count(ss_list_price) B1_CNT, + count(DISTINCT ss_list_price) B1_CNTD +FROM store_sales +WHERE ss_quantity BETWEEN 0 AND 5 + AND (ss_list_price BETWEEN 8 AND 8 + 10 + OR ss_coupon_amt BETWEEN 459 AND 459 + 1000 + OR ss_wholesale_cost BETWEEN 57 AND 57 + 20)) B1, + (SELECT + avg(ss_list_price) B2_LP, + count(ss_list_price) B2_CNT, + count(DISTINCT ss_list_price) B2_CNTD + FROM store_sales + WHERE ss_quantity BETWEEN 6 AND 10 + AND (ss_list_price BETWEEN 90 AND 90 + 10 + OR ss_coupon_amt BETWEEN 2323 AND 2323 + 1000 + OR ss_wholesale_cost BETWEEN 31 AND 31 + 20)) B2, + (SELECT + avg(ss_list_price) B3_LP, + count(ss_list_price) B3_CNT, + count(DISTINCT ss_list_price) B3_CNTD + FROM store_sales + WHERE ss_quantity BETWEEN 11 AND 15 + AND (ss_list_price BETWEEN 142 AND 142 + 10 + OR ss_coupon_amt BETWEEN 12214 AND 12214 + 1000 + OR ss_wholesale_cost BETWEEN 79 AND 79 + 20)) B3, + (SELECT + avg(ss_list_price) B4_LP, + count(ss_list_price) B4_CNT, + count(DISTINCT ss_list_price) B4_CNTD + FROM store_sales + WHERE ss_quantity BETWEEN 16 AND 20 + AND (ss_list_price BETWEEN 135 AND 135 + 10 + OR ss_coupon_amt BETWEEN 6071 AND 6071 + 1000 + OR ss_wholesale_cost BETWEEN 38 AND 38 + 20)) B4, + (SELECT + avg(ss_list_price) B5_LP, + count(ss_list_price) B5_CNT, + count(DISTINCT ss_list_price) B5_CNTD + FROM store_sales + WHERE ss_quantity BETWEEN 21 AND 25 + AND (ss_list_price BETWEEN 122 AND 122 + 10 + OR ss_coupon_amt BETWEEN 836 AND 836 + 1000 + OR ss_wholesale_cost BETWEEN 17 AND 17 + 20)) B5, + (SELECT + avg(ss_list_price) B6_LP, + count(ss_list_price) B6_CNT, + count(DISTINCT ss_list_price) B6_CNTD + FROM store_sales + WHERE ss_quantity BETWEEN 26 AND 30 + AND (ss_list_price BETWEEN 154 AND 154 + 10 + OR ss_coupon_amt BETWEEN 7326 AND 7326 + 1000 + OR ss_wholesale_cost BETWEEN 7 AND 7 + 20)) B6 +LIMIT 100 +-- !query schema +struct +-- !query output +77.717478 36142 9210 69.502663 35250 6592 134.011514 27875 9741 82.552774 31422 7678 61.826050 36100 8664 39.279556 29776 5210 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out new file mode 100644 index 000000000000..5dcf9af74942 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out @@ -0,0 +1,39 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + i_item_desc, + s_store_id, + s_store_name, + sum(ss_quantity) AS store_sales_quantity, + sum(sr_return_quantity) AS store_returns_quantity, + sum(cs_quantity) AS catalog_sales_quantity +FROM + store_sales, store_returns, catalog_sales, date_dim d1, date_dim d2, + date_dim d3, store, item +WHERE + d1.d_moy = 9 + AND d1.d_year = 1999 + AND d1.d_date_sk = ss_sold_date_sk + AND i_item_sk = ss_item_sk + AND s_store_sk = ss_store_sk + AND ss_customer_sk = sr_customer_sk + AND ss_item_sk = sr_item_sk + AND ss_ticket_number = sr_ticket_number + AND sr_returned_date_sk = d2.d_date_sk + AND d2.d_moy BETWEEN 9 AND 9 + 3 + AND d2.d_year = 1999 + AND sr_customer_sk = cs_bill_customer_sk + AND sr_item_sk = cs_item_sk + AND cs_sold_date_sk = d3.d_date_sk + AND d3.d_year IN (1999, 1999 + 1, 1999 + 2) +GROUP BY + i_item_id, i_item_desc, s_store_id, s_store_name +ORDER BY + i_item_id, i_item_desc, s_store_id, s_store_name +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAABOKDAAAA Immediate women sell. Slowly sure measures might ensure in order from a duties. Privately aware damages may compensate so for example previous letters AAAAAAAABAAAAAAA ought 99 81 22 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out new file mode 100644 index 000000000000..865d7badfc42 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out @@ -0,0 +1,108 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + dt.d_year, + item.i_brand_id brand_id, + item.i_brand brand, + SUM(ss_ext_sales_price) sum_agg +FROM date_dim dt, store_sales, item +WHERE dt.d_date_sk = store_sales.ss_sold_date_sk + AND store_sales.ss_item_sk = item.i_item_sk + AND item.i_manufact_id = 128 + AND dt.d_moy = 11 +GROUP BY dt.d_year, item.i_brand, item.i_brand_id +ORDER BY dt.d_year, sum_agg DESC, brand_id +LIMIT 100 +-- !query schema +struct +-- !query output +1998 10001002 amalgunivamalg #x 15434.73 +1998 10010002 univamalgamalg #x 20398.90 +1998 1001002 amalgamalg #x 10725.87 +1998 1003001 exportiamalg #x 25408.10 +1998 1004001 edu packamalg #x 17434.09 +1998 2001001 amalgimporto #x 45162.45 +1998 3001001 amalgexporti #x 30280.72 +1998 3001002 amalgexporti #x 27644.68 +1998 3004001 edu packexporti #x 32443.16 +1998 5001001 amalgscholar #x 32515.11 +1998 5003001 exportischolar #x 40600.56 +1998 5003002 exportischolar #x 10250.29 +1998 5004001 edu packscholar #x 15184.40 +1998 6004008 edu packcorp #x 18022.24 +1998 7003009 exportibrand #x 11669.32 +1998 7007010 brandbrand #x 23346.45 +1998 7009008 maxibrand #x 19199.75 +1998 8001009 amalgnameless #x 20792.57 +1999 10001002 amalgunivamalg #x 25166.82 +1999 10010002 univamalgamalg #x 7640.55 +1999 1001002 amalgamalg #x 18476.51 +1999 1003001 exportiamalg #x 28354.52 +1999 1004001 edu packamalg #x 14950.65 +1999 2001001 amalgimporto #x 46294.06 +1999 3001001 amalgexporti #x 13895.01 +1999 3001002 amalgexporti #x 2940.88 +1999 3004001 edu packexporti #x 57285.04 +1999 5001001 amalgscholar #x 11468.36 +1999 5003001 exportischolar #x 20350.80 +1999 5003002 exportischolar #x 17769.35 +1999 5004001 edu packscholar #x 29587.74 +1999 6004008 edu packcorp #x 14524.78 +1999 7003009 exportibrand #x 60081.08 +1999 7007010 brandbrand #x 10103.81 +1999 7009008 maxibrand #x 16413.03 +1999 8001009 amalgnameless #x 7324.50 +2000 10001002 amalgunivamalg #x 19325.34 +2000 10008017 namelessunivamalg #x 17207.60 +2000 1001002 amalgamalg #x 19888.62 +2000 1003001 exportiamalg #x 35841.00 +2000 1004001 edu packamalg #x 15074.32 +2000 2001001 amalgimporto #x 32500.27 +2000 3001001 amalgexporti #x 19261.58 +2000 3001002 amalgexporti #x 32059.56 +2000 3004001 edu packexporti #x 29891.01 +2000 5003001 amalgunivamalg #x 15140.30 +2000 5003002 exportischolar #x 16365.82 +2000 5004001 edu packscholar #x 14744.21 +2000 6004008 edu packcorp #x 13303.65 +2000 7003009 exportibrand #x 11347.80 +2000 7007010 brandbrand #x 12915.75 +2000 7009008 maxibrand #x 15042.42 +2000 8001009 importoexporti #x 10520.76 +2001 10008017 namelessunivamalg #x 25766.09 +2001 1001002 amalgamalg #x 40840.34 +2001 1003001 exportiamalg #x 21192.81 +2001 1004001 exportiexporti #x 27499.42 +2001 2001001 exportischolar #x 15894.57 +2001 3001001 importoscholar #x 7765.96 +2001 3001002 amalgexporti #x 18047.23 +2001 4001001 scholaramalgamalg #x 23917.98 +2001 5003001 amalgunivamalg #x 15883.30 +2001 5003002 exportischolar #x 20410.45 +2001 5004001 edu packunivamalg #x 10452.64 +2001 6004008 edu packcorp #x 20966.17 +2001 6005001 edu packimporto #x 16801.34 +2001 7007010 brandbrand #x 23807.16 +2001 7009008 maxibrand #x 3570.11 +2001 7011010 amalgnameless #x 15174.18 +2001 8001009 importoexporti #x 19273.11 +2001 8004010 edu packnameless #x 8565.95 +2002 10008017 amalgedu pack #x 10334.40 +2002 1001002 amalgamalg #x 57204.62 +2002 10013016 exportiamalgamalg #x 8356.19 +2002 1003001 exportiamalg #x 20535.46 +2002 1004001 exportiexporti #x 13016.75 +2002 2001001 exportischolar #x 4162.39 +2002 3001001 importoscholar #x 21157.23 +2002 3001002 amalgexporti #x 23025.23 +2002 4001001 scholaramalgamalg #x 14984.83 +2002 5001001 amalgscholar #x 3537.49 +2002 5003002 exportischolar #x 5435.81 +2002 5004001 edu packunivamalg #x 15175.94 +2002 6004008 edu packcorp #x 39584.99 +2002 6005001 edu packimporto #x 14774.23 +2002 7007010 brandbrand #x 19387.78 +2002 7009008 maxibrand #x 17673.93 +2002 7011010 amalgnameless #x 12343.97 +2002 8004010 edu packnameless #x 30357.37 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out new file mode 100644 index 000000000000..7fd220c25180 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out @@ -0,0 +1,141 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH customer_total_return AS +(SELECT + wr_returning_customer_sk AS ctr_customer_sk, + ca_state AS ctr_state, + sum(wr_return_amt) AS ctr_total_return + FROM web_returns, date_dim, customer_address + WHERE wr_returned_date_sk = d_date_sk + AND d_year = 2002 + AND wr_returning_addr_sk = ca_address_sk + GROUP BY wr_returning_customer_sk, ca_state) +SELECT + c_customer_id, + c_salutation, + c_first_name, + c_last_name, + c_preferred_cust_flag, + c_birth_day, + c_birth_month, + c_birth_year, + c_birth_country, + c_login, + c_email_address, + c_last_review_date, + ctr_total_return +FROM customer_total_return ctr1, customer_address, customer +WHERE ctr1.ctr_total_return > (SELECT avg(ctr_total_return) * 1.2 +FROM customer_total_return ctr2 +WHERE ctr1.ctr_state = ctr2.ctr_state) + AND ca_address_sk = c_current_addr_sk + AND ca_state = 'GA' + AND ctr1.ctr_customer_sk = c_customer_sk +ORDER BY c_customer_id, c_salutation, c_first_name, c_last_name, c_preferred_cust_flag + , c_birth_day, c_birth_month, c_birth_year, c_birth_country, c_login, c_email_address + , c_last_review_date, ctr_total_return +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAAAAIBAAA Mr. Eduardo Goodwin Y 24 11 1950 GHANA NULL Eduardo.Goodwin@rolemn2xusv5Ot0.edu 2452312 3838.00 +AAAAAAAAABHAAAAA Sir Robert Thornton Y 24 5 1924 HONG KONG NULL Robert.Thornton@jas.edu 2452431 2434.58 +AAAAAAAAABPNAAAA Mr. Alonzo Huddleston Y 19 4 1957 FAROE ISLANDS NULL Alonzo.Huddleston@g.edu 2452289 2813.00 +AAAAAAAAAFCGBAAA Ms. Pamela Slater Y 2 6 1931 GAMBIA NULL Pamela.Slater@ajU1sMrf5vC7.com 2452613 1746.58 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 1850.70 +AAAAAAAAAFOEBAAA Dr. Trevor Battle N 12 8 1953 THAILAND NULL Trevor.Battle@0F.com 2452643 3556.00 +AAAAAAAAAIKEAAAA Dr. Joseph Miller N 17 12 1930 MONACO NULL Joseph.Miller@Ampmde.edu 2452332 7037.55 +AAAAAAAAAJMABAAA Miss Brenda Sloan Y 23 3 1982 MALAYSIA NULL Brenda.Sloan@csCoX.edu 2452336 1783.19 +AAAAAAAAAKDNAAAA NULL NULL NULL NULL NULL 12 NULL NULL NULL NULL 2452544 2448.03 +AAAAAAAAANCLAAAA Mr. Raymond Dixon N 31 12 1977 MONTENEGRO NULL Raymond.Dixon@07IH.edu 2452514 1785.96 +AAAAAAAAANNNAAAA Ms. Cindy Julian Y 4 8 1982 UGANDA NULL Cindy.Julian@ChEB5eyUCBe.org 2452368 2449.04 +AAAAAAAAAPKJAAAA Ms. Elizabeth Pepper Y 28 12 1930 NICARAGUA NULL Elizabeth.Pepper@xlygC22.org 2452645 1764.40 +AAAAAAAABAKCBAAA Miss Denise Brock Y 10 4 1958 JAMAICA NULL Denise.Brock@7ffTBTNaX7is.com 2452435 1618.24 +AAAAAAAABBMDAAAA Dr. Walter Bernard Y 2 10 1948 BELARUS NULL Walter.Bernard@Th.org 2452628 1755.66 +AAAAAAAABIBBBAAA Miss Lorene Mayfield N 17 12 1947 ALBANIA NULL Lorene.Mayfield@ECni6UFkF2.edu 2452450 3157.70 +AAAAAAAABIIDAAAA Mr. Paul Stevenson N 26 2 1953 BARBADOS NULL Paul.Stevenson@tHMZG9.com 2452488 1947.77 +AAAAAAAABMJAAAAA Dr. Marion Mclain N 16 2 1931 ANGUILLA NULL Marion.Mclain@PKik2BMH.com 2452382 3134.46 +AAAAAAAABNFHBAAA Mr. Kristofer Payne N 12 5 1945 SYRIAN ARAB REPUBLIC NULL Kristofer.Payne@nc70sAM.com 2452436 3813.33 +AAAAAAAABOLLAAAA Miss Lisa Way N 11 1 1941 LEBANON NULL Lisa.Way@nnVbE2MvTT.com 2452383 1829.88 +AAAAAAAABPHKAAAA Dr. Gabriela Jerome Y 9 7 1969 IRAQ NULL Gabriela.Jerome@Hay.com 2452567 5360.55 +AAAAAAAACBAFAAAA Dr. Timothy Carroll Y 14 8 1957 UGANDA NULL Timothy.Carroll@pUcgCvxC4nkcM.edu 2452535 1642.80 +AAAAAAAACBPMAAAA Ms. Shana Fulton N 10 2 1955 RWANDA NULL Shana.Fulton@2CAVqR7d.org 2452378 2089.36 +AAAAAAAACCFCBAAA Mr. Mark Pacheco N 9 3 1956 YEMEN NULL Mark.Pacheco@NMMki.edu 2452377 1838.48 +AAAAAAAACCMEAAAA Dr. Adriane Harmon N 1 10 1964 ARGENTINA NULL Adriane.Harmon@X0nMJZPDL.com 2452562 8986.95 +AAAAAAAACCNJAAAA Dr. Elizabeth Gilbreath Y 17 1 1985 KIRIBATI NULL Elizabeth.Gilbreath@4LxlO8fArnEeEavQe.com 2452485 2450.86 +AAAAAAAACDDNAAAA Ms. Holly Kim N 15 6 1941 ICELAND NULL Holly.Kim@OkTfC7tRYgy4.edu 2452580 2719.44 +AAAAAAAACGILAAAA Sir Nolan Mosley N 20 3 1980 KENYA NULL Nolan.Mosley@5E.org 2452317 1865.64 +AAAAAAAACHFHBAAA Mr. Dallas Courtney Y 21 5 1928 CÔTE D'IVOIRE NULL Dallas.Courtney@c7.org 2452496 4394.79 +AAAAAAAACKOFAAAA Dr. Eric Bucher Y 19 9 1979 ALBANIA NULL Eric.Bucher@sxSne.org 2452541 4662.35 +AAAAAAAACMHNAAAA Miss Lisa Dukes Y 4 3 1964 SOLOMON ISLANDS NULL Lisa.Dukes@tuRJRXkQm.com 2452303 10387.84 +AAAAAAAACNGBAAAA Mr. Michael Haley Y 10 5 1933 SWAZILAND NULL Michael.Haley@OfAOvhrm.com 2452359 4187.82 +AAAAAAAACOFAAAAA Ms. Tammy Searcy N 6 5 1989 SURINAME NULL Tammy.Searcy@6ZFFGtIuCqT.com 2452295 5091.84 +AAAAAAAADBBHAAAA Dr. Charles Fernandez N 8 12 1992 CAMBODIA NULL Charles.Fernandez@MVhjrzVNVY.com 2452574 4640.37 +AAAAAAAADFCBBAAA Dr. Micheal Collier N 1 9 1934 HONDURAS NULL Micheal.Collier@NztJvzb.org 2452446 15944.40 +AAAAAAAADIHHAAAA Miss Vikki Garza Y 29 8 1950 NAMIBIA NULL Vikki.Garza@v.edu 2452608 2373.84 +AAAAAAAADJAPAAAA Ms. Angel Dodd Y 22 12 1950 TIMOR-LESTE NULL Angel.Dodd@gQOLRKqU285BfTIT.edu 2452634 2227.83 +AAAAAAAADKEFAAAA Ms. Martha Dillon N 9 12 1971 VANUATU NULL Martha.Dillon@iKkeDtKERbu.org 2452404 1863.40 +AAAAAAAADKIFAAAA Sir Walter Stout Y 18 1 1970 BURUNDI NULL Walter.Stout@Q961tU4iePsOy.org 2452449 2465.55 +AAAAAAAADLHNAAAA Mr. Joseph Mckinney Y 23 3 1940 ARMENIA NULL Joseph.Mckinney@4YYp7B8ccPz.edu 2452595 1820.02 +AAAAAAAADMMDBAAA Mr. Darrell Padgett Y 17 3 1992 HONDURAS NULL Darrell.Padgett@IrqARXX.org 2452554 2052.54 +AAAAAAAADNHPAAAA Mr. John Mathews N 23 2 1925 NICARAGUA NULL John.Mathews@UOtpEd.edu 2452543 7883.40 +AAAAAAAADOCMAAAA Dr. Yvonne Poirier Y 30 1 1950 ESTONIA NULL Yvonne.Poirier@l.org 2452648 4075.55 +AAAAAAAADODBAAAA Mrs. Elizabeth Spalding N 27 11 1947 KAZAKHSTAN NULL Elizabeth.Spalding@ihnjlmxMbs.edu 2452318 10349.68 +AAAAAAAAEBAOAAAA Miss Amy Causey N 21 9 1951 COMOROS NULL Amy.Causey@7EvHzf02opq6QlO.com 2452443 8005.40 +AAAAAAAAEBLEAAAA Mr. Leroy Couture N 7 5 1938 SWITZERLAND NULL Leroy.Couture@vqrL.com 2452595 1683.88 +AAAAAAAAEEADAAAA Mr. Robert Donohue Y 21 8 1938 SWAZILAND NULL Robert.Donohue@U2xz7.org 2452436 11083.80 +AAAAAAAAEHAABAAA Dr. Victoria Morgan Y 31 5 1960 JERSEY NULL Victoria.Morgan@Sk3jzrDZTq.org 2452646 1712.16 +AAAAAAAAEHGOAAAA Miss Jillian Nelson Y 27 7 1978 TURKMENISTAN NULL Jillian.Nelson@ph0qObqh3fbv.com 2452315 4432.69 +AAAAAAAAEHPNAAAA Dr. Rachael King Y 28 11 1927 PANAMA NULL Rachael.King@t8dA2klrEIBiCd.edu 2452438 2251.50 +AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1783.12 +AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1857.63 +AAAAAAAAEIOBBAAA Mr. Gary Davis N 9 6 1992 KYRGYZSTAN NULL Gary.Davis@GTXc2AbKvkM.edu 2452322 1652.70 +AAAAAAAAEJFNAAAA Dr. Chad Baldwin Y 11 11 1937 BULGARIA NULL Chad.Baldwin@cN988.org 2452560 11133.36 +AAAAAAAAEJOPAAAA Dr. Alexandra Henderson N 4 2 1986 MONTENEGRO NULL Alexandra.Henderson@4FCXABbkVkrLK.com 2452376 3426.36 +AAAAAAAAELEBAAAA Mrs. Dianne Ross Y 19 7 1949 ICELAND NULL Dianne.Ross@D4VH75e9n.org 2452429 4018.30 +AAAAAAAAEMDIBAAA Sir Scott Obrien Y 3 8 1926 JERSEY NULL Scott.Obrien@a84VTAJCTB.com 2452504 1456.67 +AAAAAAAAEMIAAAAA Dr. Danny Ness Y 25 10 1955 IRAQ NULL Danny.Ness@CC8vAp.edu 2452487 5569.50 +AAAAAAAAEMNGBAAA Mr. Milton Oakley Y 10 10 1976 FINLAND NULL Milton.Oakley@O4DHXT.com 2452355 1505.16 +AAAAAAAAEMPKAAAA Sir Gilbert Palmer N 23 10 1933 BRUNEI DARUSSALAM NULL Gilbert.Palmer@7UYjIOOIg0.org 2452463 2391.95 +AAAAAAAAENFLAAAA Sir Joseph Gaffney N 22 1 1967 BULGARIA NULL Joseph.Gaffney@nBDj.org 2452608 6135.48 +AAAAAAAAEPELAAAA Dr. Emily Thomas Y 14 3 1981 MOZAMBIQUE NULL Emily.Thomas@qtJnzLvYcK598T.edu 2452617 3239.04 +AAAAAAAAFBLHAAAA Mr. Carter Lombardo N 22 11 1950 MONACO NULL Carter.Lombardo@X.edu 2452582 3965.43 +AAAAAAAAFHODBAAA Ms. Diana Hall N 14 7 1934 LATVIA NULL Diana.Hall@Be.com 2452546 9391.76 +AAAAAAAAFLAJAAAA Mr. John Hardy Y 4 9 1977 ANGUILLA NULL John.Hardy@LnaYnyZ9AYee.edu 2452289 1640.80 +AAAAAAAAFLDFBAAA Mr. Demetrius Hunt N 30 8 1956 ZAMBIA NULL Demetrius.Hunt@J3.com 2452647 3673.60 +AAAAAAAAFMCFBAAA Mrs. Karen Middleton Y 21 10 1934 GUADELOUPE NULL Karen.Middleton@q.com 2452343 1415.70 +AAAAAAAAFMENAAAA Ms. Anne Jernigan Y 14 8 1952 ITALY NULL Anne.Jernigan@BBtNT7SneOEKG.edu 2452612 1735.14 +AAAAAAAAFMLEAAAA Mr. Gavin NULL NULL 21 NULL 1933 BRAZIL NULL Gavin.Maples@AT6ClrGUc79.com NULL 4882.15 +AAAAAAAAFMPMAAAA Sir Jack Thomas Y 12 1 1971 ARMENIA NULL Jack.Thomas@dn0mBXIEu7XPH.com 2452409 2501.94 +AAAAAAAAFNHBBAAA Miss Jennifer Long Y 12 6 1984 VENEZUELA NULL Jennifer.Long@RyRC5oxxCoVPG.com 2452285 4430.88 +AAAAAAAAGAGEAAAA Sir Jeffrey Cleveland N 2 8 1974 GUADELOUPE NULL Jeffrey.Cleveland@ijNnAoDZQajhuz.edu 2452380 4215.15 +AAAAAAAAGCNPAAAA Sir Jack Stewart N 19 12 1926 SAN MARINO NULL Jack.Stewart@G6N710E1oO.edu 2452618 2859.50 +AAAAAAAAGFKEAAAA Dr. NULL Brown NULL NULL 4 1933 ROMANIA NULL NULL NULL 11364.32 +AAAAAAAAGGBIBAAA Dr. Michael Christiansen Y 4 3 1947 ISRAEL NULL Michael.Christiansen@kQmauEb.org 2452583 1726.20 +AAAAAAAAGHHEAAAA Sir Jerry Glover Y 3 6 1942 ANTIGUA AND BARBUDA NULL Jerry.Glover@yCUI3N8C0o7LPvL.edu 2452645 6382.26 +AAAAAAAAGICFAAAA Mr. Charles Sloan Y 8 4 1991 KOREA, REPUBLIC OF NULL Charles.Sloan@gnfGZRA0F.com 2452431 2793.57 +AAAAAAAAGIFHBAAA Sir Joe Jackson N 31 10 1969 FRENCH POLYNESIA NULL Joe.Jackson@eHmBJ4QqjNKJypF.com 2452534 1692.69 +AAAAAAAAGJEGBAAA Dr. Carlos Hampton N 18 11 1947 DOMINICA NULL Carlos.Hampton@nrYQ8MXgIunX6gf.com 2452470 5556.75 +AAAAAAAAGMDJAAAA Dr. Christopher Payne Y 30 12 1958 DJIBOUTI NULL Christopher.Payne@R6POV.org 2452350 1638.72 +AAAAAAAAGOPMAAAA Mrs. Donna West N 2 12 1977 SOLOMON ISLANDS NULL Donna.West@6Q.com 2452645 1623.20 +AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 4377.30 +AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 5013.12 +AAAAAAAAHCJKAAAA Ms. Emma Bailey N 2 10 1935 LATVIA NULL Emma.Bailey@beDlbUDUUcPhilRyy9.edu 2452491 5638.14 +AAAAAAAAHGCHBAAA Dr. Thomas Hull Y 24 2 1931 DENMARK NULL Thomas.Hull@XobY92y.com 2452648 2487.60 +AAAAAAAAHGIFAAAA Sir James Turner N 25 10 1937 JERSEY NULL James.Turner@4RGTbOoV.org 2452293 2757.44 +AAAAAAAAHIIDBAAA Mrs. Andrew Barrett Y 24 5 1992 GUERNSEY NULL Andrew.Barrett@i85phxAtKhZfES.com 2452319 7854.67 +AAAAAAAAHJOBAAAA Mrs. April Wallace N 19 7 1930 FIJI NULL April.Wallace@9iuUi3U0K.edu 2452382 4596.60 +AAAAAAAAHMEFBAAA NULL Joshua Bruno NULL 1 11 NULL NULL NULL Joshua.Bruno@7Ds6hF5nMgOTel9.org 2452303 1806.33 +AAAAAAAAHMNNAAAA Sir Jeffery Thomas Y 8 3 1929 MONTSERRAT NULL Jeffery.Thomas@Ld7t.org 2452598 2441.40 +AAAAAAAAICMGAAAA Miss Edith Robinson Y 11 7 1967 PUERTO RICO NULL Edith.Robinson@zuf2DUz3bhKnEB.org 2452319 7193.61 +AAAAAAAAIGLCBAAA Miss Erika Edmondson Y 1 8 1944 DJIBOUTI NULL Erika.Edmondson@BuAbOSrTiD06f.edu 2452460 2381.83 +AAAAAAAAIJGGBAAA Ms. Carolyn Cardona N 15 9 1936 BULGARIA NULL Carolyn.Cardona@EhKjaAPoU8gf.edu 2452453 7659.19 +AAAAAAAAIMAHBAAA Mrs. Elizabeth Guzman Y 19 9 1950 GREECE NULL Elizabeth.Guzman@4Rq0Cyh9c.edu 2452315 1856.20 +AAAAAAAAIMGFAAAA Dr. Paul Powell Y 28 11 1935 GREECE NULL Paul.Powell@3EgM4I28gtaqb.org 2452320 8416.80 +AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 1552.46 +AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 2639.34 +AAAAAAAAIMPNAAAA Sir Charles Chadwick N 21 1 1936 ALAND ISLANDS NULL Charles.Chadwick@ofbPzGan.org 2452414 4241.44 +AAAAAAAAIPHCAAAA Mr. Robert Parham Y 9 2 1967 ETHIOPIA NULL Robert.Parham@0GnPcZbUE.org 2452519 4317.18 +AAAAAAAAJABDBAAA NULL NULL NULL NULL 9 6 1972 TIMOR-LESTE NULL NULL NULL 2387.28 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out new file mode 100644 index 000000000000..eeeefc52b8d1 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out @@ -0,0 +1,117 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ss AS +(SELECT + ca_county, + d_qoy, + d_year, + sum(ss_ext_sales_price) AS store_sales + FROM store_sales, date_dim, customer_address + WHERE ss_sold_date_sk = d_date_sk + AND ss_addr_sk = ca_address_sk + GROUP BY ca_county, d_qoy, d_year), + ws AS + (SELECT + ca_county, + d_qoy, + d_year, + sum(ws_ext_sales_price) AS web_sales + FROM web_sales, date_dim, customer_address + WHERE ws_sold_date_sk = d_date_sk + AND ws_bill_addr_sk = ca_address_sk + GROUP BY ca_county, d_qoy, d_year) +SELECT + ss1.ca_county, + ss1.d_year, + ws2.web_sales / ws1.web_sales web_q1_q2_increase, + ss2.store_sales / ss1.store_sales store_q1_q2_increase, + ws3.web_sales / ws2.web_sales web_q2_q3_increase, + ss3.store_sales / ss2.store_sales store_q2_q3_increase +FROM + ss ss1, ss ss2, ss ss3, ws ws1, ws ws2, ws ws3 +WHERE + ss1.d_qoy = 1 + AND ss1.d_year = 2000 + AND ss1.ca_county = ss2.ca_county + AND ss2.d_qoy = 2 + AND ss2.d_year = 2000 + AND ss2.ca_county = ss3.ca_county + AND ss3.d_qoy = 3 + AND ss3.d_year = 2000 + AND ss1.ca_county = ws1.ca_county + AND ws1.d_qoy = 1 + AND ws1.d_year = 2000 + AND ws1.ca_county = ws2.ca_county + AND ws2.d_qoy = 2 + AND ws2.d_year = 2000 + AND ws1.ca_county = ws3.ca_county + AND ws3.d_qoy = 3 + AND ws3.d_year = 2000 + AND CASE WHEN ws1.web_sales > 0 + THEN ws2.web_sales / ws1.web_sales + ELSE NULL END + > CASE WHEN ss1.store_sales > 0 + THEN ss2.store_sales / ss1.store_sales + ELSE NULL END + AND CASE WHEN ws2.web_sales > 0 + THEN ws3.web_sales / ws2.web_sales + ELSE NULL END + > CASE WHEN ss2.store_sales > 0 + THEN ss3.store_sales / ss2.store_sales + ELSE NULL END +ORDER BY ss1.ca_county +-- !query schema +struct +-- !query output +Atchison County 2000 0.80022122255323317000 0.24296409050189942849 11.94456037903146355226 3.16295390051170170763 +Bacon County 2000 1.16882639439524736666 0.39403766524802860090 0.96879954629747597005 0.51074307597909569854 +Bourbon County 2000 1.91311509060926393907 0.98192792964261971464 3.36480235006260707247 1.38012281034904128393 +Boyd County 2000 1.08632395123137284457 0.81150651538925166542 1.16897233718456018406 0.74205710398976401757 +Bradley County 2000 1.48963163619571691601 0.57578486548522805647 1.34438973649360942364 0.99891877138928417661 +Buchanan County 2000 1.19566727137363387847 0.74604885883738339356 3.33290427837514742060 2.23978773438142572525 +Carter County 2000 3.95373858000429962456 1.15103299806721497936 2.11928465969209945784 1.84449113264660250006 +Cass County 2000 2.39871955045681555703 1.19058197978290502997 2.25716916969997271359 0.84780101549115186839 +Corson County 2000 0.56030923342547497714 0.17508101507548449599 4.80740878627220555847 3.22714074515267865690 +Crockett County 2000 1.63710645180620765280 0.36046806152742691417 2.13404230057910706355 1.83245132932599520497 +Culpeper County 2000 0.66175108378675541380 0.61901443941343764310 1.65924813480490638521 1.22416906368605971701 +Edmonson County 2000 0.73244217660594344500 0.29975334157457252215 1.60289705148679454873 1.49124566966590956426 +Ferry County 2000 0.70137257653502215768 0.34101041397923842861 4.00291948296976322273 2.60346424433491811555 +Fillmore County 2000 0.50776892269141097567 0.34992122526149135952 2.44316167851217836017 1.30113584148891856725 +Forest County 2000 0.64474509676311067690 0.34236715380074355949 5.77102736641623072189 1.88107396292615725710 +Gaston County 2000 0.76377358550287164559 0.45549556863686726153 3.95561127950703527358 2.14157208867586400248 +Grant County 2000 0.69333590652908074631 0.62287006574997139298 1.78864440391255808704 1.72219698265008746344 +Green County 2000 0.76366674014323608886 0.32149850381679389313 4.69415179614253064232 4.20703393156246569025 +Harlan County 2000 1.67035452402648727700 1.59011462583916549826 2.47195880035173527035 2.10729423552902100895 +Harris County 2000 2.33756878339064961706 0.33312643409982710927 2.41705787693964913783 1.02579422343889163671 +Heard County 2000 4.10255425797345111941 1.26694736944349772211 3.50022796085130486101 1.12780400281997028726 +Houston County 2000 2.04532581379072173991 1.03898262024544230726 1.96505101107434259024 1.42119328479424659036 +Ingham County 2000 0.57439040456317571111 0.38411364614137043667 1.30651659021888851792 0.99206101318719730275 +Lake County 2000 1.25507734972894098443 0.74592816715512231750 1.51514725864381842572 1.26566157863214393532 +Lamar County 2000 0.74935756785185025726 0.74561686926617447527 4.26903583162332184191 2.02958382186798565684 +Lincoln County 2000 1.01913659071384428173 0.94484496987343286653 2.33595981997358419041 1.77692773583797247242 +Marion County 2000 1.15899867146899535786 0.91651142001299549685 2.44503995542958764571 1.85107281966013413618 +Mercer County 2000 0.73834174125133450643 0.60167821268000052444 3.01245002846535210487 2.72447026833096876671 +Meriwether County 2000 0.36574758846944088321 0.30041718463447056981 2.77227009866799734273 0.78776868963148061476 +Miller County 2000 2.57574486635571802638 1.31827331294324454530 2.19196784625244992680 0.98221811316296353289 +Mitchell County 2000 4.43923300874974085759 1.16133474512593180929 1.39403628066461255296 1.25607445425888971888 +Mora County 2000 1.18326068380690729344 0.63565423603324903385 2.51312040659621924019 0.91856717529667620671 +Nantucket County 2000 1.43789670528374954374 0.72269208618896859355 1.17548815032780566738 0.96230376242629915245 +New Kent County 2000 0.60261619426584361180 0.39906221113515664790 2.86938639567487181076 2.62589483534122492728 +Nicholas County 2000 2.16511619646191995296 2.05627395349407767109 6.02129981251529356489 1.26257658392038084654 +Otero County 2000 2.75465526787611351203 1.24629885719290895616 2.97611082044226499804 2.24583464561823034066 +Oxford County 2000 0.97314297173872373148 0.75724045599001459667 4.01268689882568157677 1.64075103593614289373 +Perry County 2000 1.58078031254531177495 0.76445318524892981780 2.15336994924911466063 1.80241038564110521224 +Prince William County 2000 3.37637294390632576616 0.63078729636059462761 1.70696672591256025796 0.93432375394637831912 +Refugio County 2000 1.81297643260970719702 0.58673180053863495251 1.30198390085676088583 1.26960356663764360133 +Rice County 2000 1.13469845554799428548 0.73301764481377922410 2.37814935529700688682 1.98640182855261776228 +Richmond County 2000 1.57166529010943629981 1.29401499151472667973 2.30959201118034046830 1.77801574004216753435 +Sheridan County 2000 1.38602993112914940937 1.25065703628942682513 1.57593627431305158027 0.53788607762307843012 +Smith County 2000 0.63693574125248122057 0.42788183437540550995 5.74484457179102206628 4.47795842098561613796 +Stark County 2000 7.33821959455125692531 1.41758911718790894451 1.86383952742221993890 1.22736577699011640744 +Steele County 2000 1.37741333938882476057 0.76651250341980977052 1.24797335804696750207 0.93119537471174059736 +Stone County 2000 1.90004219386908689286 0.81192032477816489356 3.69936110579529869550 1.52166194955095355112 +Tooele County 2000 6.59030285094209332150 0.76891048907427463498 1.78863718124696571211 0.34006728939756397967 +Vernon County 2000 0.97445432611778328311 0.91594620425255140696 1.36880362121572107271 1.04171186172364664013 +Williamson County 2000 2.98510216435126620827 0.39141774151209165379 5.80596457866338618084 4.39669909544374083772 +Wright County 2000 5.02933513881997226847 1.97080989390700524628 4.07652891489033681973 1.96647245178231099547 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out new file mode 100644 index 000000000000..cb988d894491 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out @@ -0,0 +1,24 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT 1 AS `excess discount amount ` +FROM + catalog_sales, item, date_dim +WHERE + i_manufact_id = 977 + AND i_item_sk = cs_item_sk + AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + interval 90 days) + AND d_date_sk = cs_sold_date_sk + AND cs_ext_discount_amt > ( + SELECT 1.3 * avg(cs_ext_discount_amt) + FROM catalog_sales, date_dim + WHERE cs_item_sk = i_item_sk + AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + interval 90 days) + AND d_date_sk = cs_sold_date_sk) +LIMIT 100 +-- !query schema +struct +-- !query output +1 +1 +1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out new file mode 100644 index 000000000000..e9ac0760a40b --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out @@ -0,0 +1,72 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ss AS ( + SELECT + i_manufact_id, + sum(ss_ext_sales_price) total_sales + FROM + store_sales, date_dim, customer_address, item + WHERE + i_manufact_id IN (SELECT i_manufact_id + FROM item + WHERE i_category IN ('Electronics')) + AND ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND d_year = 1998 + AND d_moy = 5 + AND ss_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_manufact_id), cs AS +(SELECT + i_manufact_id, + sum(cs_ext_sales_price) total_sales + FROM catalog_sales, date_dim, customer_address, item + WHERE + i_manufact_id IN ( + SELECT i_manufact_id + FROM item + WHERE + i_category IN ('Electronics')) + AND cs_item_sk = i_item_sk + AND cs_sold_date_sk = d_date_sk + AND d_year = 1998 + AND d_moy = 5 + AND cs_bill_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_manufact_id), + ws AS ( + SELECT + i_manufact_id, + sum(ws_ext_sales_price) total_sales + FROM + web_sales, date_dim, customer_address, item + WHERE + i_manufact_id IN (SELECT i_manufact_id + FROM item + WHERE i_category IN ('Electronics')) + AND ws_item_sk = i_item_sk + AND ws_sold_date_sk = d_date_sk + AND d_year = 1998 + AND d_moy = 5 + AND ws_bill_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_manufact_id) +SELECT + i_manufact_id, + sum(total_sales) total_sales +FROM (SELECT * + FROM ss + UNION ALL + SELECT * + FROM cs + UNION ALL + SELECT * + FROM ws) tmp1 +GROUP BY i_manufact_id +ORDER BY total_sales +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out new file mode 100644 index 000000000000..3048aa69592f --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out @@ -0,0 +1,39 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_last_name, + c_first_name, + c_salutation, + c_preferred_cust_flag, + ss_ticket_number, + cnt +FROM + (SELECT + ss_ticket_number, + ss_customer_sk, + count(*) cnt + FROM store_sales, date_dim, store, household_demographics + WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_store_sk = store.s_store_sk + AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk + AND (date_dim.d_dom BETWEEN 1 AND 3 OR date_dim.d_dom BETWEEN 25 AND 28) + AND (household_demographics.hd_buy_potential = '>10000' OR + household_demographics.hd_buy_potential = 'unknown') + AND household_demographics.hd_vehicle_count > 0 + AND (CASE WHEN household_demographics.hd_vehicle_count > 0 + THEN household_demographics.hd_dep_count / household_demographics.hd_vehicle_count + ELSE NULL + END) > 1.2 + AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) + AND store.s_county IN + ('Williamson County', 'Williamson County', 'Williamson County', 'Williamson County', + 'Williamson County', 'Williamson County', 'Williamson County', 'Williamson County') + GROUP BY ss_ticket_number, ss_customer_sk) dn, customer +WHERE ss_customer_sk = c_customer_sk + AND cnt BETWEEN 15 AND 20 +ORDER BY c_last_name, c_first_name, c_salutation, c_preferred_cust_flag DESC +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out new file mode 100644 index 000000000000..57c87c634ea4 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out @@ -0,0 +1,152 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + ca_state, + cd_gender, + cd_marital_status, + count(*) cnt1, + min(cd_dep_count), + max(cd_dep_count), + avg(cd_dep_count), + cd_dep_employed_count, + count(*) cnt2, + min(cd_dep_employed_count), + max(cd_dep_employed_count), + avg(cd_dep_employed_count), + cd_dep_college_count, + count(*) cnt3, + min(cd_dep_college_count), + max(cd_dep_college_count), + avg(cd_dep_college_count) +FROM + customer c, customer_address ca, customer_demographics +WHERE + c.c_current_addr_sk = ca.ca_address_sk AND + cd_demo_sk = c.c_current_cdemo_sk AND + exists(SELECT * + FROM store_sales, date_dim + WHERE c.c_customer_sk = ss_customer_sk AND + ss_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_qoy < 4) AND + (exists(SELECT * + FROM web_sales, date_dim + WHERE c.c_customer_sk = ws_bill_customer_sk AND + ws_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_qoy < 4) OR + exists(SELECT * + FROM catalog_sales, date_dim + WHERE c.c_customer_sk = cs_ship_customer_sk AND + cs_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_qoy < 4)) +GROUP BY ca_state, cd_gender, cd_marital_status, cd_dep_count, + cd_dep_employed_count, cd_dep_college_count +ORDER BY ca_state, cd_gender, cd_marital_status, cd_dep_count, + cd_dep_employed_count, cd_dep_college_count +LIMIT 100 +-- !query schema +struct +-- !query output +NULL F D 1 0 0 0.0 1 1 1 1 1.0 2 1 2 2 2.0 +NULL F D 1 0 0 0.0 3 1 3 3 3.0 0 1 0 0 0.0 +NULL F D 1 0 0 0.0 5 1 5 5 5.0 0 1 0 0 0.0 +NULL F D 1 0 0 0.0 6 1 6 6 6.0 0 1 0 0 0.0 +NULL F D 1 1 1 1.0 1 1 1 1 1.0 1 1 1 1 1.0 +NULL F D 1 1 1 1.0 5 1 5 5 5.0 3 1 3 3 3.0 +NULL F D 1 3 3 3.0 0 1 0 0 0.0 5 1 5 5 5.0 +NULL F D 1 3 3 3.0 1 1 1 1 1.0 3 1 3 3 3.0 +NULL F D 1 3 3 3.0 5 1 5 5 5.0 4 1 4 4 4.0 +NULL F D 1 4 4 4.0 2 1 2 2 2.0 5 1 5 5 5.0 +NULL F D 1 4 4 4.0 4 1 4 4 4.0 4 1 4 4 4.0 +NULL F D 1 6 6 6.0 0 1 0 0 0.0 6 1 6 6 6.0 +NULL F D 1 6 6 6.0 5 1 5 5 5.0 4 1 4 4 4.0 +NULL F M 1 0 0 0.0 0 1 0 0 0.0 3 1 3 3 3.0 +NULL F M 1 0 0 0.0 3 1 3 3 3.0 6 1 6 6 6.0 +NULL F M 1 1 1 1.0 2 1 2 2 2.0 4 1 4 4 4.0 +NULL F M 1 1 1 1.0 3 1 3 3 3.0 3 1 3 3 3.0 +NULL F M 1 1 1 1.0 4 1 4 4 4.0 2 1 2 2 2.0 +NULL F M 1 1 1 1.0 6 1 6 6 6.0 2 1 2 2 2.0 +NULL F M 1 2 2 2.0 1 1 1 1 1.0 0 1 0 0 0.0 +NULL F M 1 2 2 2.0 5 1 5 5 5.0 4 1 4 4 4.0 +NULL F M 1 3 3 3.0 0 1 0 0 0.0 4 1 4 4 4.0 +NULL F M 1 4 4 4.0 2 1 2 2 2.0 1 1 1 1 1.0 +NULL F M 1 4 4 4.0 4 1 4 4 4.0 1 1 1 1 1.0 +NULL F M 1 5 5 5.0 1 1 1 1 1.0 2 1 2 2 2.0 +NULL F M 1 5 5 5.0 3 1 3 3 3.0 3 1 3 3 3.0 +NULL F M 1 6 6 6.0 2 1 2 2 2.0 2 1 2 2 2.0 +NULL F M 1 6 6 6.0 2 1 2 2 2.0 3 1 3 3 3.0 +NULL F M 1 6 6 6.0 3 1 3 3 3.0 4 1 4 4 4.0 +NULL F M 1 6 6 6.0 5 1 5 5 5.0 1 1 1 1 1.0 +NULL F M 2 1 1 1.0 1 2 1 1 1.0 0 2 0 0 0.0 +NULL F S 1 0 0 0.0 0 1 0 0 0.0 3 1 3 3 3.0 +NULL F S 1 0 0 0.0 2 1 2 2 2.0 3 1 3 3 3.0 +NULL F S 1 0 0 0.0 3 1 3 3 3.0 6 1 6 6 6.0 +NULL F S 1 0 0 0.0 4 1 4 4 4.0 5 1 5 5 5.0 +NULL F S 1 1 1 1.0 0 1 0 0 0.0 3 1 3 3 3.0 +NULL F S 1 1 1 1.0 3 1 3 3 3.0 4 1 4 4 4.0 +NULL F S 1 1 1 1.0 4 1 4 4 4.0 0 1 0 0 0.0 +NULL F S 1 1 1 1.0 4 1 4 4 4.0 4 1 4 4 4.0 +NULL F S 1 1 1 1.0 5 1 5 5 5.0 0 1 0 0 0.0 +NULL F S 1 2 2 2.0 0 1 0 0 0.0 3 1 3 3 3.0 +NULL F S 1 2 2 2.0 1 1 1 1 1.0 6 1 6 6 6.0 +NULL F S 1 2 2 2.0 2 1 2 2 2.0 2 1 2 2 2.0 +NULL F S 1 2 2 2.0 4 1 4 4 4.0 6 1 6 6 6.0 +NULL F S 1 2 2 2.0 6 1 6 6 6.0 1 1 1 1 1.0 +NULL F S 1 2 2 2.0 6 1 6 6 6.0 5 1 5 5 5.0 +NULL F S 1 3 3 3.0 1 1 1 1 1.0 0 1 0 0 0.0 +NULL F S 1 3 3 3.0 1 1 1 1 1.0 2 1 2 2 2.0 +NULL F S 1 3 3 3.0 3 1 3 3 3.0 0 1 0 0 0.0 +NULL F S 1 3 3 3.0 4 1 4 4 4.0 6 1 6 6 6.0 +NULL F S 1 3 3 3.0 6 1 6 6 6.0 6 1 6 6 6.0 +NULL F S 1 4 4 4.0 0 1 0 0 0.0 2 1 2 2 2.0 +NULL F S 1 5 5 5.0 4 1 4 4 4.0 2 1 2 2 2.0 +NULL F S 1 5 5 5.0 6 1 6 6 6.0 6 1 6 6 6.0 +NULL F S 1 6 6 6.0 0 1 0 0 0.0 0 1 0 0 0.0 +NULL F S 1 6 6 6.0 0 1 0 0 0.0 2 1 2 2 2.0 +NULL F S 1 6 6 6.0 4 1 4 4 4.0 5 1 5 5 5.0 +NULL F U 1 0 0 0.0 4 1 4 4 4.0 1 1 1 1 1.0 +NULL F U 1 0 0 0.0 5 1 5 5 5.0 1 1 1 1 1.0 +NULL F U 1 0 0 0.0 6 1 6 6 6.0 6 1 6 6 6.0 +NULL F U 1 1 1 1.0 5 1 5 5 5.0 2 1 2 2 2.0 +NULL F U 1 2 2 2.0 4 1 4 4 4.0 4 1 4 4 4.0 +NULL F U 1 3 3 3.0 1 1 1 1 1.0 6 1 6 6 6.0 +NULL F U 1 3 3 3.0 3 1 3 3 3.0 6 1 6 6 6.0 +NULL F U 1 3 3 3.0 4 1 4 4 4.0 3 1 3 3 3.0 +NULL F U 1 3 3 3.0 5 1 5 5 5.0 1 1 1 1 1.0 +NULL F U 1 3 3 3.0 6 1 6 6 6.0 0 1 0 0 0.0 +NULL F U 1 3 3 3.0 6 1 6 6 6.0 3 1 3 3 3.0 +NULL F U 1 6 6 6.0 1 1 1 1 1.0 3 1 3 3 3.0 +NULL F U 1 6 6 6.0 2 1 2 2 2.0 1 1 1 1 1.0 +NULL F U 1 6 6 6.0 5 1 5 5 5.0 6 1 6 6 6.0 +NULL F W 1 0 0 0.0 2 1 2 2 2.0 4 1 4 4 4.0 +NULL F W 1 0 0 0.0 6 1 6 6 6.0 2 1 2 2 2.0 +NULL F W 1 2 2 2.0 5 1 5 5 5.0 1 1 1 1 1.0 +NULL F W 1 4 4 4.0 0 1 0 0 0.0 4 1 4 4 4.0 +NULL F W 1 4 4 4.0 1 1 1 1 1.0 1 1 1 1 1.0 +NULL F W 1 4 4 4.0 2 1 2 2 2.0 6 1 6 6 6.0 +NULL F W 1 4 4 4.0 4 1 4 4 4.0 3 1 3 3 3.0 +NULL F W 1 5 5 5.0 6 1 6 6 6.0 1 1 1 1 1.0 +NULL F W 1 6 6 6.0 2 1 2 2 2.0 6 1 6 6 6.0 +NULL F W 1 6 6 6.0 3 1 3 3 3.0 4 1 4 4 4.0 +NULL F W 1 6 6 6.0 4 1 4 4 4.0 0 1 0 0 0.0 +NULL F W 1 6 6 6.0 5 1 5 5 5.0 6 1 6 6 6.0 +NULL M D 1 1 1 1.0 5 1 5 5 5.0 6 1 6 6 6.0 +NULL M D 1 2 2 2.0 3 1 3 3 3.0 3 1 3 3 3.0 +NULL M D 1 2 2 2.0 6 1 6 6 6.0 1 1 1 1 1.0 +NULL M D 1 2 2 2.0 6 1 6 6 6.0 6 1 6 6 6.0 +NULL M D 1 3 3 3.0 5 1 5 5 5.0 4 1 4 4 4.0 +NULL M D 1 3 3 3.0 6 1 6 6 6.0 6 1 6 6 6.0 +NULL M D 1 4 4 4.0 5 1 5 5 5.0 5 1 5 5 5.0 +NULL M D 1 6 6 6.0 1 1 1 1 1.0 1 1 1 1 1.0 +NULL M D 1 6 6 6.0 2 1 2 2 2.0 5 1 5 5 5.0 +NULL M D 1 6 6 6.0 4 1 4 4 4.0 3 1 3 3 3.0 +NULL M D 1 6 6 6.0 4 1 4 4 4.0 4 1 4 4 4.0 +NULL M M 1 0 0 0.0 0 1 0 0 0.0 2 1 2 2 2.0 +NULL M M 1 0 0 0.0 1 1 1 1 1.0 6 1 6 6 6.0 +NULL M M 1 0 0 0.0 2 1 2 2 2.0 0 1 0 0 0.0 +NULL M M 1 0 0 0.0 6 1 6 6 6.0 1 1 1 1 1.0 +NULL M M 1 0 0 0.0 6 1 6 6 6.0 2 1 2 2 2.0 +NULL M M 1 1 1 1.0 1 1 1 1 1.0 6 1 6 6 6.0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out new file mode 100644 index 000000000000..f6f5b4431886 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out @@ -0,0 +1,132 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + sum(ss_net_profit) / sum(ss_ext_sales_price) AS gross_margin, + i_category, + i_class, + grouping(i_category) + grouping(i_class) AS lochierarchy, + rank() + OVER ( + PARTITION BY grouping(i_category) + grouping(i_class), + CASE WHEN grouping(i_class) = 0 + THEN i_category END + ORDER BY sum(ss_net_profit) / sum(ss_ext_sales_price) ASC) AS rank_within_parent +FROM + store_sales, date_dim d1, item, store +WHERE + d1.d_year = 2001 + AND d1.d_date_sk = ss_sold_date_sk + AND i_item_sk = ss_item_sk + AND s_store_sk = ss_store_sk + AND s_state IN ('TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN') +GROUP BY ROLLUP (i_category, i_class) +ORDER BY + lochierarchy DESC + , CASE WHEN lochierarchy = 0 + THEN i_category END + , rank_within_parent +LIMIT 100 +-- !query schema +struct +-- !query output +-0.26589148220819283218 NULL camcorders 0 12 +-0.27064424572443175872 NULL archery 0 11 +-0.27508678304500224336 Home NULL 0 17 +-0.28539122306143442168 NULL semi-precious 0 10 +-0.34005050656417290867 NULL dresses 0 9 +-0.39744598372518447806 Home lighting 0 16 +-0.40245262346372099670 Books mystery 0 17 +-0.40366859037486696971 Jewelry diamonds 0 17 +-0.40542576815272145614 Jewelry custom 0 16 +-0.40793159422928459857 Books science 0 16 +-0.40836402008057582653 NULL NULL 1 11 +-0.41124201443701810288 NULL glassware 0 8 +-0.41212458162913484759 NULL womens 0 7 +-0.41251547672854467533 Jewelry mens watch 0 15 +-0.41260353474281855969 Jewelry jewelry boxes 0 14 +-0.41310850453072551485 Books reference 0 15 +-0.41495404146284130562 NULL NULL 0 6 +-0.41613781444454454986 Home bathroom 0 15 +-0.41679680505477792423 Home furniture 0 14 +-0.41751153877909731108 Jewelry costume 0 13 +-0.41789640560157945271 Electronics memory 0 16 +-0.41960622296567551769 Home mattresses 0 13 +-0.42115697861057938103 NULL scanners 0 5 +-0.42129274488855599877 Home flatware 0 12 +-0.42138982555517437187 Books travel 0 14 +-0.42207950104662553973 Jewelry earings 0 12 +-0.42360559890474258839 Men shirts 0 4 +-0.42522226098880617297 Books fiction 0 13 +-0.42695086400137496396 Books sports 0 12 +-0.42748482637369844882 Electronics cameras 0 15 +-0.42776698070726368847 Books history 0 11 +-0.42779157418952820742 Electronics televisions 0 14 +-0.42839677730714699934 Music NULL 1 10 +-0.42883926078775451741 Jewelry NULL 1 9 +-0.42933247849990414591 Books cooking 0 10 +-0.42956478115982797323 Electronics dvd/vcr players 0 13 +-0.42960552582644072429 Home glassware 0 11 +-0.42973592140259967603 Jewelry pendants 0 11 +-0.43006222255725822329 Electronics disk drives 0 12 +-0.43075457486338446118 Jewelry estate 0 10 +-0.43153443572803164724 Children school-uniforms 0 5 +-0.43278560834074678585 Women NULL 1 8 +-0.43281415543162804755 Books NULL 1 7 +-0.43340689540104111843 Jewelry rings 0 9 +-0.43351068602360130689 Books business 0 9 +-0.43393697804808898647 Men NULL 1 6 +-0.43452651037695847067 Jewelry loose stones 0 8 +-0.43462724506002262370 NULL NULL 2 1 +-0.43463136229782141649 Jewelry birdal 0 7 +-0.43478698928992011318 Shoes NULL 1 5 +-0.43513489629708125698 Sports NULL 1 4 +-0.43537480144353351811 Home NULL 1 3 +-0.43563339425082642263 Electronics monitors 0 11 +-0.43569052857862351541 Jewelry bracelets 0 6 +-0.43591436770437870970 Men pants 0 3 +-0.43617080023918784688 Books entertainments 0 8 +-0.43673314302002928611 Home accent 0 10 +-0.43752822100984156811 Jewelry NULL 0 5 +-0.43771696562800042599 Books computers 0 7 +-0.43790091133376661791 Men accessories 0 2 +-0.43895803630934707802 Jewelry semi-precious 0 4 +-0.43905844420578105228 Children NULL 1 2 +-0.43938912464753373228 Children newborn 0 4 +-0.43981106600973008332 Books arts 0 6 +-0.44027000033489061489 Home curtains/drapes 0 9 +-0.44073645117906210945 Men sports-apparel 0 1 +-0.44116627613556820101 Children toddlers 0 3 +-0.44195666541862319401 Home decor 0 8 +-0.44226642074734303189 Jewelry womens watch 0 3 +-0.44243449730184029928 Electronics stereo 0 10 +-0.44290016028385165797 Home kids 0 7 +-0.44395496111990127625 Children infants 0 2 +-0.44442920947055918169 Home paint 0 6 +-0.44475849078129724089 Electronics camcorders 0 9 +-0.44572554799116219144 Electronics NULL 1 1 +-0.44658684174291725928 Electronics karoke 0 8 +-0.45000581608953359374 Home bedding 0 5 +-0.45059679325892113822 Electronics personal 0 7 +-0.45080477272002672886 Home tables 0 4 +-0.45242850294146098803 Books home repair 0 5 +-0.45292311445740197686 Jewelry gold 0 2 +-0.45309723975037373700 Books parenting 0 4 +-0.45361415486337503032 Books romance 0 3 +-0.45390886610438835872 Home blinds/shades 0 3 +-0.45766868256713105910 Electronics automotive 0 6 +-0.45812351000722227211 Home rugs 0 2 +-0.45820671158324357422 Home wallpaper 0 1 +-0.45905963240510827926 Books self-help 0 2 +-0.45928545493036909637 Electronics portable 0 5 +-0.45964361686942834850 Electronics audio 0 4 +-0.46881366722199291834 Electronics musical 0 3 +-0.47476243999949568098 Electronics wireless 0 2 +-0.48111115518133356447 Electronics scanners 0 1 +-0.48202255658119515719 Jewelry consignment 0 1 +-0.49313849125801216327 Books NULL 0 1 +-0.49701734380944367559 NULL flatware 0 4 +-0.51634800723316361608 NULL sports-apparel 0 3 +-0.51972874082540593735 Children NULL 0 1 +-0.52477558789270398353 NULL pants 0 2 +-0.57506229781958116689 NULL swimwear 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out new file mode 100644 index 000000000000..efd23a6128f4 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out @@ -0,0 +1,22 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + i_item_desc, + i_current_price +FROM item, inventory, date_dim, catalog_sales +WHERE i_current_price BETWEEN 68 AND 68 + 30 + AND inv_item_sk = i_item_sk + AND d_date_sk = inv_date_sk + AND d_date BETWEEN cast('2000-02-01' AS DATE) AND (cast('2000-02-01' AS DATE) + INTERVAL 60 days) + AND i_manufact_id IN (677, 940, 694, 808) + AND inv_quantity_on_hand BETWEEN 100 AND 500 + AND cs_item_sk = i_item_sk +GROUP BY i_item_id, i_item_desc, i_current_price +ORDER BY i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAHFMBAAAA Jobs crack at all public countries. Possible, traditional initiatives will make british problems. Fiscal years call extremely just growing pupils. Soon dutch voices 86.11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out new file mode 100644 index 000000000000..d493591e6b73 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out @@ -0,0 +1,37 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT count(*) +FROM ( + SELECT DISTINCT + c_last_name, + c_first_name, + d_date + FROM store_sales, date_dim, customer + WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_customer_sk = customer.c_customer_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + INTERSECT + SELECT DISTINCT + c_last_name, + c_first_name, + d_date + FROM catalog_sales, date_dim, customer + WHERE catalog_sales.cs_sold_date_sk = date_dim.d_date_sk + AND catalog_sales.cs_bill_customer_sk = customer.c_customer_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + INTERSECT + SELECT DISTINCT + c_last_name, + c_first_name, + d_date + FROM web_sales, date_dim, customer + WHERE web_sales.ws_sold_date_sk = date_dim.d_date_sk + AND web_sales.ws_bill_customer_sk = customer.c_customer_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + ) hot_cust +LIMIT 100 +-- !query schema +struct +-- !query output +107 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out new file mode 100644 index 000000000000..9d7989ee0007 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out @@ -0,0 +1,296 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH inv AS +(SELECT + w_warehouse_name, + w_warehouse_sk, + i_item_sk, + d_moy, + stdev, + mean, + CASE mean + WHEN 0 + THEN NULL + ELSE stdev / mean END cov + FROM (SELECT + w_warehouse_name, + w_warehouse_sk, + i_item_sk, + d_moy, + stddev_samp(inv_quantity_on_hand) stdev, + avg(inv_quantity_on_hand) mean + FROM inventory, item, warehouse, date_dim + WHERE inv_item_sk = i_item_sk + AND inv_warehouse_sk = w_warehouse_sk + AND inv_date_sk = d_date_sk + AND d_year = 2001 + GROUP BY w_warehouse_name, w_warehouse_sk, i_item_sk, d_moy) foo + WHERE CASE mean + WHEN 0 + THEN 0 + ELSE stdev / mean END > 1) +SELECT + inv1.w_warehouse_sk, + inv1.i_item_sk, + inv1.d_moy, + inv1.mean, + inv1.cov, + inv2.w_warehouse_sk, + inv2.i_item_sk, + inv2.d_moy, + inv2.mean, + inv2.cov +FROM inv inv1, inv inv2 +WHERE inv1.i_item_sk = inv2.i_item_sk + AND inv1.w_warehouse_sk = inv2.w_warehouse_sk + AND inv1.d_moy = 1 + AND inv2.d_moy = 1 + 1 +ORDER BY inv1.w_warehouse_sk, inv1.i_item_sk, inv1.d_moy, inv1.mean, inv1.cov + , inv2.d_moy, inv2.mean, inv2.cov +-- !query schema +struct +-- !query output +1 10127 1 239.75 1.0561770587198123 1 10127 2 359.25 1.1857980403742183 +1 1041 1 382.5 1.284808399803008 1 1041 2 424.75 1.000577271456812 +1 11159 1 407.25 1.0785507154337637 1 11159 2 250.0 1.334757905639321 +1 11277 1 211.25 1.2615858275316627 1 11277 2 330.75 1.0808767951625093 +1 11937 1 344.5 1.085804026843784 1 11937 2 200.33333333333334 1.0638527063883725 +1 12373 1 387.75 1.1014904822941258 1 12373 2 306.0 1.0761744390394028 +1 12471 1 365.25 1.0607570183728479 1 12471 2 327.25 1.0547560580567852 +1 12625 1 279.0 1.3016560542373208 1 12625 2 443.25 1.0604958838068959 +1 12751 1 280.75 1.10833057888089 1 12751 2 369.3333333333333 1.3416504398884601 +1 12779 1 331.0 1.041690207320035 1 12779 2 359.0 1.028978056175258 +1 13077 1 367.6666666666667 1.345523904195734 1 13077 2 358.6666666666667 1.5132429058096555 +1 13191 1 260.25 1.063569632291568 1 13191 2 405.0 1.0197999172180061 +1 13561 1 335.25 1.2609616961776389 1 13561 2 240.0 1.0513604502245155 +1 13935 1 311.75 1.0399289695412326 1 13935 2 275.0 1.0367527180321774 +1 14687 1 358.0 1.4369356919381713 1 14687 2 187.0 1.5493631531474956 +1 14719 1 209.0 1.0411509639707628 1 14719 2 489.0 1.376616882800804 +1 15345 1 148.5 1.5295784035794024 1 15345 2 246.5 1.5087987747231526 +1 15427 1 482.75 1.0124238928335043 1 15427 2 333.25 1.2724770126308678 +1 15647 1 201.66666666666666 1.2857931876095743 1 15647 2 249.25 1.3648172990142162 +1 1569 1 212.0 1.630213519639535 1 1569 2 239.25 1.2641513267800557 +1 16079 1 280.5 1.2444757416128578 1 16079 2 361.25 1.0737805704078724 +1 16223 1 245.66666666666666 1.0601148956398867 1 16223 2 412.6666666666667 1.0671231071323724 +1 1623 1 338.25 1.1285483279713715 1 1623 2 261.3333333333333 1.2717809002195564 +1 16289 1 171.0 1.087263313842661 1 16289 2 316.5 1.3695306694071203 +1 16451 1 300.0 1.2516507618459831 1 16451 2 467.5 1.2962363881858208 +1 17051 1 349.75 1.1346423819845488 1 17051 2 319.75 1.0379354897438076 +1 2581 1 448.5 1.060429041250449 1 2581 2 476.25 1.0362984739390064 +1 265 1 324.75 1.2438391781531353 1 265 2 329.0 1.0151581328149208 +1 2705 1 246.25 1.0120308357959693 1 2705 2 294.6666666666667 1.0742134101583702 +1 3131 1 393.75 1.0037613982687346 1 3131 2 480.5 1.0669144981482768 +1 3291 1 374.5 1.195189833087008 1 3291 2 265.25 1.572972106948466 +1 363 1 499.5 1.031941572270649 1 363 2 321.0 1.1411766752007977 +1 3687 1 279.75 1.4260909081999698 1 3687 2 157.25 1.4534340882531784 +1 4955 1 495.25 1.0318296151625301 1 4955 2 322.5 1.1693842343776149 +1 5627 1 282.75 1.5657032366359889 1 5627 2 297.5 1.2084286841430678 +1 679 1 373.75 1.0955498064867504 1 679 2 417.5 1.042970994259454 +1 695 1 450.75 1.0835888283564505 1 695 2 368.75 1.1356494125569416 +1 7017 1 175.5 1.0427454215644427 1 7017 2 321.3333333333333 1.0183356932936254 +1 7317 1 366.3333333333333 1.025466403613547 1 7317 2 378.0 1.2172513189920555 +1 7569 1 430.5 1.0874396852180854 1 7569 2 360.25 1.047005559314515 +1 789 1 357.25 1.03450938027956 1 789 2 410.0 1.0284221852702604 +1 7999 1 166.25 1.7924231710846223 1 7999 2 375.3333333333333 1.008092263550718 +1 815 1 216.5 1.1702270938111008 1 815 2 150.5 1.3057281471249382 +1 827 1 271.75 1.1046890134130438 1 827 2 424.75 1.1653198631238286 +1 8319 1 306.75 1.1615378040478215 1 8319 2 276.0 1.1420996385609428 +1 8443 1 327.75 1.256718374192724 1 8443 2 332.5 1.0044167259988928 +1 8583 1 319.5 1.024108893111539 1 8583 2 310.25 1.2358813775861328 +1 8591 1 398.0 1.1478168692042447 1 8591 2 355.75 1.0024472149348966 +1 8611 1 300.5 1.5191545184147954 1 8611 2 243.75 1.2342122780960432 +1 9081 1 367.0 1.0878932141280895 1 9081 2 435.0 1.0330530776324107 +1 9357 1 351.6666666666667 1.1902922622025887 1 9357 2 427.0 1.0438583026358363 +1 9449 1 406.25 1.0183183104803557 1 9449 2 175.0 1.0544779796296408 +1 9713 1 242.5 1.1035044355064203 1 9713 2 393.0 1.208474608738988 +1 9809 1 479.0 1.0189602512117633 1 9809 2 317.5 1.0614142074924882 +1 9993 1 417.75 1.0099832672435247 1 9993 2 204.5 1.552870745350107 +2 10535 1 324.3333333333333 1.0571104035094094 2 10535 2 310.25 1.0040634995190338 +2 10955 1 356.0 1.1582813310955151 2 10955 2 339.0 1.070253213625449 +2 12089 1 212.0 1.0827501145734215 2 12089 2 173.33333333333334 1.0739812153327328 +2 12633 1 402.75 1.0071362075740695 2 12633 2 367.0 1.1270535638607155 +2 12765 1 308.0 1.1188476882701337 2 12765 2 347.0 1.1571744590236304 +2 13077 1 277.0 1.2323360849352152 2 13077 2 223.5 1.139400344912951 +2 13687 1 361.25 1.0107341657610867 2 13687 2 468.25 1.00984291842181 +2 1401 1 249.0 1.3206237689155225 2 1401 2 296.6666666666667 1.2868121931744592 +2 14025 1 371.75 1.0150136083050016 2 14025 2 141.0 1.2543170259746204 +2 14117 1 298.5 1.0251238034747268 2 14117 2 220.25 1.4152684465941172 +2 14347 1 366.0 1.0327892946261927 2 14347 2 369.75 1.0185739900192863 +2 14697 1 397.75 1.008120541714483 2 14697 2 328.75 1.160849558029165 +2 14987 1 146.75 1.0290040643611427 2 14987 2 436.5 1.0447681541795646 +2 15321 1 527.0 1.2102662554654002 2 15321 2 298.75 1.1309098406792113 +2 15347 1 243.0 1.22262397963835 2 15347 2 310.75 1.2036584852655927 +2 15533 1 223.0 1.096511132968014 2 15533 2 330.0 1.4967488488790472 +2 15839 1 353.0 1.5063684437542906 2 15839 2 255.5 1.2362393182894105 +2 16107 1 376.0 1.0133246306103783 2 16107 2 364.75 1.0688677983776653 +2 16749 1 200.0 1.0944709528656604 2 16749 2 438.25 1.0360646618074532 +2 1681 1 337.75 1.052156598827189 2 1681 2 252.75 1.03179106854817 +2 17329 1 321.3333333333333 1.3093279467658028 2 17329 2 490.25 1.0756580649722338 +2 17417 1 321.75 1.1306764803839018 2 17417 2 534.0 1.0010725216798313 +2 1991 1 356.0 1.1336790046919885 2 1991 2 273.25 1.3324196418089087 +2 2031 1 407.5 1.0209876826110387 2 2031 2 418.75 1.0053388632912839 +2 2481 1 319.75 1.116026660755801 2 2481 2 378.3333333333333 1.0597185274084644 +2 2725 1 349.75 1.1148704918064747 2 2725 2 265.6666666666667 1.5462972148471539 +2 3073 1 385.0 1.1020845844189129 2 3073 2 231.75 1.0884989063827268 +2 3769 1 334.0 1.19542966145639 2 3769 2 335.0 1.049464958250903 +2 4085 1 327.75 1.1005413873145125 2 4085 2 281.75 1.0187608064801108 +2 4995 1 282.25 1.260418332957406 2 4995 2 248.0 1.2548229018823531 +2 5099 1 418.6666666666667 1.0680900887970652 2 5099 2 428.6666666666667 1.035237277800474 +2 5211 1 157.0 1.069551742865467 2 5211 2 270.25 1.1940200809618973 +2 5769 1 341.25 1.2723132696563741 2 5769 2 267.0 1.1815791848719037 +2 6103 1 194.33333333333334 1.5160670179307387 2 6103 2 158.5 1.2743698636165062 +2 6243 1 168.5 1.0732108100023512 2 6243 2 386.75 1.083290260548026 +2 6489 1 268.0 1.6956372368432269 2 6489 2 389.0 1.4105780519299767 +2 6585 1 183.75 1.1151937581317735 2 6585 2 353.75 1.09397071467533 +2 6767 1 341.0 1.093163984134538 2 6767 2 235.0 1.1399543855818017 +2 71 1 221.5 1.563974108334745 2 71 2 309.0 1.4917057895885681 +2 7411 1 460.0 1.0628293255143475 2 7411 2 297.5 1.000576535072398 +2 833 1 363.3333333333333 1.0422813802180273 2 833 2 158.75 1.2130891736268552 +2 8489 1 126.75 1.341646295852091 2 8489 2 398.25 1.0041124840252154 +2 8633 1 218.5 1.4645189740171023 2 8633 2 230.25 1.3116963014576621 +2 8807 1 417.25 1.0258112930013772 2 8807 2 356.25 1.1079730633089233 +2 8883 1 249.25 1.1112271782210548 2 8883 2 189.25 1.010075485139798 +2 9253 1 413.3333333333333 1.1606659948102405 2 9253 2 465.0 1.0242445824028785 +2 9467 1 108.25 1.091122388968745 2 9467 2 107.0 1.0309220361224432 +2 9561 1 190.5 1.0303032513373167 2 9561 2 271.0 1.2058349535542998 +2 9575 1 452.5 1.0494492226058958 2 9575 2 155.75 1.1534056685643725 +2 969 1 282.0 1.1374340344037195 2 969 2 386.0 1.1371001187232186 +2 9903 1 322.75 1.0761080062556017 2 9903 2 387.3333333333333 1.2612406773451965 +3 10035 1 378.25 1.0216399511791376 3 10035 2 364.25 1.1567922653398062 +3 1049 1 252.5 1.1090641101125922 3 1049 2 457.25 1.023984124924537 +3 10509 1 420.25 1.0548626901275737 3 10509 2 368.25 1.1820633359473098 +3 10547 1 182.33333333333334 1.5325641514869042 3 10547 2 320.25 1.302441844373152 +3 10743 1 233.25 1.2793022354241157 3 10743 2 110.25 1.107204634127507 +3 11477 1 264.25 1.0953530000836025 3 11477 2 278.5 1.03279098170704 +3 11959 1 358.0 1.0684835251792983 3 11959 2 268.5 1.0089856798911991 +3 12043 1 169.25 1.033093808880221 3 12043 2 377.25 1.0161962499718764 +3 12157 1 326.3333333333333 1.0022318670551493 3 12157 2 396.3333333333333 1.0287818050404882 +3 12433 1 199.75 1.307258924061962 3 12433 2 478.5 1.0164742071947392 +3 12867 1 278.25 1.6403800123947352 3 12867 2 350.75 1.2006933321742796 +3 13499 1 281.0 1.1431965457521192 3 13499 2 446.75 1.0331520262675382 +3 1415 1 247.5 1.1321617788582448 3 1415 2 369.75 1.095467956288316 +3 14589 1 266.5 1.1143243921844956 3 14589 2 334.3333333333333 1.1453146816350117 +3 15207 1 300.25 1.4844611263753311 3 15207 2 564.0 1.0004808712533066 +3 15395 1 258.25 1.0513876898285774 3 15395 2 307.5 1.138225319310722 +3 15973 1 477.5 1.203932592889347 3 15973 2 286.0 1.2872294241999072 +3 16233 1 260.6666666666667 1.120423550056809 3 16233 2 210.5 1.1788143336685517 +3 16267 1 456.0 1.00422634651884 3 16267 2 364.3333333333333 1.4818855428309732 +3 16605 1 394.25 1.1137413572906039 3 16605 2 296.25 1.2885892655671596 +3 16949 1 155.75 1.1186177285449939 3 16949 2 229.5 1.0289469196724543 +3 17319 1 364.75 1.2709364445674023 3 17319 2 359.25 1.1578751434862422 +3 2199 1 185.75 1.2028125570694115 3 2199 2 300.75 1.0767845064923047 +3 2403 1 270.75 1.3258705678179297 3 2403 2 384.0 1.0903987183011015 +3 2541 1 364.75 1.079213526102894 3 2541 2 550.5 1.0545588871101828 +3 2727 1 303.75 1.030164700291085 3 2727 2 219.25 1.3822091831959378 +3 3207 1 383.75 1.0854588026477912 3 3207 2 258.25 1.2113392480929654 +3 3373 1 404.5 1.0143374143806878 3 3373 2 171.25 1.2856653974632997 +3 3969 1 234.25 1.0422831793090308 3 3969 2 217.25 1.4215490653321186 +3 4407 1 438.5 1.0656663545113982 3 4407 2 330.75 1.0244403968428872 +3 6051 1 289.75 1.263888088484336 3 6051 2 439.0 1.1045769245192738 +3 6521 1 381.0 1.001568291887839 3 6521 2 437.75 1.0365149332658257 +3 6691 1 377.0 1.1090737292917523 3 6691 2 380.5 1.0581301250281556 +3 6757 1 282.5 1.089500938688411 3 6757 2 345.25 1.2263828747838474 +3 6915 1 420.6666666666667 1.0468345634906968 3 6915 2 292.5 1.2506171072716117 +3 7207 1 329.6666666666667 1.5954482160720393 3 7207 2 414.5 1.017919707908937 +3 7889 1 318.5 1.2879030049985103 3 7889 2 291.3333333333333 1.0042925323922787 +3 8559 1 356.25 1.0065193461695627 3 8559 2 393.5 1.0128831652141206 +3 8829 1 364.25 1.0792852260446875 3 8829 2 350.25 1.1133912240741104 +3 9555 1 377.0 1.1308469328910158 3 9555 2 444.75 1.0171588175042319 +3 9623 1 331.3333333333333 1.1551289271934477 3 9623 2 284.6666666666667 1.030372442625732 +3 9813 1 343.75 1.0516953753508833 3 9813 2 384.6666666666667 1.0815005906604849 +3 9881 1 351.5 1.1788820554157222 3 9881 2 287.75 1.0909386089510784 +4 10333 1 321.0 1.1486107061789543 4 10333 2 317.0 1.0469226317412668 +4 10969 1 186.66666666666666 1.104420616413504 4 10969 2 307.0 1.1094764105733856 +4 10993 1 446.0 1.0092376322965588 4 10993 2 206.66666666666666 1.2355333519949105 +4 11571 1 342.5 1.142628399354839 4 11571 2 304.6666666666667 1.0319943224652848 +4 11979 1 225.33333333333334 1.4670656155247088 4 11979 2 438.25 1.1389926990347663 +4 13409 1 312.3333333333333 1.3427502512651466 4 13409 2 336.25 1.1081978302033695 +4 13443 1 417.75 1.0217796082231347 4 13443 2 334.0 1.3076430852966527 +4 13567 1 271.5 1.0087621621432743 4 13567 2 370.0 1.4557686063410562 +4 13683 1 318.75 1.0149827729946173 4 13683 2 363.5 1.0781154578332095 +4 14143 1 367.0 1.0441799438931547 4 14143 2 290.0 1.1933060754121454 +4 14401 1 342.75 1.1836559036030756 4 14401 2 344.25 1.2067083116272619 +4 14693 1 447.25 1.0516674911652102 4 14693 2 498.0 1.3517382644369342 +4 14877 1 414.3333333333333 1.1707723877930458 4 14877 2 282.5 1.5830582944346865 +4 15063 1 378.25 1.1128192588166839 4 15063 2 444.0 1.0632777688204158 +4 15275 1 335.5 1.1536382939175558 4 15275 2 292.6666666666667 1.2978313681037048 +4 15509 1 296.3333333333333 1.0246740536582173 4 15509 2 317.6666666666667 1.4470364565078238 +4 15969 1 423.0 1.0472875497665224 4 15969 2 342.5 1.2511769371808568 +4 16627 1 485.5 1.0151460895716244 4 16627 2 161.25 1.353325272620004 +4 16641 1 521.5 1.1050662064564454 4 16641 2 221.5 1.0308590510025117 +4 16751 1 549.5 1.082214382125362 4 16751 2 223.33333333333334 1.3377897605859543 +4 1895 1 354.75 1.2397341541992284 4 1895 2 383.75 1.0893076992144062 +4 3429 1 358.5 1.0665593354923446 4 3429 2 346.0 1.251948930065546 +4 4559 1 215.0 1.2432329900432981 4 4559 2 360.75 1.0333545857247315 +4 4773 1 328.25 1.0509836592960142 4 4773 2 330.5 1.0062580596877206 +4 4885 1 151.0 1.3205570350636184 4 4885 2 377.25 1.0489035237886835 +4 4915 1 289.25 1.0863929490514617 4 4915 2 368.0 1.069658554605372 +4 5043 1 476.0 1.0155964276489484 4 5043 2 244.25 1.356289369084929 +4 5095 1 334.0 1.2258861291353158 4 5095 2 390.25 1.0621788063332436 +4 5193 1 263.3333333333333 1.250170954501139 4 5193 2 323.0 1.0979616195802828 +4 5975 1 434.0 1.0233614450980864 4 5975 2 359.75 1.1979356900084084 +4 6251 1 285.0 1.121538025585264 4 6251 2 335.5 1.1602192523957113 +4 6389 1 280.75 1.2049236089487845 4 6389 2 259.3333333333333 1.4816550575659286 +4 6487 1 452.75 1.0710626602211524 4 6487 2 350.5 1.17164756896522 +4 6619 1 430.0 1.0007262551157654 4 6619 2 226.25 1.548557450713079 +4 7191 1 260.75 1.0012666837154778 4 7191 2 195.25 1.5372675520067365 +4 7427 1 239.5 1.4183567144406795 4 7427 2 373.25 1.0429791976763843 +4 8453 1 314.75 1.0259714909803297 4 8453 2 376.75 1.0099023931660849 +4 8781 1 518.5 1.100549995019371 4 8781 2 521.0 1.123770469908755 +4 947 1 247.5 1.6933181813486973 4 947 2 203.33333333333334 1.205433145161931 +4 9571 1 314.0 1.216857824298178 4 9571 2 309.0 1.089216738940079 +4 9587 1 248.0 1.4981887260612339 4 9587 2 248.0 1.0064987840475923 +5 10667 1 288.0 1.3453640177579367 5 10667 2 289.5 1.0952238011728228 +5 10771 1 394.75 1.048068013117441 5 10771 2 323.25 1.2377348818060852 +5 10949 1 383.0 1.1125677373995029 5 10949 2 378.25 1.125540609959554 +5 11107 1 446.5 1.2653489768601378 5 11107 2 258.5 1.553612564193816 +5 11795 1 395.5 1.0104473172545645 5 11795 2 430.75 1.131062588545398 +5 12017 1 347.75 1.1682379397902218 5 12017 2 308.0 1.1593227968413717 +5 12027 1 456.25 1.0262940073409625 5 12027 2 390.3333333333333 1.1142770095355214 +5 125 1 441.6666666666667 1.095971457377544 5 125 2 331.5 1.0081148286008836 +5 13583 1 430.3333333333333 1.0423839290527277 5 13583 2 256.25 1.541034827728967 +5 13651 1 272.3333333333333 1.169523124191674 5 13651 2 330.5 1.1901873530915061 +5 13783 1 419.5 1.0584699696320432 5 13783 2 339.5 1.0680909505443135 +5 13859 1 318.0 1.1422239044797105 5 13859 2 380.25 1.0564496237557859 +5 14537 1 206.0 1.2283439997338772 5 14537 2 357.75 1.0387982680964687 +5 15309 1 276.3333333333333 1.2987590579253725 5 15309 2 409.0 1.0102406245856923 +5 15883 1 385.3333333333333 1.0124777526338786 5 15883 2 173.25 1.3562238248195932 +5 15935 1 293.5 1.0187659410172984 5 15935 2 271.25 1.4000947515083553 +5 15949 1 241.5 1.148665986924513 5 15949 2 235.0 1.4072887931753781 +5 16037 1 327.25 1.1307617323781536 5 16037 2 412.6666666666667 1.1830200153757018 +5 16291 1 380.5 1.0549595028454235 5 16291 2 411.6666666666667 1.034921399084621 +5 16459 1 370.0 1.275649908122718 5 16459 2 265.75 1.2988191692443933 +5 16901 1 305.25 1.1043010533964068 5 16901 2 186.5 1.0231269284283626 +5 1701 1 374.0 1.086445817024878 5 1701 2 385.0 1.3306308700750535 +5 17199 1 376.5 1.1038969766440296 5 17199 2 374.0 1.0873031171988548 +5 17387 1 298.3333333333333 1.3848741714581234 5 17387 2 327.6666666666667 1.3670875783476784 +5 17717 1 283.75 1.1557156567771052 5 17717 2 235.25 1.1416239351288795 +5 17927 1 217.5 1.3549964301320125 5 17927 2 250.75 1.070921305926391 +5 17943 1 209.75 1.3717071339917375 5 17943 2 428.0 1.1090799349168265 +5 2521 1 360.75 1.099248234149208 5 2521 2 265.5 1.1724077694006725 +5 2855 1 406.0 1.4037637084639343 5 2855 2 183.25 1.0662249910239627 +5 3137 1 271.25 1.575453220592864 5 3137 2 380.0 1.0834203388600319 +5 3279 1 299.5 1.053669716363755 5 3279 2 276.75 1.4458878093841827 +5 3467 1 294.0 1.1477294638716873 5 3467 2 349.6666666666667 1.1674223692818808 +5 431 1 159.0 1.1061794752181042 5 431 2 304.0 1.1224225373103636 +5 4463 1 338.0 1.0699320081481432 5 4463 2 273.5 1.2369797321835678 +5 4719 1 340.5 1.0571857801805542 5 4719 2 423.6666666666667 1.0255000206713487 +5 4739 1 281.3333333333333 1.0242971514325028 5 4739 2 383.5 1.0334337390189823 +5 4839 1 310.25 1.035903440911969 5 4839 2 232.0 1.2954193820330193 +5 4979 1 359.5 1.1046408074063157 5 4979 2 323.75 1.1704250950730493 +5 5401 1 219.25 1.2773870241916032 5 5401 2 203.0 1.0915675205208268 +5 5635 1 370.0 1.0227054644459215 5 5635 2 351.6666666666667 1.3777664464428738 +5 5797 1 403.0 1.0234882286709048 5 5797 2 457.5 1.003704010389515 +5 5901 1 360.25 1.125963126923387 5 5901 2 376.0 1.0095038425625151 +5 6129 1 419.25 1.0169180165631466 5 6129 2 359.5 1.0478889386811094 +5 6213 1 351.6666666666667 1.2056212536733542 5 6213 2 361.5 1.116840805855076 +5 6479 1 301.3333333333333 1.2780010449304997 5 6479 2 395.75 1.1779743547973778 +5 671 1 403.3333333333333 1.0056014147334147 5 671 2 281.3333333333333 1.3366835222521476 +5 7333 1 227.0 1.4611346002650127 5 7333 2 243.75 1.1789162497808614 +5 745 1 466.75 1.0109065525578562 5 745 2 351.0 1.1147212881684183 +5 75 1 333.0 1.2656318762849212 5 75 2 226.0 1.0358078507992579 +5 7923 1 358.0 1.1046770912449826 5 7923 2 342.3333333333333 1.1607781125264065 +5 8737 1 217.25 1.074213640090777 5 8737 2 403.5 1.044208050277477 +5 8945 1 344.25 1.1414837656266814 5 8945 2 298.0 1.0008366993492595 +5 8993 1 399.0 1.1873722892104934 5 8993 2 371.75 1.131635380135078 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out new file mode 100644 index 000000000000..f802eab469c8 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out @@ -0,0 +1,68 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH inv AS +(SELECT + w_warehouse_name, + w_warehouse_sk, + i_item_sk, + d_moy, + stdev, + mean, + CASE mean + WHEN 0 + THEN NULL + ELSE stdev / mean END cov + FROM (SELECT + w_warehouse_name, + w_warehouse_sk, + i_item_sk, + d_moy, + stddev_samp(inv_quantity_on_hand) stdev, + avg(inv_quantity_on_hand) mean + FROM inventory, item, warehouse, date_dim + WHERE inv_item_sk = i_item_sk + AND inv_warehouse_sk = w_warehouse_sk + AND inv_date_sk = d_date_sk + AND d_year = 2001 + GROUP BY w_warehouse_name, w_warehouse_sk, i_item_sk, d_moy) foo + WHERE CASE mean + WHEN 0 + THEN 0 + ELSE stdev / mean END > 1) +SELECT + inv1.w_warehouse_sk, + inv1.i_item_sk, + inv1.d_moy, + inv1.mean, + inv1.cov, + inv2.w_warehouse_sk, + inv2.i_item_sk, + inv2.d_moy, + inv2.mean, + inv2.cov +FROM inv inv1, inv inv2 +WHERE inv1.i_item_sk = inv2.i_item_sk + AND inv1.w_warehouse_sk = inv2.w_warehouse_sk + AND inv1.d_moy = 1 + AND inv2.d_moy = 1 + 1 + AND inv1.cov > 1.5 +ORDER BY inv1.w_warehouse_sk, inv1.i_item_sk, inv1.d_moy, inv1.mean, inv1.cov + , inv2.d_moy, inv2.mean, inv2.cov +-- !query schema +struct +-- !query output +1 15345 1 148.5 1.5295784035794024 1 15345 2 246.5 1.5087987747231526 +1 1569 1 212.0 1.630213519639535 1 1569 2 239.25 1.2641513267800557 +1 5627 1 282.75 1.5657032366359889 1 5627 2 297.5 1.2084286841430678 +1 7999 1 166.25 1.7924231710846223 1 7999 2 375.3333333333333 1.008092263550718 +1 8611 1 300.5 1.5191545184147954 1 8611 2 243.75 1.2342122780960432 +2 15839 1 353.0 1.5063684437542906 2 15839 2 255.5 1.2362393182894105 +2 6103 1 194.33333333333334 1.5160670179307387 2 6103 2 158.5 1.2743698636165062 +2 6489 1 268.0 1.6956372368432269 2 6489 2 389.0 1.4105780519299767 +2 71 1 221.5 1.563974108334745 2 71 2 309.0 1.4917057895885681 +3 10547 1 182.33333333333334 1.5325641514869042 3 10547 2 320.25 1.302441844373152 +3 12867 1 278.25 1.6403800123947352 3 12867 2 350.75 1.2006933321742796 +3 7207 1 329.6666666666667 1.5954482160720393 3 7207 2 414.5 1.017919707908937 +4 947 1 247.5 1.6933181813486973 4 947 2 203.33333333333334 1.205433145161931 +5 3137 1 271.25 1.575453220592864 5 3137 2 380.0 1.0834203388600319 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out new file mode 100644 index 000000000000..e2bb67662380 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out @@ -0,0 +1,134 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH year_total AS ( + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum(((ss_ext_list_price - ss_ext_wholesale_cost - ss_ext_discount_amt) + + ss_ext_sales_price) / 2) year_total, + 's' sale_type + FROM customer, store_sales, date_dim + WHERE c_customer_sk = ss_customer_sk AND ss_sold_date_sk = d_date_sk + GROUP BY c_customer_id, + c_first_name, + c_last_name, + c_preferred_cust_flag, + c_birth_country, + c_login, + c_email_address, + d_year + UNION ALL + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum((((cs_ext_list_price - cs_ext_wholesale_cost - cs_ext_discount_amt) + + cs_ext_sales_price) / 2)) year_total, + 'c' sale_type + FROM customer, catalog_sales, date_dim + WHERE c_customer_sk = cs_bill_customer_sk AND cs_sold_date_sk = d_date_sk + GROUP BY c_customer_id, + c_first_name, + c_last_name, + c_preferred_cust_flag, + c_birth_country, + c_login, + c_email_address, + d_year + UNION ALL + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum((((ws_ext_list_price - ws_ext_wholesale_cost - ws_ext_discount_amt) + ws_ext_sales_price) / + 2)) year_total, + 'w' sale_type + FROM customer, web_sales, date_dim + WHERE c_customer_sk = ws_bill_customer_sk AND ws_sold_date_sk = d_date_sk + GROUP BY c_customer_id, + c_first_name, + c_last_name, + c_preferred_cust_flag, + c_birth_country, + c_login, + c_email_address, + d_year) +SELECT + t_s_secyear.customer_id, + t_s_secyear.customer_first_name, + t_s_secyear.customer_last_name, + t_s_secyear.customer_preferred_cust_flag, + t_s_secyear.customer_birth_country, + t_s_secyear.customer_login, + t_s_secyear.customer_email_address +FROM year_total t_s_firstyear, year_total t_s_secyear, year_total t_c_firstyear, + year_total t_c_secyear, year_total t_w_firstyear, year_total t_w_secyear +WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id + AND t_s_firstyear.customer_id = t_c_secyear.customer_id + AND t_s_firstyear.customer_id = t_c_firstyear.customer_id + AND t_s_firstyear.customer_id = t_w_firstyear.customer_id + AND t_s_firstyear.customer_id = t_w_secyear.customer_id + AND t_s_firstyear.sale_type = 's' + AND t_c_firstyear.sale_type = 'c' + AND t_w_firstyear.sale_type = 'w' + AND t_s_secyear.sale_type = 's' + AND t_c_secyear.sale_type = 'c' + AND t_w_secyear.sale_type = 'w' + AND t_s_firstyear.dyear = 2001 + AND t_s_secyear.dyear = 2001 + 1 + AND t_c_firstyear.dyear = 2001 + AND t_c_secyear.dyear = 2001 + 1 + AND t_w_firstyear.dyear = 2001 + AND t_w_secyear.dyear = 2001 + 1 + AND t_s_firstyear.year_total > 0 + AND t_c_firstyear.year_total > 0 + AND t_w_firstyear.year_total > 0 + AND CASE WHEN t_c_firstyear.year_total > 0 + THEN t_c_secyear.year_total / t_c_firstyear.year_total + ELSE NULL END + > CASE WHEN t_s_firstyear.year_total > 0 + THEN t_s_secyear.year_total / t_s_firstyear.year_total + ELSE NULL END + AND CASE WHEN t_c_firstyear.year_total > 0 + THEN t_c_secyear.year_total / t_c_firstyear.year_total + ELSE NULL END + > CASE WHEN t_w_firstyear.year_total > 0 + THEN t_w_secyear.year_total / t_w_firstyear.year_total + ELSE NULL END +ORDER BY + t_s_secyear.customer_id, + t_s_secyear.customer_first_name, + t_s_secyear.customer_last_name, + t_s_secyear.customer_preferred_cust_flag, + t_s_secyear.customer_birth_country, + t_s_secyear.customer_login, + t_s_secyear.customer_email_address +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAABIJBAAAA James White N IRAQ NULL James.White@DI8oHLVIxJer5MMljj.org +AAAAAAAADIIOAAAA David Carroll Y GIBRALTAR NULL David.Carroll@fm.edu +AAAAAAAAIJCIBAAA Thomas Oneal Y BANGLADESH NULL Thomas.Oneal@YhHzOk6o3RiKc1AREv.edu +AAAAAAAAKJBLAAAA Kerry Davis Y AFGHANISTAN NULL Kerry.Davis@i.com +AAAAAAAAMFPFBAAA Jamie Woods Y TAJIKISTAN NULL Jamie.Woods@zjTJlz.edu +AAAAAAAANJAMAAAA Thaddeus Griffin N LITHUANIA NULL NULL +AAAAAAAANJOLAAAA Debra Underwood Y BOTSWANA NULL Debra.Underwood@f3193uX.org +AAAAAAAAPEHEBAAA Edith Molina Y GREENLAND NULL Edith.Molina@q9CS0P.com diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out new file mode 100644 index 000000000000..98ea393c5258 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out @@ -0,0 +1,131 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + w_state, + i_item_id, + sum(CASE WHEN (cast(d_date AS DATE) < cast('2000-03-11' AS DATE)) + THEN cs_sales_price - coalesce(cr_refunded_cash, 0) + ELSE 0 END) AS sales_before, + sum(CASE WHEN (cast(d_date AS DATE) >= cast('2000-03-11' AS DATE)) + THEN cs_sales_price - coalesce(cr_refunded_cash, 0) + ELSE 0 END) AS sales_after +FROM + catalog_sales + LEFT OUTER JOIN catalog_returns ON + (cs_order_number = cr_order_number + AND cs_item_sk = cr_item_sk) + , warehouse, item, date_dim +WHERE + i_current_price BETWEEN 0.99 AND 1.49 + AND i_item_sk = cs_item_sk + AND cs_warehouse_sk = w_warehouse_sk + AND cs_sold_date_sk = d_date_sk + AND d_date BETWEEN (cast('2000-03-11' AS DATE) - INTERVAL 30 days) + AND (cast('2000-03-11' AS DATE) + INTERVAL 30 days) +GROUP BY w_state, i_item_id +ORDER BY w_state, i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output +TN AAAAAAAAAABDAAAA 0.00 -82.10 +TN AAAAAAAAAACDAAAA -216.54 158.04 +TN AAAAAAAAAAHDAAAA 186.55 0.00 +TN AAAAAAAAAALAAAAA 0.00 48.23 +TN AAAAAAAAABBDAAAA 98.61 332.71 +TN AAAAAAAAABDAAAAA 0.00 213.64 +TN AAAAAAAAACGCAAAA 63.68 0.00 +TN AAAAAAAAACHCAAAA 102.68 51.89 +TN AAAAAAAAACKCAAAA 128.93 44.82 +TN AAAAAAAAACLDAAAA 205.44 -948.62 +TN AAAAAAAAACOBAAAA 207.32 24.89 +TN AAAAAAAAACPDAAAA 87.75 53.99 +TN AAAAAAAAADGBAAAA 44.31 222.48 +TN AAAAAAAAADKBAAAA 0.00 -471.87 +TN AAAAAAAAAEADAAAA 58.24 0.00 +TN AAAAAAAAAEOCAAAA 19.91 214.70 +TN AAAAAAAAAFACAAAA 271.82 163.17 +TN AAAAAAAAAFADAAAA 2.35 28.32 +TN AAAAAAAAAFDCAAAA -378.05 -303.27 +TN AAAAAAAAAGIDAAAA 307.61 -19.29 +TN AAAAAAAAAHDEAAAA 80.58 -476.72 +TN AAAAAAAAAHHAAAAA 8.27 155.10 +TN AAAAAAAAAHJBAAAA 39.24 0.00 +TN AAAAAAAAAIECAAAA 82.40 3.91 +TN AAAAAAAAAIEEAAAA 20.40 -151.09 +TN AAAAAAAAAIMCAAAA 24.47 -150.30 +TN AAAAAAAAAJACAAAA 49.09 82.10 +TN AAAAAAAAAJCAAAAA 121.18 63.78 +TN AAAAAAAAAJKBAAAA 27.94 8.97 +TN AAAAAAAAALBEAAAA 88.26 30.23 +TN AAAAAAAAALCEAAAA 93.52 92.02 +TN AAAAAAAAALECAAAA 64.20 15.16 +TN AAAAAAAAALNBAAAA 4.20 148.27 +TN AAAAAAAAAMBEAAAA 28.44 0.00 +TN AAAAAAAAAMPBAAAA 0.00 131.93 +TN AAAAAAAAANFEAAAA 0.00 -137.34 +TN AAAAAAAAAOBBAAAA 0.00 55.62 +TN AAAAAAAAAOIBAAAA 150.41 254.28 +TN AAAAAAAAAPBAAAAA 70.40 0.00 +TN AAAAAAAAAPJBAAAA 45.27 334.40 +TN AAAAAAAAAPLAAAAA 50.20 29.15 +TN AAAAAAAAAPLDAAAA 0.00 32.39 +TN AAAAAAAABAPDAAAA 93.42 145.87 +TN AAAAAAAABBIDAAAA 296.77 30.96 +TN AAAAAAAABDCEAAAA -1771.08 -54.78 +TN AAAAAAAABDDDAAAA 111.12 280.59 +TN AAAAAAAABDJAAAAA 0.00 79.55 +TN AAAAAAAABEFDAAAA 0.00 3.43 +TN AAAAAAAABEODAAAA 269.90 297.58 +TN AAAAAAAABFMBAAAA 110.83 -941.40 +TN AAAAAAAABFNAAAAA 47.86 0.00 +TN AAAAAAAABFOCAAAA 46.34 83.52 +TN AAAAAAAABHPCAAAA 27.37 77.62 +TN AAAAAAAABIDBAAAA 196.62 5.57 +TN AAAAAAAABIGBAAAA 425.34 0.00 +TN AAAAAAAABIJBAAAA 209.63 0.00 +TN AAAAAAAABJFEAAAA 7.33 55.16 +TN AAAAAAAABKFAAAAA 0.00 138.14 +TN AAAAAAAABKMCAAAA 27.17 54.97 +TN AAAAAAAABLDEAAAA 170.29 0.00 +TN AAAAAAAABNHBAAAA 58.06 -337.89 +TN AAAAAAAABNIDAAAA 54.40 35.02 +TN AAAAAAAABNLAAAAA 0.00 168.38 +TN AAAAAAAABNLDAAAA 0.00 96.41 +TN AAAAAAAABNMCAAAA 202.41 49.53 +TN AAAAAAAABOCCAAAA 4.73 69.84 +TN AAAAAAAABOMBAAAA 63.67 163.49 +TN AAAAAAAACAAAAAAA 121.91 0.00 +TN AAAAAAAACAADAAAA -1107.61 0.00 +TN AAAAAAAACAJCAAAA 115.81 173.05 +TN AAAAAAAACBCDAAAA 18.94 226.38 +TN AAAAAAAACBFAAAAA 0.00 97.41 +TN AAAAAAAACBIAAAAA 2.14 84.66 +TN AAAAAAAACBPBAAAA 95.44 26.68 +TN AAAAAAAACCABAAAA 160.43 135.86 +TN AAAAAAAACCHDAAAA 0.00 121.62 +TN AAAAAAAACCMDAAAA -115.87 124.38 +TN AAAAAAAACDBCAAAA 16.62 3.40 +TN AAAAAAAACDECAAAA -3114.60 0.00 +TN AAAAAAAACEEAAAAA 34.68 26.41 +TN AAAAAAAACELAAAAA 130.59 154.63 +TN AAAAAAAACELDAAAA 0.00 181.07 +TN AAAAAAAACFEAAAAA 3.78 -315.13 +TN AAAAAAAACFHDAAAA 0.00 1.80 +TN AAAAAAAACGFDAAAA -386.87 96.92 +TN AAAAAAAACHHDAAAA 143.17 251.64 +TN AAAAAAAACHPCAAAA 0.17 198.29 +TN AAAAAAAACJCBAAAA -918.65 270.96 +TN AAAAAAAACJDCAAAA 0.00 130.15 +TN AAAAAAAACJLAAAAA 63.96 91.27 +TN AAAAAAAACKFCAAAA -540.59 35.64 +TN AAAAAAAACKHAAAAA 204.52 110.61 +TN AAAAAAAACKIAAAAA 18.43 -63.65 +TN AAAAAAAACLAEAAAA 116.07 0.00 +TN AAAAAAAACLGAAAAA 108.10 111.14 +TN AAAAAAAACLKAAAAA 143.05 19.59 +TN AAAAAAAACLLBAAAA 0.00 178.10 +TN AAAAAAAACLOBAAAA -2200.72 14.13 +TN AAAAAAAACMADAAAA 71.42 -13.64 +TN AAAAAAAACMJAAAAA 0.00 358.31 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out new file mode 100644 index 000000000000..c9dcdaf8f44e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out @@ -0,0 +1,59 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT DISTINCT (i_product_name) +FROM item i1 +WHERE i_manufact_id BETWEEN 738 AND 738 + 40 + AND (SELECT count(*) AS item_cnt +FROM item +WHERE (i_manufact = i1.i_manufact AND + ((i_category = 'Women' AND + (i_color = 'powder' OR i_color = 'khaki') AND + (i_units = 'Ounce' OR i_units = 'Oz') AND + (i_size = 'medium' OR i_size = 'extra large') + ) OR + (i_category = 'Women' AND + (i_color = 'brown' OR i_color = 'honeydew') AND + (i_units = 'Bunch' OR i_units = 'Ton') AND + (i_size = 'N/A' OR i_size = 'small') + ) OR + (i_category = 'Men' AND + (i_color = 'floral' OR i_color = 'deep') AND + (i_units = 'N/A' OR i_units = 'Dozen') AND + (i_size = 'petite' OR i_size = 'large') + ) OR + (i_category = 'Men' AND + (i_color = 'light' OR i_color = 'cornflower') AND + (i_units = 'Box' OR i_units = 'Pound') AND + (i_size = 'medium' OR i_size = 'extra large') + ))) OR + (i_manufact = i1.i_manufact AND + ((i_category = 'Women' AND + (i_color = 'midnight' OR i_color = 'snow') AND + (i_units = 'Pallet' OR i_units = 'Gross') AND + (i_size = 'medium' OR i_size = 'extra large') + ) OR + (i_category = 'Women' AND + (i_color = 'cyan' OR i_color = 'papaya') AND + (i_units = 'Cup' OR i_units = 'Dram') AND + (i_size = 'N/A' OR i_size = 'small') + ) OR + (i_category = 'Men' AND + (i_color = 'orange' OR i_color = 'frosted') AND + (i_units = 'Each' OR i_units = 'Tbl') AND + (i_size = 'petite' OR i_size = 'large') + ) OR + (i_category = 'Men' AND + (i_color = 'forest' OR i_color = 'ghost') AND + (i_units = 'Lb' OR i_units = 'Bundle') AND + (i_size = 'medium' OR i_size = 'extra large') + )))) > 0 +ORDER BY i_product_name +LIMIT 100 +-- !query schema +struct +-- !query output +ableationableought +anticallyeingese +callycallyeingese +oughtationableought diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out new file mode 100644 index 000000000000..664c5a39f900 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out @@ -0,0 +1,34 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + dt.d_year, + item.i_category_id, + item.i_category, + sum(ss_ext_sales_price) +FROM date_dim dt, store_sales, item +WHERE dt.d_date_sk = store_sales.ss_sold_date_sk + AND store_sales.ss_item_sk = item.i_item_sk + AND item.i_manager_id = 1 + AND dt.d_moy = 11 + AND dt.d_year = 2000 +GROUP BY dt.d_year + , item.i_category_id + , item.i_category +ORDER BY sum(ss_ext_sales_price) DESC, dt.d_year + , item.i_category_id + , item.i_category +LIMIT 100 +-- !query schema +struct +-- !query output +2000 1 Women 320132.43 +2000 10 Electronics 281421.74 +2000 2 Men 368718.95 +2000 3 Children 370261.29 +2000 4 Shoes 221242.25 +2000 5 Music 223420.70 +2000 6 Jewelry 167920.91 +2000 7 Home 458017.85 +2000 8 Sports 200806.45 +2000 9 Books 161721.11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out new file mode 100644 index 000000000000..6b590bbb3023 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out @@ -0,0 +1,45 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + s_store_name, + s_store_id, + sum(CASE WHEN (d_day_name = 'Sunday') + THEN ss_sales_price + ELSE NULL END) sun_sales, + sum(CASE WHEN (d_day_name = 'Monday') + THEN ss_sales_price + ELSE NULL END) mon_sales, + sum(CASE WHEN (d_day_name = 'Tuesday') + THEN ss_sales_price + ELSE NULL END) tue_sales, + sum(CASE WHEN (d_day_name = 'Wednesday') + THEN ss_sales_price + ELSE NULL END) wed_sales, + sum(CASE WHEN (d_day_name = 'Thursday') + THEN ss_sales_price + ELSE NULL END) thu_sales, + sum(CASE WHEN (d_day_name = 'Friday') + THEN ss_sales_price + ELSE NULL END) fri_sales, + sum(CASE WHEN (d_day_name = 'Saturday') + THEN ss_sales_price + ELSE NULL END) sat_sales +FROM date_dim, store_sales, store +WHERE d_date_sk = ss_sold_date_sk AND + s_store_sk = ss_store_sk AND + s_gmt_offset = -5 AND + d_year = 2000 +GROUP BY s_store_name, s_store_id +ORDER BY s_store_name, s_store_id, sun_sales, mon_sales, tue_sales, wed_sales, + thu_sales, fri_sales, sat_sales +LIMIT 100 +-- !query schema +struct +-- !query output +able AAAAAAAACAAAAAAA NULL NULL NULL 443696.30 NULL NULL NULL +ation AAAAAAAAHAAAAAAA NULL NULL NULL 492870.99 NULL NULL NULL +bar AAAAAAAAKAAAAAAA NULL NULL NULL 474630.24 NULL NULL NULL +eing AAAAAAAAIAAAAAAA NULL NULL NULL 454921.28 NULL NULL NULL +ese AAAAAAAAEAAAAAAA NULL NULL NULL 466232.23 NULL NULL NULL +ought AAAAAAAABAAAAAAA NULL NULL NULL 482690.52 NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out new file mode 100644 index 000000000000..472010043f58 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out @@ -0,0 +1,62 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + asceding.rnk, + i1.i_product_name best_performing, + i2.i_product_name worst_performing +FROM (SELECT * +FROM (SELECT + item_sk, + rank() + OVER ( + ORDER BY rank_col ASC) rnk +FROM (SELECT + ss_item_sk item_sk, + avg(ss_net_profit) rank_col +FROM store_sales ss1 +WHERE ss_store_sk = 4 +GROUP BY ss_item_sk +HAVING avg(ss_net_profit) > 0.9 * (SELECT avg(ss_net_profit) rank_col +FROM store_sales +WHERE ss_store_sk = 4 + AND ss_addr_sk IS NULL +GROUP BY ss_store_sk)) V1) V11 +WHERE rnk < 11) asceding, + (SELECT * + FROM (SELECT + item_sk, + rank() + OVER ( + ORDER BY rank_col DESC) rnk + FROM (SELECT + ss_item_sk item_sk, + avg(ss_net_profit) rank_col + FROM store_sales ss1 + WHERE ss_store_sk = 4 + GROUP BY ss_item_sk + HAVING avg(ss_net_profit) > 0.9 * (SELECT avg(ss_net_profit) rank_col + FROM store_sales + WHERE ss_store_sk = 4 + AND ss_addr_sk IS NULL + GROUP BY ss_store_sk)) V2) V21 + WHERE rnk < 11) descending, + item i1, item i2 +WHERE asceding.rnk = descending.rnk + AND i1.i_item_sk = asceding.item_sk + AND i2.i_item_sk = descending.item_sk +ORDER BY asceding.rnk +LIMIT 100 +-- !query schema +struct +-- !query output +1 oughtantiprin st callyeingbarcallyought +10 eingoughtn station barcallyableought +2 barcallyprioughtought bareseationcallyought +3 ableeingantiable barn stcallycally +4 n stesebarn st eingoughtn stn st +5 antioughtationbarought callycallybarantiought +6 callyeseationantiought NULL +7 priableeseableought eseableablepriought +8 ableoughtableeseought ationoughtantianti +9 esebarableeseought callyn stantieseought diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out new file mode 100644 index 000000000000..268ca3a9d07a --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out @@ -0,0 +1,46 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + ca_zip, + ca_city, + sum(ws_sales_price) +FROM web_sales, customer, customer_address, date_dim, item +WHERE ws_bill_customer_sk = c_customer_sk + AND c_current_addr_sk = ca_address_sk + AND ws_item_sk = i_item_sk + AND (substr(ca_zip, 1, 5) IN + ('85669', '86197', '88274', '83405', '86475', '85392', '85460', '80348', '81792') + OR + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_item_sk IN (2, 3, 5, 7, 11, 13, 17, 19, 23, 29) + ) +) + AND ws_sold_date_sk = d_date_sk + AND d_qoy = 2 AND d_year = 2001 +GROUP BY ca_zip, ca_city +ORDER BY ca_zip, ca_city +LIMIT 100 +-- !query schema +struct +-- !query output +10150 Bunker Hill 20.25 +16098 Five Points 18.05 +28048 Salem 9.81 +29584 Oakdale 41.21 +31289 Lincoln 1.26 +34975 Kingston 56.67 +36971 Wilson 202.63 +38354 Sulphur Springs 25.68 +44975 Kingston 12.62 +62808 Hamilton 85.39 +62812 Shady Grove 48.77 +66557 Arlington 2.68 +68252 Maple Grove 11.37 +69583 Jackson 54.42 +73003 Hillcrest 36.03 +78222 Clinton 85.87 +83683 Plainview 43.82 +84536 Friendship 64.44 +88370 Oak Grove 52.42 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out new file mode 100644 index 000000000000..4ab2cf81fa03 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out @@ -0,0 +1,138 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_last_name, + c_first_name, + ca_city, + bought_city, + ss_ticket_number, + amt, + profit +FROM + (SELECT + ss_ticket_number, + ss_customer_sk, + ca_city bought_city, + sum(ss_coupon_amt) amt, + sum(ss_net_profit) profit + FROM store_sales, date_dim, store, household_demographics, customer_address + WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_store_sk = store.s_store_sk + AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk + AND store_sales.ss_addr_sk = customer_address.ca_address_sk + AND (household_demographics.hd_dep_count = 4 OR + household_demographics.hd_vehicle_count = 3) + AND date_dim.d_dow IN (6, 0) + AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) + AND store.s_city IN ('Fairview', 'Midway', 'Fairview', 'Fairview', 'Fairview') + GROUP BY ss_ticket_number, ss_customer_sk, ss_addr_sk, ca_city) dn, customer, + customer_address current_addr +WHERE ss_customer_sk = c_customer_sk + AND customer.c_current_addr_sk = current_addr.ca_address_sk + AND current_addr.ca_city <> bought_city +ORDER BY c_last_name, c_first_name, ca_city, bought_city, ss_ticket_number +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL Antioch Belmont 149232 1500.41 -3669.87 +NULL NULL Ashland Philadelphia 155902 2303.72 -9449.87 +NULL NULL Bayview Springdale 162862 529.16 -18595.60 +NULL NULL Belleview Nichols 59976 13402.13 -15556.69 +NULL NULL Blair Hamilton 206536 0.00 -1287.17 +NULL NULL Brownsville Bunker Hill 159429 4557.21 -21733.27 +NULL NULL Brownsville Mechanicsburg 60829 2340.86 -7083.55 +NULL NULL Brunswick Mountain View 123733 2956.13 -17208.64 +NULL NULL Buckingham Siloam 93903 319.04 -8652.20 +NULL NULL Bunker Hill Antioch 199878 0.00 -773.27 +NULL NULL Bunker Hill Greenfield 127182 862.70 -15471.32 +NULL NULL Bunker Hill Hopewell 53497 1896.43 -14367.16 +NULL NULL Cedar Grove Jackson 81259 8.55 -11335.94 +NULL NULL Centerville Bethel 210801 6002.21 -18193.72 +NULL NULL Centerville Mount Olive 66053 2445.21 -8995.89 +NULL NULL Centerville Mount Zion 83650 3896.13 -11148.64 +NULL NULL Centerville Providence 62604 156.21 -13626.64 +NULL NULL Clifton Mount Vernon 95501 3283.17 -13463.75 +NULL NULL Concord Stringtown 97052 2949.46 -762.97 +NULL NULL Cordova Crossroads 85385 38.97 -1522.58 +NULL NULL Crossroads Buena Vista 221999 6605.50 -14108.43 +NULL NULL Crossroads Unionville 58203 1393.55 -11986.88 +NULL NULL Deerfield Riverside 226924 1511.10 -12462.44 +NULL NULL Derby Riverdale 140237 4006.86 -7955.30 +NULL NULL Edgewood Hopewell 167421 3066.70 -20260.27 +NULL NULL Empire Five Forks 43396 1194.37 -7701.69 +NULL NULL Empire Midway 165554 258.33 -16775.39 +NULL NULL Enterprise Highland Park 147688 2213.54 -1680.47 +NULL NULL Enterprise Red Hill 115200 7016.43 -19331.97 +NULL NULL Fairfield Bridgeport 13112 1111.88 -10033.40 +NULL NULL Fairfield Midway 671 438.90 2207.18 +NULL NULL Fairfield Shiloh 149867 2723.49 -7041.50 +NULL NULL Fairfield Springdale 66752 3844.64 -8300.75 +NULL NULL Fairview Florence 90439 7932.81 -18236.19 +NULL NULL Five Forks Lakewood 186991 4960.22 -10929.93 +NULL NULL Five Forks Shady Grove 239479 374.43 -21828.49 +NULL NULL Five Points Union Hill 57715 3618.57 -14013.63 +NULL NULL Florence Edgewood 110370 434.48 -7367.45 +NULL NULL Florence Oak Ridge 45989 164.64 -13462.57 +NULL NULL Florence Spring Hill 104935 40.79 -9961.14 +NULL NULL Forest Hills Argyle 139387 508.08 -3990.97 +NULL NULL Forest Hills Ashland 214771 1585.36 -2846.81 +NULL NULL Forest Hills Riverside 184229 2485.60 -7673.40 +NULL NULL Franklin Floyd 230648 791.64 -8627.59 +NULL NULL Friendship Ashland 11043 382.33 -4808.33 +NULL NULL Georgetown Clifton 123750 189.60 -5249.53 +NULL NULL Georgetown Glendale 27617 787.61 -8592.30 +NULL NULL Georgetown Red Hill 234956 50.90 -12681.22 +NULL NULL Georgetown Summit 120620 1005.21 -3159.14 +NULL NULL Gladstone Hopewell 229820 184.68 -9366.12 +NULL NULL Glendale Four Points 167992 29.32 3058.64 +NULL NULL Glendale Indian Village 203729 3173.01 -5661.90 +NULL NULL Glendale Marion 51036 993.75 -10587.28 +NULL NULL Glendale Mount Pleasant 159389 2415.56 -12041.36 +NULL NULL Glendale West Liberty 5509 694.86 -23013.69 +NULL NULL Glenwood Antioch 86386 413.05 -6649.42 +NULL NULL Glenwood Clinton 4460 1568.11 -17245.05 +NULL NULL Glenwood Clinton 90728 3371.21 -15159.10 +NULL NULL Granite Clinton 211465 8156.94 -18944.88 +NULL NULL Green Acres Avery 191571 383.26 -7422.35 +NULL NULL Greenfield Edgewood 69782 1026.47 -14367.20 +NULL NULL Greenfield Red Oak 214549 1610.58 -1902.29 +NULL NULL Greenfield Riverdale 133538 9390.10 -15802.28 +NULL NULL Greenville Mountain View 103238 4318.13 -4564.09 +NULL NULL Greenville Shiloh 155915 0.00 -9362.72 +NULL NULL Greenwood Bridgeport 228626 994.35 -11510.47 +NULL NULL Greenwood Lakeside 37922 2446.00 -7423.85 +NULL NULL Greenwood Macedonia 133102 0.00 -2193.62 +NULL NULL Hamilton Cedar 112720 201.76 -11031.54 +NULL NULL Hamilton Liberty 121398 536.72 -8979.34 +NULL NULL Hamilton Valley View 161021 222.62 -14659.54 +NULL NULL Hardy Unionville 193341 5110.44 -14494.71 +NULL NULL Harmony Bethel 77060 5652.18 -15038.44 +NULL NULL Highland Park Salem 69302 1868.14 -9374.04 +NULL NULL Hillcrest Valley View 218569 1675.85 1324.33 +NULL NULL Hopewell Centerville 17403 0.00 -6426.77 +NULL NULL Jackson Springdale 72874 32.49 -3297.92 +NULL NULL Jackson Union Hill 114590 6854.05 -10691.19 +NULL NULL Jackson Union Hill 181398 1.53 -2517.92 +NULL NULL Kingston Clinton 169584 14529.68 -33013.98 +NULL NULL Lakeview Richville 165849 0.00 -25580.39 +NULL NULL Lakewood Arlington 113298 5265.99 -6933.54 +NULL NULL Lakewood Bridgeport 169124 1332.90 -11714.51 +NULL NULL Lakewood Spring Hill 144979 4075.69 -7995.34 +NULL NULL Lawrenceville Bunker Hill 237291 9583.05 -5869.08 +NULL NULL Lebanon Pomona 55371 11413.39 -9108.39 +NULL NULL Lewis Red Hill 43196 0.00 -4774.25 +NULL NULL Liberty Spring Hill 95200 703.30 -6668.63 +NULL NULL Lincoln Mount Olive 148878 1735.15 -4123.35 +NULL NULL Lincoln Shiloh 152927 475.43 -9245.75 +NULL NULL Ludlow Shiloh 150308 0.00 2815.96 +NULL NULL Macedonia Summerville 96898 190.19 -5906.64 +NULL NULL Maple Grove Hardy 94091 74.16 -730.04 +NULL NULL Maple Grove Waterloo 225826 3816.54 -8655.39 +NULL NULL Marion White Oak 8347 1737.44 -6934.85 +NULL NULL Midway Jackson 99981 340.00 -4399.74 +NULL NULL Midway Oakwood 11488 671.76 -7713.43 +NULL NULL Milan Woodland 226048 3239.64 -13933.74 +NULL NULL Mount Pleasant Clifton 33934 2089.09 -5930.92 +NULL NULL Mount Pleasant Union 157956 7732.84 -12103.02 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out new file mode 100644 index 000000000000..b5cb55f57e2e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out @@ -0,0 +1,169 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH v1 AS ( + SELECT + i_category, + i_brand, + s_store_name, + s_company_name, + d_year, + d_moy, + sum(ss_sales_price) sum_sales, + avg(sum(ss_sales_price)) + OVER + (PARTITION BY i_category, i_brand, + s_store_name, s_company_name, d_year) + avg_monthly_sales, + rank() + OVER + (PARTITION BY i_category, i_brand, + s_store_name, s_company_name + ORDER BY d_year, d_moy) rn + FROM item, store_sales, date_dim, store + WHERE ss_item_sk = i_item_sk AND + ss_sold_date_sk = d_date_sk AND + ss_store_sk = s_store_sk AND + ( + d_year = 1999 OR + (d_year = 1999 - 1 AND d_moy = 12) OR + (d_year = 1999 + 1 AND d_moy = 1) + ) + GROUP BY i_category, i_brand, + s_store_name, s_company_name, + d_year, d_moy), + v2 AS ( + SELECT + v1.i_category, + v1.i_brand, + v1.s_store_name, + v1.s_company_name, + v1.d_year, + v1.d_moy, + v1.avg_monthly_sales, + v1.sum_sales, + v1_lag.sum_sales psum, + v1_lead.sum_sales nsum + FROM v1, v1 v1_lag, v1 v1_lead + WHERE v1.i_category = v1_lag.i_category AND + v1.i_category = v1_lead.i_category AND + v1.i_brand = v1_lag.i_brand AND + v1.i_brand = v1_lead.i_brand AND + v1.s_store_name = v1_lag.s_store_name AND + v1.s_store_name = v1_lead.s_store_name AND + v1.s_company_name = v1_lag.s_company_name AND + v1.s_company_name = v1_lead.s_company_name AND + v1.rn = v1_lag.rn + 1 AND + v1.rn = v1_lead.rn - 1) +SELECT * +FROM v2 +WHERE d_year = 1999 AND + avg_monthly_sales > 0 AND + CASE WHEN avg_monthly_sales > 0 + THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales + ELSE NULL END > 0.1 +ORDER BY sum_sales - avg_monthly_sales, 3 +LIMIT 100 +-- !query schema +struct +-- !query output +Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 +Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 +Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 +Children exportiexporti #x ation Unknown 1999 4 5238.357500 2232.03 3221.70 3649.52 +Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 +Children exportiexporti #x bar Unknown 1999 7 5280.662500 2324.79 3003.61 5961.39 +Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 +Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 +Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 +Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 +Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 +Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 +Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 +Children importoexporti #x eing Unknown 1999 2 4650.438333 1734.45 2341.19 2720.78 +Men amalgimporto #x ation Unknown 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men amalgimporto #x ation Unknown 1999 4 4909.460833 2136.23 3356.64 3046.51 +Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 +Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 +Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 +Men edu packimporto #x ation Unknown 1999 4 5170.369167 2407.58 3086.77 2492.73 +Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 +Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 +Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 +Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 +Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 +Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 +Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 +Men edu packimporto #x ought Unknown 1999 4 5176.257500 2424.94 4285.78 3286.20 +Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 +Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 +Men importoimporto #x ation Unknown 1999 3 5410.916667 2672.68 3591.65 2988.08 +Men importoimporto #x ation Unknown 1999 5 5410.916667 2677.81 2988.08 2881.34 +Men importoimporto #x eing Unknown 1999 5 5074.076667 2356.88 2833.40 2854.62 +Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 +Men importoimporto #x ese Unknown 1999 4 5492.817500 2784.11 2070.65 3210.74 +Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 +Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 +Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 +Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 +Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 +Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 +Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 +Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 +Music edu packscholar #x ation Unknown 1999 6 5622.227500 2943.26 3643.42 3847.77 +Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 +Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 +Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 +Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 +Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 +Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 +Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 +Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 +Music exportischolar #x ation Unknown 1999 4 4962.650000 2283.77 3210.01 2539.84 +Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 +Music exportischolar #x bar Unknown 1999 4 5318.146667 2651.96 2989.10 3649.76 +Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 +Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 +Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 +Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 +Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 +Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 +Shoes amalgedu pack #x bar Unknown 1999 6 4805.401667 2149.56 2686.70 3098.25 +Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 +Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 +Shoes edu packedu pack #x ought Unknown 1999 5 4745.295833 2109.27 3203.82 2737.82 +Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 +Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 +Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes exportiedu pack #x ation Unknown 1999 7 4873.510833 2256.56 3236.50 6245.37 +Shoes exportiedu pack #x bar Unknown 1999 2 5296.089167 2685.85 4235.44 2410.44 +Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 +Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 +Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 +Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 +Shoes importoedu pack #x able Unknown 1999 7 4700.911667 2100.12 2533.01 5888.57 +Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 +Shoes importoedu pack #x bar Unknown 1999 3 4794.679167 2225.70 2756.97 2413.76 +Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 +Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 +Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 +Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 +Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 +Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 +Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 +Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 +Women edu packamalg #x ation Unknown 1999 2 4507.417500 1951.42 4166.02 2865.38 +Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 +Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 +Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women importoamalg #x bar Unknown 1999 3 4437.210833 1895.27 2678.48 2999.04 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out new file mode 100644 index 000000000000..ade41b75d2e6 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out @@ -0,0 +1,70 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT sum(ss_quantity) +FROM store_sales, store, customer_demographics, customer_address, date_dim +WHERE s_store_sk = ss_store_sk + AND ss_sold_date_sk = d_date_sk AND d_year = 2001 + AND + ( + ( + cd_demo_sk = ss_cdemo_sk + AND + cd_marital_status = 'M' + AND + cd_education_status = '4 yr Degree' + AND + ss_sales_price BETWEEN 100.00 AND 150.00 + ) + OR + ( + cd_demo_sk = ss_cdemo_sk + AND + cd_marital_status = 'D' + AND + cd_education_status = '2 yr Degree' + AND + ss_sales_price BETWEEN 50.00 AND 100.00 + ) + OR + ( + cd_demo_sk = ss_cdemo_sk + AND + cd_marital_status = 'S' + AND + cd_education_status = 'College' + AND + ss_sales_price BETWEEN 150.00 AND 200.00 + ) + ) + AND + ( + ( + ss_addr_sk = ca_address_sk + AND + ca_country = 'United States' + AND + ca_state IN ('CO', 'OH', 'TX') + AND ss_net_profit BETWEEN 0 AND 2000 + ) + OR + (ss_addr_sk = ca_address_sk + AND + ca_country = 'United States' + AND + ca_state IN ('OR', 'MN', 'KY') + AND ss_net_profit BETWEEN 150 AND 3000 + ) + OR + (ss_addr_sk = ca_address_sk + AND + ca_country = 'United States' + AND + ca_state IN ('VA', 'CA', 'MS') + AND ss_net_profit BETWEEN 50 AND 25000 + ) + ) +-- !query schema +struct +-- !query output +NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out new file mode 100644 index 000000000000..2a2719932bb7 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out @@ -0,0 +1,164 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + 'web' AS channel, + web.item, + web.return_ratio, + web.return_rank, + web.currency_rank +FROM ( + SELECT + item, + return_ratio, + currency_ratio, + rank() + OVER ( + ORDER BY return_ratio) AS return_rank, + rank() + OVER ( + ORDER BY currency_ratio) AS currency_rank + FROM + (SELECT + ws.ws_item_sk AS item, + (cast(sum(coalesce(wr.wr_return_quantity, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(ws.ws_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, + (cast(sum(coalesce(wr.wr_return_amt, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(ws.ws_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio + FROM + web_sales ws LEFT OUTER JOIN web_returns wr + ON (ws.ws_order_number = wr.wr_order_number AND + ws.ws_item_sk = wr.wr_item_sk) + , date_dim + WHERE + wr.wr_return_amt > 10000 + AND ws.ws_net_profit > 1 + AND ws.ws_net_paid > 0 + AND ws.ws_quantity > 0 + AND ws_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 12 + GROUP BY ws.ws_item_sk + ) in_web + ) web +WHERE (web.return_rank <= 10 OR web.currency_rank <= 10) +UNION +SELECT + 'catalog' AS channel, + catalog.item, + catalog.return_ratio, + catalog.return_rank, + catalog.currency_rank +FROM ( + SELECT + item, + return_ratio, + currency_ratio, + rank() + OVER ( + ORDER BY return_ratio) AS return_rank, + rank() + OVER ( + ORDER BY currency_ratio) AS currency_rank + FROM + (SELECT + cs.cs_item_sk AS item, + (cast(sum(coalesce(cr.cr_return_quantity, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(cs.cs_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, + (cast(sum(coalesce(cr.cr_return_amount, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(cs.cs_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio + FROM + catalog_sales cs LEFT OUTER JOIN catalog_returns cr + ON (cs.cs_order_number = cr.cr_order_number AND + cs.cs_item_sk = cr.cr_item_sk) + , date_dim + WHERE + cr.cr_return_amount > 10000 + AND cs.cs_net_profit > 1 + AND cs.cs_net_paid > 0 + AND cs.cs_quantity > 0 + AND cs_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 12 + GROUP BY cs.cs_item_sk + ) in_cat + ) catalog +WHERE (catalog.return_rank <= 10 OR catalog.currency_rank <= 10) +UNION +SELECT + 'store' AS channel, + store.item, + store.return_ratio, + store.return_rank, + store.currency_rank +FROM ( + SELECT + item, + return_ratio, + currency_ratio, + rank() + OVER ( + ORDER BY return_ratio) AS return_rank, + rank() + OVER ( + ORDER BY currency_ratio) AS currency_rank + FROM + (SELECT + sts.ss_item_sk AS item, + (cast(sum(coalesce(sr.sr_return_quantity, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(sts.ss_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, + (cast(sum(coalesce(sr.sr_return_amt, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(sts.ss_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio + FROM + store_sales sts LEFT OUTER JOIN store_returns sr + ON (sts.ss_ticket_number = sr.sr_ticket_number AND sts.ss_item_sk = sr.sr_item_sk) + , date_dim + WHERE + sr.sr_return_amt > 10000 + AND sts.ss_net_profit > 1 + AND sts.ss_net_paid > 0 + AND sts.ss_quantity > 0 + AND ss_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 12 + GROUP BY sts.ss_item_sk + ) in_store + ) store +WHERE (store.return_rank <= 10 OR store.currency_rank <= 10) +ORDER BY 1, 4, 5 +LIMIT 100 +-- !query schema +struct +-- !query output +catalog 12577 0.65591397849462365591 3 3 +catalog 14513 0.63541666666666666667 2 2 +catalog 14869 0.77173913043478260870 8 8 +catalog 16215 0.79069767441860465116 10 10 +catalog 17543 0.57142857142857142857 1 1 +catalog 3411 0.71641791044776119403 4 4 +catalog 361 0.74647887323943661972 5 5 +catalog 8189 0.74698795180722891566 6 6 +catalog 8929 0.76250000000000000000 7 7 +catalog 9295 0.77894736842105263158 9 9 +store 11589 0.82653061224489795918 6 6 +store 1171 0.82417582417582417582 5 5 +store 12641 0.81609195402298850575 3 3 +store 13013 0.94202898550724637681 8 8 +store 14925 0.96470588235294117647 9 9 +store 15839 0.81632653061224489796 4 4 +store 4063 1.00000000000000000000 10 10 +store 6661 0.92207792207792207792 7 7 +store 9029 1.00000000000000000000 10 10 +store 9471 0.77500000000000000000 1 1 +store 9797 0.80000000000000000000 2 2 +web 117 0.92500000000000000000 10 9 +web 11933 0.71717171717171717172 5 5 +web 15597 0.66197183098591549296 3 3 +web 2915 0.69863013698630136986 4 4 +web 3305 0.73750000000000000000 6 16 +web 3337 0.62650602409638554217 2 2 +web 483 0.80000000000000000000 7 6 +web 5299 0.92708333333333333333 11 10 +web 7539 0.59000000000000000000 1 1 +web 85 0.85714285714285714286 8 7 +web 97 0.90361445783132530120 9 8 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out new file mode 100644 index 000000000000..935031414827 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out @@ -0,0 +1,237 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ssr AS +( SELECT + s_store_id, + sum(sales_price) AS sales, + sum(profit) AS profit, + sum(return_amt) AS RETURNS, + sum(net_loss) AS profit_loss + FROM + (SELECT + ss_store_sk AS store_sk, + ss_sold_date_sk AS date_sk, + ss_ext_sales_price AS sales_price, + ss_net_profit AS profit, + cast(0 AS DECIMAL(7, 2)) AS return_amt, + cast(0 AS DECIMAL(7, 2)) AS net_loss + FROM store_sales + UNION ALL + SELECT + sr_store_sk AS store_sk, + sr_returned_date_sk AS date_sk, + cast(0 AS DECIMAL(7, 2)) AS sales_price, + cast(0 AS DECIMAL(7, 2)) AS profit, + sr_return_amt AS return_amt, + sr_net_loss AS net_loss + FROM store_returns) + salesreturns, date_dim, store + WHERE date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-23' AS DATE) + AND ((cast('2000-08-23' AS DATE) + INTERVAL 14 days)) + AND store_sk = s_store_sk + GROUP BY s_store_id), + csr AS + ( SELECT + cp_catalog_page_id, + sum(sales_price) AS sales, + sum(profit) AS profit, + sum(return_amt) AS RETURNS, + sum(net_loss) AS profit_loss + FROM + (SELECT + cs_catalog_page_sk AS page_sk, + cs_sold_date_sk AS date_sk, + cs_ext_sales_price AS sales_price, + cs_net_profit AS profit, + cast(0 AS DECIMAL(7, 2)) AS return_amt, + cast(0 AS DECIMAL(7, 2)) AS net_loss + FROM catalog_sales + UNION ALL + SELECT + cr_catalog_page_sk AS page_sk, + cr_returned_date_sk AS date_sk, + cast(0 AS DECIMAL(7, 2)) AS sales_price, + cast(0 AS DECIMAL(7, 2)) AS profit, + cr_return_amount AS return_amt, + cr_net_loss AS net_loss + FROM catalog_returns + ) salesreturns, date_dim, catalog_page + WHERE date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-23' AS DATE) + AND ((cast('2000-08-23' AS DATE) + INTERVAL 14 days)) + AND page_sk = cp_catalog_page_sk + GROUP BY cp_catalog_page_id) + , + wsr AS + ( SELECT + web_site_id, + sum(sales_price) AS sales, + sum(profit) AS profit, + sum(return_amt) AS RETURNS, + sum(net_loss) AS profit_loss + FROM + (SELECT + ws_web_site_sk AS wsr_web_site_sk, + ws_sold_date_sk AS date_sk, + ws_ext_sales_price AS sales_price, + ws_net_profit AS profit, + cast(0 AS DECIMAL(7, 2)) AS return_amt, + cast(0 AS DECIMAL(7, 2)) AS net_loss + FROM web_sales + UNION ALL + SELECT + ws_web_site_sk AS wsr_web_site_sk, + wr_returned_date_sk AS date_sk, + cast(0 AS DECIMAL(7, 2)) AS sales_price, + cast(0 AS DECIMAL(7, 2)) AS profit, + wr_return_amt AS return_amt, + wr_net_loss AS net_loss + FROM web_returns + LEFT OUTER JOIN web_sales ON + (wr_item_sk = ws_item_sk + AND wr_order_number = ws_order_number) + ) salesreturns, date_dim, web_site + WHERE date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-23' AS DATE) + AND ((cast('2000-08-23' AS DATE) + INTERVAL 14 days)) + AND wsr_web_site_sk = web_site_sk + GROUP BY web_site_id) +SELECT + channel, + id, + sum(sales) AS sales, + sum(returns) AS returns, + sum(profit) AS profit +FROM + (SELECT + 'store channel' AS channel, + concat('store', s_store_id) AS id, + sales, + returns, + (profit - profit_loss) AS profit + FROM ssr + UNION ALL + SELECT + 'catalog channel' AS channel, + concat('catalog_page', cp_catalog_page_id) AS id, + sales, + returns, + (profit - profit_loss) AS profit + FROM csr + UNION ALL + SELECT + 'web channel' AS channel, + concat('web_site', web_site_id) AS id, + sales, + returns, + (profit - profit_loss) AS profit + FROM wsr + ) x +GROUP BY ROLLUP (channel, id) +ORDER BY channel, id +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL 113622722.65 3205900.47 -31989579.15 +catalog channel NULL 38618722.57 958927.42 -4332276.62 +catalog channel catalog_pageAAAAAAAAAAABAAAA 202313.40 16399.02 -47694.75 +catalog channel catalog_pageAAAAAAAAAACBAAAA 0.00 40.67 -580.23 +catalog channel catalog_pageAAAAAAAAABABAAAA 99963.73 0.00 -9123.42 +catalog channel catalog_pageAAAAAAAAACABAAAA 110031.72 730.25 2894.01 +catalog channel catalog_pageAAAAAAAAADABAAAA 100574.53 0.00 -6936.97 +catalog channel catalog_pageAAAAAAAAADCBAAAA 109501.15 0.00 -8502.77 +catalog channel catalog_pageAAAAAAAAAEABAAAA 74938.91 2007.72 -28470.94 +catalog channel catalog_pageAAAAAAAAAECBAAAA 94467.38 0.00 -7357.70 +catalog channel catalog_pageAAAAAAAAAEMAAAAA 0.00 1870.55 -2882.54 +catalog channel catalog_pageAAAAAAAAAEPAAAAA 0.00 745.57 -2382.22 +catalog channel catalog_pageAAAAAAAAAFABAAAA 99713.31 10.36 -21969.43 +catalog channel catalog_pageAAAAAAAAAFCBAAAA 42028.13 0.00 -11693.47 +catalog channel catalog_pageAAAAAAAAAFPAAAAA 0.00 646.14 -196.28 +catalog channel catalog_pageAAAAAAAAAGABAAAA 130003.30 0.00 8029.68 +catalog channel catalog_pageAAAAAAAAAGCBAAAA 67932.46 0.00 -19090.29 +catalog channel catalog_pageAAAAAAAAAGPAAAAA 0.00 14640.65 -7524.68 +catalog channel catalog_pageAAAAAAAAAHABAAAA 73745.66 534.82 -24284.42 +catalog channel catalog_pageAAAAAAAAAHCBAAAA 80403.30 0.00 7920.94 +catalog channel catalog_pageAAAAAAAAAHPAAAAA 0.00 368.91 -315.48 +catalog channel catalog_pageAAAAAAAAAIBBAAAA 0.00 1961.78 -2067.43 +catalog channel catalog_pageAAAAAAAAAICBAAAA 51233.34 0.00 -26634.33 +catalog channel catalog_pageAAAAAAAAAIMAAAAA 0.00 1450.80 -2935.35 +catalog channel catalog_pageAAAAAAAAAIPAAAAA 0.00 6017.62 -4374.40 +catalog channel catalog_pageAAAAAAAAAJABAAAA 0.00 59.40 -109.02 +catalog channel catalog_pageAAAAAAAAAJCBAAAA 76099.08 0.00 -9751.99 +catalog channel catalog_pageAAAAAAAAAJPAAAAA 0.00 13147.20 -10628.83 +catalog channel catalog_pageAAAAAAAAAKPAAAAA 192922.64 132.30 -26672.26 +catalog channel catalog_pageAAAAAAAAALCBAAAA 706.57 0.00 -2690.48 +catalog channel catalog_pageAAAAAAAAALPAAAAA 130762.35 267.47 -25861.95 +catalog channel catalog_pageAAAAAAAAAMBBAAAA 0.00 4716.80 -1832.19 +catalog channel catalog_pageAAAAAAAAAMCBAAAA 17180.09 0.00 -472.86 +catalog channel catalog_pageAAAAAAAAAMPAAAAA 208319.19 1508.22 -10123.53 +catalog channel catalog_pageAAAAAAAAANCBAAAA 496.08 0.00 248.04 +catalog channel catalog_pageAAAAAAAAANPAAAAA 181516.62 0.00 -10846.52 +catalog channel catalog_pageAAAAAAAAAOPAAAAA 105275.63 811.08 -29136.42 +catalog channel catalog_pageAAAAAAAAAPABAAAA 0.00 569.40 -1160.54 +catalog channel catalog_pageAAAAAAAAAPCBAAAA 14782.30 0.00 7455.06 +catalog channel catalog_pageAAAAAAAAAPPAAAAA 207956.31 2151.35 -40687.31 +catalog channel catalog_pageAAAAAAAABAABAAAA 175328.40 658.60 -11798.95 +catalog channel catalog_pageAAAAAAAABAJAAAAA 0.00 442.75 -2645.54 +catalog channel catalog_pageAAAAAAAABBABAAAA 111653.24 0.00 -11685.07 +catalog channel catalog_pageAAAAAAAABCABAAAA 66152.25 6000.80 -26884.15 +catalog channel catalog_pageAAAAAAAABDABAAAA 94791.60 992.91 -15597.95 +catalog channel catalog_pageAAAAAAAABDCBAAAA 80488.77 0.00 -9539.13 +catalog channel catalog_pageAAAAAAAABDPAAAAA 0.00 4671.24 -1866.00 +catalog channel catalog_pageAAAAAAAABEABAAAA 44094.18 1392.90 -27351.01 +catalog channel catalog_pageAAAAAAAABECBAAAA 59973.49 10.56 -27067.70 +catalog channel catalog_pageAAAAAAAABEIAAAAA 0.00 2316.60 -1437.01 +catalog channel catalog_pageAAAAAAAABEPAAAAA 0.00 1681.34 -1942.91 +catalog channel catalog_pageAAAAAAAABFABAAAA 106953.95 0.00 -28232.33 +catalog channel catalog_pageAAAAAAAABFCBAAAA 119849.92 0.00 21540.18 +catalog channel catalog_pageAAAAAAAABFPAAAAA 0.00 5292.06 -1546.65 +catalog channel catalog_pageAAAAAAAABGABAAAA 59901.70 3376.62 -40143.40 +catalog channel catalog_pageAAAAAAAABGCBAAAA 62240.04 439.05 -14709.55 +catalog channel catalog_pageAAAAAAAABGPAAAAA 0.00 868.79 -1140.92 +catalog channel catalog_pageAAAAAAAABHABAAAA 76979.86 1176.08 -11100.37 +catalog channel catalog_pageAAAAAAAABHCBAAAA 77547.85 0.00 -912.18 +catalog channel catalog_pageAAAAAAAABHPAAAAA 0.00 2202.00 -3022.79 +catalog channel catalog_pageAAAAAAAABICBAAAA 103048.22 0.00 1192.82 +catalog channel catalog_pageAAAAAAAABIMAAAAA 0.00 87.44 -262.84 +catalog channel catalog_pageAAAAAAAABIPAAAAA 0.00 28.04 -170.37 +catalog channel catalog_pageAAAAAAAABJBBAAAA 0.00 194.04 -155.26 +catalog channel catalog_pageAAAAAAAABJCBAAAA 11123.10 0.00 -222.67 +catalog channel catalog_pageAAAAAAAABJMAAAAA 0.00 508.40 -511.16 +catalog channel catalog_pageAAAAAAAABJPAAAAA 0.00 5588.14 -1680.62 +catalog channel catalog_pageAAAAAAAABKABAAAA 0.00 451.88 -197.56 +catalog channel catalog_pageAAAAAAAABKBBAAAA 0.00 2647.40 -2693.56 +catalog channel catalog_pageAAAAAAAABKPAAAAA 184674.29 5022.36 -11702.31 +catalog channel catalog_pageAAAAAAAABLPAAAAA 197749.98 0.00 -8896.04 +catalog channel catalog_pageAAAAAAAABMABAAAA 0.00 192.20 -115.80 +catalog channel catalog_pageAAAAAAAABMCBAAAA 13832.49 0.00 -10994.47 +catalog channel catalog_pageAAAAAAAABMPAAAAA 153981.97 79.49 -652.69 +catalog channel catalog_pageAAAAAAAABNCBAAAA 617.85 0.00 -120.59 +catalog channel catalog_pageAAAAAAAABNPAAAAA 174166.86 3157.33 -18851.56 +catalog channel catalog_pageAAAAAAAABOCBAAAA 4800.08 0.00 -244.67 +catalog channel catalog_pageAAAAAAAABOPAAAAA 130138.56 1700.57 -28949.36 +catalog channel catalog_pageAAAAAAAABPABAAAA 0.00 840.00 -580.31 +catalog channel catalog_pageAAAAAAAABPPAAAAA 226764.44 1823.48 20367.34 +catalog channel catalog_pageAAAAAAAACAABAAAA 154257.53 2655.84 -11249.51 +catalog channel catalog_pageAAAAAAAACAJAAAAA 0.00 2717.78 -1408.24 +catalog channel catalog_pageAAAAAAAACBABAAAA 31649.83 0.00 -17515.52 +catalog channel catalog_pageAAAAAAAACBIAAAAA 0.00 2615.16 -654.69 +catalog channel catalog_pageAAAAAAAACCABAAAA 80106.49 37.42 -12477.15 +catalog channel catalog_pageAAAAAAAACCBBAAAA 0.00 3160.50 -422.76 +catalog channel catalog_pageAAAAAAAACDABAAAA 83895.76 6.96 3764.65 +catalog channel catalog_pageAAAAAAAACDBBAAAA 0.00 37.92 -538.82 +catalog channel catalog_pageAAAAAAAACDCBAAAA 72102.76 0.00 -435.48 +catalog channel catalog_pageAAAAAAAACDPAAAAA 0.00 5264.37 -1681.97 +catalog channel catalog_pageAAAAAAAACEABAAAA 67967.14 0.00 -12375.12 +catalog channel catalog_pageAAAAAAAACECBAAAA 64728.33 0.00 -9519.58 +catalog channel catalog_pageAAAAAAAACEPAAAAA 0.00 2091.83 -746.76 +catalog channel catalog_pageAAAAAAAACFABAAAA 89087.14 1963.44 -5622.13 +catalog channel catalog_pageAAAAAAAACFCBAAAA 47459.69 0.00 -2861.17 +catalog channel catalog_pageAAAAAAAACFMAAAAA 0.00 987.28 -917.22 +catalog channel catalog_pageAAAAAAAACFPAAAAA 0.00 2606.43 -670.63 +catalog channel catalog_pageAAAAAAAACGABAAAA 87091.46 0.00 23535.26 +catalog channel catalog_pageAAAAAAAACGCBAAAA 83760.87 0.00 -7672.13 +catalog channel catalog_pageAAAAAAAACGPAAAAA 0.00 3773.59 -2627.01 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out new file mode 100644 index 000000000000..599023c81ab4 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out @@ -0,0 +1,59 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + s_store_name, + s_company_id, + s_street_number, + s_street_name, + s_street_type, + s_suite_number, + s_city, + s_county, + s_state, + s_zip, + sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk <= 30) + THEN 1 + ELSE 0 END) AS `30 days `, + sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 30) AND + (sr_returned_date_sk - ss_sold_date_sk <= 60) + THEN 1 + ELSE 0 END) AS `31 - 60 days `, + sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 60) AND + (sr_returned_date_sk - ss_sold_date_sk <= 90) + THEN 1 + ELSE 0 END) AS `61 - 90 days `, + sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 90) AND + (sr_returned_date_sk - ss_sold_date_sk <= 120) + THEN 1 + ELSE 0 END) AS `91 - 120 days `, + sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 120) + THEN 1 + ELSE 0 END) AS `>120 days ` +FROM + store_sales, store_returns, store, date_dim d1, date_dim d2 +WHERE + d2.d_year = 2001 + AND d2.d_moy = 8 + AND ss_ticket_number = sr_ticket_number + AND ss_item_sk = sr_item_sk + AND ss_sold_date_sk = d1.d_date_sk + AND sr_returned_date_sk = d2.d_date_sk + AND ss_customer_sk = sr_customer_sk + AND ss_store_sk = s_store_sk +GROUP BY + s_store_name, s_company_id, s_street_number, s_street_name, s_street_type, + s_suite_number, s_city, s_county, s_state, s_zip +ORDER BY + s_store_name, s_company_id, s_street_number, s_street_name, s_street_type, + s_suite_number, s_city, s_county, s_state, s_zip +LIMIT 100 +-- !query schema +struct120 days :bigint> +-- !query output +able 1 255 Sycamore Dr. Suite 410 Midway Williamson County TN 31904 67 48 61 66 98 +ation 1 811 Lee Circle Suite T Midway Williamson County TN 31904 70 51 50 61 109 +bar 1 175 4th Court Suite C Midway Williamson County TN 31904 96 53 55 76 86 +eing 1 226 12th Lane Suite D Fairview Williamson County TN 35709 69 63 62 63 114 +ese 1 27 Lake Ln Suite 260 Midway Williamson County TN 31904 58 57 55 54 106 +ought 1 767 Spring Wy Suite 250 Midway Williamson County TN 31904 81 63 52 58 103 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out new file mode 100644 index 000000000000..d8afcd69ee24 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out @@ -0,0 +1,161 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH web_v1 AS ( + SELECT + ws_item_sk item_sk, + d_date, + sum(sum(ws_sales_price)) + OVER (PARTITION BY ws_item_sk + ORDER BY d_date + ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) cume_sales + FROM web_sales, date_dim + WHERE ws_sold_date_sk = d_date_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + AND ws_item_sk IS NOT NULL + GROUP BY ws_item_sk, d_date), + store_v1 AS ( + SELECT + ss_item_sk item_sk, + d_date, + sum(sum(ss_sales_price)) + OVER (PARTITION BY ss_item_sk + ORDER BY d_date + ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) cume_sales + FROM store_sales, date_dim + WHERE ss_sold_date_sk = d_date_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + AND ss_item_sk IS NOT NULL + GROUP BY ss_item_sk, d_date) +SELECT * +FROM (SELECT + item_sk, + d_date, + web_sales, + store_sales, + max(web_sales) + OVER (PARTITION BY item_sk + ORDER BY d_date + ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) web_cumulative, + max(store_sales) + OVER (PARTITION BY item_sk + ORDER BY d_date + ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) store_cumulative +FROM (SELECT + CASE WHEN web.item_sk IS NOT NULL + THEN web.item_sk + ELSE store.item_sk END item_sk, + CASE WHEN web.d_date IS NOT NULL + THEN web.d_date + ELSE store.d_date END d_date, + web.cume_sales web_sales, + store.cume_sales store_sales +FROM web_v1 web FULL OUTER JOIN store_v1 store ON (web.item_sk = store.item_sk + AND web.d_date = store.d_date) + ) x) y +WHERE web_cumulative > store_cumulative +ORDER BY item_sk, d_date +LIMIT 100 +-- !query schema +struct +-- !query output +14 2000-01-10 176.83 NULL 176.83 73.60 +14 2000-01-21 NULL 75.29 176.83 75.29 +14 2000-01-29 222.33 NULL 222.33 75.29 +14 2000-02-02 224.01 NULL 224.01 75.29 +14 2000-02-08 NULL 85.07 224.01 85.07 +14 2000-02-19 NULL 98.60 224.01 98.60 +14 2000-02-21 241.64 NULL 241.64 98.60 +14 2000-02-22 NULL 99.83 241.64 99.83 +14 2000-03-18 NULL 112.82 241.64 112.82 +14 2000-03-23 251.15 NULL 251.15 112.82 +14 2000-03-28 260.17 NULL 260.17 112.82 +14 2000-03-31 370.74 NULL 370.74 112.82 +14 2000-04-05 NULL 115.94 370.74 115.94 +14 2000-04-15 445.30 NULL 445.30 115.94 +14 2000-04-27 NULL 151.48 445.30 151.48 +14 2000-05-03 NULL 176.89 445.30 176.89 +14 2000-05-10 451.40 NULL 451.40 176.89 +14 2000-05-21 NULL 238.39 451.40 238.39 +14 2000-05-26 596.81 NULL 596.81 238.39 +14 2000-05-29 NULL 242.51 596.81 242.51 +14 2000-06-05 NULL 304.64 596.81 304.64 +14 2000-07-03 623.77 NULL 623.77 304.64 +14 2000-07-07 NULL 307.77 623.77 307.77 +14 2000-07-18 NULL 320.04 623.77 320.04 +14 2000-07-25 673.08 NULL 673.08 320.04 +14 2000-08-10 NULL 411.48 673.08 411.48 +14 2000-08-14 NULL 465.85 673.08 465.85 +14 2000-08-21 NULL 541.45 673.08 541.45 +14 2000-08-26 NULL 574.56 673.08 574.56 +19 2000-01-02 56.96 49.68 56.96 49.68 +25 2000-01-21 97.29 NULL 97.29 4.49 +25 2000-01-28 192.46 NULL 192.46 4.49 +25 2000-02-09 NULL 24.23 192.46 24.23 +25 2000-02-11 NULL 98.99 192.46 98.99 +25 2000-02-21 NULL 170.60 192.46 170.60 +25 2000-02-22 NULL 185.05 192.46 185.05 +35 2000-01-14 NULL 55.24 177.88 55.24 +35 2000-01-16 NULL 95.92 177.88 95.92 +35 2000-01-18 NULL 126.45 177.88 126.45 +35 2000-01-19 NULL 167.07 177.88 167.07 +35 2000-02-17 NULL 173.97 177.88 173.97 +35 2000-02-22 270.43 NULL 270.43 173.97 +35 2000-02-23 NULL 180.61 270.43 180.61 +35 2000-03-03 NULL 181.99 270.43 181.99 +35 2000-03-05 NULL 221.24 270.43 221.24 +35 2000-03-06 NULL 266.41 270.43 266.41 +37 2000-01-02 31.75 11.89 31.75 11.89 +37 2000-01-04 NULL 17.15 31.75 17.15 +37 2000-01-05 34.34 NULL 34.34 17.15 +37 2000-01-06 NULL 29.67 34.34 29.67 +41 2000-01-21 NULL 15.54 123.34 15.54 +41 2000-02-03 NULL 21.04 123.34 21.04 +41 2000-02-16 NULL 33.46 123.34 33.46 +41 2000-02-20 NULL 37.46 123.34 37.46 +41 2000-02-22 NULL 58.57 123.34 58.57 +41 2000-03-05 NULL 70.06 123.34 70.06 +41 2000-03-17 178.84 150.76 178.84 150.76 +41 2000-04-26 263.14 NULL 263.14 254.88 +41 2000-07-12 474.83 NULL 474.83 393.87 +41 2000-07-18 NULL 421.23 474.83 421.23 +41 2000-08-15 NULL 430.77 474.83 430.77 +49 2000-01-18 NULL 2.51 4.58 2.51 +49 2000-01-31 72.47 NULL 72.47 13.05 +49 2000-02-13 NULL 70.68 72.47 70.68 +49 2000-02-29 NULL 71.86 72.47 71.86 +49 2000-04-17 225.29 NULL 225.29 219.03 +53 2000-01-02 12.85 1.13 12.85 1.13 +53 2000-01-08 119.24 NULL 119.24 1.13 +53 2000-01-09 126.98 NULL 126.98 1.13 +53 2000-01-15 NULL 3.20 126.98 3.20 +53 2000-02-04 NULL 22.89 126.98 22.89 +53 2000-02-05 NULL 64.45 126.98 64.45 +53 2000-02-12 NULL 66.06 126.98 66.06 +56 2000-01-02 41.57 17.31 41.57 17.31 +61 2000-02-17 421.60 NULL 421.60 344.03 +61 2000-03-01 NULL 411.33 421.60 411.33 +61 2000-04-22 600.20 NULL 600.20 573.28 +71 2000-01-02 13.92 2.88 13.92 2.88 +85 2000-02-03 NULL 42.30 65.50 42.30 +85 2000-02-16 NULL 42.95 65.50 42.95 +85 2000-04-19 335.16 NULL 335.16 247.67 +85 2000-04-23 NULL 252.83 335.16 252.83 +85 2000-05-02 NULL 289.65 335.16 289.65 +85 2000-05-11 NULL 312.62 335.16 312.62 +86 2000-01-19 31.70 NULL 31.70 25.97 +86 2000-02-03 151.26 NULL 151.26 91.16 +86 2000-02-04 NULL 112.15 151.26 112.15 +89 2000-01-12 NULL 28.84 181.56 28.84 +89 2000-01-23 NULL 67.19 181.56 67.19 +89 2000-01-30 NULL 104.65 181.56 104.65 +89 2000-02-22 NULL 146.96 181.56 146.96 +89 2000-02-25 NULL 147.02 181.56 147.02 +89 2000-03-19 NULL 172.85 181.56 172.85 +89 2000-03-20 191.66 NULL 191.66 172.85 +89 2000-04-11 295.81 NULL 295.81 172.85 +89 2000-04-13 NULL 203.86 295.81 203.86 +89 2000-04-20 373.30 NULL 373.30 203.86 +89 2000-04-23 NULL 219.74 373.30 219.74 +89 2000-04-26 NULL 235.97 373.30 235.97 +89 2000-05-04 NULL 248.05 373.30 248.05 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out new file mode 100644 index 000000000000..e4bf71f22cb9 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out @@ -0,0 +1,120 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + dt.d_year, + item.i_brand_id brand_id, + item.i_brand brand, + sum(ss_ext_sales_price) ext_price +FROM date_dim dt, store_sales, item +WHERE dt.d_date_sk = store_sales.ss_sold_date_sk + AND store_sales.ss_item_sk = item.i_item_sk + AND item.i_manager_id = 1 + AND dt.d_moy = 11 + AND dt.d_year = 2000 +GROUP BY dt.d_year, item.i_brand, item.i_brand_id +ORDER BY dt.d_year, ext_price DESC, brand_id +LIMIT 100 +-- !query schema +struct +-- !query output +2000 10002012 importounivamalg #x 13080.55 +2000 10003016 exportiunivamalg #x 18413.97 +2000 10004004 edu packunivamalg #x 21950.07 +2000 10004005 importounivamalg #x 15258.42 +2000 10004012 edu packunivamalg #x 17608.05 +2000 10009015 maxiunivamalg #x 23576.97 +2000 1001001 amalgamalg #x 31305.49 +2000 10010013 univamalgamalg #x 29071.87 +2000 1001002 amalgamalg #x 32518.42 +2000 10012004 importoamalgamalg #x 13514.95 +2000 10014001 maxibrand #x 23662.09 +2000 10015013 scholaramalgamalg #x 20610.41 +2000 1002001 importoamalg #x 9579.28 +2000 1002001 importounivamalg #x 36393.47 +2000 1002002 importoamalg #x 38952.02 +2000 1003001 exportiamalg #x 85038.62 +2000 1003002 exportiamalg #x 41130.32 +2000 1004001 edu packamalg #x 30464.10 +2000 1004002 edu packamalg #x 21563.27 +2000 2001001 importoimporto #x 21106.22 +2000 2001002 amalgimporto #x 133668.20 +2000 2002001 importoimporto #x 50831.66 +2000 2002002 importoimporto #x 21502.53 +2000 2003001 exportiimporto #x 19074.52 +2000 2003002 exportiimporto #x 39318.67 +2000 2004001 edu packunivamalg #x 17084.17 +2000 2004001 importoexporti #x 17646.57 +2000 2004002 edu packimporto #x 65904.27 +2000 3001001 amalgexporti #x 9373.84 +2000 3001001 maxibrand #x 18290.52 +2000 3001002 amalgexporti #x 25858.35 +2000 3002001 importoexporti #x 21677.43 +2000 3002002 importoexporti #x 79104.47 +2000 3003001 exportiedu pack #x 21959.63 +2000 3003001 exportiexporti #x 67105.01 +2000 3003002 exportiexporti #x 20711.54 +2000 3004001 edu packexporti #x 18504.78 +2000 3004001 edu packscholar #x 11025.47 +2000 3004002 edu packexporti #x 78772.08 +2000 4001001 amalgedu pack #x 11110.78 +2000 4001002 amalgedu pack #x 56283.13 +2000 4002001 importoedu pack #x 31248.26 +2000 4002001 scholarmaxi #x 34103.67 +2000 4003001 exportiedu pack #x 42810.52 +2000 4003001 exportischolar #x 19693.88 +2000 4004001 edu packedu pack #x 25715.17 +2000 4004001 maxinameless #x 23992.40 +2000 4004002 edu packedu pack #x 32114.76 +2000 5001001 brandunivamalg #x 26418.90 +2000 5001001 edu packexporti #x 31507.22 +2000 5001001 exportinameless #x 18493.00 +2000 5001002 amalgscholar #x 42061.33 +2000 5002002 importoscholar #x 54390.12 +2000 5003001 exportischolar #x 27336.64 +2000 5003002 exportischolar #x 17930.96 +2000 5004002 edu packscholar #x 45205.15 +2000 6002004 importocorp #x 12491.48 +2000 6003008 exporticorp #x 11621.79 +2000 6004002 edu packcorp #x 14905.77 +2000 6005001 scholarcorp #x 30955.09 +2000 6005005 edu packnameless #x 31445.28 +2000 6008002 namelesscorp #x 15199.06 +2000 6008005 namelesscorp #x 19067.51 +2000 6010005 univbrand #x 9222.91 +2000 6011008 amalgbrand #x 12236.00 +2000 6012008 importobrand #x 28799.91 +2000 6015006 scholarbrand #x 13421.39 +2000 7001005 amalgbrand #x 50727.31 +2000 7004009 importoimporto #x 17312.88 +2000 7006007 edu packamalg #x 13705.14 +2000 7007004 brandbrand #x 38993.74 +2000 7008004 namelessbrand #x 19128.07 +2000 7008009 namelessbrand #x 13759.65 +2000 7009004 maxibrand #x 29127.01 +2000 7009009 exportibrand #x 25380.68 +2000 7009010 maxibrand #x 11061.00 +2000 7010005 corpunivamalg #x 19821.13 +2000 7010009 univnameless #x 19176.91 +2000 7012001 amalgamalgamalg #x 10846.24 +2000 7012010 importonameless #x 14697.15 +2000 7013007 exportinameless #x 14068.62 +2000 7014001 edu packnameless #x 9596.47 +2000 7016001 corpnameless #x 51331.65 +2000 7016007 corpnameless #x 18103.37 +2000 7016009 univnameless #x 10454.42 +2000 8002009 importonameless #x 17513.05 +2000 8003007 edu packnameless #x 18265.99 +2000 8003010 exportinameless #x 37010.51 +2000 8004003 edu packnameless #x 12480.24 +2000 8005008 scholarnameless #x 11609.84 +2000 8005009 corpnameless #x 28231.03 +2000 8010004 univmaxi #x 9508.89 +2000 8016004 corpmaxi #x 17828.86 +2000 9012003 importounivamalg #x 21075.27 +2000 9012008 importounivamalg #x 19463.65 +2000 9013009 exportiunivamalg #x 14704.96 +2000 9014006 edu packunivamalg #x 16958.88 +2000 9015009 scholarunivamalg #x 49522.53 +2000 9015011 exportiamalg #x 15875.77 +2000 9016003 corpunivamalg #x 12936.25 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out new file mode 100644 index 000000000000..c7682ce90621 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out @@ -0,0 +1,37 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM + (SELECT + i_manufact_id, + sum(ss_sales_price) sum_sales, + avg(sum(ss_sales_price)) + OVER (PARTITION BY i_manufact_id) avg_quarterly_sales + FROM item, store_sales, date_dim, store + WHERE ss_item_sk = i_item_sk AND + ss_sold_date_sk = d_date_sk AND + ss_store_sk = s_store_sk AND + d_month_seq IN (1200, 1200 + 1, 1200 + 2, 1200 + 3, 1200 + 4, 1200 + 5, 1200 + 6, + 1200 + 7, 1200 + 8, 1200 + 9, 1200 + 10, 1200 + 11) AND + ((i_category IN ('Books', 'Children', 'Electronics') AND + i_class IN ('personal', 'portable', 'reference', 'self-help') AND + i_brand IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', + 'exportiunivamalg #9', 'scholaramalgamalg #9')) + OR + (i_category IN ('Women', 'Music', 'Men') AND + i_class IN ('accessories', 'classical', 'fragrances', 'pants') AND + i_brand IN ('amalgimporto #1', 'edu packscholar #1', 'exportiimporto #1', + 'importoamalg #1'))) + GROUP BY i_manufact_id, d_qoy) tmp1 +WHERE CASE WHEN avg_quarterly_sales > 0 + THEN abs(sum_sales - avg_quarterly_sales) / avg_quarterly_sales + ELSE NULL END > 0.1 +ORDER BY avg_quarterly_sales, + sum_sales, + i_manufact_id +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out new file mode 100644 index 000000000000..14ce3575c75f --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out @@ -0,0 +1,68 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH my_customers AS ( + SELECT DISTINCT + c_customer_sk, + c_current_addr_sk + FROM + (SELECT + cs_sold_date_sk sold_date_sk, + cs_bill_customer_sk customer_sk, + cs_item_sk item_sk + FROM catalog_sales + UNION ALL + SELECT + ws_sold_date_sk sold_date_sk, + ws_bill_customer_sk customer_sk, + ws_item_sk item_sk + FROM web_sales + ) cs_or_ws_sales, + item, + date_dim, + customer + WHERE sold_date_sk = d_date_sk + AND item_sk = i_item_sk + AND i_category = 'Women' + AND i_class = 'maternity' + AND c_customer_sk = cs_or_ws_sales.customer_sk + AND d_moy = 12 + AND d_year = 1998 +) + , my_revenue AS ( + SELECT + c_customer_sk, + sum(ss_ext_sales_price) AS revenue + FROM my_customers, + store_sales, + customer_address, + store, + date_dim + WHERE c_current_addr_sk = ca_address_sk + AND ca_county = s_county + AND ca_state = s_state + AND ss_sold_date_sk = d_date_sk + AND c_customer_sk = ss_customer_sk + AND d_month_seq BETWEEN (SELECT DISTINCT d_month_seq + 1 + FROM date_dim + WHERE d_year = 1998 AND d_moy = 12) + AND (SELECT DISTINCT d_month_seq + 3 + FROM date_dim + WHERE d_year = 1998 AND d_moy = 12) + GROUP BY c_customer_sk +) + , segments AS +(SELECT cast((revenue / 50) AS INT) AS segment + FROM my_revenue) +SELECT + segment, + count(*) AS num_customers, + segment * 50 AS segment_base +FROM segments +GROUP BY segment +ORDER BY segment, num_customers +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out new file mode 100644 index 000000000000..200a3714bbed --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out @@ -0,0 +1,119 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_brand_id brand_id, + i_brand brand, + sum(ss_ext_sales_price) ext_price +FROM date_dim, store_sales, item +WHERE d_date_sk = ss_sold_date_sk + AND ss_item_sk = i_item_sk + AND i_manager_id = 28 + AND d_moy = 11 + AND d_year = 1999 +GROUP BY i_brand, i_brand_id +ORDER BY ext_price DESC, brand_id +LIMIT 100 +-- !query schema +struct +-- !query output +10004001 edu packunivamalg #x 20237.13 +10005001 scholarunivamalg #x 22468.38 +10006001 corpunivamalg #x 15835.02 +10006017 corpunivamalg #x 14040.95 +1001001 amalgamalg #x 106541.65 +1001002 amalgamalg #x 48363.52 +10011013 amalgamalgamalg #x 8336.80 +10012012 importoamalgamalg #x 14995.50 +10013009 exportiamalgamalg #x 8324.62 +10014016 edu packamalgamalg #x 33635.08 +10015001 scholaramalgamalg #x 18789.40 +10015011 scholaramalgamalg #x 36984.49 +10016003 corpamalgamalg #x 24575.24 +1002001 importoamalg #x 98315.70 +1003001 exportiamalg #x 36391.68 +1003002 exportiamalg #x 12479.78 +1004001 edu packamalg #x 46127.07 +1004002 edu packamalg #x 66973.45 +2001001 amalgimporto #x 128393.59 +2001002 amalgimporto #x 19388.05 +2002001 importoimporto #x 43360.76 +2003001 exportiimporto #x 19467.87 +2003002 exportiimporto #x 10938.52 +2004001 edu packimporto #x 44063.02 +2004002 edu packimporto #x 37031.29 +3001001 amalgexporti #x 34860.20 +3001002 amalgexporti #x 32035.45 +3002001 importoexporti #x 24004.65 +3002002 importoexporti #x 20292.13 +3003001 exportiexporti #x 65256.40 +3003002 exportiexporti #x 23607.27 +3004001 edu packexporti #x 27273.13 +4001001 amalgedu pack #x 75471.82 +4001002 amalgedu pack #x 41578.64 +4002001 importoedu pack #x 52314.09 +4002002 importoedu pack #x 16426.77 +4003001 exportiedu pack #x 58980.05 +4004002 edu packedu pack #x 27176.70 +5001001 amalgscholar #x 114563.05 +5001002 amalgscholar #x 50720.91 +5002001 importoscholar #x 81980.18 +5002002 importoscholar #x 40981.69 +5003001 exportischolar #x 104481.32 +5003002 exportischolar #x 36835.57 +5004001 edu packscholar #x 73945.27 +6001005 amalgcorp #x 9749.25 +6002001 importocorp #x 18495.43 +6002002 importocorp #x 34241.20 +6003006 exporticorp #x 9165.48 +6005001 scholarcorp #x 33315.76 +6005003 scholarcorp #x 6941.66 +6006002 corpcorp #x 22325.52 +6006006 corpcorp #x 8284.80 +6008001 namelesscorp #x 17727.46 +6008008 namelesscorp #x 10056.32 +6009003 maxicorp #x 11124.10 +6009008 maxicorp #x 15232.66 +6011001 amalgbrand #x 26270.95 +6011006 amalgbrand #x 10284.31 +6013005 exportibrand #x 18356.01 +6013007 exportibrand #x 16727.14 +6014001 edu packbrand #x 22383.40 +6014007 edu packbrand #x 24592.55 +6014008 edu packbrand #x 11413.01 +6015001 scholarbrand #x 19136.97 +6015003 scholarbrand #x 11218.72 +6015005 scholarbrand #x 13026.37 +7002004 importobrand #x 18040.61 +7003005 exportibrand #x 30027.76 +7006010 corpbrand #x 15745.12 +7009005 maxibrand #x 35893.23 +7011009 amalgnameless #x 15381.64 +7015003 scholarnameless #x 16482.66 +7015007 scholarnameless #x 11804.43 +8001003 amalgnameless #x 32795.69 +8002010 importonameless #x 16810.57 +8004003 edu packnameless #x 12978.96 +8004009 edu packnameless #x 21775.18 +8005010 scholarnameless #x 28072.90 +8006005 corpnameless #x 19946.01 +8006008 corpnameless #x 20393.22 +8009003 maxinameless #x 21849.29 +8009007 maxinameless #x 18581.52 +8010006 univmaxi #x 19389.31 +8011009 amalgmaxi #x 24766.62 +8012005 importomaxi #x 7777.35 +8013006 exportimaxi #x 7794.40 +8013007 exportimaxi #x 15718.95 +9003003 exportimaxi #x 21996.83 +9004008 edu packmaxi #x 9443.32 +9005002 scholarmaxi #x 5871.46 +9005011 scholarmaxi #x 15426.87 +9008008 namelessmaxi #x 17517.04 +9009002 maximaxi #x 25941.37 +9011003 amalgunivamalg #x 7703.20 +9011008 amalgunivamalg #x 6554.12 +9011009 amalgunivamalg #x 26702.81 +9013009 exportiunivamalg #x 44895.45 +9016003 corpunivamalg #x 13412.20 +9016009 corpunivamalg #x 18671.29 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out new file mode 100644 index 000000000000..a0061f816351 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out @@ -0,0 +1,72 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ss AS ( + SELECT + i_item_id, + sum(ss_ext_sales_price) total_sales + FROM + store_sales, date_dim, customer_address, item + WHERE + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_color IN ('slate', 'blanched', 'burnished')) + AND ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 2 + AND ss_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_item_id), + cs AS ( + SELECT + i_item_id, + sum(cs_ext_sales_price) total_sales + FROM + catalog_sales, date_dim, customer_address, item + WHERE + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_color IN ('slate', 'blanched', 'burnished')) + AND cs_item_sk = i_item_sk + AND cs_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 2 + AND cs_bill_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_item_id), + ws AS ( + SELECT + i_item_id, + sum(ws_ext_sales_price) total_sales + FROM + web_sales, date_dim, customer_address, item + WHERE + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_color IN ('slate', 'blanched', 'burnished')) + AND ws_item_sk = i_item_sk + AND ws_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 2 + AND ws_bill_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_item_id) +SELECT + i_item_id, + sum(total_sales) total_sales +FROM (SELECT * + FROM ss + UNION ALL + SELECT * + FROM cs + UNION ALL + SELECT * + FROM ws) tmp1 +GROUP BY i_item_id +ORDER BY total_sales +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out new file mode 100644 index 000000000000..0f1e632cb5c7 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out @@ -0,0 +1,162 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH v1 AS ( + SELECT + i_category, + i_brand, + cc_name, + d_year, + d_moy, + sum(cs_sales_price) sum_sales, + avg(sum(cs_sales_price)) + OVER + (PARTITION BY i_category, i_brand, cc_name, d_year) + avg_monthly_sales, + rank() + OVER + (PARTITION BY i_category, i_brand, cc_name + ORDER BY d_year, d_moy) rn + FROM item, catalog_sales, date_dim, call_center + WHERE cs_item_sk = i_item_sk AND + cs_sold_date_sk = d_date_sk AND + cc_call_center_sk = cs_call_center_sk AND + ( + d_year = 1999 OR + (d_year = 1999 - 1 AND d_moy = 12) OR + (d_year = 1999 + 1 AND d_moy = 1) + ) + GROUP BY i_category, i_brand, + cc_name, d_year, d_moy), + v2 AS ( + SELECT + v1.i_category, + v1.i_brand, + v1.cc_name, + v1.d_year, + v1.d_moy, + v1.avg_monthly_sales, + v1.sum_sales, + v1_lag.sum_sales psum, + v1_lead.sum_sales nsum + FROM v1, v1 v1_lag, v1 v1_lead + WHERE v1.i_category = v1_lag.i_category AND + v1.i_category = v1_lead.i_category AND + v1.i_brand = v1_lag.i_brand AND + v1.i_brand = v1_lead.i_brand AND + v1.cc_name = v1_lag.cc_name AND + v1.cc_name = v1_lead.cc_name AND + v1.rn = v1_lag.rn + 1 AND + v1.rn = v1_lead.rn - 1) +SELECT * +FROM v2 +WHERE d_year = 1999 AND + avg_monthly_sales > 0 AND + CASE WHEN avg_monthly_sales > 0 + THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales + ELSE NULL END > 0.1 +ORDER BY sum_sales - avg_monthly_sales, 3 +LIMIT 100 +-- !query schema +struct +-- !query output +Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 +Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 +Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 +Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 +Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 +Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 +Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 +Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 +Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 +Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 +Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 +Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 +Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 +Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 +Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 +Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 +Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 +Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 +Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 +Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 +Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 +Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 +Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 +Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 +Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 +Men edu packimporto #x NY Metro 1999 4 7659.241667 3227.88 4759.01 4664.83 +Men edu packimporto #x NY Metro 1999 7 7659.241667 3327.90 4566.86 11656.06 +Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 +Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 +Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 +Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 +Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 +Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 +Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 +Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 +Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 +Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 +Men importoimporto #x North Midwest 1999 5 7640.491667 3327.30 3534.12 5530.63 +Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 +Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 +Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 +Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 +Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 +Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 +Music edu packscholar #x Mid Atlantic 1999 1 8223.719167 3965.88 14493.32 4943.68 +Music edu packscholar #x Mid Atlantic 1999 4 8223.719167 4091.54 5753.94 4797.32 +Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 +Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 +Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 +Music edu packscholar #x NY Metro 1999 7 7966.579167 3944.74 5030.35 10791.61 +Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 +Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 +Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music edu packscholar #x North Midwest 1999 5 8078.690000 4148.83 5184.39 5483.81 +Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 +Music exportischolar #x Mid Atlantic 1999 2 7243.994167 3430.04 3662.97 3617.09 +Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 +Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 +Music exportischolar #x NY Metro 1999 1 7047.803333 3237.56 15805.49 4308.87 +Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 +Music exportischolar #x NY Metro 1999 4 7047.803333 3265.21 2832.46 3885.17 +Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 +Music exportischolar #x North Midwest 1999 2 7593.929167 3821.24 4748.20 4271.45 +Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 +Shoes amalgedu pack #x Mid Atlantic 1999 3 6642.085833 2928.82 3648.57 3892.32 +Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 +Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 +Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 +Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 +Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 +Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 +Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 +Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 +Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 +Shoes importoedu pack #x Mid Atlantic 1999 4 6959.934167 3271.07 2951.09 4231.88 +Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 +Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 +Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 +Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 +Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 +Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 +Women edu packamalg #x NY Metro 1999 4 6608.485833 2976.95 3489.35 3812.22 +Women exportiamalg #x Mid Atlantic 1999 2 6013.088333 2536.08 3406.41 3718.65 +Women exportiamalg #x NY Metro 1999 4 6031.042500 2588.60 3554.29 3915.46 +Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 +Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 +Women importoamalg #x NY Metro 1999 4 6352.682500 2928.62 3718.55 3387.14 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out new file mode 100644 index 000000000000..3199aa8fd447 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out @@ -0,0 +1,68 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ss_items AS +(SELECT + i_item_id item_id, + sum(ss_ext_sales_price) ss_item_rev + FROM store_sales, item, date_dim + WHERE ss_item_sk = i_item_sk + AND d_date IN (SELECT d_date + FROM date_dim + WHERE d_week_seq = (SELECT d_week_seq + FROM date_dim + WHERE d_date = '2000-01-03')) + AND ss_sold_date_sk = d_date_sk + GROUP BY i_item_id), + cs_items AS + (SELECT + i_item_id item_id, + sum(cs_ext_sales_price) cs_item_rev + FROM catalog_sales, item, date_dim + WHERE cs_item_sk = i_item_sk + AND d_date IN (SELECT d_date + FROM date_dim + WHERE d_week_seq = (SELECT d_week_seq + FROM date_dim + WHERE d_date = '2000-01-03')) + AND cs_sold_date_sk = d_date_sk + GROUP BY i_item_id), + ws_items AS + (SELECT + i_item_id item_id, + sum(ws_ext_sales_price) ws_item_rev + FROM web_sales, item, date_dim + WHERE ws_item_sk = i_item_sk + AND d_date IN (SELECT d_date + FROM date_dim + WHERE d_week_seq = (SELECT d_week_seq + FROM date_dim + WHERE d_date = '2000-01-03')) + AND ws_sold_date_sk = d_date_sk + GROUP BY i_item_id) +SELECT + ss_items.item_id, + ss_item_rev, + ss_item_rev / (ss_item_rev + cs_item_rev + ws_item_rev) / 3 * 100 ss_dev, + cs_item_rev, + cs_item_rev / (ss_item_rev + cs_item_rev + ws_item_rev) / 3 * 100 cs_dev, + ws_item_rev, + ws_item_rev / (ss_item_rev + cs_item_rev + ws_item_rev) / 3 * 100 ws_dev, + (ss_item_rev + cs_item_rev + ws_item_rev) / 3 average +FROM ss_items, cs_items, ws_items +WHERE ss_items.item_id = cs_items.item_id + AND ss_items.item_id = ws_items.item_id + AND ss_item_rev BETWEEN 0.9 * cs_item_rev AND 1.1 * cs_item_rev + AND ss_item_rev BETWEEN 0.9 * ws_item_rev AND 1.1 * ws_item_rev + AND cs_item_rev BETWEEN 0.9 * ss_item_rev AND 1.1 * ss_item_rev + AND cs_item_rev BETWEEN 0.9 * ws_item_rev AND 1.1 * ws_item_rev + AND ws_item_rev BETWEEN 0.9 * ss_item_rev AND 1.1 * ss_item_rev + AND ws_item_rev BETWEEN 0.9 * cs_item_rev AND 1.1 * cs_item_rev +ORDER BY item_id, ss_item_rev +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAACNGBAAAA 1900.15 11.14995684133749018 1950.92 11.44787190532438825 1829.52 10.73550458667145490 1893.530000 +AAAAAAAAIDOAAAAA 6605.22 11.57482467484675478 6078.33 10.65151562943570009 6338.25 11.10699302905087847 6340.600000 +AAAAAAAAJMFCAAAA 3608.52 11.45037368595909874 3590.47 11.39309833622248602 3305.82 10.48986131115174858 3501.603333 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out new file mode 100644 index 000000000000..a5e1eb98f6bd --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out @@ -0,0 +1,181 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH wss AS +(SELECT + d_week_seq, + ss_store_sk, + sum(CASE WHEN (d_day_name = 'Sunday') + THEN ss_sales_price + ELSE NULL END) sun_sales, + sum(CASE WHEN (d_day_name = 'Monday') + THEN ss_sales_price + ELSE NULL END) mon_sales, + sum(CASE WHEN (d_day_name = 'Tuesday') + THEN ss_sales_price + ELSE NULL END) tue_sales, + sum(CASE WHEN (d_day_name = 'Wednesday') + THEN ss_sales_price + ELSE NULL END) wed_sales, + sum(CASE WHEN (d_day_name = 'Thursday') + THEN ss_sales_price + ELSE NULL END) thu_sales, + sum(CASE WHEN (d_day_name = 'Friday') + THEN ss_sales_price + ELSE NULL END) fri_sales, + sum(CASE WHEN (d_day_name = 'Saturday') + THEN ss_sales_price + ELSE NULL END) sat_sales + FROM store_sales, date_dim + WHERE d_date_sk = ss_sold_date_sk + GROUP BY d_week_seq, ss_store_sk +) +SELECT + s_store_name1, + s_store_id1, + d_week_seq1, + sun_sales1 / sun_sales2, + mon_sales1 / mon_sales2, + tue_sales1 / tue_sales2, + wed_sales1 / wed_sales2, + thu_sales1 / thu_sales2, + fri_sales1 / fri_sales2, + sat_sales1 / sat_sales2 +FROM + (SELECT + s_store_name s_store_name1, + wss.d_week_seq d_week_seq1, + s_store_id s_store_id1, + sun_sales sun_sales1, + mon_sales mon_sales1, + tue_sales tue_sales1, + wed_sales wed_sales1, + thu_sales thu_sales1, + fri_sales fri_sales1, + sat_sales sat_sales1 + FROM wss, store, date_dim d + WHERE d.d_week_seq = wss.d_week_seq AND + ss_store_sk = s_store_sk AND + d_month_seq BETWEEN 1212 AND 1212 + 11) y, + (SELECT + s_store_name s_store_name2, + wss.d_week_seq d_week_seq2, + s_store_id s_store_id2, + sun_sales sun_sales2, + mon_sales mon_sales2, + tue_sales tue_sales2, + wed_sales wed_sales2, + thu_sales thu_sales2, + fri_sales fri_sales2, + sat_sales sat_sales2 + FROM wss, store, date_dim d + WHERE d.d_week_seq = wss.d_week_seq AND + ss_store_sk = s_store_sk AND + d_month_seq BETWEEN 1212 + 12 AND 1212 + 23) x +WHERE s_store_id1 = s_store_id2 + AND d_week_seq1 = d_week_seq2 - 52 +ORDER BY s_store_name1, s_store_id1, d_week_seq1 +LIMIT 100 +-- !query schema +struct +-- !query output +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL +able AAAAAAAACAAAAAAA 5273 NULL NULL NULL 0.63246293381445168550 NULL NULL NULL +able AAAAAAAACAAAAAAA 5273 NULL NULL NULL 0.63246293381445168550 NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out new file mode 100644 index 000000000000..cfbaabb0eea9 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out @@ -0,0 +1,74 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + a.ca_state state, + count(*) cnt +FROM + customer_address a, customer c, store_sales s, date_dim d, item i +WHERE a.ca_address_sk = c.c_current_addr_sk + AND c.c_customer_sk = s.ss_customer_sk + AND s.ss_sold_date_sk = d.d_date_sk + AND s.ss_item_sk = i.i_item_sk + AND d.d_month_seq = + (SELECT DISTINCT (d_month_seq) + FROM date_dim + WHERE d_year = 2000 AND d_moy = 1) + AND i.i_current_price > 1.2 * + (SELECT avg(j.i_current_price) + FROM item j + WHERE j.i_category = i.i_category) +GROUP BY a.ca_state +HAVING count(*) >= 10 +ORDER BY cnt +LIMIT 100 +-- !query schema +struct +-- !query output +AK 10 +AL 63 +AR 58 +AZ 11 +CA 84 +CO 57 +FL 51 +GA 168 +IA 102 +ID 39 +IL 95 +IN 103 +KS 139 +KY 104 +LA 63 +MA 10 +MD 22 +ME 13 +MI 82 +MN 85 +MO 88 +MS 83 +MT 53 +NC 82 +ND 38 +NE 113 +NH 16 +NJ 21 +NM 26 +NULL 81 +NV 15 +NY 58 +OH 114 +OK 53 +OR 31 +PA 62 +SC 45 +SD 70 +TN 102 +TX 216 +UT 17 +VA 130 +VT 14 +WA 36 +WI 80 +WV 50 +WY 25 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out new file mode 100644 index 000000000000..13454539d9b7 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out @@ -0,0 +1,69 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ss AS ( + SELECT + i_item_id, + sum(ss_ext_sales_price) total_sales + FROM store_sales, date_dim, customer_address, item + WHERE + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_category IN ('Music')) + AND ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND d_year = 1998 + AND d_moy = 9 + AND ss_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_item_id), + cs AS ( + SELECT + i_item_id, + sum(cs_ext_sales_price) total_sales + FROM catalog_sales, date_dim, customer_address, item + WHERE + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_category IN ('Music')) + AND cs_item_sk = i_item_sk + AND cs_sold_date_sk = d_date_sk + AND d_year = 1998 + AND d_moy = 9 + AND cs_bill_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_item_id), + ws AS ( + SELECT + i_item_id, + sum(ws_ext_sales_price) total_sales + FROM web_sales, date_dim, customer_address, item + WHERE + i_item_id IN (SELECT i_item_id + FROM item + WHERE i_category IN ('Music')) + AND ws_item_sk = i_item_sk + AND ws_sold_date_sk = d_date_sk + AND d_year = 1998 + AND d_moy = 9 + AND ws_bill_addr_sk = ca_address_sk + AND ca_gmt_offset = -5 + GROUP BY i_item_id) +SELECT + i_item_id, + sum(total_sales) total_sales +FROM (SELECT * + FROM ss + UNION ALL + SELECT * + FROM cs + UNION ALL + SELECT * + FROM ws) tmp1 +GROUP BY i_item_id +ORDER BY i_item_id, total_sales +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out new file mode 100644 index 000000000000..e66379ffd66e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out @@ -0,0 +1,40 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + promotions, + total, + cast(promotions AS DECIMAL(15, 4)) / cast(total AS DECIMAL(15, 4)) * 100 +FROM + (SELECT sum(ss_ext_sales_price) promotions + FROM store_sales, store, promotion, date_dim, customer, customer_address, item + WHERE ss_sold_date_sk = d_date_sk + AND ss_store_sk = s_store_sk + AND ss_promo_sk = p_promo_sk + AND ss_customer_sk = c_customer_sk + AND ca_address_sk = c_current_addr_sk + AND ss_item_sk = i_item_sk + AND ca_gmt_offset = -5 + AND i_category = 'Jewelry' + AND (p_channel_dmail = 'Y' OR p_channel_email = 'Y' OR p_channel_tv = 'Y') + AND s_gmt_offset = -5 + AND d_year = 1998 + AND d_moy = 11) promotional_sales, + (SELECT sum(ss_ext_sales_price) total + FROM store_sales, store, date_dim, customer, customer_address, item + WHERE ss_sold_date_sk = d_date_sk + AND ss_store_sk = s_store_sk + AND ss_customer_sk = c_customer_sk + AND ca_address_sk = c_current_addr_sk + AND ss_item_sk = i_item_sk + AND ca_gmt_offset = -5 + AND i_category = 'Jewelry' + AND s_gmt_offset = -5 + AND d_year = 1998 + AND d_moy = 11) all_sales +ORDER BY promotions, total +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out new file mode 100644 index 000000000000..72b3882487cc --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out @@ -0,0 +1,141 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + substr(w_warehouse_name, 1, 20), + sm_type, + web_name, + sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk <= 30) + THEN 1 + ELSE 0 END) AS `30 days `, + sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 30) AND + (ws_ship_date_sk - ws_sold_date_sk <= 60) + THEN 1 + ELSE 0 END) AS `31 - 60 days `, + sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 60) AND + (ws_ship_date_sk - ws_sold_date_sk <= 90) + THEN 1 + ELSE 0 END) AS `61 - 90 days `, + sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 90) AND + (ws_ship_date_sk - ws_sold_date_sk <= 120) + THEN 1 + ELSE 0 END) AS `91 - 120 days `, + sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 120) + THEN 1 + ELSE 0 END) AS `>120 days ` +FROM + web_sales, warehouse, ship_mode, web_site, date_dim +WHERE + d_month_seq BETWEEN 1200 AND 1200 + 11 + AND ws_ship_date_sk = d_date_sk + AND ws_warehouse_sk = w_warehouse_sk + AND ws_ship_mode_sk = sm_ship_mode_sk + AND ws_web_site_sk = web_site_sk +GROUP BY + substr(w_warehouse_name, 1, 20), sm_type, web_name +ORDER BY + substr(w_warehouse_name, 1, 20), sm_type, web_name +LIMIT 100 +-- !query schema +struct120 days :bigint> +-- !query output +Bad cards must make. EXPRESS site_0 251 248 268 277 0 +Bad cards must make. EXPRESS site_1 262 304 290 267 0 +Bad cards must make. EXPRESS site_2 287 290 293 286 0 +Bad cards must make. EXPRESS site_3 283 260 267 290 0 +Bad cards must make. EXPRESS site_4 281 310 309 321 0 +Bad cards must make. LIBRARY site_0 254 265 226 231 0 +Bad cards must make. LIBRARY site_1 198 231 211 201 0 +Bad cards must make. LIBRARY site_2 181 172 190 176 0 +Bad cards must make. LIBRARY site_3 196 214 173 226 0 +Bad cards must make. LIBRARY site_4 241 241 247 236 0 +Bad cards must make. NEXT DAY site_0 259 255 279 260 0 +Bad cards must make. NEXT DAY site_1 287 334 295 300 0 +Bad cards must make. NEXT DAY site_2 269 309 306 272 0 +Bad cards must make. NEXT DAY site_3 281 322 308 277 0 +Bad cards must make. NEXT DAY site_4 273 295 275 281 0 +Bad cards must make. OVERNIGHT site_0 221 216 201 213 0 +Bad cards must make. OVERNIGHT site_1 250 228 257 235 0 +Bad cards must make. OVERNIGHT site_2 255 223 230 238 0 +Bad cards must make. OVERNIGHT site_3 195 217 199 211 0 +Bad cards must make. OVERNIGHT site_4 175 165 169 164 0 +Bad cards must make. REGULAR site_0 176 239 220 233 0 +Bad cards must make. REGULAR site_1 187 163 200 198 0 +Bad cards must make. REGULAR site_2 190 231 195 208 0 +Bad cards must make. REGULAR site_3 227 241 231 252 0 +Bad cards must make. REGULAR site_4 258 245 260 245 0 +Bad cards must make. TWO DAY site_0 222 235 235 223 0 +Bad cards must make. TWO DAY site_1 264 248 237 227 0 +Bad cards must make. TWO DAY site_2 181 230 231 207 0 +Bad cards must make. TWO DAY site_3 182 158 209 185 0 +Bad cards must make. TWO DAY site_4 203 218 198 221 0 +Conventional childr EXPRESS site_0 311 308 336 287 0 +Conventional childr EXPRESS site_1 250 269 273 260 0 +Conventional childr EXPRESS site_2 255 280 235 276 0 +Conventional childr EXPRESS site_3 269 292 303 278 0 +Conventional childr EXPRESS site_4 275 324 268 330 0 +Conventional childr LIBRARY site_0 212 211 225 250 0 +Conventional childr LIBRARY site_1 218 249 244 204 0 +Conventional childr LIBRARY site_2 203 215 222 205 0 +Conventional childr LIBRARY site_3 163 181 180 193 0 +Conventional childr LIBRARY site_4 189 208 207 191 0 +Conventional childr NEXT DAY site_0 253 269 285 258 0 +Conventional childr NEXT DAY site_1 289 244 254 269 0 +Conventional childr NEXT DAY site_2 341 290 310 315 0 +Conventional childr NEXT DAY site_3 309 294 328 270 0 +Conventional childr NEXT DAY site_4 312 311 275 291 0 +Conventional childr OVERNIGHT site_0 180 193 167 211 0 +Conventional childr OVERNIGHT site_1 196 210 238 194 0 +Conventional childr OVERNIGHT site_2 218 236 287 220 0 +Conventional childr OVERNIGHT site_3 235 253 228 246 0 +Conventional childr OVERNIGHT site_4 211 199 201 201 0 +Conventional childr REGULAR site_0 209 262 232 207 0 +Conventional childr REGULAR site_1 214 218 222 227 0 +Conventional childr REGULAR site_2 166 193 184 183 0 +Conventional childr REGULAR site_3 195 191 221 219 0 +Conventional childr REGULAR site_4 248 236 244 256 0 +Conventional childr TWO DAY site_0 192 225 232 225 0 +Conventional childr TWO DAY site_1 248 239 233 251 0 +Conventional childr TWO DAY site_2 230 214 237 201 0 +Conventional childr TWO DAY site_3 236 190 190 222 0 +Conventional childr TWO DAY site_4 197 159 202 176 0 +Doors canno EXPRESS site_0 303 312 304 319 0 +Doors canno EXPRESS site_1 321 278 313 297 0 +Doors canno EXPRESS site_2 267 277 265 257 0 +Doors canno EXPRESS site_3 263 245 258 285 0 +Doors canno EXPRESS site_4 282 313 319 323 0 +Doors canno LIBRARY site_0 201 210 201 200 0 +Doors canno LIBRARY site_1 239 217 208 206 0 +Doors canno LIBRARY site_2 229 233 244 241 0 +Doors canno LIBRARY site_3 216 198 182 222 0 +Doors canno LIBRARY site_4 176 163 170 216 0 +NULL EXPRESS site_0 260 283 296 314 0 +NULL EXPRESS site_1 330 285 315 329 0 +NULL EXPRESS site_2 283 291 318 333 0 +NULL EXPRESS site_3 274 280 277 258 0 +NULL EXPRESS site_4 247 244 268 259 0 +NULL LIBRARY site_0 197 180 203 180 0 +NULL LIBRARY site_1 208 205 185 211 0 +NULL LIBRARY site_2 258 230 267 243 0 +NULL LIBRARY site_3 243 204 241 252 0 +NULL LIBRARY site_4 211 213 216 206 0 +NULL NEXT DAY site_0 332 290 340 289 0 +NULL NEXT DAY site_1 297 292 275 334 0 +NULL NEXT DAY site_2 287 253 272 220 0 +NULL NEXT DAY site_3 255 252 243 264 0 +NULL NEXT DAY site_4 300 309 309 281 0 +NULL OVERNIGHT site_0 242 224 226 237 0 +NULL OVERNIGHT site_1 237 202 213 204 0 +NULL OVERNIGHT site_2 172 182 158 181 0 +NULL OVERNIGHT site_3 217 193 201 175 0 +NULL OVERNIGHT site_4 231 251 249 237 0 +NULL REGULAR site_0 227 216 199 193 0 +NULL REGULAR site_1 239 209 254 246 0 +NULL REGULAR site_2 235 241 259 219 0 +NULL REGULAR site_3 204 212 185 237 0 +NULL REGULAR site_4 171 176 182 163 0 +NULL TWO DAY site_0 189 201 202 218 0 +NULL TWO DAY site_1 199 170 177 174 0 +NULL TWO DAY site_2 200 202 181 179 0 +NULL TWO DAY site_3 237 234 233 253 0 +NULL TWO DAY site_4 233 229 234 238 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out new file mode 100644 index 000000000000..be2036996be1 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out @@ -0,0 +1,38 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM (SELECT + i_manager_id, + sum(ss_sales_price) sum_sales, + avg(sum(ss_sales_price)) + OVER (PARTITION BY i_manager_id) avg_monthly_sales +FROM item + , store_sales + , date_dim + , store +WHERE ss_item_sk = i_item_sk + AND ss_sold_date_sk = d_date_sk + AND ss_store_sk = s_store_sk + AND d_month_seq IN (1200, 1200 + 1, 1200 + 2, 1200 + 3, 1200 + 4, 1200 + 5, 1200 + 6, 1200 + 7, + 1200 + 8, 1200 + 9, 1200 + 10, 1200 + 11) + AND ((i_category IN ('Books', 'Children', 'Electronics') + AND i_class IN ('personal', 'portable', 'refernece', 'self-help') + AND i_brand IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', + 'exportiunivamalg #9', 'scholaramalgamalg #9')) + OR (i_category IN ('Women', 'Music', 'Men') + AND i_class IN ('accessories', 'classical', 'fragrances', 'pants') + AND i_brand IN ('amalgimporto #1', 'edu packscholar #1', 'exportiimporto #1', + 'importoamalg #1'))) +GROUP BY i_manager_id, d_moy) tmp1 +WHERE CASE WHEN avg_monthly_sales > 0 + THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales + ELSE NULL END > 0.1 +ORDER BY i_manager_id + , avg_monthly_sales + , sum_sales +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out new file mode 100644 index 000000000000..984c14679385 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out @@ -0,0 +1,99 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH cs_ui AS +(SELECT + cs_item_sk, + sum(cs_ext_list_price) AS sale, + sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit) AS refund + FROM catalog_sales + , catalog_returns + WHERE cs_item_sk = cr_item_sk + AND cs_order_number = cr_order_number + GROUP BY cs_item_sk + HAVING sum(cs_ext_list_price) > 2 * sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit)), + cross_sales AS + (SELECT + i_product_name product_name, + i_item_sk item_sk, + s_store_name store_name, + s_zip store_zip, + ad1.ca_street_number b_street_number, + ad1.ca_street_name b_streen_name, + ad1.ca_city b_city, + ad1.ca_zip b_zip, + ad2.ca_street_number c_street_number, + ad2.ca_street_name c_street_name, + ad2.ca_city c_city, + ad2.ca_zip c_zip, + d1.d_year AS syear, + d2.d_year AS fsyear, + d3.d_year s2year, + count(*) cnt, + sum(ss_wholesale_cost) s1, + sum(ss_list_price) s2, + sum(ss_coupon_amt) s3 + FROM store_sales, store_returns, cs_ui, date_dim d1, date_dim d2, date_dim d3, + store, customer, customer_demographics cd1, customer_demographics cd2, + promotion, household_demographics hd1, household_demographics hd2, + customer_address ad1, customer_address ad2, income_band ib1, income_band ib2, item + WHERE ss_store_sk = s_store_sk AND + ss_sold_date_sk = d1.d_date_sk AND + ss_customer_sk = c_customer_sk AND + ss_cdemo_sk = cd1.cd_demo_sk AND + ss_hdemo_sk = hd1.hd_demo_sk AND + ss_addr_sk = ad1.ca_address_sk AND + ss_item_sk = i_item_sk AND + ss_item_sk = sr_item_sk AND + ss_ticket_number = sr_ticket_number AND + ss_item_sk = cs_ui.cs_item_sk AND + c_current_cdemo_sk = cd2.cd_demo_sk AND + c_current_hdemo_sk = hd2.hd_demo_sk AND + c_current_addr_sk = ad2.ca_address_sk AND + c_first_sales_date_sk = d2.d_date_sk AND + c_first_shipto_date_sk = d3.d_date_sk AND + ss_promo_sk = p_promo_sk AND + hd1.hd_income_band_sk = ib1.ib_income_band_sk AND + hd2.hd_income_band_sk = ib2.ib_income_band_sk AND + cd1.cd_marital_status <> cd2.cd_marital_status AND + i_color IN ('purple', 'burlywood', 'indian', 'spring', 'floral', 'medium') AND + i_current_price BETWEEN 64 AND 64 + 10 AND + i_current_price BETWEEN 64 + 1 AND 64 + 15 + GROUP BY i_product_name, i_item_sk, s_store_name, s_zip, ad1.ca_street_number, + ad1.ca_street_name, ad1.ca_city, ad1.ca_zip, ad2.ca_street_number, + ad2.ca_street_name, ad2.ca_city, ad2.ca_zip, d1.d_year, d2.d_year, d3.d_year + ) +SELECT + cs1.product_name, + cs1.store_name, + cs1.store_zip, + cs1.b_street_number, + cs1.b_streen_name, + cs1.b_city, + cs1.b_zip, + cs1.c_street_number, + cs1.c_street_name, + cs1.c_city, + cs1.c_zip, + cs1.syear, + cs1.cnt, + cs1.s1, + cs1.s2, + cs1.s3, + cs2.s1, + cs2.s2, + cs2.s3, + cs2.syear, + cs2.cnt +FROM cross_sales cs1, cross_sales cs2 +WHERE cs1.item_sk = cs2.item_sk AND + cs1.syear = 1999 AND + cs2.syear = 1999 + 1 AND + cs2.cnt <= cs1.cnt AND + cs1.store_name = cs2.store_name AND + cs1.store_zip = cs2.store_zip +ORDER BY cs1.product_name, cs1.store_name, cs2.cnt +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out new file mode 100644 index 000000000000..6b76fc1f093e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out @@ -0,0 +1,139 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + s_store_name, + i_item_desc, + sc.revenue, + i_current_price, + i_wholesale_cost, + i_brand +FROM store, item, + (SELECT + ss_store_sk, + avg(revenue) AS ave + FROM + (SELECT + ss_store_sk, + ss_item_sk, + sum(ss_sales_price) AS revenue + FROM store_sales, date_dim + WHERE ss_sold_date_sk = d_date_sk AND d_month_seq BETWEEN 1176 AND 1176 + 11 + GROUP BY ss_store_sk, ss_item_sk) sa + GROUP BY ss_store_sk) sb, + (SELECT + ss_store_sk, + ss_item_sk, + sum(ss_sales_price) AS revenue + FROM store_sales, date_dim + WHERE ss_sold_date_sk = d_date_sk AND d_month_seq BETWEEN 1176 AND 1176 + 11 + GROUP BY ss_store_sk, ss_item_sk) sc +WHERE sb.ss_store_sk = sc.ss_store_sk AND + sc.revenue <= 0.1 * sb.ave AND + s_store_sk = sc.ss_store_sk AND + i_item_sk = sc.ss_item_sk +ORDER BY s_store_name, i_item_desc +LIMIT 100 +-- !query schema +struct +-- !query output +able Commercial, popular processes give later now wooden facts. Black, outer purposes examine national, precise heels. Invisible times s 36.06 5.25 1.68 amalgedu pack #x +able Conventional, responsible products discuss delicately then actual findings. Extremel 36.42 3.67 2.82 namelessnameless #x +able Difficulties wou 25.25 6.61 2.31 importobrand #x +able Efforts might come ever. Even agricultural operations live plus a members. Arts may ring too carefully numerous windows. In particular new ch 22.13 1.49 0.95 edu packamalg #x +able Even chief games can present privately extra whole steps. Over old reasons ought to 21.58 4.30 1.41 namelesscorp #x +able Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action 11.03 4.95 3.06 scholarnameless #x +able Once olympic sorts could control governments. Final sections mig 21.77 7.76 4.42 edu packscholar #x +able Small others will provide probably complete countries. Only effective pensions violate on board maybe left animals. Old r 26.38 2.55 1.60 maxiunivamalg #x +able Somehow revolutionary sh 31.09 7.10 3.05 amalgunivamalg #x +able Stupid years should not modify loose. Special, sure developments may 7.84 5.81 4.47 maxicorp #x +able Swiss, capable lovers handle at least present details. Over here uncomfortable stations take by a lips. Private organisations can supply in a examinatio 29.73 8.15 3.99 amalgedu pack #x +able Toys must not meet again goods. Comfortable, major members last days. Popular, double occupations may compensate researchers. Conditions 25.02 3.35 2.41 edu packscholar #x +able Wrong, good values could not work in a minds. Normal structures correct here later massive boo 21.49 4.17 1.45 importoedu pack #x +ation Animals conduct primary, sorry tickets. Bare, labour matters used to buy between a patterns. Light authorities explain rules; future eggs can 1.57 0.86 0.47 edu packamalg #x +ation Average services could try unfortunately plants; extensive procedures must 34.63 4.94 3.26 scholarunivamalg #x +ation Direct ways topple inches. Complex years can take also across a words. Stupid, global implications would provide sure things. Russians take much for the spots. Indoors local men w 16.06 7.18 4.88 exportiedu pack #x +ation Disciplinary signs could prepare particular, other councils. Live criteria ought to stand extra, basic bones. Local leaders tell now tasks. Most old recordings use ago in the governors; par 36.65 8.96 4.39 amalgscholar #x +ation Fair families ought to leave relationships. Separate, firm services would assist delicious, serious laws; a 15.31 7.51 2.70 importoamalg #x +ation Gradually general affairs come at a gardens. Members may liv 18.43 28.90 11.27 edu packamalgamalg #x +ation Here equivalent expectations should stop since to th 18.23 7.88 5.04 scholarunivamalg #x +ation Laws propose policies. Commercial, foreign restaurants could take. District 29.49 84.97 32.28 amalgnameless #x +ation New r 36.57 2.10 1.19 importoimporto #x +ation Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit 25.41 9.36 3.55 maxibrand #x +ation Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific 28.75 2.34 2.01 exportinameless #x +ation Or 23.64 3.00 1.86 amalgedu pack #x +ation Pensions used to meet in the words. Very african obligati 27.27 0.54 0.27 exportiexporti #x +ation Public, limited pup 34.60 9.38 3.93 amalgmaxi #x +ation Small kinds would recognize notably violent, labour years. Electronic days would not 30.96 0.90 0.34 namelesscorp #x +ation Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t 36.10 3.91 2.54 maxinameless #x +ation Trustees grow well thereby national attitudes. Social, excellent bacteria contain permanent gaps. Only dynamic uses ought to halt very long, bright men; japanese, distin 3.96 3.31 2.87 exporticorp #x +bar Categories shall 18.32 8.98 7.81 scholarmaxi #x +bar Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory 28.26 6.27 4.57 brandbrand #x +bar Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt 12.64 0.55 0.19 namelessbrand #x +bar Hours must carry virtually new seats. Polish, happy affairs might get. Originally warm libraries operate real patients. Then soft scie 35.96 28.04 25.23 edu packedu pack #x +bar Individual flowers used to give thanks. Particular doubts refer a bit for a directions. Police could 8.31 1.74 1.21 exportiimporto #x +bar Low sorts understand. Vegetables must not carry. There legal rates shake so democratic styles. Convenient, single committees might forget 21.35 7.16 5.79 amalgedu pack #x +bar Minutes achieve however for a allies. Areas pay apparently alive officers 32.01 3.28 1.34 amalgedu pack #x +bar Moments incur pa 32.92 6.14 1.84 exportiimporto #x +bar Of course commercial uses look rapidly historical societies. Writers make just high 31.29 3.82 1.33 exportischolar #x +bar Old, valuable 23.07 0.23 0.07 namelessnameless #x +bar Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr 24.90 0.27 0.09 edu packnameless #x +bar Pupils change. Frequently nice rates shall not decide future yards. Over upper girls ought to lower in a developments. Formal 36.24 2.19 1.16 edu packexporti #x +bar Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev 13.88 4.24 2.96 scholarmaxi #x +bar Round managers take processes. Primary, particular courses used to hold sacred cases. C 7.23 4.13 2.84 edu packscholar #x +bar Simple guests leave british, skilled terms. Kind, little standards must suspect. Combinations may think like, distinguished inches. Artists beat awfully. Ide 27.08 1.68 0.53 edu packedu pack #x +bar So damp tests imagine resources. Innocently prime developments shall work small pl 30.83 0.61 0.33 scholarnameless #x +bar So much as close reforms would hide at first measures; alone, important contracts lose linguisti 20.14 2.37 1.37 exportinameless #x +bar Strange do 15.41 9.47 4.82 exportiexporti #x +bar Wide, technical paren 17.06 6.64 3.98 exportiexporti #x +bar Wonderful servants must not resolve once physical lives. Later significant an 27.44 0.33 0.22 brandbrand #x +bar Years need much. Good interests use too different, junior services. Young items shall not find. Disastrous hands release fast new, alternative applications. American police make in 33.95 7.68 4.45 exportiamalg #x +eing Birds stay foreign, chronic parts. So young cases shall not conclude buildings. About important months may not look; degrees catch just; other societies may not ge 18.42 4.67 2.33 amalgscholar #x +eing Central, other hands will agree especially crucial differences 16.71 4.49 3.00 exportischolar #x +eing Even single waters make for instance particular hours. Mental rights may cross as just contemporary m 30.54 0.97 0.82 importounivamalg #x +eing Flowers cultivate still so-called, available 10.50 3.84 1.22 edu packmaxi #x +eing Good, helpful men close. Please difficult lakes should waste very conservative, labour 11.84 3.13 0.97 edu packbrand #x +eing However modern companies ought to make industria 23.09 9.56 3.25 brandcorp #x +eing Important, frequent councils explore general, local ideas. Representatives last more. Foreign, sensible pupils pay. Social, american reservations used to get so much 2.86 0.59 0.25 amalgbrand #x +eing Increased, special pound 24.05 2.52 1.20 importoedu pack #x +eing Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, 30.53 9.69 7.46 edu packmaxi #x +eing Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst 19.15 9.17 6.05 maxinameless #x +eing More different attempts replace. Changes look shoes. E 25.75 2.47 1.40 amalgexporti #x +eing Nations save further new complaints. Perfect things murder different odds. General firms will like also; fatal grounds lie however working sorts. However internal police should design 23.32 8.09 3.31 amalgexporti #x +eing Ordinary orders can inspect. New int 34.66 9.58 3.92 exportiedu pack #x +eing Other, eager christians live very others. Young, financ 8.49 8.22 5.01 edu packscholar #x +eing Parliamentary guests could not convey real chiefs; integrated, full responsibilities take later then important categories. T 28.83 0.41 0.13 edu packamalg #x +eing Physical polls melt as eyes. Clear, special sources might invent at once. As immediate things will not 24.71 3.77 1.80 edu packamalg #x +eing Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f 10.89 0.51 0.26 edu packunivamalg #x +eing Students help factors. Seats take matters; likely sources make ridiculous children. Police might say then just natural characters. A 9.32 1.15 0.62 exportischolar #x +eing Tired days used to admit for a customs 29.84 5.94 4.93 importoamalg #x +eing Wrong, high terms make relatively holidays. Major, relevant theories consider difficult, new markets. Sure, real subjec 27.35 3.29 1.51 amalgscholar #x +ese As sure women fall proposals. Entire, loc 35.61 1.91 1.14 edu packexporti #x +ese Backwards royal assets get plans; countries used to swing then. Most strange 28.67 1.84 0.82 exportiedu pack #x +ese Civil firms say; prospective technologies used to take there. Easy, high assets enter so practical, structural buildings. Studies woul 26.23 9.09 3.45 maxiunivamalg #x +ese Comfortable experiments hit defensive implications. Bad resources would not heal central, national twins. Kind, modern thoughts shall ensure home short 34.17 92.12 71.85 importoedu pack #x +ese Companies find financially substances. National, enormous conclusions might object here firms; exactly different jobs should complete; practices encourage really months. Necessary, previous recor 24.08 5.63 3.71 importoamalgamalg #x +ese Democrats follow mostly available, 25.69 0.59 0.47 exportibrand #x +ese Excellent, real advantages would exist posts. Activities shall continue in a feet. Effects think only confidently local c 25.63 2.41 1.90 amalgunivamalg #x +ese Expensive reasons shall not carry hardly ri 19.68 4.59 1.46 scholarbrand #x +ese Fresh, industrial vegetables could proceed quite i 29.70 7.16 2.57 scholarunivamalg #x +ese Full rules may persuade pregnant cars. Earnings publish worried symptoms. Ready 36.87 5.88 4.99 amalgimporto #x +ese Horses last results. There thorough parents sail everywhere into a gua 23.67 3.45 2.55 scholarnameless #x +ese Large businessmen might give successful poles; children believe however. Hard, fine companies must not dismiss likely advantages. Now great nations shall not walk to 2.78 3.48 1.07 brandcorp #x +ese Modern areas include indeed political children. White, widespread services attend also. Pink boundaries explain early because of a letters. Often assistant men make never pale windows. Then inte 30.08 6.20 4.21 exportiedu pack #x +ese NULL 29.58 NULL NULL exportischolar #x +ese Nowhere sure shops ought to constitute by a conditions. Apparent hands shall not fit slightly general men. Oth 26.20 3.59 3.08 amalgscholar #x +ese Political, french streets used to introduce just labour 21.21 1.59 1.38 edu packunivamalg #x +ese Publications could not judge; double deputies 35.52 6.30 2.39 edu packamalg #x +ese Reasonably direct interests turn. Certainly existing 12.36 1.86 0.89 importoscholar #x +ese Temperatures reflect quite 34.31 0.90 0.45 scholarnameless #x +ese Tests will maintain only. Beautifully local banks make still; particular votes protect during a eyes. Contracts must understand primarily. Difficult countries cast in a 19.06 4.13 2.68 edu packimporto #x +ese Totally pure styles would seek charges; values say. Normal, big activi 30.40 1.07 0.84 maxiunivamalg #x +ese Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho 32.52 1.73 0.77 exportibrand #x +ought Active abilities depend smoothly by a 30.54 2.40 1.44 importoexporti #x +ought Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the 18.54 4.46 1.33 corpmaxi #x +ought At last political managers would get new, historic workers. Requirements seem loose shadows; activities carry favorite mothers; likely issues stand aside environmental, current funds; below 6.48 1.08 0.43 exportiexporti #x +ought Authorities used to leave exactly other co 15.13 2.14 0.72 exporticorp #x +ought Costs receive. British teachers evolve mentally only, new words. Good tickets give 34.78 0.12 0.06 edu packexporti #x +ought European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods 12.84 8.03 4.57 univnameless #x +ought Full-time clothes discharge glad, concerned details. Customs must survive 10.29 8.52 6.73 exportiunivamalg #x diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out new file mode 100644 index 000000000000..2c1bae46973c --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out @@ -0,0 +1,247 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + w_warehouse_name, + w_warehouse_sq_ft, + w_city, + w_county, + w_state, + w_country, + ship_carriers, + year, + sum(jan_sales) AS jan_sales, + sum(feb_sales) AS feb_sales, + sum(mar_sales) AS mar_sales, + sum(apr_sales) AS apr_sales, + sum(may_sales) AS may_sales, + sum(jun_sales) AS jun_sales, + sum(jul_sales) AS jul_sales, + sum(aug_sales) AS aug_sales, + sum(sep_sales) AS sep_sales, + sum(oct_sales) AS oct_sales, + sum(nov_sales) AS nov_sales, + sum(dec_sales) AS dec_sales, + sum(jan_sales / w_warehouse_sq_ft) AS jan_sales_per_sq_foot, + sum(feb_sales / w_warehouse_sq_ft) AS feb_sales_per_sq_foot, + sum(mar_sales / w_warehouse_sq_ft) AS mar_sales_per_sq_foot, + sum(apr_sales / w_warehouse_sq_ft) AS apr_sales_per_sq_foot, + sum(may_sales / w_warehouse_sq_ft) AS may_sales_per_sq_foot, + sum(jun_sales / w_warehouse_sq_ft) AS jun_sales_per_sq_foot, + sum(jul_sales / w_warehouse_sq_ft) AS jul_sales_per_sq_foot, + sum(aug_sales / w_warehouse_sq_ft) AS aug_sales_per_sq_foot, + sum(sep_sales / w_warehouse_sq_ft) AS sep_sales_per_sq_foot, + sum(oct_sales / w_warehouse_sq_ft) AS oct_sales_per_sq_foot, + sum(nov_sales / w_warehouse_sq_ft) AS nov_sales_per_sq_foot, + sum(dec_sales / w_warehouse_sq_ft) AS dec_sales_per_sq_foot, + sum(jan_net) AS jan_net, + sum(feb_net) AS feb_net, + sum(mar_net) AS mar_net, + sum(apr_net) AS apr_net, + sum(may_net) AS may_net, + sum(jun_net) AS jun_net, + sum(jul_net) AS jul_net, + sum(aug_net) AS aug_net, + sum(sep_net) AS sep_net, + sum(oct_net) AS oct_net, + sum(nov_net) AS nov_net, + sum(dec_net) AS dec_net +FROM ( + (SELECT + w_warehouse_name, + w_warehouse_sq_ft, + w_city, + w_county, + w_state, + w_country, + concat('DHL', ',', 'BARIAN') AS ship_carriers, + d_year AS year, + sum(CASE WHEN d_moy = 1 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS jan_sales, + sum(CASE WHEN d_moy = 2 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS feb_sales, + sum(CASE WHEN d_moy = 3 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS mar_sales, + sum(CASE WHEN d_moy = 4 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS apr_sales, + sum(CASE WHEN d_moy = 5 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS may_sales, + sum(CASE WHEN d_moy = 6 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS jun_sales, + sum(CASE WHEN d_moy = 7 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS jul_sales, + sum(CASE WHEN d_moy = 8 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS aug_sales, + sum(CASE WHEN d_moy = 9 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS sep_sales, + sum(CASE WHEN d_moy = 10 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS oct_sales, + sum(CASE WHEN d_moy = 11 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS nov_sales, + sum(CASE WHEN d_moy = 12 + THEN ws_ext_sales_price * ws_quantity + ELSE 0 END) AS dec_sales, + sum(CASE WHEN d_moy = 1 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS jan_net, + sum(CASE WHEN d_moy = 2 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS feb_net, + sum(CASE WHEN d_moy = 3 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS mar_net, + sum(CASE WHEN d_moy = 4 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS apr_net, + sum(CASE WHEN d_moy = 5 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS may_net, + sum(CASE WHEN d_moy = 6 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS jun_net, + sum(CASE WHEN d_moy = 7 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS jul_net, + sum(CASE WHEN d_moy = 8 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS aug_net, + sum(CASE WHEN d_moy = 9 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS sep_net, + sum(CASE WHEN d_moy = 10 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS oct_net, + sum(CASE WHEN d_moy = 11 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS nov_net, + sum(CASE WHEN d_moy = 12 + THEN ws_net_paid * ws_quantity + ELSE 0 END) AS dec_net + FROM + web_sales, warehouse, date_dim, time_dim, ship_mode + WHERE + ws_warehouse_sk = w_warehouse_sk + AND ws_sold_date_sk = d_date_sk + AND ws_sold_time_sk = t_time_sk + AND ws_ship_mode_sk = sm_ship_mode_sk + AND d_year = 2001 + AND t_time BETWEEN 30838 AND 30838 + 28800 + AND sm_carrier IN ('DHL', 'BARIAN') + GROUP BY + w_warehouse_name, w_warehouse_sq_ft, w_city, w_county, w_state, w_country, d_year) + UNION ALL + (SELECT + w_warehouse_name, + w_warehouse_sq_ft, + w_city, + w_county, + w_state, + w_country, + concat('DHL', ',', 'BARIAN') AS ship_carriers, + d_year AS year, + sum(CASE WHEN d_moy = 1 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS jan_sales, + sum(CASE WHEN d_moy = 2 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS feb_sales, + sum(CASE WHEN d_moy = 3 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS mar_sales, + sum(CASE WHEN d_moy = 4 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS apr_sales, + sum(CASE WHEN d_moy = 5 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS may_sales, + sum(CASE WHEN d_moy = 6 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS jun_sales, + sum(CASE WHEN d_moy = 7 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS jul_sales, + sum(CASE WHEN d_moy = 8 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS aug_sales, + sum(CASE WHEN d_moy = 9 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS sep_sales, + sum(CASE WHEN d_moy = 10 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS oct_sales, + sum(CASE WHEN d_moy = 11 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS nov_sales, + sum(CASE WHEN d_moy = 12 + THEN cs_sales_price * cs_quantity + ELSE 0 END) AS dec_sales, + sum(CASE WHEN d_moy = 1 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS jan_net, + sum(CASE WHEN d_moy = 2 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS feb_net, + sum(CASE WHEN d_moy = 3 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS mar_net, + sum(CASE WHEN d_moy = 4 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS apr_net, + sum(CASE WHEN d_moy = 5 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS may_net, + sum(CASE WHEN d_moy = 6 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS jun_net, + sum(CASE WHEN d_moy = 7 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS jul_net, + sum(CASE WHEN d_moy = 8 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS aug_net, + sum(CASE WHEN d_moy = 9 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS sep_net, + sum(CASE WHEN d_moy = 10 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS oct_net, + sum(CASE WHEN d_moy = 11 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS nov_net, + sum(CASE WHEN d_moy = 12 + THEN cs_net_paid_inc_tax * cs_quantity + ELSE 0 END) AS dec_net + FROM + catalog_sales, warehouse, date_dim, time_dim, ship_mode + WHERE + cs_warehouse_sk = w_warehouse_sk + AND cs_sold_date_sk = d_date_sk + AND cs_sold_time_sk = t_time_sk + AND cs_ship_mode_sk = sm_ship_mode_sk + AND d_year = 2001 + AND t_time BETWEEN 30838 AND 30838 + 28800 + AND sm_carrier IN ('DHL', 'BARIAN') + GROUP BY + w_warehouse_name, w_warehouse_sq_ft, w_city, w_county, w_state, w_country, d_year + ) + ) x +GROUP BY + w_warehouse_name, w_warehouse_sq_ft, w_city, w_county, w_state, w_country, + ship_carriers, year +ORDER BY w_warehouse_name +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out new file mode 100644 index 000000000000..50dd87032e56 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out @@ -0,0 +1,144 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM + (SELECT + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id, + sumsales, + rank() + OVER (PARTITION BY i_category + ORDER BY sumsales DESC) rk + FROM + (SELECT + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id, + sum(coalesce(ss_sales_price * ss_quantity, 0)) sumsales + FROM store_sales, date_dim, store, item + WHERE ss_sold_date_sk = d_date_sk + AND ss_item_sk = i_item_sk + AND ss_store_sk = s_store_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + GROUP BY ROLLUP (i_category, i_class, i_brand, i_product_name, d_year, d_qoy, + d_moy, s_store_id)) dw1) dw2 +WHERE rk <= 100 +ORDER BY + i_category, i_class, i_brand, i_product_name, d_year, + d_qoy, d_moy, s_store_id, sumsales, rk +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL NULL NULL 2000 NULL NULL NULL 102328.59 62 +NULL NULL NULL NULL NULL NULL NULL NULL 1019789218.69 1 +NULL NULL NULL NULL NULL NULL NULL NULL 102328.59 62 +NULL NULL NULL NULL NULL NULL NULL NULL 1628997.00 3 +NULL NULL NULL NULL NULL NULL NULL NULL 3113996.92 2 +NULL NULL NULL NULL NULL NULL NULL NULL 596191.74 4 +NULL NULL NULL ablepriablebarought 2000 NULL NULL NULL 117683.53 38 +NULL NULL NULL ablepriablebarought NULL NULL NULL NULL 117683.53 38 +NULL NULL NULL antiationeinganti 2000 NULL NULL NULL 142234.21 15 +NULL NULL NULL antiationeinganti NULL NULL NULL NULL 142234.21 15 +NULL NULL NULL barationableeing 2000 4 NULL NULL 66366.69 100 +NULL NULL NULL barationableeing 2000 NULL NULL NULL 133715.91 25 +NULL NULL NULL barationableeing NULL NULL NULL NULL 133715.91 25 +NULL NULL NULL eingcallyoughteing 2000 NULL NULL NULL 100229.50 67 +NULL NULL NULL eingcallyoughteing NULL NULL NULL NULL 100229.50 67 +NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 102830.03 59 +NULL NULL brandmaxi #x oughteingought 2000 NULL NULL NULL 102830.03 59 +NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 102830.03 59 +NULL NULL corpunivamalg #x NULL NULL NULL NULL NULL 87301.37 80 +NULL NULL corpunivamalg #x eseantin stationought 2000 NULL NULL NULL 87301.37 80 +NULL NULL corpunivamalg #x eseantin stationought NULL NULL NULL NULL 87301.37 80 +NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 106947.83 48 +NULL NULL edu packamalg #x oughtn stn stese 2000 NULL NULL NULL 106947.83 48 +NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 106947.83 48 +NULL NULL edu packamalgamalg #x NULL 2000 NULL NULL NULL 91126.70 77 +NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 +NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 +NULL NULL edu packexporti #x NULL 2000 4 NULL NULL 68406.85 97 +NULL NULL edu packexporti #x NULL 2000 NULL NULL NULL 163163.84 6 +NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 +NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 +NULL NULL exportischolar #x NULL NULL NULL NULL NULL 121562.94 31 +NULL NULL exportischolar #x prieingeseought 2000 NULL NULL NULL 121562.94 31 +NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 121562.94 31 +NULL NULL importoedu pack #x NULL 2000 4 NULL NULL 73781.23 90 +NULL NULL importoedu pack #x NULL 2000 NULL NULL NULL 154984.03 9 +NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 +NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 +NULL NULL namelesscorp #x NULL 2000 4 NULL NULL 67371.60 98 +NULL NULL namelesscorp #x NULL 2000 NULL NULL NULL 148627.34 12 +NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 +NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 +NULL archery NULL NULL NULL NULL NULL NULL 110088.99 44 +NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 110088.99 44 +NULL archery amalgmaxi #x antioughtn stought 2000 NULL NULL NULL 110088.99 44 +NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 110088.99 44 +NULL baseball NULL NULL 2000 NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 +NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 +NULL dresses NULL antieseoughtcally 2000 4 NULL NULL 69138.80 96 +NULL dresses NULL antieseoughtcally 2000 NULL NULL NULL 138018.80 17 +NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 138018.80 17 +NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 +NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 +NULL flatware NULL oughteingationn st 2000 NULL NULL NULL 74808.21 86 +NULL flatware NULL oughteingationn st NULL NULL NULL NULL 74808.21 86 +NULL glassware NULL NULL 2000 NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL outdoor NULL NULL NULL NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL 2000 NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 +NULL pants NULL NULL NULL NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x NULL NULL NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x antibarableableought 2000 4 NULL NULL 66808.00 99 +NULL pants exportiimporto #x antibarableableought 2000 NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 135855.95 21 +NULL scanners NULL NULL NULL NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x n stbaresepri 2000 4 NULL NULL 70357.97 95 +NULL scanners namelessunivamalg #x n stbaresepri 2000 NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 118366.60 34 +NULL semi-precious NULL NULL NULL NULL NULL NULL 105040.42 51 +NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 105040.42 51 +NULL semi-precious amalgbrand #x ationeseoughtanti 2000 NULL NULL NULL 105040.42 51 +NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 105040.42 51 +NULL sports-apparel NULL NULL 2000 NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL swimwear NULL NULL NULL NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x antieingoughtcally 2000 NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 132397.04 27 +NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 +NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 +NULL tennis NULL barpribaranti 2000 NULL NULL NULL 73252.58 91 +NULL tennis NULL barpribaranti NULL NULL NULL NULL 73252.58 91 +NULL womens NULL NULL 2000 NULL NULL NULL 78649.41 83 +NULL womens NULL NULL NULL NULL NULL NULL 180234.29 5 +NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 +NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 +NULL womens amalgedu pack #x NULL 2000 NULL NULL NULL 101584.88 64 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out new file mode 100644 index 000000000000..4ff3a34bcc5a --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out @@ -0,0 +1,140 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_last_name, + c_first_name, + ca_city, + bought_city, + ss_ticket_number, + extended_price, + extended_tax, + list_price +FROM (SELECT + ss_ticket_number, + ss_customer_sk, + ca_city bought_city, + sum(ss_ext_sales_price) extended_price, + sum(ss_ext_list_price) list_price, + sum(ss_ext_tax) extended_tax +FROM store_sales, date_dim, store, household_demographics, customer_address +WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_store_sk = store.s_store_sk + AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk + AND store_sales.ss_addr_sk = customer_address.ca_address_sk + AND date_dim.d_dom BETWEEN 1 AND 2 + AND (household_demographics.hd_dep_count = 4 OR + household_demographics.hd_vehicle_count = 3) + AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) + AND store.s_city IN ('Midway', 'Fairview') +GROUP BY ss_ticket_number, ss_customer_sk, ss_addr_sk, ca_city) dn, + customer, + customer_address current_addr +WHERE ss_customer_sk = c_customer_sk + AND customer.c_current_addr_sk = current_addr.ca_address_sk + AND current_addr.ca_city <> bought_city +ORDER BY c_last_name, ss_ticket_number +LIMIT 100 +-- !query schema +struct +-- !query output +Aaron Guy Lakeside Mount Pleasant 210815 24704.66 678.88 45673.18 +Abbott Harriet Wesley Forest Hills 84405 23666.36 1274.86 45689.64 +Abbott Joseph Greenfield Midway 62751 37795.50 1086.40 53385.17 +Abney Louis Gladstone Green Acres 140967 20698.82 491.86 48086.21 +Acevedo David Clinton Shady Grove 131505 22075.16 772.60 46961.99 +Acosta David Harmony Bunker Hill 112259 11738.20 399.34 17105.96 +Acosta Johnnie Centerville Enterprise 69183 21688.97 1059.74 34387.30 +Adair Evan Blanchard New Hope 117449 10843.01 540.08 20084.01 +Adams Genevieve Enterprise Union Hill 109910 32666.21 1432.96 61189.81 +Adams John Marion Oak Ridge 206733 34785.44 852.47 57926.68 +Adams Joyce Newtown Concord 166181 18450.10 1108.79 28427.74 +NULL Ana Deerfield Jamestown 26329 37277.21 1346.72 65078.34 +NULL Andrew Centerville Plainview 98661 40661.38 973.31 79995.51 +NULL Andrew Shiloh Mount Zion 205712 18320.09 575.85 32773.59 +NULL Antone Antioch Forest Hills 192973 14507.02 841.86 34973.08 +NULL Barbara Westgate Crossroads 202167 17296.28 1017.79 30562.26 +NULL Bernadette Ashland Pleasant Grove 134217 6757.46 306.65 17709.08 +NULL David Florence Springdale 108460 17730.57 647.69 43637.79 +NULL Diane Five Points Mount Zion 203347 26281.72 533.37 42267.33 +NULL Donna Oak Hill Sulphur Springs 36870 25603.09 1331.75 53982.97 +NULL Douglas Crossroads Sunnyside 218776 22822.92 884.66 42559.53 +NULL Emiko Liberty Oakdale 193771 9730.58 249.23 22985.99 +NULL Frank Riverview Waterloo 109144 18721.91 846.02 29241.20 +NULL George Pleasant Grove Shiloh 179953 18237.84 607.57 44135.38 +NULL Gertrude Greenwood Macedonia 137410 33678.21 1866.59 47276.52 +NULL Jack Oakwood Liberty 149758 18006.16 299.45 37000.83 +NULL James Riverview Valley View 99563 22376.23 546.85 42749.50 +NULL James Shiloh Wesley 142680 28622.37 1046.33 61645.20 +NULL John Fairview Lakeside 123374 21712.42 1337.39 31640.02 +NULL John Parkwood Edgewood 24159 24087.46 1200.55 51305.29 +NULL Joseph Lakewood Mount Olive 231104 34934.39 1256.89 55986.84 +NULL Joseph Springdale Lakeside 134343 17381.47 748.31 37418.87 +NULL Joshua Five Points Hopewell 227114 19755.36 674.30 28406.59 +NULL Joshua Lakeside Highland Park 46736 29566.29 1020.12 55274.62 +NULL Juanita Waterloo Georgetown 100509 26660.53 676.41 51566.27 +NULL Karen Greenfield Friendship 40841 15048.50 678.00 45109.61 +NULL Kent Wilson Mountain View 27855 34594.01 1145.23 61220.01 +NULL Lacey Jamestown Riverside 134462 10125.84 293.43 26180.45 +NULL Larry Oak Hill Five Points 54597 31630.41 1432.78 55835.87 +NULL Lillian Fairview Pleasant Hill 90533 32594.36 1558.26 66144.34 +NULL Malcolm Spring Hill Bridgeport 97846 27789.25 1441.65 70190.53 +NULL Marti Greenwood Providence 231861 18475.92 694.12 33988.12 +NULL Melvin Woodville Harmony 115030 15067.30 734.83 31515.14 +NULL NULL Brownsville Walnut Grove 53883 23832.80 1031.26 32052.94 +NULL NULL Buena Vista Griffin 109500 35164.09 1692.37 53432.26 +NULL NULL Centerville Providence 62604 6898.02 324.99 30892.81 +NULL NULL Clinton Redland 36631 20981.79 1799.58 26288.30 +NULL NULL Dallas Shady Grove 55706 22011.96 313.15 53826.72 +NULL NULL Deerfield Lakeside 232906 18068.60 650.65 43837.36 +NULL NULL Edgewood Belmont 230383 14998.93 844.15 26544.25 +NULL NULL Fairview Florence 90439 18472.43 665.54 45369.45 +NULL NULL Five Points Tracy 159202 32371.98 1162.21 65641.10 +NULL NULL Florence Spring Hill 104935 19660.92 1221.31 44977.11 +NULL NULL Forest Hills Argyle 139387 14190.66 566.22 26171.36 +NULL NULL Franklin Floyd 230648 16319.23 871.53 38604.51 +NULL NULL Galena Sulphur Springs 137765 12788.84 545.88 35276.70 +NULL NULL Georgetown Forest Hills 195266 11924.71 382.35 28208.78 +NULL NULL Glendale Mount Pleasant 159389 19529.56 568.73 42661.40 +NULL NULL Guilford Wildwood 49651 14471.24 513.47 32498.08 +NULL NULL Hillcrest Valley View 218569 37536.35 1322.01 54952.26 +NULL NULL Kingston Wildwood 176614 38949.49 2260.34 62962.63 +NULL NULL Lakeside Jackson 235093 15888.52 457.78 39640.17 +NULL NULL Leon Five Points 50330 18970.87 926.99 49138.72 +NULL NULL Littleton Walnut Grove 209023 22998.20 640.55 41076.55 +NULL NULL Midway Oakwood 11488 13314.57 425.70 30008.53 +NULL NULL Morris Sullivan 97140 13728.72 455.24 22377.36 +NULL NULL Mount Pleasant Greenville 206301 20248.08 682.37 57143.50 +NULL NULL Mount Zion Greenwood 174923 17133.91 313.95 51727.01 +NULL NULL Mountain View Deerfield 194436 16962.72 773.97 33070.54 +NULL NULL Newport Bunker Hill 47193 37645.73 1195.20 72749.99 +NULL NULL Newtown Union Hill 186823 18161.92 709.16 27119.67 +NULL NULL Pleasant Grove Newtown 164893 15334.29 612.95 39959.97 +NULL NULL Pleasant Hill Waterloo 156554 20178.41 1143.87 34449.89 +NULL NULL Salem Mount Pleasant 50365 26947.72 531.11 39988.78 +NULL NULL Shady Grove Clifford 103990 20797.70 1019.91 44546.93 +NULL NULL Shelby Clifton 54573 25576.31 723.92 42159.67 +NULL NULL Shiloh Oakland 46266 25416.89 1427.81 45735.58 +NULL NULL Springfield Florence 77578 11201.04 573.75 39745.55 +NULL NULL Springfield Jackson 176898 22035.46 785.41 36552.00 +NULL NULL Summit Concord 224470 17167.29 893.49 36546.18 +NULL NULL Sunnyside Newtown 40831 22656.49 1011.26 54581.80 +NULL NULL Unionville Woodlawn 70 14472.01 383.45 27139.95 +NULL NULL Walnut Grove Willow 147740 24550.37 1403.66 47888.99 +NULL NULL Waterloo Spring Hill 206784 21355.86 1366.98 37107.65 +NULL NULL White Oak Florence 92664 13525.33 462.86 28408.35 +NULL NULL Wilson Jamestown 111773 21025.19 845.83 39863.08 +NULL Norman Jamestown Farmington 218063 37475.56 1480.70 61106.57 +NULL Ralph Valley View Harmony 125234 17152.89 603.81 43572.89 +NULL Raymond Springfield Greenfield 174183 26633.39 1132.88 66071.66 +NULL Rene Caledonia Spring Valley 30016 48048.11 1969.99 88469.89 +NULL Rene Caledonia Stringtown 16638 20732.47 915.66 38600.63 +NULL Ricky Stringtown Glenwood 120194 22030.71 790.40 54088.54 +NULL Roy Georgetown Riverside 200033 35666.28 644.10 62654.54 +NULL Shannon Brownsville Deerfield 57279 31806.93 1450.73 59987.95 +NULL Susan Green Acres Liberty 143399 13352.11 880.61 30549.47 +NULL Tabatha Harmony Greenfield 56102 17377.84 420.63 38464.67 +NULL Victor Providence Antioch 161524 14173.12 860.07 26079.25 +NULL Violet Woodlawn Woodville 193534 17536.20 1067.01 30308.64 +NULL Warren Bunker Hill Greenville 134828 10481.74 350.80 19160.46 +NULL Willie Freeport Wyoming 147738 15265.05 608.18 43336.34 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out new file mode 100644 index 000000000000..31bf382226cd --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out @@ -0,0 +1,144 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + cd_gender, + cd_marital_status, + cd_education_status, + count(*) cnt1, + cd_purchase_estimate, + count(*) cnt2, + cd_credit_rating, + count(*) cnt3 +FROM + customer c, customer_address ca, customer_demographics +WHERE + c.c_current_addr_sk = ca.ca_address_sk AND + ca_state IN ('KY', 'GA', 'NM') AND + cd_demo_sk = c.c_current_cdemo_sk AND + exists(SELECT * + FROM store_sales, date_dim + WHERE c.c_customer_sk = ss_customer_sk AND + ss_sold_date_sk = d_date_sk AND + d_year = 2001 AND + d_moy BETWEEN 4 AND 4 + 2) AND + (NOT exists(SELECT * + FROM web_sales, date_dim + WHERE c.c_customer_sk = ws_bill_customer_sk AND + ws_sold_date_sk = d_date_sk AND + d_year = 2001 AND + d_moy BETWEEN 4 AND 4 + 2) AND + NOT exists(SELECT * + FROM catalog_sales, date_dim + WHERE c.c_customer_sk = cs_ship_customer_sk AND + cs_sold_date_sk = d_date_sk AND + d_year = 2001 AND + d_moy BETWEEN 4 AND 4 + 2)) +GROUP BY cd_gender, cd_marital_status, cd_education_status, + cd_purchase_estimate, cd_credit_rating +ORDER BY cd_gender, cd_marital_status, cd_education_status, + cd_purchase_estimate, cd_credit_rating +LIMIT 100 +-- !query schema +struct +-- !query output +F D 2 yr Degree 1 2500 1 Low Risk 1 +F D 2 yr Degree 1 4500 1 Good 1 +F D 2 yr Degree 1 9000 1 Good 1 +F D 2 yr Degree 1 9500 1 Good 1 +F D 2 yr Degree 2 4500 2 Low Risk 2 +F D 4 yr Degree 1 1000 1 Low Risk 1 +F D 4 yr Degree 1 1500 1 Low Risk 1 +F D 4 yr Degree 1 1500 1 Unknown 1 +F D 4 yr Degree 1 2000 1 Good 1 +F D 4 yr Degree 1 2500 1 Unknown 1 +F D 4 yr Degree 1 4000 1 Unknown 1 +F D 4 yr Degree 1 5500 1 Good 1 +F D 4 yr Degree 1 7000 1 Good 1 +F D 4 yr Degree 1 7000 1 High Risk 1 +F D 4 yr Degree 1 8000 1 High Risk 1 +F D 4 yr Degree 1 8500 1 Unknown 1 +F D Advanced Degree 1 1000 1 Good 1 +F D Advanced Degree 1 10000 1 Low Risk 1 +F D Advanced Degree 1 3500 1 Good 1 +F D Advanced Degree 1 3500 1 High Risk 1 +F D Advanced Degree 1 4000 1 High Risk 1 +F D Advanced Degree 1 5000 1 High Risk 1 +F D Advanced Degree 1 5500 1 Good 1 +F D Advanced Degree 1 5500 1 Low Risk 1 +F D Advanced Degree 1 6500 1 Low Risk 1 +F D Advanced Degree 1 7000 1 High Risk 1 +F D Advanced Degree 1 8000 1 Low Risk 1 +F D Advanced Degree 1 8500 1 High Risk 1 +F D Advanced Degree 1 9500 1 Low Risk 1 +F D Advanced Degree 1 9500 1 Unknown 1 +F D College 1 1500 1 Low Risk 1 +F D College 1 2500 1 Good 1 +F D College 1 4000 1 High Risk 1 +F D College 1 6000 1 Good 1 +F D College 1 6000 1 High Risk 1 +F D College 1 9000 1 High Risk 1 +F D Primary 1 10000 1 Good 1 +F D Primary 1 3000 1 High Risk 1 +F D Primary 1 4000 1 Low Risk 1 +F D Primary 1 4000 1 Unknown 1 +F D Primary 1 4500 1 Unknown 1 +F D Primary 1 5000 1 High Risk 1 +F D Primary 1 5000 1 Unknown 1 +F D Primary 1 6000 1 Good 1 +F D Primary 1 6000 1 Unknown 1 +F D Primary 1 8500 1 Unknown 1 +F D Primary 1 9000 1 Unknown 1 +F D Primary 1 9500 1 High Risk 1 +F D Primary 1 9500 1 Unknown 1 +F D Primary 2 10000 2 Low Risk 2 +F D Secondary 1 1000 1 High Risk 1 +F D Secondary 1 10000 1 Low Risk 1 +F D Secondary 1 3000 1 Good 1 +F D Secondary 1 3500 1 Good 1 +F D Secondary 1 500 1 Low Risk 1 +F D Secondary 1 6000 1 Low Risk 1 +F D Secondary 1 6500 1 Unknown 1 +F D Secondary 1 8500 1 High Risk 1 +F D Unknown 1 10000 1 Unknown 1 +F D Unknown 1 1500 1 High Risk 1 +F D Unknown 1 3000 1 Good 1 +F D Unknown 1 3000 1 High Risk 1 +F D Unknown 1 6000 1 Good 1 +F D Unknown 1 6500 1 High Risk 1 +F D Unknown 2 8000 2 Low Risk 2 +F M 2 yr Degree 1 2500 1 Low Risk 1 +F M 2 yr Degree 1 4500 1 Low Risk 1 +F M 2 yr Degree 1 8500 1 High Risk 1 +F M 2 yr Degree 3 4000 3 Unknown 3 +F M 4 yr Degree 1 1000 1 Good 1 +F M 4 yr Degree 1 1500 1 Good 1 +F M 4 yr Degree 1 4000 1 Low Risk 1 +F M 4 yr Degree 1 4000 1 Unknown 1 +F M 4 yr Degree 1 5000 1 Unknown 1 +F M 4 yr Degree 1 5500 1 Low Risk 1 +F M 4 yr Degree 1 6000 1 Good 1 +F M 4 yr Degree 1 8000 1 High Risk 1 +F M Advanced Degree 1 10000 1 Low Risk 1 +F M Advanced Degree 1 2500 1 Good 1 +F M Advanced Degree 1 3500 1 High Risk 1 +F M Advanced Degree 1 500 1 Low Risk 1 +F M Advanced Degree 1 500 1 Unknown 1 +F M Advanced Degree 1 6500 1 Good 1 +F M Advanced Degree 1 6500 1 Unknown 1 +F M Advanced Degree 1 8000 1 Low Risk 1 +F M Advanced Degree 1 9500 1 Good 1 +F M Advanced Degree 2 5500 2 Unknown 2 +F M College 1 1000 1 Unknown 1 +F M College 1 10000 1 High Risk 1 +F M College 1 3000 1 Good 1 +F M College 1 6000 1 Low Risk 1 +F M College 1 7000 1 High Risk 1 +F M College 1 8000 1 Good 1 +F M College 1 9000 1 Good 1 +F M College 1 9500 1 High Risk 1 +F M College 2 5000 2 High Risk 2 +F M College 2 9000 2 High Risk 2 +F M Primary 1 1000 1 Low Risk 1 +F M Primary 1 1500 1 High Risk 1 +F M Primary 1 7000 1 Good 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out new file mode 100644 index 000000000000..2118de08a2a9 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out @@ -0,0 +1,26 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + avg(ss_quantity) agg1, + avg(ss_list_price) agg2, + avg(ss_coupon_amt) agg3, + avg(ss_sales_price) agg4 +FROM store_sales, customer_demographics, date_dim, item, promotion +WHERE ss_sold_date_sk = d_date_sk AND + ss_item_sk = i_item_sk AND + ss_cdemo_sk = cd_demo_sk AND + ss_promo_sk = p_promo_sk AND + cd_gender = 'M' AND + cd_marital_status = 'S' AND + cd_education_status = 'College' AND + (p_channel_email = 'N' OR p_channel_event = 'N') AND + d_year = 2000 +GROUP BY i_item_id +ORDER BY i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out new file mode 100644 index 000000000000..a30427b86644 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out @@ -0,0 +1,47 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + sum(ss_net_profit) AS total_sum, + s_state, + s_county, + grouping(s_state) + grouping(s_county) AS lochierarchy, + rank() + OVER ( + PARTITION BY grouping(s_state) + grouping(s_county), + CASE WHEN grouping(s_county) = 0 + THEN s_state END + ORDER BY sum(ss_net_profit) DESC) AS rank_within_parent +FROM + store_sales, date_dim d1, store +WHERE + d1.d_month_seq BETWEEN 1200 AND 1200 + 11 + AND d1.d_date_sk = ss_sold_date_sk + AND s_store_sk = ss_store_sk + AND s_state IN + (SELECT s_state + FROM + (SELECT + s_state AS s_state, + rank() + OVER (PARTITION BY s_state + ORDER BY sum(ss_net_profit) DESC) AS ranking + FROM store_sales, store, date_dim + WHERE d_month_seq BETWEEN 1200 AND 1200 + 11 + AND d_date_sk = ss_sold_date_sk + AND s_store_sk = ss_store_sk + GROUP BY s_state) tmp1 + WHERE ranking <= 5) +GROUP BY ROLLUP (s_state, s_county) +ORDER BY + lochierarchy DESC + , CASE WHEN lochierarchy = 0 + THEN s_state END + , rank_within_parent +LIMIT 100 +-- !query schema +struct +-- !query output +-440986113.22 NULL NULL 2 1 +-440986113.22 TN NULL 1 1 +-440986113.22 TN Williamson County 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out new file mode 100644 index 000000000000..10029f928b31 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out @@ -0,0 +1,51 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_brand_id brand_id, + i_brand brand, + t_hour, + t_minute, + sum(ext_price) ext_price +FROM item, + (SELECT + ws_ext_sales_price AS ext_price, + ws_sold_date_sk AS sold_date_sk, + ws_item_sk AS sold_item_sk, + ws_sold_time_sk AS time_sk + FROM web_sales, date_dim + WHERE d_date_sk = ws_sold_date_sk + AND d_moy = 11 + AND d_year = 1999 + UNION ALL + SELECT + cs_ext_sales_price AS ext_price, + cs_sold_date_sk AS sold_date_sk, + cs_item_sk AS sold_item_sk, + cs_sold_time_sk AS time_sk + FROM catalog_sales, date_dim + WHERE d_date_sk = cs_sold_date_sk + AND d_moy = 11 + AND d_year = 1999 + UNION ALL + SELECT + ss_ext_sales_price AS ext_price, + ss_sold_date_sk AS sold_date_sk, + ss_item_sk AS sold_item_sk, + ss_sold_time_sk AS time_sk + FROM store_sales, date_dim + WHERE d_date_sk = ss_sold_date_sk + AND d_moy = 11 + AND d_year = 1999 + ) AS tmp, time_dim +WHERE + sold_item_sk = i_item_sk + AND i_manager_id = 1 + AND time_sk = t_time_sk + AND (t_meal_time = 'breakfast' OR t_meal_time = 'dinner') +GROUP BY i_brand, i_brand_id, t_hour, t_minute +ORDER BY ext_price DESC, brand_id +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out new file mode 100644 index 000000000000..313dfb1fa0fc --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out @@ -0,0 +1,40 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_desc, + w_warehouse_name, + d1.d_week_seq, + count(CASE WHEN p_promo_sk IS NULL + THEN 1 + ELSE 0 END) no_promo, + count(CASE WHEN p_promo_sk IS NOT NULL + THEN 1 + ELSE 0 END) promo, + count(*) total_cnt +FROM catalog_sales + JOIN inventory ON (cs_item_sk = inv_item_sk) + JOIN warehouse ON (w_warehouse_sk = inv_warehouse_sk) + JOIN item ON (i_item_sk = cs_item_sk) + JOIN customer_demographics ON (cs_bill_cdemo_sk = cd_demo_sk) + JOIN household_demographics ON (cs_bill_hdemo_sk = hd_demo_sk) + JOIN date_dim d1 ON (cs_sold_date_sk = d1.d_date_sk) + JOIN date_dim d2 ON (inv_date_sk = d2.d_date_sk) + JOIN date_dim d3 ON (cs_ship_date_sk = d3.d_date_sk) + LEFT OUTER JOIN promotion ON (cs_promo_sk = p_promo_sk) + LEFT OUTER JOIN catalog_returns ON (cr_item_sk = cs_item_sk AND cr_order_number = cs_order_number) +WHERE d1.d_week_seq = d2.d_week_seq + AND inv_quantity_on_hand < cs_quantity + AND d3.d_date > (cast(d1.d_date AS DATE) + interval 5 days) + AND hd_buy_potential = '>10000' + AND d1.d_year = 1999 + AND hd_buy_potential = '>10000' + AND cd_marital_status = 'D' + AND d1.d_year = 1999 +GROUP BY i_item_desc, w_warehouse_name, d1.d_week_seq +ORDER BY total_cnt DESC, i_item_desc, w_warehouse_name, d_week_seq +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out new file mode 100644 index 000000000000..281d7c0cd539 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out @@ -0,0 +1,37 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_last_name, + c_first_name, + c_salutation, + c_preferred_cust_flag, + ss_ticket_number, + cnt +FROM + (SELECT + ss_ticket_number, + ss_customer_sk, + count(*) cnt + FROM store_sales, date_dim, store, household_demographics + WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_store_sk = store.s_store_sk + AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk + AND date_dim.d_dom BETWEEN 1 AND 2 + AND (household_demographics.hd_buy_potential = '>10000' OR + household_demographics.hd_buy_potential = 'unknown') + AND household_demographics.hd_vehicle_count > 0 + AND CASE WHEN household_demographics.hd_vehicle_count > 0 + THEN + household_demographics.hd_dep_count / household_demographics.hd_vehicle_count + ELSE NULL END > 1 + AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) + AND store.s_county IN ('Williamson County', 'Franklin Parish', 'Bronx County', 'Orange County') + GROUP BY ss_ticket_number, ss_customer_sk) dj, customer +WHERE ss_customer_sk = c_customer_sk + AND cnt BETWEEN 1 AND 5 +ORDER BY cnt DESC +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out new file mode 100644 index 000000000000..b910a4bd343b --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out @@ -0,0 +1,156 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH year_total AS ( + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + d_year AS year, + sum(ss_net_paid) year_total, + 's' sale_type + FROM + customer, store_sales, date_dim + WHERE c_customer_sk = ss_customer_sk + AND ss_sold_date_sk = d_date_sk + AND d_year IN (2001, 2001 + 1) + GROUP BY + c_customer_id, c_first_name, c_last_name, d_year + UNION ALL + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + d_year AS year, + sum(ws_net_paid) year_total, + 'w' sale_type + FROM + customer, web_sales, date_dim + WHERE c_customer_sk = ws_bill_customer_sk + AND ws_sold_date_sk = d_date_sk + AND d_year IN (2001, 2001 + 1) + GROUP BY + c_customer_id, c_first_name, c_last_name, d_year) +SELECT + t_s_secyear.customer_id, + t_s_secyear.customer_first_name, + t_s_secyear.customer_last_name +FROM + year_total t_s_firstyear, year_total t_s_secyear, + year_total t_w_firstyear, year_total t_w_secyear +WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id + AND t_s_firstyear.customer_id = t_w_secyear.customer_id + AND t_s_firstyear.customer_id = t_w_firstyear.customer_id + AND t_s_firstyear.sale_type = 's' + AND t_w_firstyear.sale_type = 'w' + AND t_s_secyear.sale_type = 's' + AND t_w_secyear.sale_type = 'w' + AND t_s_firstyear.year = 2001 + AND t_s_secyear.year = 2001 + 1 + AND t_w_firstyear.year = 2001 + AND t_w_secyear.year = 2001 + 1 + AND t_s_firstyear.year_total > 0 + AND t_w_firstyear.year_total > 0 + AND CASE WHEN t_w_firstyear.year_total > 0 + THEN t_w_secyear.year_total / t_w_firstyear.year_total + ELSE NULL END + > CASE WHEN t_s_firstyear.year_total > 0 + THEN t_s_secyear.year_total / t_s_firstyear.year_total + ELSE NULL END +ORDER BY 1, 1, 1 +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAAMGDAAAA Kenneth Harlan +AAAAAAAAANFAAAAA Philip Banks +AAAAAAAAAOPFBAAA Jerry Fields +AAAAAAAABLEIBAAA Paula Wakefield +AAAAAAAABNBBAAAA Irma Smith +AAAAAAAACADPAAAA Cristobal Thomas +AAAAAAAACFCGBAAA Marcus Sanders +AAAAAAAACFENAAAA Christopher Dawson +AAAAAAAACIJMAAAA Elizabeth Thomas +AAAAAAAACJDIAAAA James Kerr +AAAAAAAACNAGBAAA Virginia May +AAAAAAAADBEFBAAA Bennie Bowers +AAAAAAAADCKOAAAA Robert Gonzalez +AAAAAAAADFIEBAAA John Gray +AAAAAAAADFKABAAA Latoya Craft +AAAAAAAADIIOAAAA David Carroll +AAAAAAAADIJGBAAA Ruth Sanders +AAAAAAAADLHBBAAA Henry Bertrand +AAAAAAAAEADJAAAA Ruth Carroll +AAAAAAAAEJDLAAAA Alice Wright +AAAAAAAAEKFPAAAA Annika Chin +AAAAAAAAEKJLAAAA Aisha Carlson +AAAAAAAAEOAKAAAA Molly Benjamin +AAAAAAAAEPOGAAAA Felisha Mendes +AAAAAAAAFACEAAAA Priscilla Miller +AAAAAAAAFBAHAAAA Michael Williams +AAAAAAAAFGIGAAAA Eduardo Miller +AAAAAAAAFGPGAAAA Albert Wadsworth +AAAAAAAAFHACBAAA NULL NULL +AAAAAAAAFJHFAAAA Larissa Roy +AAAAAAAAFMHIAAAA Emilio Darling +AAAAAAAAFOGIAAAA Michelle Greene +AAAAAAAAFOJAAAAA Don Castillo +AAAAAAAAGEHIAAAA Tyler Miller +AAAAAAAAGFMDBAAA Kathleen Gibson +AAAAAAAAGHPBBAAA Nick Mendez +AAAAAAAAGNDAAAAA Terry Mcdowell +AAAAAAAAHGOABAAA Sonia White +AAAAAAAAHHCABAAA William Stewart +AAAAAAAAHJLAAAAA Audrey Beltran +AAAAAAAAHMJNAAAA Ryan Baptiste +AAAAAAAAHMOIAAAA Grace Henderson +AAAAAAAAHNFHAAAA Rebecca Wilson +AAAAAAAAIADEBAAA Diane Aldridge +AAAAAAAAIBAEBAAA Sandra Wilson +AAAAAAAAIBFCBAAA Ruth Grantham +AAAAAAAAIBHHAAAA Jennifer Ballard +AAAAAAAAICHFAAAA Linda Mccoy +AAAAAAAAIDKFAAAA Michael Mack +AAAAAAAAIJEMAAAA Charlie Cummings +AAAAAAAAIMHBAAAA Kathy Knowles +AAAAAAAAIMHHBAAA Lillian Davidson +AAAAAAAAJEKFBAAA Norma Burkholder +AAAAAAAAJGMMAAAA Richard Larson +AAAAAAAAJIALAAAA Santos Gutierrez +AAAAAAAAJKBNAAAA Julie Kern +AAAAAAAAJONHBAAA Warren Orozco +AAAAAAAAKAECAAAA Milton Mackey +AAAAAAAAKBCABAAA Debra Bell +AAAAAAAAKJBKAAAA Georgia Scott +AAAAAAAAKJBLAAAA Kerry Davis +AAAAAAAAKKGEAAAA Katie Dunbar +AAAAAAAAKLHHBAAA Manuel Castaneda +AAAAAAAAKNAKAAAA Gladys Banks +AAAAAAAAKOJJAAAA Gracie Mendoza +AAAAAAAALFKKAAAA Ignacio Miller +AAAAAAAALHMCAAAA Brooke Nelson +AAAAAAAALIOPAAAA Derek Allen +AAAAAAAALJNCBAAA George Gamez +AAAAAAAAMDCAAAAA Louann Hamel +AAAAAAAAMFFLAAAA Margret Gray +AAAAAAAAMMOBBAAA Margaret Smith +AAAAAAAANFBDBAAA Vernice Fernandez +AAAAAAAANGDBBAAA Carlos Jewell +AAAAAAAANIPLAAAA Eric Lawrence +AAAAAAAANJAGAAAA Allen Hood +AAAAAAAANJHCBAAA Christopher Schreiber +AAAAAAAAOBADBAAA Elizabeth Burnham +AAAAAAAAOCAJAAAA Jenna Staton +AAAAAAAAOCDJAAAA Nina Sanchez +AAAAAAAAOCICAAAA Zachary Pennington +AAAAAAAAOCLBBAAA NULL NULL +AAAAAAAAOFLCAAAA James Taylor +AAAAAAAAOPDLAAAA Ann Pence +AAAAAAAAPDFBAAAA Terrance Banks +AAAAAAAAPEHEBAAA Edith Molina +AAAAAAAAPFCLAAAA Felicia Neville +AAAAAAAAPJENAAAA Ashley Norton +AAAAAAAAPKBCBAAA Andrea White +AAAAAAAAPKIKAAAA Wendy Horvath +AAAAAAAAPMMBBAAA Paul Jordan +AAAAAAAAPPIBBAAA Candice Lee diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out new file mode 100644 index 000000000000..dc388e0d5d9e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out @@ -0,0 +1,83 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH all_sales AS ( + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + SUM(sales_cnt) AS sales_cnt, + SUM(sales_amt) AS sales_amt + FROM ( + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + cs_quantity - COALESCE(cr_return_quantity, 0) AS sales_cnt, + cs_ext_sales_price - COALESCE(cr_return_amount, 0.0) AS sales_amt + FROM catalog_sales + JOIN item ON i_item_sk = cs_item_sk + JOIN date_dim ON d_date_sk = cs_sold_date_sk + LEFT JOIN catalog_returns ON (cs_order_number = cr_order_number + AND cs_item_sk = cr_item_sk) + WHERE i_category = 'Books' + UNION + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + ss_quantity - COALESCE(sr_return_quantity, 0) AS sales_cnt, + ss_ext_sales_price - COALESCE(sr_return_amt, 0.0) AS sales_amt + FROM store_sales + JOIN item ON i_item_sk = ss_item_sk + JOIN date_dim ON d_date_sk = ss_sold_date_sk + LEFT JOIN store_returns ON (ss_ticket_number = sr_ticket_number + AND ss_item_sk = sr_item_sk) + WHERE i_category = 'Books' + UNION + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + ws_quantity - COALESCE(wr_return_quantity, 0) AS sales_cnt, + ws_ext_sales_price - COALESCE(wr_return_amt, 0.0) AS sales_amt + FROM web_sales + JOIN item ON i_item_sk = ws_item_sk + JOIN date_dim ON d_date_sk = ws_sold_date_sk + LEFT JOIN web_returns ON (ws_order_number = wr_order_number + AND ws_item_sk = wr_item_sk) + WHERE i_category = 'Books') sales_detail + GROUP BY d_year, i_brand_id, i_class_id, i_category_id, i_manufact_id) +SELECT + prev_yr.d_year AS prev_year, + curr_yr.d_year AS year, + curr_yr.i_brand_id, + curr_yr.i_class_id, + curr_yr.i_category_id, + curr_yr.i_manufact_id, + prev_yr.sales_cnt AS prev_yr_cnt, + curr_yr.sales_cnt AS curr_yr_cnt, + curr_yr.sales_cnt - prev_yr.sales_cnt AS sales_cnt_diff, + curr_yr.sales_amt - prev_yr.sales_amt AS sales_amt_diff +FROM all_sales curr_yr, all_sales prev_yr +WHERE curr_yr.i_brand_id = prev_yr.i_brand_id + AND curr_yr.i_class_id = prev_yr.i_class_id + AND curr_yr.i_category_id = prev_yr.i_category_id + AND curr_yr.i_manufact_id = prev_yr.i_manufact_id + AND curr_yr.d_year = 2002 + AND prev_yr.d_year = 2002 - 1 + AND CAST(curr_yr.sales_cnt AS DECIMAL(17, 2)) / CAST(prev_yr.sales_cnt AS DECIMAL(17, 2)) < 0.9 +ORDER BY sales_cnt_diff +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out new file mode 100644 index 000000000000..d222fead0d05 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out @@ -0,0 +1,153 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + channel, + col_name, + d_year, + d_qoy, + i_category, + COUNT(*) sales_cnt, + SUM(ext_sales_price) sales_amt +FROM ( + SELECT + 'store' AS channel, + ss_store_sk col_name, + d_year, + d_qoy, + i_category, + ss_ext_sales_price ext_sales_price + FROM store_sales, item, date_dim + WHERE ss_store_sk IS NULL + AND ss_sold_date_sk = d_date_sk + AND ss_item_sk = i_item_sk + UNION ALL + SELECT + 'web' AS channel, + ws_ship_customer_sk col_name, + d_year, + d_qoy, + i_category, + ws_ext_sales_price ext_sales_price + FROM web_sales, item, date_dim + WHERE ws_ship_customer_sk IS NULL + AND ws_sold_date_sk = d_date_sk + AND ws_item_sk = i_item_sk + UNION ALL + SELECT + 'catalog' AS channel, + cs_ship_addr_sk col_name, + d_year, + d_qoy, + i_category, + cs_ext_sales_price ext_sales_price + FROM catalog_sales, item, date_dim + WHERE cs_ship_addr_sk IS NULL + AND cs_sold_date_sk = d_date_sk + AND cs_item_sk = i_item_sk) foo +GROUP BY channel, col_name, d_year, d_qoy, i_category +ORDER BY channel, col_name, d_year, d_qoy, i_category +LIMIT 100 +-- !query schema +struct +-- !query output +catalog NULL 1998 1 Books 14 24660.12 +catalog NULL 1998 1 Children 5 5064.75 +catalog NULL 1998 1 Electronics 13 31709.80 +catalog NULL 1998 1 Home 12 11651.18 +catalog NULL 1998 1 Jewelry 13 13102.23 +catalog NULL 1998 1 Men 11 17458.37 +catalog NULL 1998 1 Music 13 6741.65 +catalog NULL 1998 1 Shoes 9 24531.24 +catalog NULL 1998 1 Sports 9 19244.50 +catalog NULL 1998 1 Women 13 24864.50 +catalog NULL 1998 2 Books 14 16581.16 +catalog NULL 1998 2 Children 12 26195.71 +catalog NULL 1998 2 Electronics 9 7133.74 +catalog NULL 1998 2 Home 15 44228.54 +catalog NULL 1998 2 Jewelry 11 6804.54 +catalog NULL 1998 2 Men 11 11700.11 +catalog NULL 1998 2 Music 10 32062.82 +catalog NULL 1998 2 NULL 1 1535.61 +catalog NULL 1998 2 Shoes 7 4682.58 +catalog NULL 1998 2 Sports 7 5470.29 +catalog NULL 1998 2 Women 5 14928.09 +catalog NULL 1998 3 Books 20 22224.09 +catalog NULL 1998 3 Children 19 18667.83 +catalog NULL 1998 3 Electronics 15 21854.97 +catalog NULL 1998 3 Home 22 24690.28 +catalog NULL 1998 3 Jewelry 14 4586.41 +catalog NULL 1998 3 Men 20 30700.69 +catalog NULL 1998 3 Music 23 44816.68 +catalog NULL 1998 3 Shoes 20 33458.73 +catalog NULL 1998 3 Sports 25 35679.92 +catalog NULL 1998 3 Women 22 48029.28 +catalog NULL 1998 4 Books 28 46283.99 +catalog NULL 1998 4 Children 40 57305.90 +catalog NULL 1998 4 Electronics 29 42656.07 +catalog NULL 1998 4 Home 29 29708.36 +catalog NULL 1998 4 Jewelry 29 24689.26 +catalog NULL 1998 4 Men 36 64378.63 +catalog NULL 1998 4 Music 35 51308.03 +catalog NULL 1998 4 NULL 2 839.65 +catalog NULL 1998 4 Shoes 27 10881.49 +catalog NULL 1998 4 Sports 33 33380.56 +catalog NULL 1998 4 Women 35 14347.96 +catalog NULL 1999 1 Books 14 35278.57 +catalog NULL 1999 1 Children 13 17183.17 +catalog NULL 1999 1 Electronics 4 153.18 +catalog NULL 1999 1 Home 11 19895.88 +catalog NULL 1999 1 Jewelry 9 1341.90 +catalog NULL 1999 1 Men 9 6625.86 +catalog NULL 1999 1 Music 10 27861.23 +catalog NULL 1999 1 Shoes 15 5365.20 +catalog NULL 1999 1 Sports 9 10745.83 +catalog NULL 1999 1 Women 11 15388.74 +catalog NULL 1999 2 Books 6 3659.91 +catalog NULL 1999 2 Children 13 6066.50 +catalog NULL 1999 2 Electronics 10 14915.50 +catalog NULL 1999 2 Home 13 12035.96 +catalog NULL 1999 2 Jewelry 6 23975.00 +catalog NULL 1999 2 Men 13 16414.16 +catalog NULL 1999 2 Music 13 6061.53 +catalog NULL 1999 2 Shoes 10 12500.71 +catalog NULL 1999 2 Sports 11 2181.52 +catalog NULL 1999 2 Women 11 16390.31 +catalog NULL 1999 3 Books 18 29809.59 +catalog NULL 1999 3 Children 16 12816.74 +catalog NULL 1999 3 Electronics 17 36415.09 +catalog NULL 1999 3 Home 15 19664.04 +catalog NULL 1999 3 Jewelry 20 23257.68 +catalog NULL 1999 3 Men 19 20150.72 +catalog NULL 1999 3 Music 20 12062.24 +catalog NULL 1999 3 Shoes 13 14924.61 +catalog NULL 1999 3 Sports 24 56456.44 +catalog NULL 1999 3 Women 17 6958.54 +catalog NULL 1999 4 Books 27 50890.95 +catalog NULL 1999 4 Children 36 30608.13 +catalog NULL 1999 4 Electronics 28 59307.37 +catalog NULL 1999 4 Home 46 51713.78 +catalog NULL 1999 4 Jewelry 34 44238.07 +catalog NULL 1999 4 Men 19 17925.34 +catalog NULL 1999 4 Music 28 14816.79 +catalog NULL 1999 4 NULL 1 NULL +catalog NULL 1999 4 Shoes 35 48226.50 +catalog NULL 1999 4 Sports 32 35012.19 +catalog NULL 1999 4 Women 30 24033.32 +catalog NULL 2000 1 Books 15 50786.51 +catalog NULL 2000 1 Children 6 5623.72 +catalog NULL 2000 1 Electronics 13 35869.18 +catalog NULL 2000 1 Home 14 11212.87 +catalog NULL 2000 1 Jewelry 9 16751.45 +catalog NULL 2000 1 Men 14 34465.53 +catalog NULL 2000 1 Music 9 23103.03 +catalog NULL 2000 1 Shoes 9 2854.29 +catalog NULL 2000 1 Sports 5 159.04 +catalog NULL 2000 1 Women 8 8663.29 +catalog NULL 2000 2 Books 14 18943.05 +catalog NULL 2000 2 Children 8 7309.74 +catalog NULL 2000 2 Electronics 9 11856.27 +catalog NULL 2000 2 Home 8 10107.78 +catalog NULL 2000 2 Jewelry 9 19113.02 +catalog NULL 2000 2 Men 12 41513.90 +catalog NULL 2000 2 Music 10 7181.12 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out new file mode 100644 index 000000000000..c39f8b495f73 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out @@ -0,0 +1,150 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ss AS +(SELECT + s_store_sk, + sum(ss_ext_sales_price) AS sales, + sum(ss_net_profit) AS profit + FROM store_sales, date_dim, store + WHERE ss_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-03' AS DATE) AND + (cast('2000-08-03' AS DATE) + INTERVAL 30 days) + AND ss_store_sk = s_store_sk + GROUP BY s_store_sk), + sr AS + (SELECT + s_store_sk, + sum(sr_return_amt) AS returns, + sum(sr_net_loss) AS profit_loss + FROM store_returns, date_dim, store + WHERE sr_returned_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-03' AS DATE) AND + (cast('2000-08-03' AS DATE) + INTERVAL 30 days) + AND sr_store_sk = s_store_sk + GROUP BY s_store_sk), + cs AS + (SELECT + cs_call_center_sk, + sum(cs_ext_sales_price) AS sales, + sum(cs_net_profit) AS profit + FROM catalog_sales, date_dim + WHERE cs_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-03' AS DATE) AND + (cast('2000-08-03' AS DATE) + INTERVAL 30 days) + GROUP BY cs_call_center_sk), + cr AS + (SELECT + sum(cr_return_amount) AS returns, + sum(cr_net_loss) AS profit_loss + FROM catalog_returns, date_dim + WHERE cr_returned_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-03' AS DATE) AND + (cast('2000-08-03' AS DATE) + INTERVAL 30 days)), + ws AS + (SELECT + wp_web_page_sk, + sum(ws_ext_sales_price) AS sales, + sum(ws_net_profit) AS profit + FROM web_sales, date_dim, web_page + WHERE ws_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-03' AS DATE) AND + (cast('2000-08-03' AS DATE) + INTERVAL 30 days) + AND ws_web_page_sk = wp_web_page_sk + GROUP BY wp_web_page_sk), + wr AS + (SELECT + wp_web_page_sk, + sum(wr_return_amt) AS returns, + sum(wr_net_loss) AS profit_loss + FROM web_returns, date_dim, web_page + WHERE wr_returned_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-03' AS DATE) AND + (cast('2000-08-03' AS DATE) + INTERVAL 30 days) + AND wr_web_page_sk = wp_web_page_sk + GROUP BY wp_web_page_sk) +SELECT + channel, + id, + sum(sales) AS sales, + sum(returns) AS returns, + sum(profit) AS profit +FROM + (SELECT + 'store channel' AS channel, + ss.s_store_sk AS id, + sales, + coalesce(returns, 0) AS returns, + (profit - coalesce(profit_loss, 0)) AS profit + FROM ss + LEFT JOIN sr + ON ss.s_store_sk = sr.s_store_sk + UNION ALL + SELECT + 'catalog channel' AS channel, + cs_call_center_sk AS id, + sales, + returns, + (profit - profit_loss) AS profit + FROM cs, cr + UNION ALL + SELECT + 'web channel' AS channel, + ws.wp_web_page_sk AS id, + sales, + coalesce(returns, 0) returns, + (profit - coalesce(profit_loss, 0)) AS profit + FROM ws + LEFT JOIN wr + ON ws.wp_web_page_sk = wr.wp_web_page_sk + ) x +GROUP BY ROLLUP (channel, id) +ORDER BY channel, id +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL 232221465.82 11982952.24 -68693883.13 +catalog channel 1 25711965.54 2023352.51 -3771095.61 +catalog channel 2 28086925.07 2023352.51 -4541761.49 +catalog channel 5 26038313.82 2023352.51 -3728482.82 +catalog channel NULL 137152.08 2023352.51 -1206689.53 +catalog channel NULL 79974356.51 8093410.04 -13248029.45 +store channel 1 20239898.89 466074.41 -8960721.41 +store channel 10 18338714.31 407136.49 -8203710.83 +store channel 2 18685269.96 499636.85 -8303557.71 +store channel 4 18220984.73 476189.91 -8081714.38 +store channel 7 18479892.97 441765.11 -8293817.25 +store channel 8 19133082.76 421870.78 -8229334.94 +store channel NULL 113097843.62 2712673.55 -50072856.52 +web channel 1 1134370.18 33708.02 -204736.67 +web channel 11 1393565.07 3725.57 -128622.50 +web channel 13 1305407.77 49095.15 -179156.86 +web channel 14 1256685.71 56136.21 -102910.91 +web channel 17 1160559.59 23583.28 -239765.01 +web channel 19 1268894.72 53596.49 -143153.80 +web channel 2 1278850.93 78555.79 -170621.58 +web channel 20 1491727.00 40836.74 -77425.04 +web channel 23 1271377.03 20426.59 -155810.24 +web channel 25 1403075.58 59322.26 -128863.54 +web channel 26 1378469.43 50643.40 -209820.30 +web channel 29 1306617.24 11620.07 -106460.84 +web channel 31 1259052.95 30070.06 -204204.53 +web channel 32 1267535.92 40912.79 -241149.98 +web channel 35 1444107.04 18453.02 -168768.73 +web channel 37 1213368.27 35306.36 -105838.64 +web channel 38 1181028.89 47051.91 -237237.65 +web channel 41 1433769.99 21767.83 -171330.18 +web channel 43 1204792.54 61542.23 -194684.36 +web channel 44 1256347.03 39623.33 -217245.00 +web channel 47 1224412.02 24343.16 -204725.18 +web channel 49 1328985.68 40280.86 -203198.42 +web channel 5 1319939.65 26784.53 -149622.50 +web channel 50 1292794.11 77184.10 -222419.55 +web channel 53 1324237.98 3313.53 -176658.22 +web channel 55 1361712.89 42507.36 -177506.52 +web channel 56 1343468.89 79233.52 -215418.50 +web channel 59 1389900.87 11703.28 -143343.89 +web channel 7 1389519.73 62874.96 -216688.03 +web channel 8 1264690.99 32666.25 -275609.99 +web channel NULL 39149265.69 1176868.65 -5372997.16 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out new file mode 100644 index 000000000000..6a30fb07ae29 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out @@ -0,0 +1,71 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ws AS +(SELECT + d_year AS ws_sold_year, + ws_item_sk, + ws_bill_customer_sk ws_customer_sk, + sum(ws_quantity) ws_qty, + sum(ws_wholesale_cost) ws_wc, + sum(ws_sales_price) ws_sp + FROM web_sales + LEFT JOIN web_returns ON wr_order_number = ws_order_number AND ws_item_sk = wr_item_sk + JOIN date_dim ON ws_sold_date_sk = d_date_sk + WHERE wr_order_number IS NULL + GROUP BY d_year, ws_item_sk, ws_bill_customer_sk +), + cs AS + (SELECT + d_year AS cs_sold_year, + cs_item_sk, + cs_bill_customer_sk cs_customer_sk, + sum(cs_quantity) cs_qty, + sum(cs_wholesale_cost) cs_wc, + sum(cs_sales_price) cs_sp + FROM catalog_sales + LEFT JOIN catalog_returns ON cr_order_number = cs_order_number AND cs_item_sk = cr_item_sk + JOIN date_dim ON cs_sold_date_sk = d_date_sk + WHERE cr_order_number IS NULL + GROUP BY d_year, cs_item_sk, cs_bill_customer_sk + ), + ss AS + (SELECT + d_year AS ss_sold_year, + ss_item_sk, + ss_customer_sk, + sum(ss_quantity) ss_qty, + sum(ss_wholesale_cost) ss_wc, + sum(ss_sales_price) ss_sp + FROM store_sales + LEFT JOIN store_returns ON sr_ticket_number = ss_ticket_number AND ss_item_sk = sr_item_sk + JOIN date_dim ON ss_sold_date_sk = d_date_sk + WHERE sr_ticket_number IS NULL + GROUP BY d_year, ss_item_sk, ss_customer_sk + ) +SELECT + round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) ratio, + ss_qty store_qty, + ss_wc store_wholesale_cost, + ss_sp store_sales_price, + coalesce(ws_qty, 0) + coalesce(cs_qty, 0) other_chan_qty, + coalesce(ws_wc, 0) + coalesce(cs_wc, 0) other_chan_wholesale_cost, + coalesce(ws_sp, 0) + coalesce(cs_sp, 0) other_chan_sales_price +FROM ss + LEFT JOIN ws + ON (ws_sold_year = ss_sold_year AND ws_item_sk = ss_item_sk AND ws_customer_sk = ss_customer_sk) + LEFT JOIN cs + ON (cs_sold_year = ss_sold_year AND cs_item_sk = ss_item_sk AND cs_customer_sk = ss_customer_sk) +WHERE coalesce(ws_qty, 0) > 0 AND coalesce(cs_qty, 0) > 0 AND ss_sold_year = 2000 +ORDER BY + ratio, + ss_qty DESC, ss_wc DESC, ss_sp DESC, + other_chan_qty, + other_chan_wholesale_cost, + other_chan_sales_price, + round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out new file mode 100644 index 000000000000..32380a32c5d1 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out @@ -0,0 +1,133 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_last_name, + c_first_name, + substr(s_city, 1, 30), + ss_ticket_number, + amt, + profit +FROM + (SELECT + ss_ticket_number, + ss_customer_sk, + store.s_city, + sum(ss_coupon_amt) amt, + sum(ss_net_profit) profit + FROM store_sales, date_dim, store, household_demographics + WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_store_sk = store.s_store_sk + AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk + AND (household_demographics.hd_dep_count = 6 OR + household_demographics.hd_vehicle_count > 2) + AND date_dim.d_dow = 1 + AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) + AND store.s_number_employees BETWEEN 200 AND 295 + GROUP BY ss_ticket_number, ss_customer_sk, ss_addr_sk, store.s_city) ms, customer +WHERE ss_customer_sk = c_customer_sk +ORDER BY c_last_name, c_first_name, substr(s_city, 1, 30), profit +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL Fairview 125748 1068.99 -6885.03 +NULL NULL Fairview 129036 612.76 -9951.35 +NULL NULL Fairview 142379 1419.98 -3892.46 +NULL NULL Fairview 146799 1201.82 -9526.13 +NULL NULL Fairview 158139 3721.39 -23039.01 +NULL NULL Fairview 163421 1367.41 -4442.71 +NULL NULL Fairview 167006 2257.97 -13398.38 +NULL NULL Fairview 191089 774.36 -4209.49 +NULL NULL Fairview 198542 1082.91 -1789.20 +NULL NULL Fairview 213610 0.00 -14406.65 +NULL NULL Fairview 228288 344.31 -8873.54 +NULL NULL Fairview 230904 0.00 -2575.26 +NULL NULL Fairview 30114 165.75 -17434.48 +NULL NULL Fairview 34621 2129.85 -7876.49 +NULL NULL Fairview 66717 1521.09 -2431.95 +NULL NULL Fairview 66813 203.64 -7439.28 +NULL NULL Fairview 7153 9.96 -984.62 +NULL NULL Midway 102114 0.00 -6638.65 +NULL NULL Midway 103268 0.00 -14413.59 +NULL NULL Midway 103268 0.00 NULL +NULL NULL Midway 103927 4067.95 -15388.67 +NULL NULL Midway 10538 80.37 -10327.22 +NULL NULL Midway 10660 88.71 -4082.71 +NULL NULL Midway 109728 2083.90 -9357.20 +NULL NULL Midway 109831 7442.01 -14038.22 +NULL NULL Midway 111877 6321.51 -19177.96 +NULL NULL Midway 113867 NULL NULL +NULL NULL Midway 115373 295.40 -10518.54 +NULL NULL Midway 118548 960.04 -6150.21 +NULL NULL Midway 126177 5045.26 -9902.09 +NULL NULL Midway 128634 362.34 -8867.85 +NULL NULL Midway 13073 7191.35 -7052.08 +NULL NULL Midway 132924 1156.08 -21285.03 +NULL NULL Midway 13424 2244.41 -13337.11 +NULL NULL Midway 144321 293.21 -3652.26 +NULL NULL Midway 145180 0.00 -5393.65 +NULL NULL Midway 147740 2601.24 -8887.25 +NULL NULL Midway 152765 0.00 -12123.91 +NULL NULL Midway 152807 885.79 -7355.92 +NULL NULL Midway 153601 1826.35 -7760.98 +NULL NULL Midway 154925 0.00 -13975.29 +NULL NULL Midway 157905 2733.35 -5737.13 +NULL NULL Midway 159742 3230.63 -13929.03 +NULL NULL Midway 16363 2779.59 -12799.66 +NULL NULL Midway 164719 63.69 -5651.93 +NULL NULL Midway 176664 404.35 -7609.57 +NULL NULL Midway 177932 5919.58 -13201.49 +NULL NULL Midway 178696 81.17 -17671.47 +NULL NULL Midway 185866 1172.46 -12011.29 +NULL NULL Midway 188806 4618.18 -8810.05 +NULL NULL Midway 2018 29.76 -22410.59 +NULL NULL Midway 210261 1590.93 -9191.73 +NULL NULL Midway 214448 4036.02 -12189.20 +NULL NULL Midway 215748 2886.30 -6809.03 +NULL NULL Midway 216619 10.99 -7107.27 +NULL NULL Midway 217339 1865.02 -17373.08 +NULL NULL Midway 218338 0.00 -6520.72 +NULL NULL Midway 22110 292.16 -11529.30 +NULL NULL Midway 22249 283.79 -15294.16 +NULL NULL Midway 223610 277.11 -12432.76 +NULL NULL Midway 228411 63.05 -7003.42 +NULL NULL Midway 229149 92.42 -16316.52 +NULL NULL Midway 229921 3612.10 -16374.27 +NULL NULL Midway 230663 285.65 -17047.31 +NULL NULL Midway 230745 335.47 -6460.48 +NULL NULL Midway 234655 0.00 -7284.12 +NULL NULL Midway 23868 0.00 -5875.89 +NULL NULL Midway 24453 3762.75 -23692.00 +NULL NULL Midway 25768 563.65 -5382.14 +NULL NULL Midway 2597 8185.89 -9982.61 +NULL NULL Midway 27979 3118.44 -11169.87 +NULL NULL Midway 28961 1012.33 -6571.16 +NULL NULL Midway 31893 129.98 -7832.45 +NULL NULL Midway 362 545.72 -12767.12 +NULL NULL Midway 37443 5935.63 -11079.34 +NULL NULL Midway 4209 2424.02 -16215.01 +NULL NULL Midway 42870 834.21 -12044.33 +NULL NULL Midway 43495 4179.63 -11521.10 +NULL NULL Midway 44330 2073.16 -9774.23 +NULL NULL Midway 44461 0.00 -9796.43 +NULL NULL Midway 45822 4014.71 -13350.50 +NULL NULL Midway 59324 1963.84 -8402.14 +NULL NULL Midway 6159 0.00 -5326.19 +NULL NULL Midway 63058 543.97 -5986.27 +NULL NULL Midway 64117 3900.85 -13187.49 +NULL NULL Midway 64280 1881.76 -5952.31 +NULL NULL Midway 69241 804.35 -3962.88 +NULL NULL Midway 70150 690.04 -6022.55 +NULL NULL Midway 70505 979.13 -11422.12 +NULL NULL Midway 71117 3317.76 -10629.69 +NULL NULL Midway 72972 380.54 -8579.82 +NULL NULL Midway 76802 492.45 -6584.79 +NULL NULL Midway 7696 36.03 -5756.62 +NULL NULL Midway 77368 6332.15 -13973.11 +NULL NULL Midway 8272 4708.31 -20242.53 +NULL NULL Midway 83601 8274.69 -11017.35 +NULL NULL Midway 86777 1596.97 -12846.14 +NULL NULL Midway 88444 290.18 -12645.67 +NULL NULL Midway 88663 0.00 -9197.71 +NULL NULL Midway 9441 1109.31 -26407.61 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out new file mode 100644 index 000000000000..5997670efa68 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out @@ -0,0 +1,98 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + s_store_name, + sum(ss_net_profit) +FROM store_sales, date_dim, store, + (SELECT ca_zip + FROM ( + (SELECT substr(ca_zip, 1, 5) ca_zip + FROM customer_address + WHERE substr(ca_zip, 1, 5) IN ( + '24128','76232','65084','87816','83926','77556','20548', + '26231','43848','15126','91137','61265','98294','25782', + '17920','18426','98235','40081','84093','28577','55565', + '17183','54601','67897','22752','86284','18376','38607', + '45200','21756','29741','96765','23932','89360','29839', + '25989','28898','91068','72550','10390','18845','47770', + '82636','41367','76638','86198','81312','37126','39192', + '88424','72175','81426','53672','10445','42666','66864', + '66708','41248','48583','82276','18842','78890','49448', + '14089','38122','34425','79077','19849','43285','39861', + '66162','77610','13695','99543','83444','83041','12305', + '57665','68341','25003','57834','62878','49130','81096', + '18840','27700','23470','50412','21195','16021','76107', + '71954','68309','18119','98359','64544','10336','86379', + '27068','39736','98569','28915','24206','56529','57647', + '54917','42961','91110','63981','14922','36420','23006', + '67467','32754','30903','20260','31671','51798','72325', + '85816','68621','13955','36446','41766','68806','16725', + '15146','22744','35850','88086','51649','18270','52867', + '39972','96976','63792','11376','94898','13595','10516', + '90225','58943','39371','94945','28587','96576','57855', + '28488','26105','83933','25858','34322','44438','73171', + '30122','34102','22685','71256','78451','54364','13354', + '45375','40558','56458','28286','45266','47305','69399', + '83921','26233','11101','15371','69913','35942','15882', + '25631','24610','44165','99076','33786','70738','26653', + '14328','72305','62496','22152','10144','64147','48425', + '14663','21076','18799','30450','63089','81019','68893', + '24996','51200','51211','45692','92712','70466','79994', + '22437','25280','38935','71791','73134','56571','14060', + '19505','72425','56575','74351','68786','51650','20004', + '18383','76614','11634','18906','15765','41368','73241', + '76698','78567','97189','28545','76231','75691','22246', + '51061','90578','56691','68014','51103','94167','57047', + '14867','73520','15734','63435','25733','35474','24676', + '94627','53535','17879','15559','53268','59166','11928', + '59402','33282','45721','43933','68101','33515','36634', + '71286','19736','58058','55253','67473','41918','19515', + '36495','19430','22351','77191','91393','49156','50298', + '87501','18652','53179','18767','63193','23968','65164', + '68880','21286','72823','58470','67301','13394','31016', + '70372','67030','40604','24317','45748','39127','26065', + '77721','31029','31880','60576','24671','45549','13376', + '50016','33123','19769','22927','97789','46081','72151', + '15723','46136','51949','68100','96888','64528','14171', + '79777','28709','11489','25103','32213','78668','22245', + '15798','27156','37930','62971','21337','51622','67853', + '10567','38415','15455','58263','42029','60279','37125', + '56240','88190','50308','26859','64457','89091','82136', + '62377','36233','63837','58078','17043','30010','60099', + '28810','98025','29178','87343','73273','30469','64034', + '39516','86057','21309','90257','67875','40162','11356', + '73650','61810','72013','30431','22461','19512','13375', + '55307','30625','83849','68908','26689','96451','38193', + '46820','88885','84935','69035','83144','47537','56616', + '94983','48033','69952','25486','61547','27385','61860', + '58048','56910','16807','17871','35258','31387','35458', + '35576')) + INTERSECT + (SELECT ca_zip + FROM + (SELECT + substr(ca_zip, 1, 5) ca_zip, + count(*) cnt + FROM customer_address, customer + WHERE ca_address_sk = c_current_addr_sk AND + c_preferred_cust_flag = 'Y' + GROUP BY ca_zip + HAVING count(*) > 10) A1) + ) A2 + ) V1 +WHERE ss_store_sk = s_store_sk + AND ss_sold_date_sk = d_date_sk + AND d_qoy = 2 AND d_year = 1998 + AND (substr(s_zip, 1, 2) = substr(V1.ca_zip, 1, 2)) +GROUP BY s_store_name +ORDER BY s_store_name +LIMIT 100 +-- !query schema +struct +-- !query output +able -9767751.88 +ation -10546549.93 +bar -10133672.06 +ese -10335181.30 +ought -10737659.56 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out new file mode 100644 index 000000000000..756477aff0a2 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out @@ -0,0 +1,200 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ssr AS +(SELECT + s_store_id AS store_id, + sum(ss_ext_sales_price) AS sales, + sum(coalesce(sr_return_amt, 0)) AS returns, + sum(ss_net_profit - coalesce(sr_net_loss, 0)) AS profit + FROM store_sales + LEFT OUTER JOIN store_returns ON + (ss_item_sk = sr_item_sk AND + ss_ticket_number = sr_ticket_number) + , + date_dim, store, item, promotion + WHERE ss_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-23' AS DATE) + AND (cast('2000-08-23' AS DATE) + INTERVAL 30 days) + AND ss_store_sk = s_store_sk + AND ss_item_sk = i_item_sk + AND i_current_price > 50 + AND ss_promo_sk = p_promo_sk + AND p_channel_tv = 'N' + GROUP BY s_store_id), + csr AS + (SELECT + cp_catalog_page_id AS catalog_page_id, + sum(cs_ext_sales_price) AS sales, + sum(coalesce(cr_return_amount, 0)) AS returns, + sum(cs_net_profit - coalesce(cr_net_loss, 0)) AS profit + FROM catalog_sales + LEFT OUTER JOIN catalog_returns ON + (cs_item_sk = cr_item_sk AND + cs_order_number = cr_order_number) + , + date_dim, catalog_page, item, promotion + WHERE cs_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-23' AS DATE) + AND (cast('2000-08-23' AS DATE) + INTERVAL 30 days) + AND cs_catalog_page_sk = cp_catalog_page_sk + AND cs_item_sk = i_item_sk + AND i_current_price > 50 + AND cs_promo_sk = p_promo_sk + AND p_channel_tv = 'N' + GROUP BY cp_catalog_page_id), + wsr AS + (SELECT + web_site_id, + sum(ws_ext_sales_price) AS sales, + sum(coalesce(wr_return_amt, 0)) AS returns, + sum(ws_net_profit - coalesce(wr_net_loss, 0)) AS profit + FROM web_sales + LEFT OUTER JOIN web_returns ON + (ws_item_sk = wr_item_sk AND ws_order_number = wr_order_number) + , + date_dim, web_site, item, promotion + WHERE ws_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('2000-08-23' AS DATE) + AND (cast('2000-08-23' AS DATE) + INTERVAL 30 days) + AND ws_web_site_sk = web_site_sk + AND ws_item_sk = i_item_sk + AND i_current_price > 50 + AND ws_promo_sk = p_promo_sk + AND p_channel_tv = 'N' + GROUP BY web_site_id) +SELECT + channel, + id, + sum(sales) AS sales, + sum(returns) AS returns, + sum(profit) AS profit +FROM (SELECT + 'store channel' AS channel, + concat('store', store_id) AS id, + sales, + returns, + profit + FROM ssr + UNION ALL + SELECT + 'catalog channel' AS channel, + concat('catalog_page', catalog_page_id) AS id, + sales, + returns, + profit + FROM csr + UNION ALL + SELECT + 'web channel' AS channel, + concat('web_site', web_site_id) AS id, + sales, + returns, + profit + FROM wsr) x +GROUP BY ROLLUP (channel, id) +ORDER BY channel, id +LIMIT 100 +-- !query schema +struct +-- !query output +NULL NULL 13343451.50 687196.48 -4060382.36 +catalog channel NULL 4456215.06 230287.89 -614823.52 +catalog channel catalog_pageAAAAAAAAAAABAAAA 19965.69 3132.48 -16011.54 +catalog channel catalog_pageAAAAAAAAABABAAAA 14376.88 380.90 -3715.45 +catalog channel catalog_pageAAAAAAAAACABAAAA 4427.58 0.00 -6520.01 +catalog channel catalog_pageAAAAAAAAADABAAAA 8488.29 0.00 -3247.97 +catalog channel catalog_pageAAAAAAAAADCBAAAA 16052.65 0.00 -5900.88 +catalog channel catalog_pageAAAAAAAAAEABAAAA 10314.44 0.00 -7096.25 +catalog channel catalog_pageAAAAAAAAAECBAAAA 2857.44 2548.08 -136.42 +catalog channel catalog_pageAAAAAAAAAFABAAAA 5184.92 0.00 -507.04 +catalog channel catalog_pageAAAAAAAAAFCBAAAA 594.44 0.00 -1518.44 +catalog channel catalog_pageAAAAAAAAAGABAAAA 1107.03 190.82 -897.30 +catalog channel catalog_pageAAAAAAAAAGCBAAAA 3059.65 0.00 -5088.38 +catalog channel catalog_pageAAAAAAAAAHABAAAA 13134.30 0.00 2118.90 +catalog channel catalog_pageAAAAAAAAAHCBAAAA 16181.17 0.00 4761.95 +catalog channel catalog_pageAAAAAAAAAJCBAAAA 2448.69 0.00 557.49 +catalog channel catalog_pageAAAAAAAAAKCBAAAA 1005.27 0.00 154.35 +catalog channel catalog_pageAAAAAAAAAKPAAAAA 8445.19 0.00 -4147.63 +catalog channel catalog_pageAAAAAAAAALCBAAAA 11511.46 0.00 1173.29 +catalog channel catalog_pageAAAAAAAAALPAAAAA 22038.68 94.24 2354.44 +catalog channel catalog_pageAAAAAAAAAMPAAAAA 24071.71 5664.86 -6484.42 +catalog channel catalog_pageAAAAAAAAANCBAAAA 8352.06 0.00 4237.49 +catalog channel catalog_pageAAAAAAAAANPAAAAA 14597.62 134.64 -15964.47 +catalog channel catalog_pageAAAAAAAAAOCBAAAA 373.75 0.00 -1085.83 +catalog channel catalog_pageAAAAAAAAAOPAAAAA 23808.03 0.00 5548.05 +catalog channel catalog_pageAAAAAAAAAPCBAAAA 9531.26 0.00 581.49 +catalog channel catalog_pageAAAAAAAAAPPAAAAA 33119.11 55.44 7393.54 +catalog channel catalog_pageAAAAAAAABAABAAAA 4272.46 501.30 -9581.06 +catalog channel catalog_pageAAAAAAAABBABAAAA 1080.28 0.00 -4305.79 +catalog channel catalog_pageAAAAAAAABCABAAAA 33.90 0.00 -278.65 +catalog channel catalog_pageAAAAAAAABDABAAAA 5872.30 88.38 -480.99 +catalog channel catalog_pageAAAAAAAABDCBAAAA 5743.76 0.00 1462.64 +catalog channel catalog_pageAAAAAAAABEABAAAA 2049.28 0.00 -4059.03 +catalog channel catalog_pageAAAAAAAABECBAAAA 18997.60 0.00 -8490.71 +catalog channel catalog_pageAAAAAAAABFABAAAA 31503.86 0.00 7136.80 +catalog channel catalog_pageAAAAAAAABFCBAAAA 25421.67 8976.00 10129.52 +catalog channel catalog_pageAAAAAAAABGABAAAA 10594.99 367.65 -2926.53 +catalog channel catalog_pageAAAAAAAABHABAAAA 9000.33 1145.50 -12055.00 +catalog channel catalog_pageAAAAAAAABICBAAAA 1094.54 0.00 -202.67 +catalog channel catalog_pageAAAAAAAABJCBAAAA 2178.01 0.00 979.05 +catalog channel catalog_pageAAAAAAAABKCBAAAA 9189.93 0.00 4352.16 +catalog channel catalog_pageAAAAAAAABKPAAAAA 9637.79 1986.96 -19295.74 +catalog channel catalog_pageAAAAAAAABLCBAAAA 13969.57 0.00 5111.08 +catalog channel catalog_pageAAAAAAAABLPAAAAA 11655.71 3796.68 -15600.79 +catalog channel catalog_pageAAAAAAAABMCBAAAA 11936.10 14.70 1200.76 +catalog channel catalog_pageAAAAAAAABMPAAAAA 14866.48 0.00 -662.88 +catalog channel catalog_pageAAAAAAAABNCBAAAA 5440.20 0.00 -3049.20 +catalog channel catalog_pageAAAAAAAABNPAAAAA 4186.13 188.37 -16115.36 +catalog channel catalog_pageAAAAAAAABOCBAAAA 3112.32 0.00 -2559.36 +catalog channel catalog_pageAAAAAAAABOPAAAAA 2020.48 0.00 -192.04 +catalog channel catalog_pageAAAAAAAABPCBAAAA 7148.02 0.00 1781.91 +catalog channel catalog_pageAAAAAAAABPPAAAAA 17674.89 0.00 345.58 +catalog channel catalog_pageAAAAAAAACAABAAAA 17255.36 0.00 -3926.28 +catalog channel catalog_pageAAAAAAAACBABAAAA 2470.13 1545.21 -1544.35 +catalog channel catalog_pageAAAAAAAACCABAAAA 6361.92 0.00 3790.08 +catalog channel catalog_pageAAAAAAAACDCBAAAA 1526.49 0.00 -3403.89 +catalog channel catalog_pageAAAAAAAACEABAAAA 10732.94 0.00 -984.47 +catalog channel catalog_pageAAAAAAAACECBAAAA 648.84 0.00 170.04 +catalog channel catalog_pageAAAAAAAACFABAAAA 6745.24 0.00 -3013.83 +catalog channel catalog_pageAAAAAAAACGABAAAA 5143.41 0.00 1545.93 +catalog channel catalog_pageAAAAAAAACGCBAAAA 1284.52 0.00 -144.08 +catalog channel catalog_pageAAAAAAAACHABAAAA 10246.18 0.00 -6015.51 +catalog channel catalog_pageAAAAAAAACHCBAAAA 10416.70 0.00 19.49 +catalog channel catalog_pageAAAAAAAACICBAAAA 396.76 0.00 154.44 +catalog channel catalog_pageAAAAAAAACJCBAAAA 281.26 0.00 -5252.32 +catalog channel catalog_pageAAAAAAAACKCBAAAA 163.02 0.00 -46.83 +catalog channel catalog_pageAAAAAAAACKPAAAAA 12857.24 730.99 -2517.04 +catalog channel catalog_pageAAAAAAAACLCBAAAA 5470.63 0.00 1082.94 +catalog channel catalog_pageAAAAAAAACLPAAAAA 21549.31 0.00 6695.34 +catalog channel catalog_pageAAAAAAAACMCBAAAA 11329.50 0.00 5202.60 +catalog channel catalog_pageAAAAAAAACMPAAAAA 7546.59 294.84 -2582.73 +catalog channel catalog_pageAAAAAAAACNPAAAAA 23904.66 0.00 488.70 +catalog channel catalog_pageAAAAAAAACOPAAAAA 19014.47 648.01 -8700.92 +catalog channel catalog_pageAAAAAAAACPCBAAAA 1148.55 0.00 -932.52 +catalog channel catalog_pageAAAAAAAACPPAAAAA 25230.53 0.00 -741.80 +catalog channel catalog_pageAAAAAAAADAABAAAA 20305.27 0.00 972.58 +catalog channel catalog_pageAAAAAAAADBABAAAA 1390.65 0.00 -4835.48 +catalog channel catalog_pageAAAAAAAADCABAAAA 8296.22 4011.70 -5197.32 +catalog channel catalog_pageAAAAAAAADDABAAAA 6289.02 0.00 1457.49 +catalog channel catalog_pageAAAAAAAADDCBAAAA 14137.81 0.00 479.91 +catalog channel catalog_pageAAAAAAAADEABAAAA 7572.00 77.80 2937.68 +catalog channel catalog_pageAAAAAAAADECBAAAA 4207.12 0.00 -2457.02 +catalog channel catalog_pageAAAAAAAADFABAAAA 23991.62 3.15 1216.83 +catalog channel catalog_pageAAAAAAAADFCBAAAA 6537.84 0.00 -6173.37 +catalog channel catalog_pageAAAAAAAADGABAAAA 9050.23 3062.68 -2935.52 +catalog channel catalog_pageAAAAAAAADGCBAAAA 7789.42 0.00 -3868.94 +catalog channel catalog_pageAAAAAAAADHABAAAA 25558.98 0.00 -6817.76 +catalog channel catalog_pageAAAAAAAADHCBAAAA 5245.91 65.34 -1734.29 +catalog channel catalog_pageAAAAAAAADICBAAAA 0.00 0.00 -2246.10 +catalog channel catalog_pageAAAAAAAADJCBAAAA 7721.15 0.00 3313.85 +catalog channel catalog_pageAAAAAAAADKCBAAAA 5463.32 1677.60 874.45 +catalog channel catalog_pageAAAAAAAADKPAAAAA 30068.71 0.00 -8011.27 +catalog channel catalog_pageAAAAAAAADLCBAAAA 1146.19 0.00 -1287.95 +catalog channel catalog_pageAAAAAAAADLPAAAAA 35314.26 0.00 -5055.96 +catalog channel catalog_pageAAAAAAAADMCBAAAA 2420.23 0.00 -1610.01 +catalog channel catalog_pageAAAAAAAADMPAAAAA 32509.00 737.40 -14350.75 +catalog channel catalog_pageAAAAAAAADNCBAAAA 9986.56 5534.72 1208.35 +catalog channel catalog_pageAAAAAAAADNPAAAAA 1953.82 0.00 220.42 +catalog channel catalog_pageAAAAAAAADOCBAAAA 3356.59 62.99 -4084.30 +catalog channel catalog_pageAAAAAAAADOPAAAAA 5090.89 0.00 -2319.86 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out new file mode 100644 index 000000000000..f7f2b9f688dd --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out @@ -0,0 +1,144 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH customer_total_return AS +(SELECT + cr_returning_customer_sk AS ctr_customer_sk, + ca_state AS ctr_state, + sum(cr_return_amt_inc_tax) AS ctr_total_return + FROM catalog_returns, date_dim, customer_address + WHERE cr_returned_date_sk = d_date_sk + AND d_year = 2000 + AND cr_returning_addr_sk = ca_address_sk + GROUP BY cr_returning_customer_sk, ca_state ) +SELECT + c_customer_id, + c_salutation, + c_first_name, + c_last_name, + ca_street_number, + ca_street_name, + ca_street_type, + ca_suite_number, + ca_city, + ca_county, + ca_state, + ca_zip, + ca_country, + ca_gmt_offset, + ca_location_type, + ctr_total_return +FROM customer_total_return ctr1, customer_address, customer +WHERE ctr1.ctr_total_return > (SELECT avg(ctr_total_return) * 1.2 +FROM customer_total_return ctr2 +WHERE ctr1.ctr_state = ctr2.ctr_state) + AND ca_address_sk = c_current_addr_sk + AND ca_state = 'GA' + AND ctr1.ctr_customer_sk = c_customer_sk +ORDER BY c_customer_id, c_salutation, c_first_name, c_last_name, ca_street_number, ca_street_name + , ca_street_type, ca_suite_number, ca_city, ca_county, ca_state, ca_zip, ca_country, ca_gmt_offset + , ca_location_type, ctr_total_return +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAABBEAAAA Dr. Oscar Fox 183 15th Ln Suite P Greenwood Clay County GA 38828 United States -5.00 condo 4607.92 +AAAAAAAAADCEBAAA Sir Billy Bell 690 4th Fifth Ct. Suite 390 Hillcrest Spalding County GA 33003 United States -5.00 condo 5567.44 +AAAAAAAAAFBGAAAA Mrs. Erika Buford 527 1st Ln Suite 380 Lakewood Jasper County GA 38877 United States -5.00 single family 5412.16 +AAAAAAAAAFLABAAA Mr. Richard James 40 2nd Miller Road Suite 190 Arlington Morgan County GA 36557 United States -5.00 apartment 2249.10 +AAAAAAAAAHOEAAAA Mr. Michael Yates 349 Elm South ST Suite 30 Blanchard Talbot County GA 35985 United States -5.00 single family 1810.13 +AAAAAAAAAIEHBAAA Miss Tamara Chestnut 934 13th Cherry Blvd Suite O Antioch Haralson County GA 38605 United States -5.00 condo 1639.26 +AAAAAAAAAJLNAAAA Dr. Sheree Bragg 664 Elm 4th Ave Suite 320 Glenwood McDuffie County GA 33511 United States -5.00 condo 3012.45 +AAAAAAAAAJNEBAAA Dr. David Hamilton 108 Spring Wilson Ct. Suite F Glenwood Macon County GA 33511 United States -5.00 apartment 2567.79 +AAAAAAAAAKJOAAAA Dr. Gus Stewart 883 Valley Drive Suite J Macedonia Lanier County GA 31087 United States -5.00 single family 3530.28 +AAAAAAAAAMFBBAAA Mr. Jackson NULL 177 8th Walnut Ct. Suite 300 Riverview Jenkins County GA 39003 United States -5.00 single family 4875.86 +AAAAAAAAAMPKAAAA Ms. Elizabeth Booth 344 Jackson North Drive Suite 100 Woodville Fayette County GA 34289 United States -5.00 single family 2372.60 +AAAAAAAAANCLAAAA Mr. Raymond Dixon 189 Jackson 7th Parkway Suite 360 Lakewood Dade County GA 38877 United States -5.00 single family 4655.74 +AAAAAAAAANJIAAAA Dr. Dennis Roper 600 Walnut Pkwy Suite 140 Plainview Barrow County GA 33683 United States -5.00 apartment 3500.40 +AAAAAAAAANLABAAA Sir Thomas Zimmerman 496 Forest ST Suite L Saratoga Lumpkin County GA 32123 United States -5.00 apartment 9193.95 +AAAAAAAAAODFAAAA Mrs. Kathy Villegas 156 4th Sunset Cir. Suite I Red Hill Appling County GA 34338 United States -5.00 single family 2106.00 +AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 3891.38 +AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 9787.55 +AAAAAAAAAPBBBAAA Sir Donald Littlejohn 467 Lake Ln Suite 20 Riverside Turner County GA 39231 United States -5.00 single family 4831.52 +AAAAAAAABABBBAAA Mr. David Roe 521 Jefferson Parkway Suite 120 Enterprise Wilcox County GA 31757 United States -5.00 apartment 4079.80 +AAAAAAAABAJHAAAA Mrs. Doris Gillespie 179 Washington Chestnut Dr. Suite W Jackson Columbia County GA 39583 United States -5.00 condo 4617.58 +AAAAAAAABANGBAAA Mr. Ralph Condon 755 Davis Blvd Suite 280 Antioch Pike County GA 38605 United States -5.00 condo 14966.24 +AAAAAAAABBHKAAAA Mrs. Kristin Grant 870 Ash Park Ave Suite 300 Lakeview Harris County GA 38579 United States -5.00 single family 3580.44 +AAAAAAAABBOBBAAA Mr. Herman Rivera 396 Walnut Cir. Suite P Athens Baldwin County GA 36796 United States -5.00 single family 4608.96 +AAAAAAAABCAOAAAA Dr. Brenda Bell 562 7th Park Road Suite 320 Edgewood Troup County GA 30069 United States -5.00 apartment 3721.03 +AAAAAAAABCIMAAAA Dr. Becky Seals 174 Park Park Ct. Suite H Green Acres Schley County GA 37683 United States -5.00 single family 2980.15 +AAAAAAAABDHFAAAA Mr. Charles Miller 531 Church 14th Circle Suite 60 Ashland Franklin County GA 34244 United States -5.00 apartment 3241.85 +AAAAAAAABEHABAAA Dr. Gregory NULL 391 Seventh Road Suite Q Oakwood Liberty County GA 30169 United States -5.00 single family 3520.33 +AAAAAAAABGDGBAAA Sir Brian Adams 915 Jackson RD Suite O Concord Columbia County GA 34107 United States -5.00 apartment 2912.27 +AAAAAAAABGLCBAAA Dr. Joseph Torres 103 Highland 7th Court Suite I Wilson Jenkins County GA 36971 United States -5.00 single family 1842.89 +AAAAAAAABHOFAAAA Ms. Anthony NULL 518 Meadow Smith Ct. Suite C Riverdale Bleckley County GA 39391 United States -5.00 single family 1878.44 +AAAAAAAABIMMAAAA Dr. Shanna Mcrae 764 Walnut Street Suite B Brownsville Lumpkin County GA 39310 United States -5.00 condo 7237.05 +AAAAAAAABINIAAAA Dr. Jose Reynolds 571 Main Ave Suite B Mount Zion Troup County GA 38054 United States -5.00 apartment 2463.65 +AAAAAAAABJMEAAAA Miss Deborah Sheehan 450 Willow Cir. Suite G Marion Franklin County GA 30399 United States -5.00 condo 6623.88 +AAAAAAAABKAIAAAA Miss Ruth Rodriguez 706 Williams Pkwy Suite Y Antioch Lanier County GA 38605 United States -5.00 single family 3025.05 +AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 1637.46 +AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 2373.14 +AAAAAAAABMFDAAAA Mrs. Megan Webster 124 11th Pkwy Suite K Shady Grove Miller County GA 32812 United States -5.00 single family 3059.27 +AAAAAAAABNMGBAAA Mrs. Wanda Shumate 422 Pine 3rd Cir. Suite 170 Crossroads Berrien County GA 30534 United States -5.00 single family 1699.41 +AAAAAAAABNMIAAAA Miss Bobbi Erickson 731 Jefferson Parkway Suite H Mountain View Taylor County GA 34466 United States -5.00 apartment 2925.34 +AAAAAAAABOAPAAAA Ms. Karen Burt 794 Sunset Sunset Drive Suite 470 Glendale Calhoun County GA 33951 United States -5.00 condo 8807.07 +AAAAAAAABOCDBAAA Ms. Flora Messer 608 10th Court Suite A Highland Park Dooly County GA 36534 United States -5.00 single family 3255.56 +AAAAAAAABPIMAAAA Dr. Steve Cano 711 Park Ln Suite N Smith Gwinnett County GA 37317 United States -5.00 single family 2086.39 +AAAAAAAACABFAAAA Sir Steven Lamb 726 Cherry Hill ST Suite E Woodville Worth County GA 34289 United States -5.00 apartment 2361.71 +AAAAAAAACBDDAAAA Sir Terry Seiler 960 Eigth Way Suite 240 Mountain View Putnam County GA 34466 United States -5.00 apartment 3222.09 +AAAAAAAACCBOAAAA Sir Patrick Miller 577 Church Ave Suite 110 Bethel White County GA 35281 United States -5.00 single family 2927.35 +AAAAAAAACDOPAAAA Mrs. Carolyn Singer 399 Second Boulevard Suite O White Oak Wayne County GA 36668 United States -5.00 condo 4011.31 +AAAAAAAACFADBAAA NULL NULL NULL 502 Willow Park Cir. Suite E Dewey Colquitt County GA 31160 United States -5.00 apartment 3732.03 +AAAAAAAACIHABAAA Ms. Arlene Baker 216 Maple Walnut Ave Suite 310 Greenfield Glascock County GA 35038 United States -5.00 single family 2857.28 +AAAAAAAACJCHAAAA Mr. Wilbur Mullins 119 Eigth Dr. Suite W Fairview Wilkes County GA 35709 United States -5.00 single family 4861.83 +AAAAAAAACJJKAAAA Mr. Ramon Zaragoza 934 Park Lane Suite K Lakewood Muscogee County GA 38877 United States -5.00 condo 9022.65 +AAAAAAAACKHEAAAA Mr. Richard Leblanc 18 Green View Court Suite J Woodville Butts County GA 34289 United States -5.00 single family 3787.49 +AAAAAAAACODJAAAA Dr. Neal Nash 95 NULL Street Suite 110 Spring Hill Murray County GA 36787 NULL -5.00 NULL 2144.31 +AAAAAAAACOFIBAAA Mr. Fred Morales 687 5th Park Cir. Suite X Fairview Murray County GA 35709 United States -5.00 condo 1936.70 +AAAAAAAACOHIAAAA Mr. Roger Grider 191 Williams Second Avenue Suite 420 Brownsville Coweta County GA 39310 United States -5.00 single family 5782.43 +AAAAAAAACPBABAAA Miss Lucile Anderson 149 View Williams Ct. Suite L Mount Pleasant Washington County GA 31933 United States -5.00 single family 2600.59 +AAAAAAAADANFBAAA Mrs. Ann Nadeau 247 Maple Avenue Suite 260 Hamilton Elbert County GA 32808 United States -5.00 single family 4103.32 +AAAAAAAADBAHAAAA Dr. Lucille Hill 668 West Laurel Pkwy Suite M Mount Olive Quitman County GA 38059 United States -5.00 single family 2033.22 +AAAAAAAADBEIBAAA Miss Erica Hill 396 Maple Johnson Avenue Suite R Crossroads Hall County GA 30534 United States -5.00 condo 4500.01 +AAAAAAAADBEOAAAA Miss Loretta Smith 149 Maple ST Suite 350 Fairview Cherokee County GA 35709 United States -5.00 apartment 3810.28 +AAAAAAAADBFHBAAA Mr. Charles Robinson 731 Ridge Lane Suite 160 New Hope Bartow County GA 39431 United States -5.00 apartment 4042.46 +AAAAAAAADCAEAAAA Dr. Joanna Walker 665 15th Maple Avenue Suite Y Camden McDuffie County GA 37119 United States -5.00 single family 4067.57 +AAAAAAAADCLBAAAA Mrs. Evelyn Hammett 302 1st Adams Cir. Suite 370 Five Points Pulaski County GA 36098 United States -5.00 single family 2187.12 +AAAAAAAADDENAAAA Sir Alejandro Doyle 916 Cherry Elm ST Suite 110 Providence Clay County GA 36614 United States -5.00 single family 3357.92 +AAAAAAAADEGFAAAA Sir Jesse Johnson 725 Laurel First Parkway Suite O Pleasant Valley Candler County GA 32477 United States -5.00 condo 4969.77 +AAAAAAAADGCCAAAA Miss Loretta Moss 274 3rd Walnut Ave Suite L Arlington Lee County GA 36557 United States -5.00 condo 1891.74 +AAAAAAAADHFLAAAA Mr. George Schneider 579 Johnson Ash Way Suite 110 Concord Seminole County GA 34107 United States -5.00 condo 4011.59 +AAAAAAAADHOIAAAA Miss Andrew James 139 Smith Lincoln Lane Suite 360 Stringtown Coweta County GA 30162 United States -5.00 condo 2834.91 +AAAAAAAADJABAAAA Mrs. Charity Arroyo 158 Highland Elm Ln Suite K Woodland Pickens County GA 34854 United States -5.00 apartment 2443.75 +AAAAAAAADJJMAAAA Dr. Joseph Burns 339 12th Blvd Suite S Hamilton Banks County GA 32808 United States -5.00 condo 2670.84 +AAAAAAAADJODAAAA Dr. Larry Phillips 612 Mill Church Blvd Suite 0 Sunnyside Fannin County GA 31952 United States -5.00 single family 7260.82 +AAAAAAAADKKGAAAA Sir Robert Patrick 638 Fourth Cir. Suite 250 Lebanon Clay County GA 32898 United States -5.00 condo 9049.72 +AAAAAAAADMDHAAAA Mr. Samuel Wells 877 Highland East Road Suite I Valley View Bartow County GA 35124 United States -5.00 single family 4490.95 +AAAAAAAADNIBBAAA Miss Sharon Prince 955 Walnut Ridge Boulevard Suite W Cedar Grove Troup County GA 30411 United States -5.00 condo 2158.11 +AAAAAAAADNOGBAAA Dr. David Lofton 327 11th Central Parkway Suite D White Oak Glynn County GA 36668 United States -5.00 single family 1971.52 +AAAAAAAADOBCBAAA Dr. Benjamin Pham 300 Willow Sycamore Blvd Suite 380 Liberty Twiggs County GA 33451 United States -5.00 apartment 1787.84 +AAAAAAAADOFNAAAA Mrs. Sebrina Jacobs 611 Center Avenue Suite 210 Glenwood Ware County GA 33511 United States -5.00 condo 5738.75 +AAAAAAAAEAFJAAAA Mr. Gregory Quigley 932 Maple Avenue Suite 300 Glendale Butts County GA 33951 United States -5.00 single family 2621.58 +AAAAAAAAEAJGBAAA Miss Helen Flora 38 Park Circle Suite 360 Florence Pike County GA 33394 United States -5.00 apartment 2804.13 +AAAAAAAAEBDFAAAA Mr. Ed Chavis 276 Pine Hill Boulevard Suite 150 Shiloh Lincoln County GA 39275 United States -5.00 single family 1800.04 +AAAAAAAAECIHAAAA Sir Gilberto Mcdonald 615 10th Blvd Suite 150 Oakdale Glynn County GA 39584 United States -5.00 apartment 6023.68 +AAAAAAAAECOGBAAA Dr. David Lamb 436 Second Elm Way Suite 30 Green Acres Laurens County GA 37683 United States -5.00 single family 4778.71 +AAAAAAAAEDOAAAAA Dr. NULL Finley 899 Willow Pine ST Suite 160 Clinton Peach County GA 38222 United States -5.00 condo 18954.78 +AAAAAAAAEEFEBAAA Mr. Gordon Lee 444 Park Jackson Boulevard Suite 150 Kingston Mitchell County GA 34975 United States -5.00 single family 2499.41 +AAAAAAAAEFMHBAAA Ms. Anne Busby 724 Second ST Suite 20 Union Hill Pulaski County GA 37746 United States -5.00 condo 2866.95 +AAAAAAAAEGOJAAAA Miss Caroline Miller 719 Smith RD Suite M Empire Oglethorpe County GA 34145 United States -5.00 single family 7530.99 +AAAAAAAAEHCIAAAA Ms. Laura Wright 816 Main Ln Suite 300 Sunnyside Emanuel County GA 31952 United States -5.00 apartment 2767.59 +AAAAAAAAEHPBAAAA Dr. Paula Bearden 932 Williams Forest Ln Suite 10 Allentown Long County GA 31838 United States -5.00 single family 12021.15 +AAAAAAAAEJFNAAAA Dr. Chad Baldwin 404 Cedar Ct. Suite Y Enterprise Treutlen County GA 31757 United States -5.00 apartment 1737.56 +AAAAAAAAEJJDAAAA Ms. Katherine Hernandez 741 Park Jefferson ST Suite 270 Oak Ridge McIntosh County GA 38371 United States -5.00 single family 6714.64 +AAAAAAAAEKGABAAA Sir Steven Thurman 638 Park Green Ct. Suite 270 Lakeside Wayne County GA 39532 United States -5.00 single family 1662.14 +AAAAAAAAEKJGBAAA Sir Kurt Jenkins 656 8th Dr. Suite E Franklin Heard County GA 39101 United States -5.00 apartment 1607.08 +AAAAAAAAELCGBAAA Sir Harold Randolph 535 Lee RD Suite 160 Sutton Bacon County GA 35413 United States -5.00 apartment 4737.51 +AAAAAAAAELJAAAAA Miss Gwendolyn Johnson 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 7387.08 +AAAAAAAAENFHBAAA Dr. Janice Ojeda 127 Williams 5th Ave Suite 280 Walnut Grove Burke County GA 37752 United States -5.00 condo 4838.93 +AAAAAAAAEOBHAAAA Miss Janet Mcculloch 379 Spring Eigth Street Suite R Cedar Grove Wilcox County GA 30411 United States -5.00 single family 7581.20 +AAAAAAAAEOGGAAAA Sir Christopher Garrett 308 Broadway 4th Lane Suite 360 Sunnyside Coffee County GA 31952 United States -5.00 apartment 3279.85 +AAAAAAAAEPBDBAAA Dr. Curtis Briscoe 142 Meadow Road Suite 460 Woodville Montgomery County GA 34289 United States -5.00 single family 5239.12 +AAAAAAAAFAHCAAAA Ms. Anna Koch 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 1858.37 +AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2774.69 +AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2946.52 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out new file mode 100644 index 000000000000..8c2b3df2240c --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out @@ -0,0 +1,23 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, + i_item_desc, + i_current_price +FROM item, inventory, date_dim, store_sales +WHERE i_current_price BETWEEN 62 AND 62 + 30 + AND inv_item_sk = i_item_sk + AND d_date_sk = inv_date_sk + AND d_date BETWEEN cast('2000-05-25' AS DATE) AND (cast('2000-05-25' AS DATE) + INTERVAL 60 days) + AND i_manufact_id IN (129, 270, 821, 423) + AND inv_quantity_on_hand BETWEEN 100 AND 500 + AND ss_item_sk = i_item_sk +GROUP BY i_item_id, i_item_desc, i_current_price +ORDER BY i_item_id +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation 67.28 +AAAAAAAALIHCAAAA Things select increased views. Tools imagine for example; ever likely developments live so scottish benefits. Soft, short-term services should give indeed good illu 86.90 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out new file mode 100644 index 000000000000..864e832cf28f --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out @@ -0,0 +1,83 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH sr_items AS +(SELECT + i_item_id item_id, + sum(sr_return_quantity) sr_item_qty + FROM store_returns, item, date_dim + WHERE sr_item_sk = i_item_sk + AND d_date IN (SELECT d_date + FROM date_dim + WHERE d_week_seq IN + (SELECT d_week_seq + FROM date_dim + WHERE d_date IN ('2000-06-30', '2000-09-27', '2000-11-17'))) + AND sr_returned_date_sk = d_date_sk + GROUP BY i_item_id), + cr_items AS + (SELECT + i_item_id item_id, + sum(cr_return_quantity) cr_item_qty + FROM catalog_returns, item, date_dim + WHERE cr_item_sk = i_item_sk + AND d_date IN (SELECT d_date + FROM date_dim + WHERE d_week_seq IN + (SELECT d_week_seq + FROM date_dim + WHERE d_date IN ('2000-06-30', '2000-09-27', '2000-11-17'))) + AND cr_returned_date_sk = d_date_sk + GROUP BY i_item_id), + wr_items AS + (SELECT + i_item_id item_id, + sum(wr_return_quantity) wr_item_qty + FROM web_returns, item, date_dim + WHERE wr_item_sk = i_item_sk AND d_date IN + (SELECT d_date + FROM date_dim + WHERE d_week_seq IN + (SELECT d_week_seq + FROM date_dim + WHERE d_date IN ('2000-06-30', '2000-09-27', '2000-11-17'))) + AND wr_returned_date_sk = d_date_sk + GROUP BY i_item_id) +SELECT + sr_items.item_id, + sr_item_qty, + sr_item_qty / (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 * 100 sr_dev, + cr_item_qty, + cr_item_qty / (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 * 100 cr_dev, + wr_item_qty, + wr_item_qty / (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 * 100 wr_dev, + (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 average +FROM sr_items, cr_items, wr_items +WHERE sr_items.item_id = cr_items.item_id + AND sr_items.item_id = wr_items.item_id +ORDER BY sr_items.item_id, sr_item_qty +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAANECAAAA 34 18.579234972677593 9 4.918032786885246 18 9.836065573770492 20.333333 +AAAAAAAACAOBAAAA 27 11.688311688311687 38 16.450216450216452 12 5.194805194805195 25.666667 +AAAAAAAACBNDAAAA 38 11.62079510703364 52 15.902140672782874 19 5.81039755351682 36.333333 +AAAAAAAACCGAAAAA 30 15.151515151515152 18 9.09090909090909 18 9.09090909090909 22.000000 +AAAAAAAACKBDAAAA 32 12.698412698412698 22 8.730158730158731 30 11.904761904761905 28.000000 +AAAAAAAACOIBAAAA 31 8.072916666666668 29 7.552083333333333 68 17.708333333333336 42.666667 +AAAAAAAAEBLDAAAA 9 3.7037037037037033 34 13.991769547325102 38 15.637860082304526 27.000000 +AAAAAAAAELFDAAAA 54 20.224719101123597 4 1.4981273408239701 31 11.610486891385769 29.666667 +AAAAAAAAFEBAAAAA 19 15.447154471544716 17 13.821138211382115 5 4.0650406504065035 13.666667 +AAAAAAAAFODDAAAA 30 11.49425287356322 7 2.681992337164751 50 19.157088122605362 29.000000 +AAAAAAAAGLMCAAAA 37 26.811594202898554 3 2.1739130434782608 6 4.3478260869565215 15.333333 +AAAAAAAAHAGDAAAA 16 8.333333333333332 15 7.8125 33 17.1875 21.333333 +AAAAAAAAHCDEAAAA 41 19.248826291079812 1 0.4694835680751174 29 13.615023474178404 23.666667 +AAAAAAAALAEBAAAA 19 6.95970695970696 21 7.6923076923076925 51 18.681318681318682 30.333333 +AAAAAAAAMBDEAAAA 26 6.372549019607843 66 16.176470588235293 44 10.784313725490197 45.333333 +AAAAAAAAMBGBAAAA 5 5.05050505050505 1 1.0101010101010102 27 27.272727272727277 11.000000 +AAAAAAAAMDODAAAA 17 10.897435897435898 32 20.512820512820515 3 1.9230769230769231 17.333333 +AAAAAAAAMOIAAAAA 84 25.454545454545457 12 3.6363636363636362 14 4.242424242424242 36.666667 +AAAAAAAANMAAAAAA 12 25.0 1 2.083333333333333 3 6.25 5.333333 +AAAAAAAAODOAAAAA 5 4.385964912280701 3 2.631578947368421 30 26.31578947368421 12.666667 +AAAAAAAAPJOCAAAA 29 15.343915343915343 21 11.11111111111111 13 6.878306878306878 21.000000 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out new file mode 100644 index 000000000000..2066a1d98bb8 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out @@ -0,0 +1,50 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_customer_id AS customer_id, + concat(c_last_name, ', ', c_first_name) AS customername +FROM customer + , customer_address + , customer_demographics + , household_demographics + , income_band + , store_returns +WHERE ca_city = 'Edgewood' + AND c_current_addr_sk = ca_address_sk + AND ib_lower_bound >= 38128 + AND ib_upper_bound <= 38128 + 50000 + AND ib_income_band_sk = hd_income_band_sk + AND cd_demo_sk = c_current_cdemo_sk + AND hd_demo_sk = c_current_hdemo_sk + AND sr_cdemo_sk = cd_demo_sk +ORDER BY c_customer_id +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAAIPGAAAA Carter, Rodney +AAAAAAAAAKMBBAAA Mcarthur, Emma +AAAAAAAACBNHBAAA Wells, Ron +AAAAAAAADBMEAAAA Vera, Tina +AAAAAAAADBMEAAAA Vera, Tina +AAAAAAAADHKGBAAA Scott, Pamela +AAAAAAAAEIIBBAAA Atkins, Susan +AAAAAAAAFKAHAAAA Batiste, Ernest +AAAAAAAAGHMAAAAA Mitchell, Gregory +AAAAAAAAIAODBAAA Murray, Karen +AAAAAAAAIEOKAAAA Solomon, Clyde +AAAAAAAAIIBOAAAA Owens, David +AAAAAAAAIPDCAAAA Wallace, Eric +AAAAAAAAIPIMAAAA Hayward, Benjamin +AAAAAAAAJCIKAAAA Ramos, Donald +AAAAAAAAKFJEAAAA Roberts, Yvonne +AAAAAAAAKPGBBAAA NULL +AAAAAAAALCLABAAA Whitaker, Lettie +AAAAAAAAMGMEAAAA Sharp, Michael +AAAAAAAAMIGBBAAA Montgomery, Jesenia +AAAAAAAAMPDKAAAA Lopez, Isabel +AAAAAAAANEOMAAAA Powell, Linda +AAAAAAAANKPCAAAA Shaffer, Sergio +AAAAAAAANOCKAAAA Vargas, James +AAAAAAAAOGJEBAAA Owens, Denice diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out new file mode 100644 index 000000000000..6463a379b770 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out @@ -0,0 +1,89 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + substr(r_reason_desc, 1, 20), + avg(ws_quantity), + avg(wr_refunded_cash), + avg(wr_fee) +FROM web_sales, web_returns, web_page, customer_demographics cd1, + customer_demographics cd2, customer_address, date_dim, reason +WHERE ws_web_page_sk = wp_web_page_sk + AND ws_item_sk = wr_item_sk + AND ws_order_number = wr_order_number + AND ws_sold_date_sk = d_date_sk AND d_year = 2000 + AND cd1.cd_demo_sk = wr_refunded_cdemo_sk + AND cd2.cd_demo_sk = wr_returning_cdemo_sk + AND ca_address_sk = wr_refunded_addr_sk + AND r_reason_sk = wr_reason_sk + AND + ( + ( + cd1.cd_marital_status = 'M' + AND + cd1.cd_marital_status = cd2.cd_marital_status + AND + cd1.cd_education_status = 'Advanced Degree' + AND + cd1.cd_education_status = cd2.cd_education_status + AND + ws_sales_price BETWEEN 100.00 AND 150.00 + ) + OR + ( + cd1.cd_marital_status = 'S' + AND + cd1.cd_marital_status = cd2.cd_marital_status + AND + cd1.cd_education_status = 'College' + AND + cd1.cd_education_status = cd2.cd_education_status + AND + ws_sales_price BETWEEN 50.00 AND 100.00 + ) + OR + ( + cd1.cd_marital_status = 'W' + AND + cd1.cd_marital_status = cd2.cd_marital_status + AND + cd1.cd_education_status = '2 yr Degree' + AND + cd1.cd_education_status = cd2.cd_education_status + AND + ws_sales_price BETWEEN 150.00 AND 200.00 + ) + ) + AND + ( + ( + ca_country = 'United States' + AND + ca_state IN ('IN', 'OH', 'NJ') + AND ws_net_profit BETWEEN 100 AND 200 + ) + OR + ( + ca_country = 'United States' + AND + ca_state IN ('WI', 'CT', 'KY') + AND ws_net_profit BETWEEN 150 AND 300 + ) + OR + ( + ca_country = 'United States' + AND + ca_state IN ('LA', 'IA', 'AR') + AND ws_net_profit BETWEEN 50 AND 250 + ) + ) +GROUP BY r_reason_desc +ORDER BY substr(r_reason_desc, 1, 20) + , avg(ws_quantity) + , avg(wr_refunded_cash) + , avg(wr_fee) +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out new file mode 100644 index 000000000000..fb152f7fb8b6 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out @@ -0,0 +1,130 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + sum(ws_net_paid) AS total_sum, + i_category, + i_class, + grouping(i_category) + grouping(i_class) AS lochierarchy, + rank() + OVER ( + PARTITION BY grouping(i_category) + grouping(i_class), + CASE WHEN grouping(i_class) = 0 + THEN i_category END + ORDER BY sum(ws_net_paid) DESC) AS rank_within_parent +FROM + web_sales, date_dim d1, item +WHERE + d1.d_month_seq BETWEEN 1200 AND 1200 + 11 + AND d1.d_date_sk = ws_sold_date_sk + AND i_item_sk = ws_item_sk +GROUP BY ROLLUP (i_category, i_class) +ORDER BY + lochierarchy DESC, + CASE WHEN lochierarchy = 0 + THEN i_category END, + rank_within_parent +LIMIT 100 +-- !query schema +struct +-- !query output +1453516.79 Books arts 0 16 +1457032.40 Jewelry consignment 0 16 +1457642.85 Home wallpaper 0 16 +1503088.13 Home rugs 0 15 +1512375.29 Electronics audio 0 16 +15602.52 NULL semi-precious 0 14 +1570699.11 Home accent 0 14 +1625306.26 Jewelry bracelets 0 15 +1636759.38 Jewelry semi-precious 0 14 +1641874.01 Books cooking 0 15 +1670511.23 Electronics camcorders 0 15 +1698653.10 Books entertainments 0 14 +1730490.24 Electronics personal 0 14 +1733994.95 Electronics musical 0 13 +1738088.37 Jewelry diamonds 0 13 +1768939.49 Electronics cameras 0 12 +1788142.30 Home blinds/shades 0 13 +1793728.96 Electronics portable 0 11 +1805905.27 Home kids 0 12 +1811297.48 Jewelry loose stones 0 12 +1816997.04 Home decor 0 11 +1817324.19 Books mystery 0 13 +1819360.79 Books self-help 0 12 +1820456.21 Jewelry earings 0 11 +1820604.22 Home furniture 0 10 +1838653.07 Electronics automotive 0 10 +1838748.38 Jewelry birdal 0 10 +1868688.89 Home tables 0 9 +1894729.95 Electronics disk drives 0 9 +1903280.30 Books sports 0 11 +1904474.64 Books business 0 10 +1916049.65 Books science 0 9 +1924834.23 Home mattresses 0 8 +1938302.12 Books parenting 0 8 +1948029.88 Electronics wireless 0 8 +1964085.08 Jewelry costume 0 9 +2023862.05 Books travel 0 7 +2057556.93 Jewelry mens watch 0 8 +2085612.39 Home bathroom 0 7 +2105536.74 Jewelry womens watch 0 7 +2105589.88 Jewelry estate 0 6 +2112112.73 Home lighting 0 6 +21122.88 NULL tennis 0 13 +2132619.93 Books reference 0 6 +2141484.71 Jewelry gold 0 5 +2216602.19 Jewelry custom 0 4 +2220829.36 Books home repair 0 5 +2228844.29 Electronics scanners 0 7 +2235218.27 Electronics monitors 0 6 +2257811.83 Electronics karoke 0 5 +2262599.89 Electronics stereo 0 4 +2269734.86 Home glassware 0 5 +2283231.32 Electronics memory 0 3 +2284168.74 Home flatware 0 4 +2306676.63 Home bedding 0 3 +2308524.13 Jewelry rings 0 3 +2346470.04 Jewelry pendants 0 2 +2349779.93 Home curtains/drapes 0 2 +2351244.66 Electronics televisions 0 2 +2359621.74 Books fiction 0 4 +2408305.34 Home paint 0 1 +2513406.90 Books computers 0 3 +2533681.90 Books romance 0 2 +25714.74 NULL sports-apparel 0 12 +25780.80 NULL pants 0 11 +2625503.90 Electronics dvd/vcr players 0 1 +2754963.88 Jewelry jewelry boxes 0 1 +2981755.34 Books history 0 1 +29969.36 NULL dresses 0 10 +30361.13 NULL outdoor 0 9 +31428816.29 Home NULL 1 10 +31877378.15 Children NULL 1 9 +31908139.65 Sports NULL 1 8 +32027085.12 Jewelry NULL 1 7 +32135907.22 Electronics NULL 1 6 +32159.86 NULL archery 0 8 +32233369.67 Men NULL 1 5 +325552630.64 NULL NULL 2 1 +32942681.04 Books NULL 1 4 +33061835.62 Women NULL 1 3 +33399717.80 Music NULL 1 2 +33602545.41 Shoes NULL 1 1 +33866.09 NULL scanners 0 7 +34642.53 NULL swimwear 0 6 +36841.11 NULL baseball 0 5 +40345.26 NULL flatware 0 4 +43184.49 NULL glassware 0 3 +45178.92 Children NULL 0 5 +476839.60 NULL NULL 0 1 +55823.63 Home NULL 0 17 +7529560.01 Children newborn 0 4 +7716135.48 Children school-uniforms 0 3 +7982811.62 Children toddlers 0 2 +8079270.31 Men sports-apparel 0 2 +84068.23 Books NULL 0 17 +8603692.12 Children infants 0 1 +88724.30 NULL womens 0 2 +8968117.21 Men shirts 0 1 +935154.67 NULL NULL 1 11 +98583.06 Jewelry NULL 0 17 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out new file mode 100644 index 000000000000..72654d7d76eb --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out @@ -0,0 +1,35 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT count(*) +FROM ((SELECT DISTINCT + c_last_name, + c_first_name, + d_date +FROM store_sales, date_dim, customer +WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_customer_sk = customer.c_customer_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11) + EXCEPT + (SELECT DISTINCT + c_last_name, + c_first_name, + d_date + FROM catalog_sales, date_dim, customer + WHERE catalog_sales.cs_sold_date_sk = date_dim.d_date_sk + AND catalog_sales.cs_bill_customer_sk = customer.c_customer_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11) + EXCEPT + (SELECT DISTINCT + c_last_name, + c_first_name, + d_date + FROM web_sales, date_dim, customer + WHERE web_sales.ws_sold_date_sk = date_dim.d_date_sk + AND web_sales.ws_bill_customer_sk = customer.c_customer_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11) + ) cool_cust +-- !query schema +struct +-- !query output +47298 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out new file mode 100644 index 000000000000..c591ba25f293 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out @@ -0,0 +1,129 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM + (SELECT count(*) h8_30_to_9 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 8 + AND time_dim.t_minute >= 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s1, + (SELECT count(*) h9_to_9_30 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 9 + AND time_dim.t_minute < 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s2, + (SELECT count(*) h9_30_to_10 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 9 + AND time_dim.t_minute >= 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s3, + (SELECT count(*) h10_to_10_30 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 10 + AND time_dim.t_minute < 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s4, + (SELECT count(*) h10_30_to_11 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 10 + AND time_dim.t_minute >= 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s5, + (SELECT count(*) h11_to_11_30 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 11 + AND time_dim.t_minute < 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s6, + (SELECT count(*) h11_30_to_12 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 11 + AND time_dim.t_minute >= 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s7, + (SELECT count(*) h12_to_12_30 + FROM store_sales, household_demographics, time_dim, store + WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 12 + AND time_dim.t_minute < 30 + AND ( + (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) + OR + (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) + OR + (household_demographics.hd_dep_count = 0 AND + household_demographics.hd_vehicle_count <= 0 + 2)) + AND store.s_store_name = 'ese') s8 +-- !query schema +struct +-- !query output +2334 4726 4564 7538 7115 3960 4129 4533 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out new file mode 100644 index 000000000000..3d1d9e9b9329 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out @@ -0,0 +1,37 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT * +FROM ( + SELECT + i_category, + i_class, + i_brand, + s_store_name, + s_company_name, + d_moy, + sum(ss_sales_price) sum_sales, + avg(sum(ss_sales_price)) + OVER + (PARTITION BY i_category, i_brand, s_store_name, s_company_name) + avg_monthly_sales + FROM item, store_sales, date_dim, store + WHERE ss_item_sk = i_item_sk AND + ss_sold_date_sk = d_date_sk AND + ss_store_sk = s_store_sk AND + d_year IN (1999) AND + ((i_category IN ('Books', 'Electronics', 'Sports') AND + i_class IN ('computers', 'stereo', 'football')) + OR (i_category IN ('Men', 'Jewelry', 'Women') AND + i_class IN ('shirts', 'birdal', 'dresses'))) + GROUP BY i_category, i_class, i_brand, + s_store_name, s_company_name, d_moy) tmp1 +WHERE CASE WHEN (avg_monthly_sales <> 0) + THEN (abs(sum_sales - avg_monthly_sales) / avg_monthly_sales) + ELSE NULL END > 0.1 +ORDER BY sum_sales - avg_monthly_sales, s_store_name +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out new file mode 100644 index 000000000000..e403fd8a80c5 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out @@ -0,0 +1,55 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + CASE WHEN (SELECT count(*) + FROM store_sales + WHERE ss_quantity BETWEEN 1 AND 20) > 62316685 + THEN (SELECT avg(ss_ext_discount_amt) + FROM store_sales + WHERE ss_quantity BETWEEN 1 AND 20) + ELSE (SELECT avg(ss_net_paid) + FROM store_sales + WHERE ss_quantity BETWEEN 1 AND 20) END bucket1, + CASE WHEN (SELECT count(*) + FROM store_sales + WHERE ss_quantity BETWEEN 21 AND 40) > 19045798 + THEN (SELECT avg(ss_ext_discount_amt) + FROM store_sales + WHERE ss_quantity BETWEEN 21 AND 40) + ELSE (SELECT avg(ss_net_paid) + FROM store_sales + WHERE ss_quantity BETWEEN 21 AND 40) END bucket2, + CASE WHEN (SELECT count(*) + FROM store_sales + WHERE ss_quantity BETWEEN 41 AND 60) > 365541424 + THEN (SELECT avg(ss_ext_discount_amt) + FROM store_sales + WHERE ss_quantity BETWEEN 41 AND 60) + ELSE (SELECT avg(ss_net_paid) + FROM store_sales + WHERE ss_quantity BETWEEN 41 AND 60) END bucket3, + CASE WHEN (SELECT count(*) + FROM store_sales + WHERE ss_quantity BETWEEN 61 AND 80) > 216357808 + THEN (SELECT avg(ss_ext_discount_amt) + FROM store_sales + WHERE ss_quantity BETWEEN 61 AND 80) + ELSE (SELECT avg(ss_net_paid) + FROM store_sales + WHERE ss_quantity BETWEEN 61 AND 80) END bucket4, + CASE WHEN (SELECT count(*) + FROM store_sales + WHERE ss_quantity BETWEEN 81 AND 100) > 184483884 + THEN (SELECT avg(ss_ext_discount_amt) + FROM store_sales + WHERE ss_quantity BETWEEN 81 AND 100) + ELSE (SELECT avg(ss_net_paid) + FROM store_sales + WHERE ss_quantity BETWEEN 81 AND 100) END bucket5 +FROM reason +WHERE r_reason_sk = 1 +-- !query schema +struct +-- !query output +358.584653 1039.665231 1720.558852 2405.364564 3090.499278 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out new file mode 100644 index 000000000000..0d25a0eb0f44 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out @@ -0,0 +1,26 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT cast(amc AS DECIMAL(15, 4)) / cast(pmc AS DECIMAL(15, 4)) am_pm_ratio +FROM (SELECT count(*) amc +FROM web_sales, household_demographics, time_dim, web_page +WHERE ws_sold_time_sk = time_dim.t_time_sk + AND ws_ship_hdemo_sk = household_demographics.hd_demo_sk + AND ws_web_page_sk = web_page.wp_web_page_sk + AND time_dim.t_hour BETWEEN 8 AND 8 + 1 + AND household_demographics.hd_dep_count = 6 + AND web_page.wp_char_count BETWEEN 5000 AND 5200) at, + (SELECT count(*) pmc + FROM web_sales, household_demographics, time_dim, web_page + WHERE ws_sold_time_sk = time_dim.t_time_sk + AND ws_ship_hdemo_sk = household_demographics.hd_demo_sk + AND ws_web_page_sk = web_page.wp_web_page_sk + AND time_dim.t_hour BETWEEN 19 AND 19 + 1 + AND household_demographics.hd_dep_count = 6 + AND web_page.wp_char_count BETWEEN 5000 AND 5200) pt +ORDER BY am_pm_ratio +LIMIT 100 +-- !query schema +struct +-- !query output +0.61244019138755980861 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out new file mode 100644 index 000000000000..4a7ac11483aa --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out @@ -0,0 +1,30 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + cc_call_center_id Call_Center, + cc_name Call_Center_Name, + cc_manager Manager, + sum(cr_net_loss) Returns_Loss +FROM + call_center, catalog_returns, date_dim, customer, customer_address, + customer_demographics, household_demographics +WHERE + cr_call_center_sk = cc_call_center_sk + AND cr_returned_date_sk = d_date_sk + AND cr_returning_customer_sk = c_customer_sk + AND cd_demo_sk = c_current_cdemo_sk + AND hd_demo_sk = c_current_hdemo_sk + AND ca_address_sk = c_current_addr_sk + AND d_year = 1998 + AND d_moy = 11 + AND ((cd_marital_status = 'M' AND cd_education_status = 'Unknown') + OR (cd_marital_status = 'W' AND cd_education_status = 'Advanced Degree')) + AND hd_buy_potential LIKE 'Unknown%' + AND ca_gmt_offset = -7 +GROUP BY cc_call_center_id, cc_name, cc_manager, cd_marital_status, cd_education_status +ORDER BY sum(cr_net_loss) DESC +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out new file mode 100644 index 000000000000..41226ab4f8dc --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out @@ -0,0 +1,23 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT sum(ws_ext_discount_amt) AS `Excess Discount Amount ` +FROM web_sales, item, date_dim +WHERE i_manufact_id = 350 + AND i_item_sk = ws_item_sk + AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + INTERVAL 90 days) + AND d_date_sk = ws_sold_date_sk + AND ws_ext_discount_amt > + ( + SELECT 1.3 * avg(ws_ext_discount_amt) + FROM web_sales, date_dim + WHERE ws_item_sk = i_item_sk + AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + INTERVAL 90 days) + AND d_date_sk = ws_sold_date_sk + ) +ORDER BY sum(ws_ext_discount_amt) +LIMIT 100 +-- !query schema +struct +-- !query output +39529.71 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out new file mode 100644 index 000000000000..4f79d7c29a79 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out @@ -0,0 +1,26 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + ss_customer_sk, + sum(act_sales) sumsales +FROM (SELECT + ss_item_sk, + ss_ticket_number, + ss_customer_sk, + CASE WHEN sr_return_quantity IS NOT NULL + THEN (ss_quantity - sr_return_quantity) * ss_sales_price + ELSE (ss_quantity * ss_sales_price) END act_sales +FROM store_sales + LEFT OUTER JOIN store_returns + ON (sr_item_sk = ss_item_sk AND sr_ticket_number = ss_ticket_number) + , + reason +WHERE sr_reason_sk = r_reason_sk AND r_reason_desc = 'reason 28') t +GROUP BY ss_customer_sk +ORDER BY sumsales, ss_customer_sk +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out new file mode 100644 index 000000000000..2fa06e66e277 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out @@ -0,0 +1,30 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + count(DISTINCT ws_order_number) AS `order count `, + sum(ws_ext_ship_cost) AS `total shipping cost `, + sum(ws_net_profit) AS `total net profit ` +FROM + web_sales ws1, date_dim, customer_address, web_site +WHERE + d_date BETWEEN '1999-02-01' AND + (CAST('1999-02-01' AS DATE) + INTERVAL 60 days) + AND ws1.ws_ship_date_sk = d_date_sk + AND ws1.ws_ship_addr_sk = ca_address_sk + AND ca_state = 'IL' + AND ws1.ws_web_site_sk = web_site_sk + AND web_company_name = 'pri' + AND EXISTS(SELECT * + FROM web_sales ws2 + WHERE ws1.ws_order_number = ws2.ws_order_number + AND ws1.ws_warehouse_sk <> ws2.ws_warehouse_sk) + AND NOT EXISTS(SELECT * + FROM web_returns wr1 + WHERE ws1.ws_order_number = wr1.wr_order_number) +ORDER BY count(DISTINCT ws_order_number) +LIMIT 100 +-- !query schema +struct +-- !query output +0 NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out new file mode 100644 index 000000000000..f2ae5b53ae1c --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out @@ -0,0 +1,36 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ws_wh AS +(SELECT + ws1.ws_order_number, + ws1.ws_warehouse_sk wh1, + ws2.ws_warehouse_sk wh2 + FROM web_sales ws1, web_sales ws2 + WHERE ws1.ws_order_number = ws2.ws_order_number + AND ws1.ws_warehouse_sk <> ws2.ws_warehouse_sk) +SELECT + count(DISTINCT ws_order_number) AS `order count `, + sum(ws_ext_ship_cost) AS `total shipping cost `, + sum(ws_net_profit) AS `total net profit ` +FROM + web_sales ws1, date_dim, customer_address, web_site +WHERE + d_date BETWEEN '1999-02-01' AND + (CAST('1999-02-01' AS DATE) + INTERVAL 60 DAY) + AND ws1.ws_ship_date_sk = d_date_sk + AND ws1.ws_ship_addr_sk = ca_address_sk + AND ca_state = 'IL' + AND ws1.ws_web_site_sk = web_site_sk + AND web_company_name = 'pri' + AND ws1.ws_order_number IN (SELECT ws_order_number + FROM ws_wh) + AND ws1.ws_order_number IN (SELECT wr_order_number + FROM web_returns, ws_wh + WHERE wr_order_number = ws_wh.ws_order_number) +ORDER BY count(DISTINCT ws_order_number) +LIMIT 100 +-- !query schema +struct +-- !query output +0 NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out new file mode 100644 index 000000000000..b8715e40c8cc --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out @@ -0,0 +1,18 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT count(*) +FROM store_sales, household_demographics, time_dim, store +WHERE ss_sold_time_sk = time_dim.t_time_sk + AND ss_hdemo_sk = household_demographics.hd_demo_sk + AND ss_store_sk = s_store_sk + AND time_dim.t_hour = 20 + AND time_dim.t_minute >= 30 + AND household_demographics.hd_dep_count = 7 + AND store.s_store_name = 'ese' +ORDER BY count(*) +LIMIT 100 +-- !query schema +struct +-- !query output +870 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out new file mode 100644 index 000000000000..7c29f6971877 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out @@ -0,0 +1,37 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ssci AS ( + SELECT + ss_customer_sk customer_sk, + ss_item_sk item_sk + FROM store_sales, date_dim + WHERE ss_sold_date_sk = d_date_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + GROUP BY ss_customer_sk, ss_item_sk), + csci AS ( + SELECT + cs_bill_customer_sk customer_sk, + cs_item_sk item_sk + FROM catalog_sales, date_dim + WHERE cs_sold_date_sk = d_date_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 + GROUP BY cs_bill_customer_sk, cs_item_sk) +SELECT + sum(CASE WHEN ssci.customer_sk IS NOT NULL AND csci.customer_sk IS NULL + THEN 1 + ELSE 0 END) store_only, + sum(CASE WHEN ssci.customer_sk IS NULL AND csci.customer_sk IS NOT NULL + THEN 1 + ELSE 0 END) catalog_only, + sum(CASE WHEN ssci.customer_sk IS NOT NULL AND csci.customer_sk IS NOT NULL + THEN 1 + ELSE 0 END) store_and_catalog +FROM ssci + FULL OUTER JOIN csci ON (ssci.customer_sk = csci.customer_sk + AND ssci.item_sk = csci.item_sk) +LIMIT 100 +-- !query schema +struct +-- !query output +540401 286628 174 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out new file mode 100644 index 000000000000..b78802599f9f --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out @@ -0,0 +1,28 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_desc, + i_category, + i_class, + i_current_price, + sum(ss_ext_sales_price) AS itemrevenue, + sum(ss_ext_sales_price) * 100 / sum(sum(ss_ext_sales_price)) + OVER + (PARTITION BY i_class) AS revenueratio +FROM + store_sales, item, date_dim +WHERE + ss_item_sk = i_item_sk + AND i_category IN ('Sports', 'Books', 'Home') + AND ss_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('1999-02-22' AS DATE) + AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) +GROUP BY + i_item_id, i_item_desc, i_category, i_class, i_current_price +ORDER BY + i_category, i_class, i_item_id, i_item_desc, revenueratio +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out new file mode 100644 index 000000000000..db63dc35a3a2 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out @@ -0,0 +1,130 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + substr(w_warehouse_name, 1, 20), + sm_type, + cc_name, + sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk <= 30) + THEN 1 + ELSE 0 END) AS `30 days `, + sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 30) AND + (cs_ship_date_sk - cs_sold_date_sk <= 60) + THEN 1 + ELSE 0 END) AS `31 - 60 days `, + sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 60) AND + (cs_ship_date_sk - cs_sold_date_sk <= 90) + THEN 1 + ELSE 0 END) AS `61 - 90 days `, + sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 90) AND + (cs_ship_date_sk - cs_sold_date_sk <= 120) + THEN 1 + ELSE 0 END) AS `91 - 120 days `, + sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 120) + THEN 1 + ELSE 0 END) AS `>120 days ` +FROM + catalog_sales, warehouse, ship_mode, call_center, date_dim +WHERE + d_month_seq BETWEEN 1200 AND 1200 + 11 + AND cs_ship_date_sk = d_date_sk + AND cs_warehouse_sk = w_warehouse_sk + AND cs_ship_mode_sk = sm_ship_mode_sk + AND cs_call_center_sk = cc_call_center_sk +GROUP BY + substr(w_warehouse_name, 1, 20), sm_type, cc_name +ORDER BY substr(w_warehouse_name, 1, 20), sm_type, cc_name +LIMIT 100 +-- !query schema +struct120 days :bigint> +-- !query output +Bad cards must make. EXPRESS Mid Atlantic 1270 1318 1281 0 0 +Bad cards must make. EXPRESS NY Metro 1226 1287 1282 0 0 +Bad cards must make. EXPRESS North Midwest 1208 1242 1294 0 0 +Bad cards must make. LIBRARY Mid Atlantic 962 976 1009 0 0 +Bad cards must make. LIBRARY NY Metro 978 984 999 0 0 +Bad cards must make. LIBRARY North Midwest 898 959 958 0 0 +Bad cards must make. NEXT DAY Mid Atlantic 1225 1328 1327 0 0 +Bad cards must make. NEXT DAY NY Metro 1262 1325 1246 0 0 +Bad cards must make. NEXT DAY North Midwest 1227 1300 1276 0 0 +Bad cards must make. OVERNIGHT Mid Atlantic 956 935 990 0 0 +Bad cards must make. OVERNIGHT NY Metro 982 930 993 0 0 +Bad cards must make. OVERNIGHT North Midwest 907 990 955 0 0 +Bad cards must make. REGULAR Mid Atlantic 928 974 1005 0 0 +Bad cards must make. REGULAR NY Metro 942 1009 948 0 0 +Bad cards must make. REGULAR North Midwest 921 968 925 0 0 +Bad cards must make. TWO DAY Mid Atlantic 954 971 979 0 0 +Bad cards must make. TWO DAY NY Metro 947 1013 952 0 0 +Bad cards must make. TWO DAY North Midwest 904 930 947 0 0 +Conventional childr EXPRESS Mid Atlantic 1214 1296 1243 0 0 +Conventional childr EXPRESS NY Metro 1284 1331 1277 0 0 +Conventional childr EXPRESS North Midwest 1180 1287 1226 0 0 +Conventional childr LIBRARY Mid Atlantic 990 1008 962 0 0 +Conventional childr LIBRARY NY Metro 983 976 981 0 0 +Conventional childr LIBRARY North Midwest 925 892 953 0 0 +Conventional childr NEXT DAY Mid Atlantic 1284 1315 1274 0 0 +Conventional childr NEXT DAY NY Metro 1288 1280 1284 0 0 +Conventional childr NEXT DAY North Midwest 1249 1278 1308 0 0 +Conventional childr OVERNIGHT Mid Atlantic 897 973 926 0 0 +Conventional childr OVERNIGHT NY Metro 958 963 897 0 0 +Conventional childr OVERNIGHT North Midwest 942 934 937 0 0 +Conventional childr REGULAR Mid Atlantic 941 1007 945 0 0 +Conventional childr REGULAR NY Metro 949 928 987 0 0 +Conventional childr REGULAR North Midwest 920 927 925 0 0 +Conventional childr TWO DAY Mid Atlantic 926 979 1047 0 0 +Conventional childr TWO DAY NY Metro 925 1007 962 0 0 +Conventional childr TWO DAY North Midwest 879 980 971 0 0 +Doors canno EXPRESS Mid Atlantic 1240 1245 1267 0 0 +Doors canno EXPRESS NY Metro 1234 1270 1349 0 0 +Doors canno EXPRESS North Midwest 1185 1238 1197 0 0 +Doors canno LIBRARY Mid Atlantic 873 974 948 0 0 +Doors canno LIBRARY NY Metro 987 1005 990 0 0 +Doors canno LIBRARY North Midwest 947 952 1025 0 0 +Doors canno NEXT DAY Mid Atlantic 1264 1276 1185 0 0 +Doors canno NEXT DAY NY Metro 1263 1337 1310 0 0 +Doors canno NEXT DAY North Midwest 1202 1247 1278 0 0 +Doors canno OVERNIGHT Mid Atlantic 912 888 934 0 0 +Doors canno OVERNIGHT NY Metro 942 1003 959 0 0 +Doors canno OVERNIGHT North Midwest 896 903 911 0 0 +Doors canno REGULAR Mid Atlantic 888 953 974 0 0 +Doors canno REGULAR NY Metro 971 1028 946 0 0 +Doors canno REGULAR North Midwest 937 974 914 0 0 +Doors canno TWO DAY Mid Atlantic 974 898 985 0 0 +Doors canno TWO DAY NY Metro 982 1017 997 0 0 +Doors canno TWO DAY North Midwest 985 937 959 0 0 +Important issues liv EXPRESS Mid Atlantic 1322 1329 1293 0 0 +Important issues liv EXPRESS NY Metro 1301 1300 1239 0 0 +Important issues liv EXPRESS North Midwest 1266 1228 1285 0 0 +Important issues liv LIBRARY Mid Atlantic 988 997 925 0 0 +Important issues liv LIBRARY NY Metro 947 963 988 0 0 +Important issues liv LIBRARY North Midwest 937 972 964 0 0 +Important issues liv NEXT DAY Mid Atlantic 1221 1268 1217 0 0 +Important issues liv NEXT DAY NY Metro 1281 1311 1310 0 0 +Important issues liv NEXT DAY North Midwest 1219 1214 1327 0 0 +Important issues liv OVERNIGHT Mid Atlantic 929 1018 991 0 0 +Important issues liv OVERNIGHT NY Metro 950 965 931 0 0 +Important issues liv OVERNIGHT North Midwest 936 989 932 0 0 +Important issues liv REGULAR Mid Atlantic 961 995 949 0 0 +Important issues liv REGULAR NY Metro 972 934 1018 0 0 +Important issues liv REGULAR North Midwest 905 947 941 0 0 +Important issues liv TWO DAY Mid Atlantic 954 982 944 0 0 +Important issues liv TWO DAY NY Metro 844 972 1006 0 0 +Important issues liv TWO DAY North Midwest 914 969 960 0 0 +NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 +NULL EXPRESS NY Metro 1274 1296 1286 0 0 +NULL EXPRESS North Midwest 1159 1329 1276 0 0 +NULL LIBRARY Mid Atlantic 941 978 948 0 0 +NULL LIBRARY NY Metro 886 1001 1009 0 0 +NULL LIBRARY North Midwest 917 943 991 0 0 +NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 +NULL NEXT DAY NY Metro 1271 1251 1291 0 0 +NULL NEXT DAY North Midwest 1199 1233 1273 0 0 +NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 +NULL OVERNIGHT NY Metro 979 993 1039 0 0 +NULL OVERNIGHT North Midwest 946 1016 905 0 0 +NULL REGULAR Mid Atlantic 933 994 997 0 0 +NULL REGULAR NY Metro 961 1022 1034 0 0 +NULL REGULAR North Midwest 893 921 949 0 0 +NULL TWO DAY Mid Atlantic 972 968 972 0 0 +NULL TWO DAY NY Metro 926 974 1004 0 0 +NULL TWO DAY North Midwest 941 921 981 0 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out new file mode 100644 index 000000000000..1723ccb71d4b --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out @@ -0,0 +1,77 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +select + cd_gender, + cd_marital_status, + cd_education_status, + count(*) cnt1, + cd_purchase_estimate, + count(*) cnt2, + cd_credit_rating, + count(*) cnt3, + cd_dep_count, + count(*) cnt4, + cd_dep_employed_count, + count(*) cnt5, + cd_dep_college_count, + count(*) cnt6 +from + customer c,customer_address ca,customer_demographics +where + c.c_current_addr_sk = ca.ca_address_sk + and ca_county in ('Walker County', 'Richland County', 'Gaines County', 'Douglas County', 'Dona Ana County') + and cd_demo_sk = c.c_current_cdemo_sk + and exists ( + select * + from store_sales,date_dim + where c.c_customer_sk = ss_customer_sk + and ss_sold_date_sk = d_date_sk + and d_year = 2002 + and d_moy between 4 and 4 + 3) + and exists ( + select * + from ( + select + ws_bill_customer_sk as customer_sk, + d_year, + d_moy + from web_sales, date_dim + where ws_sold_date_sk = d_date_sk + and d_year = 2002 + and d_moy between 4 and 4 + 3 + union all + select + cs_ship_customer_sk as customer_sk, + d_year, + d_moy + from catalog_sales, date_dim + where cs_sold_date_sk = d_date_sk + and d_year = 2002 + and d_moy between 4 and 4 + 3) x + where c.c_customer_sk = customer_sk) +group by + cd_gender, + cd_marital_status, + cd_education_status, + cd_purchase_estimate, + cd_credit_rating, + cd_dep_count, + cd_dep_employed_count, + cd_dep_college_count +order by + cd_gender, + cd_marital_status, + cd_education_status, + cd_purchase_estimate, + cd_credit_rating, + cd_dep_count, + cd_dep_employed_count, + cd_dep_college_count +limit 100 +-- !query schema +struct +-- !query output +M U 4 yr Degree 1 4500 1 Low Risk 1 4 1 6 1 0 1 +M W 2 yr Degree 1 9000 1 Unknown 1 4 1 6 1 6 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out new file mode 100644 index 000000000000..e00d18abcfc5 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out @@ -0,0 +1,178 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH year_total AS ( + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum(ss_ext_list_price - ss_ext_discount_amt) year_total, + 's' sale_type + FROM customer, store_sales, date_dim + WHERE c_customer_sk = ss_customer_sk + AND ss_sold_date_sk = d_date_sk + GROUP BY c_customer_id + , c_first_name + , c_last_name + , d_year + , c_preferred_cust_flag + , c_birth_country + , c_login + , c_email_address + , d_year + UNION ALL + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + c_preferred_cust_flag customer_preferred_cust_flag, + c_birth_country customer_birth_country, + c_login customer_login, + c_email_address customer_email_address, + d_year dyear, + sum(ws_ext_list_price - ws_ext_discount_amt) year_total, + 'w' sale_type + FROM customer, web_sales, date_dim + WHERE c_customer_sk = ws_bill_customer_sk + AND ws_sold_date_sk = d_date_sk + GROUP BY + c_customer_id, c_first_name, c_last_name, c_preferred_cust_flag, c_birth_country, + c_login, c_email_address, d_year) +SELECT + -- select list of q11 in TPCDS v1.4 is below: + -- t_s_secyear.customer_preferred_cust_flag + t_s_secyear.customer_id, + t_s_secyear.customer_first_name, + t_s_secyear.customer_last_name, + t_s_secyear.customer_email_address +FROM year_total t_s_firstyear + , year_total t_s_secyear + , year_total t_w_firstyear + , year_total t_w_secyear +WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id + AND t_s_firstyear.customer_id = t_w_secyear.customer_id + AND t_s_firstyear.customer_id = t_w_firstyear.customer_id + AND t_s_firstyear.sale_type = 's' + AND t_w_firstyear.sale_type = 'w' + AND t_s_secyear.sale_type = 's' + AND t_w_secyear.sale_type = 'w' + AND t_s_firstyear.dyear = 2001 + AND t_s_secyear.dyear = 2001 + 1 + AND t_w_firstyear.dyear = 2001 + AND t_w_secyear.dyear = 2001 + 1 + AND t_s_firstyear.year_total > 0 + AND t_w_firstyear.year_total > 0 + AND CASE WHEN t_w_firstyear.year_total > 0 + THEN t_w_secyear.year_total / t_w_firstyear.year_total + -- q11 in TPCDS v1.4 used NULL + -- ELSE NULL END + ELSE 0.0 END + > CASE WHEN t_s_firstyear.year_total > 0 + THEN t_s_secyear.year_total / t_s_firstyear.year_total + -- q11 in TPCDS v1.4 used NULL + -- ELSE NULL END + ELSE 0.0 END +ORDER BY + -- order-by list of q11 in TPCDS v1.4 is below: + -- t_s_secyear.customer_preferred_cust_flag + t_s_secyear.customer_id, + t_s_secyear.customer_first_name, + t_s_secyear.customer_last_name, + t_s_secyear.customer_email_address +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAAFGBBAAA Howard Major Howard.Major@vTgpJKpgAR5.com +AAAAAAAAAMGDAAAA Kenneth Harlan Kenneth.Harlan@HlOPitjATDz.com +AAAAAAAAAOPFBAAA Jerry Fields Jerry.Fields@Ojv.com +AAAAAAAABLEIBAAA Paula Wakefield Paula.Wakefield@MguENzr.org +AAAAAAAABNBBAAAA Irma Smith Irma.Smith@dOdDOArM.com +AAAAAAAACADPAAAA Cristobal Thomas Cristobal.Thomas@BBZ8YzJtV.com +AAAAAAAACFENAAAA Christopher Dawson Christopher.Dawson@zVq3.com +AAAAAAAACIJMAAAA Elizabeth Thomas Elizabeth.Thomas@KSvEGUaQLXJ1or.com +AAAAAAAACJDIAAAA James Kerr James.Kerr@I0YNJEK.com +AAAAAAAACNAGBAAA Virginia May Virginia.May@PLU.com +AAAAAAAADBEFBAAA Bennie Bowers Bennie.Bowers@nTZlFc.edu +AAAAAAAADCKOAAAA Robert Gonzalez Robert.Gonzalez@to4p9b0r8G.org +AAAAAAAADFKABAAA Latoya Craft Latoya.Craft@qalmJEPUj8atNAig9.com +AAAAAAAADIIOAAAA David Carroll David.Carroll@fm.edu +AAAAAAAADIJGBAAA Ruth Sanders Ruth.Sanders@NCUgETGA.edu +AAAAAAAADLHBBAAA Henry Bertrand Henry.Bertrand@Id05NtU7iLc.edu +AAAAAAAAEADJAAAA Ruth Carroll Ruth.Carroll@EohtbmzyF.com +AAAAAAAAEJDLAAAA Alice Wright Alice.Wright@4Gmyzrc8Gm8Kb.edu +AAAAAAAAEKFPAAAA Annika Chin Annika.Chin@FVgxzyo.org +AAAAAAAAEKJLAAAA Aisha Carlson Aisha.Carlson@bjByl9B.com +AAAAAAAAEPOGAAAA Felisha Mendes Felisha.Mendes@AlUFyamzf2Od.org +AAAAAAAAFACEAAAA Priscilla Miller Priscilla.Miller@kbGFOyfTqA.com +AAAAAAAAFBAHAAAA Michael Williams Michael.Williams@P4JKNczg4oMm3H.com +AAAAAAAAFGIGAAAA Eduardo Miller Eduardo.Miller@UaBKxI.edu +AAAAAAAAFGPGAAAA Albert Wadsworth Albert.Wadsworth@peud.com +AAAAAAAAFMHIAAAA Emilio Darling Emilio.Darling@RxnIgIv4Z.org +AAAAAAAAFOGIAAAA Michelle Greene Michelle.Greene@yQ979J.org +AAAAAAAAFOJAAAAA Don Castillo Don.Castillo@egdlkdkmDCPDSI.com +AAAAAAAAGEHIAAAA Tyler Miller Tyler.Miller@Pob9A0alrhbd.com +AAAAAAAAGHPBBAAA Nick Mendez Nick.Mendez@Zi12qOuB.edu +AAAAAAAAGNDAAAAA Terry Mcdowell Terry.Mcdowell@q0MspRrmB74klnp2zlo.com +AAAAAAAAHGOABAAA Sonia White Sonia.White@OU4q7.com +AAAAAAAAHHCABAAA William Stewart William.Stewart@AFtNRKMOeX8mtY.com +AAAAAAAAHJLAAAAA Audrey Beltran Audrey.Beltran@ZIx7Kk5A4D0vl3O5uH.edu +AAAAAAAAHMJNAAAA Ryan Baptiste Ryan.Baptiste@tSsPxdJl.com +AAAAAAAAHMOIAAAA Grace Henderson Grace.Henderson@j2ZRciZ.com +AAAAAAAAIADEBAAA Diane Aldridge Diane.Aldridge@opDqHMJfIPxL4q.org +AAAAAAAAIBAEBAAA Sandra Wilson Sandra.Wilson@dvtemZk.com +AAAAAAAAIBFCBAAA Ruth Grantham Ruth.Grantham@4zX7OimYePBI.com +AAAAAAAAIBHHAAAA Jennifer Ballard Jennifer.Ballard@PNXHeBILEMUsdvig5qp.com +AAAAAAAAICHFAAAA Linda Mccoy Linda.Mccoy@2.org +AAAAAAAAIDKFAAAA Michael Mack Michael.Mack@F1fvuuX.org +AAAAAAAAIJEMAAAA Charlie Cummings Charlie.Cummings@f72nHGS91b.edu +AAAAAAAAIMHBAAAA Kathy Knowles Kathy.Knowles@7O.edu +AAAAAAAAIMHHBAAA Lillian Davidson Lillian.Davidson@nX5L7Fxx.com +AAAAAAAAJDBLAAAA Melvin Taylor Melvin.Taylor@Sh6OF9kvEuzUot2h.org +AAAAAAAAJEKFBAAA Norma Burkholder Norma.Burkholder@RnffoFOO3JqrByZ.com +AAAAAAAAJGMMAAAA Richard Larson Richard.Larson@jlrb5u4shXJB.com +AAAAAAAAJIALAAAA Santos Gutierrez Santos.Gutierrez@abGvPaGVZhTn.org +AAAAAAAAJKBNAAAA Julie Kern Julie.Kern@2XoKSkOnOlsBi.com +AAAAAAAAJMHLAAAA Wanda Ryan Wanda.Ryan@vOsFQG.com +AAAAAAAAJONHBAAA Warren Orozco Warren.Orozco@ekmruXzGXd.edu +AAAAAAAAJPINAAAA Rose Waite Rose.Waite@MiF3NmdGMteiB6U.org +AAAAAAAAKAECAAAA Milton Mackey Milton.Mackey@QOPtZd.org +AAAAAAAAKAPPAAAA Karen Parker Karen.Parker@4Oogc.org +AAAAAAAAKJBKAAAA Georgia Scott Georgia.Scott@cxmGbxayd.edu +AAAAAAAAKJBLAAAA Kerry Davis Kerry.Davis@i.com +AAAAAAAAKKGEAAAA Katie Dunbar Katie.Dunbar@G.org +AAAAAAAAKLHHBAAA Manuel Castaneda Manuel.Castaneda@dyb27z0O.org +AAAAAAAAKNAKAAAA Gladys Banks Gladys.Banks@4hbFI.org +AAAAAAAALFKKAAAA Ignacio Miller Ignacio.Miller@oJHPfFNn.com +AAAAAAAALHMCAAAA Brooke Nelson Brooke.Nelson@V7.com +AAAAAAAALIOPAAAA Derek Allen Derek.Allen@72Fi2eeluJ6a.org +AAAAAAAALJNCBAAA George Gamez George.Gamez@KTKayzrvPmMZg.org +AAAAAAAAMDCAAAAA Louann Hamel Louann.Hamel@cryopHM6lqau9u.com +AAAAAAAAMFFLAAAA Margret Gray Margret.Gray@eP.edu +AAAAAAAAMMOBBAAA Margaret Smith Margaret.Smith@Bt.edu +AAAAAAAANFBDBAAA Vernice Fernandez Vernice.Fernandez@gi3Kz7RzOr1.edu +AAAAAAAANGDBBAAA Carlos Jewell Carlos.Jewell@jh2ezKNI7nu3.com +AAAAAAAANIPLAAAA Eric Lawrence Eric.Lawrence@K3cGeN3t2Y.com +AAAAAAAANJAGAAAA Allen Hood Allen.Hood@kPEJVolYJb.edu +AAAAAAAANJHCBAAA Christopher Schreiber Christopher.Schreiber@e5tzM5kG0vPBp.org +AAAAAAAANJOLAAAA Debra Underwood Debra.Underwood@f3193uX.org +AAAAAAAAOBADBAAA Elizabeth Burnham Elizabeth.Burnham@EDSfBapF0jU1.org +AAAAAAAAOCAJAAAA Jenna Staton Jenna.Staton@xvQ0ZJy9K.org +AAAAAAAAOCLBBAAA NULL NULL Andrew.Buckley@FcFn.org +AAAAAAAAODMMAAAA Gayla Cline Gayla.Cline@FEFgYu4rtc.com +AAAAAAAAOFLCAAAA James Taylor James.Taylor@BCRCbil3dIgO.com +AAAAAAAAOPDLAAAA Ann Pence Ann.Pence@NnFib4HYa89ouq7CRC.org +AAAAAAAAPDFBAAAA Terrance Banks Terrance.Banks@937P2ZH0g.edu +AAAAAAAAPEHEBAAA Edith Molina Edith.Molina@q9CS0P.com +AAAAAAAAPFCLAAAA Felicia Neville Felicia.Neville@ZQCM0Ctmt60s9MDa.edu +AAAAAAAAPICEAAAA Jennifer Cortez Jennifer.Cortez@13Qh.com +AAAAAAAAPJENAAAA Ashley Norton Ashley.Norton@s.edu +AAAAAAAAPKBCBAAA Andrea White Andrea.White@5JE.org +AAAAAAAAPKIKAAAA Wendy Horvath Wendy.Horvath@eD2YgVGsedc.com +AAAAAAAAPMMBBAAA Paul Jordan Paul.Jordan@bTeytMqxhScdL.org +AAAAAAAAPPIBBAAA Candice Lee Candice.Lee@49mNiRXFM5ZuXadL.org diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out new file mode 100644 index 000000000000..68a5f49ff7a0 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out @@ -0,0 +1,30 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, -- This column did not exist in TPCDS v1.4 + i_item_desc, + i_category, + i_class, + i_current_price, + sum(ws_ext_sales_price) AS itemrevenue, + sum(ws_ext_sales_price) * 100 / sum(sum(ws_ext_sales_price)) + OVER + (PARTITION BY i_class) AS revenueratio +FROM + web_sales, item, date_dim +WHERE + ws_item_sk = i_item_sk + AND i_category IN ('Sports', 'Books', 'Home') + AND ws_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('1999-02-22' AS DATE) + AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) +GROUP BY + i_item_id, i_item_desc, i_category, i_class, i_current_price +ORDER BY + i_category, i_class, i_item_id, i_item_desc, revenueratio +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out new file mode 100644 index 000000000000..21eb5b9eb79f --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out @@ -0,0 +1,241 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This query is the alternative form of sql/core/src/test/resources/tpcds/q14a.sql +with cross_items as ( + select + i_item_sk ss_item_sk + from item, ( + select + iss.i_brand_id brand_id, + iss.i_class_id class_id, + iss.i_category_id category_id + from + store_sales, item iss, date_dim d1 + where + ss_item_sk = iss.i_item_sk + and ss_sold_date_sk = d1.d_date_sk + and d1.d_year between 1998 AND 1998 + 2 + intersect + select + ics.i_brand_id, + ics.i_class_id, + ics.i_category_id + from + catalog_sales, item ics, date_dim d2 + where + cs_item_sk = ics.i_item_sk + and cs_sold_date_sk = d2.d_date_sk + and d2.d_year between 1998 AND 1998 + 2 + intersect + select + iws.i_brand_id, + iws.i_class_id, + iws.i_category_id + from + web_sales, item iws, date_dim d3 + where + ws_item_sk = iws.i_item_sk + and ws_sold_date_sk = d3.d_date_sk + and d3.d_year between 1998 AND 1998 + 2) x + where + i_brand_id = brand_id + and i_class_id = class_id + and i_category_id = category_id), +avg_sales as ( + select + avg(quantity*list_price) average_sales + from ( + select + ss_quantity quantity, + ss_list_price list_price + from + store_sales, date_dim + where + ss_sold_date_sk = d_date_sk + and d_year between 1998 and 1998 + 2 + union all + select + cs_quantity quantity, + cs_list_price list_price + from + catalog_sales, date_dim + where + cs_sold_date_sk = d_date_sk + and d_year between 1998 and 1998 + 2 + union all + select + ws_quantity quantity, + ws_list_price list_price + from + web_sales, date_dim + where + ws_sold_date_sk = d_date_sk + and d_year between 1998 and 1998 + 2) x) +select + * +from ( + select + 'store' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ss_quantity * ss_list_price) sales, + count(*) number_sales + from + store_sales, item, date_dim + where + ss_item_sk in (select ss_item_sk from cross_items) + and ss_item_sk = i_item_sk + and ss_sold_date_sk = d_date_sk + and d_week_seq = ( + select d_week_seq + from date_dim + where d_year = 1998 + 1 + and d_moy = 12 + and d_dom = 16) + group by + i_brand_id, + i_class_id, + i_category_id + having + sum(ss_quantity*ss_list_price) > (select average_sales from avg_sales)) this_year, + ( + select + 'store' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ss_quantity * ss_list_price) sales, + count(*) number_sales + from + store_sales, item, date_dim + where + ss_item_sk in (select ss_item_sk from cross_items) + and ss_item_sk = i_item_sk + and ss_sold_date_sk = d_date_sk + and d_week_seq = ( + select d_week_seq + from date_dim + where d_year = 1998 + and d_moy = 12 + and d_dom = 16) + group by + i_brand_id, + i_class_id, + i_category_id + having + sum(ss_quantity * ss_list_price) > (select average_sales from avg_sales)) last_year +where + this_year.i_brand_id = last_year.i_brand_id + and this_year.i_class_id = last_year.i_class_id + and this_year.i_category_id = last_year.i_category_id +order by + this_year.channel, + this_year.i_brand_id, + this_year.i_class_id, + this_year.i_category_id +limit 100 +-- !query schema +struct +-- !query output +store 1001001 1 1 1357111.72 352 store 1001001 1 1 1400694.96 348 +store 1001002 1 1 612783.28 173 store 1001002 1 1 678664.99 182 +store 1002001 2 1 1266429.27 374 store 1002001 2 1 1501055.84 370 +store 1002002 2 1 725438.17 167 store 1002002 2 1 621229.60 172 +store 1003001 3 1 1292349.92 328 store 1003001 3 1 1145472.88 301 +store 1003002 3 1 516736.99 134 store 1003002 3 1 628517.74 160 +store 1004001 4 1 1260793.84 353 store 1004001 4 1 1100548.42 319 +store 1004002 4 1 745243.26 195 store 1004002 4 1 755785.31 194 +store 2001001 1 2 1150301.37 350 store 2001001 1 2 1555889.00 383 +store 2001002 1 2 602814.58 168 store 2001002 1 2 518722.92 132 +store 2002001 2 2 1413218.61 387 store 2002001 2 2 1521716.91 392 +store 2002002 2 2 722662.13 188 store 2002002 2 2 518205.96 148 +store 2003001 3 2 1209787.66 321 store 2003001 3 2 1083622.99 303 +store 2003002 3 2 664161.23 168 store 2003002 3 2 517615.40 166 +store 2004001 4 2 1525101.40 423 store 2004001 4 2 1495901.62 408 +store 2004002 4 2 647479.61 177 store 2004002 4 2 629110.21 163 +store 3001001 1 3 1271524.69 345 store 3001001 1 3 1228945.08 347 +store 3001002 1 3 552215.96 167 store 3001002 1 3 590750.02 159 +store 3002001 2 3 1371240.03 375 store 3002001 2 3 1267360.60 327 +store 3002002 2 3 738157.52 201 store 3002002 2 3 658754.75 184 +store 3003001 3 3 1593685.31 435 store 3003001 3 3 1423505.96 412 +store 3003002 3 3 605594.47 159 store 3003002 3 3 458799.02 132 +store 3004001 4 3 1335806.21 358 store 3004001 4 3 1156920.73 309 +store 3004002 4 3 622814.06 192 store 3004002 4 3 655537.26 180 +store 4001001 1 4 1414113.65 378 store 4001001 1 4 1291616.64 340 +store 4001002 1 4 626932.79 165 store 4001002 1 4 543386.89 150 +store 4002001 2 4 1484000.98 391 store 4002001 2 4 1254498.73 384 +store 4002002 2 4 704154.74 209 store 4002002 2 4 713262.41 205 +store 4003001 3 4 1637883.32 407 store 4003001 3 4 1341036.39 340 +store 4003002 3 4 656015.64 166 store 4003002 3 4 498828.68 161 +store 4004001 4 4 1223227.74 339 store 4004001 4 4 1397292.75 371 +store 4004002 4 4 743421.03 184 store 4004002 4 4 724121.00 198 +store 5001001 1 5 1213269.59 340 store 5001001 1 5 1244469.16 362 +store 5001002 1 5 661350.33 165 store 5001002 1 5 553183.71 155 +store 5002001 2 5 1070207.90 318 store 5002001 2 5 999623.46 287 +store 5002002 2 5 626315.26 170 store 5002002 2 5 527082.36 150 +store 5003001 3 5 1488790.94 399 store 5003001 3 5 1389117.72 385 +store 5003002 3 5 894941.12 217 store 5003002 3 5 691730.27 204 +store 5004001 4 5 1492950.28 424 store 5004001 4 5 1358759.56 386 +store 5004002 4 5 768853.90 219 store 5004002 4 5 567427.70 180 +store 6001001 1 6 56345.09 17 store 6001001 1 6 50700.17 23 +store 6001002 1 6 55697.93 12 store 6001002 1 6 43497.05 16 +store 6001003 1 6 71260.71 21 store 6001003 1 6 68678.36 13 +store 6001004 1 6 23372.08 11 store 6001004 1 6 56063.65 12 +store 6001005 1 6 55179.60 18 store 6001005 1 6 33063.54 12 +store 6001006 1 6 50144.28 11 store 6001006 1 6 21033.20 3 +store 6001007 1 6 89286.85 22 store 6001007 1 6 71430.50 19 +store 6001008 1 6 76472.99 23 store 6001008 1 6 78052.53 21 +store 6002001 2 6 103428.88 31 store 6002001 2 6 156379.04 37 +store 6002002 2 6 30309.46 10 store 6002002 2 6 64845.82 14 +store 6002003 2 6 97099.27 24 store 6002003 2 6 64005.80 20 +store 6002004 2 6 52272.75 14 store 6002004 2 6 25320.40 6 +store 6002005 2 6 78165.40 22 store 6002005 2 6 83628.57 27 +store 6002006 2 6 15626.42 6 store 6002006 2 6 32153.88 9 +store 6002007 2 6 68172.28 19 store 6002007 2 6 53556.96 15 +store 6002008 2 6 30839.40 11 store 6002008 2 6 6081.45 4 +store 6003001 3 6 94617.29 24 store 6003001 3 6 65791.23 21 +store 6003002 3 6 55378.85 13 store 6003002 3 6 49577.69 12 +store 6003003 3 6 42055.54 16 store 6003003 3 6 71709.89 18 +store 6003004 3 6 43514.18 20 store 6003004 3 6 35759.96 12 +store 6003005 3 6 113729.16 32 store 6003005 3 6 106134.50 25 +store 6003006 3 6 25742.66 6 store 6003006 3 6 64825.03 13 +store 6003007 3 6 132056.45 37 store 6003007 3 6 103450.24 33 +store 6003008 3 6 83401.54 24 store 6003008 3 6 71532.00 19 +store 6004001 4 6 39871.69 13 store 6004001 4 6 40574.68 10 +store 6004002 4 6 32097.24 8 store 6004002 4 6 23362.39 7 +store 6004003 4 6 42253.33 12 store 6004003 4 6 31495.04 9 +store 6004004 4 6 14568.30 5 store 6004004 4 6 27708.71 5 +store 6004005 4 6 31910.32 13 store 6004005 4 6 34446.41 12 +store 6004006 4 6 40397.04 14 store 6004006 4 6 35813.71 17 +store 6004007 4 6 62750.08 15 store 6004007 4 6 50073.78 12 +store 6004008 4 6 54551.33 12 store 6004008 4 6 51160.62 13 +store 6005001 5 6 169744.81 39 store 6005001 5 6 115387.84 45 +store 6005002 5 6 35872.62 10 store 6005002 5 6 29775.92 8 +store 6005003 5 6 16522.77 11 store 6005003 5 6 23559.92 8 +store 6005004 5 6 9514.92 1 store 6005004 5 6 10406.54 2 +store 6005005 5 6 100667.98 25 store 6005005 5 6 80130.12 20 +store 6005006 5 6 97707.25 20 store 6005006 5 6 28062.88 15 +store 6005007 5 6 86586.93 19 store 6005007 5 6 55889.91 14 +store 6005008 5 6 38880.95 16 store 6005008 5 6 35749.41 11 +store 6006001 6 6 64115.41 16 store 6006001 6 6 47309.61 16 +store 6006002 6 6 24591.28 12 store 6006002 6 6 80713.29 21 +store 6006003 6 6 115097.85 31 store 6006003 6 6 100201.52 25 +store 6006004 6 6 47263.51 8 store 6006004 6 6 42390.45 10 +store 6006005 6 6 28366.91 12 store 6006005 6 6 47350.44 18 +store 6006006 6 6 45048.61 10 store 6006006 6 6 48794.24 7 +store 6006007 6 6 140363.71 31 store 6006007 6 6 130667.34 33 +store 6006008 6 6 68741.43 14 store 6006008 6 6 26511.21 7 +store 6007001 7 6 40114.03 14 store 6007001 7 6 42670.66 12 +store 6007002 7 6 41207.79 11 store 6007002 7 6 106625.85 16 +store 6007003 7 6 130414.23 30 store 6007003 7 6 114403.21 36 +store 6007004 7 6 64018.65 13 store 6007004 7 6 59004.23 13 +store 6007005 7 6 15598.17 7 store 6007005 7 6 37117.06 10 +store 6007006 7 6 16806.78 8 store 6007006 7 6 65512.02 13 +store 6007007 7 6 133720.31 29 store 6007007 7 6 132599.96 31 +store 6007008 7 6 34207.59 11 store 6007008 7 6 29950.50 7 +store 6008001 8 6 83370.60 25 store 6008001 8 6 117929.05 27 +store 6008002 8 6 12431.09 4 store 6008002 8 6 46831.25 13 +store 6008003 8 6 48590.12 12 store 6008003 8 6 43216.06 15 +store 6008004 8 6 34268.74 9 store 6008004 8 6 30738.47 11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out new file mode 100644 index 000000000000..eb2ead607ed3 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out @@ -0,0 +1,321 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This query is the alternative form of sql/core/src/test/resources/tpcds/q14b.sql +with cross_items as ( + select + i_item_sk ss_item_sk + from item, ( + select + iss.i_brand_id brand_id, + iss.i_class_id class_id, + iss.i_category_id category_id + from + store_sales, item iss, date_dim d1 + where + ss_item_sk = iss.i_item_sk + and ss_sold_date_sk = d1.d_date_sk + and d1.d_year between 1999 AND 1999 + 2 + intersect + select + ics.i_brand_id, + ics.i_class_id, + ics.i_category_id + from + catalog_sales, item ics, date_dim d2 + where + cs_item_sk = ics.i_item_sk + and cs_sold_date_sk = d2.d_date_sk + and d2.d_year between 1999 AND 1999 + 2 + intersect + select + iws.i_brand_id, + iws.i_class_id, + iws.i_category_id + from + web_sales, item iws, date_dim d3 + where + ws_item_sk = iws.i_item_sk + and ws_sold_date_sk = d3.d_date_sk + and d3.d_year between 1999 AND 1999 + 2) x + where + i_brand_id = brand_id + and i_class_id = class_id + and i_category_id = category_id), +avg_sales as ( + select + avg(quantity*list_price) average_sales + from ( + select + ss_quantity quantity, + ss_list_price list_price + from + store_sales, date_dim + where + ss_sold_date_sk = d_date_sk + and d_year between 1999 and 2001 + union all + select + cs_quantity quantity, + cs_list_price list_price + from + catalog_sales, date_dim + where + cs_sold_date_sk = d_date_sk + and d_year between 1998 and 1998 + 2 + union all + select + ws_quantity quantity, + ws_list_price list_price + from + web_sales, date_dim + where + ws_sold_date_sk = d_date_sk + and d_year between 1998 and 1998 + 2) x), +results AS ( + select + channel, + i_brand_id, + i_class_id, + i_category_id, + sum(sales) sum_sales, + sum(number_sales) number_sales + from ( + select + 'store' channel, + i_brand_id,i_class_id, + i_category_id, + sum(ss_quantity*ss_list_price) sales, + count(*) number_sales + from + store_sales, item, date_dim + where + ss_item_sk in (select ss_item_sk from cross_items) + and ss_item_sk = i_item_sk + and ss_sold_date_sk = d_date_sk + and d_year = 1998 + 2 + and d_moy = 11 + group by + i_brand_id, + i_class_id, + i_category_id + having + sum(ss_quantity * ss_list_price) > (select average_sales from avg_sales) + union all + select + 'catalog' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(cs_quantity*cs_list_price) sales, + count(*) number_sales + from + catalog_sales, item, date_dim + where + cs_item_sk in (select ss_item_sk from cross_items) + and cs_item_sk = i_item_sk + and cs_sold_date_sk = d_date_sk + and d_year = 1998+2 + and d_moy = 11 + group by + i_brand_id,i_class_id,i_category_id + having + sum(cs_quantity*cs_list_price) > (select average_sales from avg_sales) + union all + select + 'web' channel, + i_brand_id, + i_class_id, + i_category_id, + sum(ws_quantity*ws_list_price) sales, + count(*) number_sales + from + web_sales, item, date_dim + where + ws_item_sk in (select ss_item_sk from cross_items) + and ws_item_sk = i_item_sk + and ws_sold_date_sk = d_date_sk + and d_year = 1998 + 2 + and d_moy = 11 + group by + i_brand_id, + i_class_id, + i_category_id + having + sum(ws_quantity*ws_list_price) > (select average_sales from avg_sales)) y + group by + channel, + i_brand_id, + i_class_id, + i_category_id) +select + channel, + i_brand_id, + i_class_id, + i_category_id, + sum_sales, + number_sales +from ( + select + channel, + i_brand_id, + i_class_id, + i_category_id, + sum_sales, + number_sales + from + results + union + select + channel, + i_brand_id, + i_class_id, + null as i_category_id, + sum(sum_sales), + sum(number_sales) + from results + group by + channel, + i_brand_id, + i_class_id + union + select + channel, + i_brand_id, + null as i_class_id, + null as i_category_id, + sum(sum_sales), + sum(number_sales) + from results + group by + channel, + i_brand_id + union + select + channel, + null as i_brand_id, + null as i_class_id, + null as i_category_id, + sum(sum_sales), + sum(number_sales) + from results + group by + channel + union + select + null as channel, + null as i_brand_id, + null as i_class_id, + null as i_category_id, + sum(sum_sales), + sum(number_sales) + from results) z +order by + channel, + i_brand_id, + i_class_id, + i_category_id +limit 100 +-- !query schema +struct +-- !query output +NULL NULL NULL NULL 676277330.72 156486 +catalog 1001001 1 1 1774540.60 357 +catalog 1001001 1 10 58833.49 13 +catalog 1001001 1 2 30722.60 7 +catalog 1001001 1 3 23530.44 4 +catalog 1001001 1 4 59445.93 19 +catalog 1001001 1 5 82476.56 17 +catalog 1001001 1 7 23448.99 4 +catalog 1001001 1 8 29097.56 3 +catalog 1001001 1 9 67531.61 14 +catalog 1001001 1 NULL 2149627.78 438 +catalog 1001001 11 9 55380.48 6 +catalog 1001001 11 NULL 55380.48 6 +catalog 1001001 15 10 21285.61 6 +catalog 1001001 15 9 38597.60 7 +catalog 1001001 15 NULL 59883.21 13 +catalog 1001001 2 2 14771.66 7 +catalog 1001001 2 3 52805.60 11 +catalog 1001001 2 5 28663.92 5 +catalog 1001001 2 NULL 96241.18 23 +catalog 1001001 3 2 59802.44 15 +catalog 1001001 3 4 35993.39 8 +catalog 1001001 3 6 4604.89 3 +catalog 1001001 3 NULL 100400.72 26 +catalog 1001001 4 2 6998.56 3 +catalog 1001001 4 3 13742.38 4 +catalog 1001001 4 4 17014.93 3 +catalog 1001001 4 NULL 37755.87 10 +catalog 1001001 5 10 38031.09 6 +catalog 1001001 5 9 22860.83 8 +catalog 1001001 5 NULL 60891.92 14 +catalog 1001001 6 9 36688.23 6 +catalog 1001001 6 NULL 36688.23 6 +catalog 1001001 9 6 10536.26 2 +catalog 1001001 9 NULL 10536.26 2 +catalog 1001001 NULL NULL 2607405.65 538 +catalog 1001002 1 1 2838697.74 540 +catalog 1001002 1 NULL 2838697.74 540 +catalog 1001002 12 1 11061.25 4 +catalog 1001002 12 NULL 11061.25 4 +catalog 1001002 2 1 54603.13 9 +catalog 1001002 2 NULL 54603.13 9 +catalog 1001002 3 1 84393.59 22 +catalog 1001002 3 NULL 84393.59 22 +catalog 1001002 4 1 30191.97 7 +catalog 1001002 4 NULL 30191.97 7 +catalog 1001002 6 1 29531.77 7 +catalog 1001002 6 NULL 29531.77 7 +catalog 1001002 7 1 39480.72 9 +catalog 1001002 7 NULL 39480.72 9 +catalog 1001002 8 1 100955.56 16 +catalog 1001002 8 NULL 100955.56 16 +catalog 1001002 9 1 23762.11 2 +catalog 1001002 9 NULL 23762.11 2 +catalog 1001002 NULL NULL 3212677.84 616 +catalog 1002001 1 1 15087.29 4 +catalog 1002001 1 2 36415.93 9 +catalog 1002001 1 4 35758.47 6 +catalog 1002001 1 5 39131.15 9 +catalog 1002001 1 9 32557.61 6 +catalog 1002001 1 NULL 158950.45 34 +catalog 1002001 10 6 16600.75 5 +catalog 1002001 10 NULL 16600.75 5 +catalog 1002001 13 7 24703.21 6 +catalog 1002001 13 NULL 24703.21 6 +catalog 1002001 15 7 38785.06 4 +catalog 1002001 15 NULL 38785.06 4 +catalog 1002001 16 6 11507.67 3 +catalog 1002001 16 NULL 11507.67 3 +catalog 1002001 2 1 2223288.73 424 +catalog 1002001 2 10 36867.52 7 +catalog 1002001 2 2 31029.10 3 +catalog 1002001 2 3 78682.00 14 +catalog 1002001 2 5 9423.72 2 +catalog 1002001 2 6 15805.34 6 +catalog 1002001 2 7 75237.60 14 +catalog 1002001 2 8 27490.25 7 +catalog 1002001 2 9 52094.20 11 +catalog 1002001 2 NULL 2549918.46 488 +catalog 1002001 3 2 12934.00 2 +catalog 1002001 3 NULL 12934.00 2 +catalog 1002001 4 1 31995.74 6 +catalog 1002001 4 3 11114.07 6 +catalog 1002001 4 4 42639.26 5 +catalog 1002001 4 7 15392.56 4 +catalog 1002001 4 NULL 101141.63 21 +catalog 1002001 5 10 13668.96 6 +catalog 1002001 5 9 5987.59 3 +catalog 1002001 5 NULL 19656.55 9 +catalog 1002001 7 7 10183.58 4 +catalog 1002001 7 NULL 10183.58 4 +catalog 1002001 NULL NULL 2944381.36 576 +catalog 1002002 1 1 96287.16 15 +catalog 1002002 1 NULL 96287.16 15 +catalog 1002002 2 1 2475280.76 504 +catalog 1002002 2 NULL 2475280.76 504 +catalog 1002002 3 1 136271.89 24 +catalog 1002002 3 NULL 136271.89 24 +catalog 1002002 NULL NULL 2993082.50 599 +catalog NULL NULL NULL 236619691.58 46416 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out new file mode 100644 index 000000000000..9dda88c23931 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out @@ -0,0 +1,140 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + i_item_id, + ca_country, + ca_state, + ca_county, + cast(cs_quantity as decimal(12,2)) agg1, + cast(cs_list_price as decimal(12,2)) agg2, + cast(cs_coupon_amt as decimal(12,2)) agg3, + cast(cs_sales_price as decimal(12,2)) agg4, + cast(cs_net_profit as decimal(12,2)) agg5, + cast(c_birth_year as decimal(12,2)) agg6, + cast(cd1.cd_dep_count as decimal(12,2)) agg7 + from + catalog_sales, customer_demographics cd1, customer_demographics cd2, customer, + customer_address, date_dim, item + where + cs_sold_date_sk = d_date_sk + and cs_item_sk = i_item_sk + and cs_bill_cdemo_sk = cd1.cd_demo_sk + and cs_bill_customer_sk = c_customer_sk + and cd1.cd_gender = 'M' + and cd1.cd_education_status = 'College' + and c_current_cdemo_sk = cd2.cd_demo_sk + and c_current_addr_sk = ca_address_sk + and c_birth_month in (9,5,12,4,1,10) + and d_year = 2001 + and ca_state in ('ND','WI','AL','NC','OK','MS','TN')) +select + i_item_id, + ca_country, + ca_state, + ca_county, + agg1, + agg2, + agg3, + agg4, + agg5, + agg6, + agg7 +from ( + select + i_item_id, + ca_country, + ca_state, + ca_county, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4, + avg(agg5) agg5, + avg(agg6) agg6, + avg(agg7) agg7 + from + results + group by + i_item_id, + ca_country, + ca_state, + ca_county + union all + select + i_item_id, + ca_country, + ca_state, + NULL as county, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4, + avg(agg5) agg5, + avg(agg6) agg6, + avg(agg7) agg7 + from + results + group by + i_item_id, + ca_country, + ca_state + union all + select + i_item_id, + ca_country, + NULL as ca_state, + NULL as county, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4, + avg(agg5) agg5, + avg(agg6) agg6, + avg(agg7) agg7 + from results + group by + i_item_id, + ca_country + union all + select + i_item_id, + NULL as ca_country, + NULL as ca_state, + NULL as county, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4, + avg(agg5) agg5, + avg(agg6) agg6, + avg(agg7) agg7 + from results + group by + i_item_id + union all + select + NULL AS i_item_id, + NULL as ca_country, + NULL as ca_state, + NULL as county, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4, + avg(agg5) agg5, + avg(agg6) agg6, + avg(agg7) agg7 + from results) foo +order by + ca_country, + ca_state, + ca_county, + i_item_id +limit 100 +-- !query schema +struct +-- !query output +NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out new file mode 100644 index 000000000000..071dc71b39d2 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out @@ -0,0 +1,26 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, -- This column did not exist in TPCDS v1.4 + i_item_desc, + i_category, + i_class, + i_current_price, + sum(cs_ext_sales_price) AS itemrevenue, + sum(cs_ext_sales_price) * 100 / sum(sum(cs_ext_sales_price)) + OVER + (PARTITION BY i_class) AS revenueratio +FROM catalog_sales, item, date_dim +WHERE cs_item_sk = i_item_sk + AND i_category IN ('Sports', 'Books', 'Home') + AND cs_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('1999-02-22' AS DATE) +AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) +GROUP BY i_item_id, i_item_desc, i_category, i_class, i_current_price +ORDER BY i_category, i_class, i_item_id, i_item_desc, revenueratio +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out new file mode 100644 index 000000000000..15847395cf40 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out @@ -0,0 +1,121 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_product_name, + i_brand, + i_class, + i_category, + avg(inv_quantity_on_hand) qoh +FROM inventory, date_dim, item, warehouse +WHERE inv_date_sk = d_date_sk + AND inv_item_sk = i_item_sk + -- q22 in TPCDS v1.4 had a condition below: + -- AND inv_warehouse_sk = w_warehouse_sk + AND d_month_seq BETWEEN 1200 AND 1200 + 11 +GROUP BY ROLLUP (i_product_name, i_brand, i_class, i_category) +ORDER BY qoh, i_product_name, i_brand, i_class, i_category +LIMIT 100 +-- !query schema +struct +-- !query output +ableationprieing NULL NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses Women 445.99583333333334 +antibareingantiought NULL NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts Men 445.4065040650407 +antibareingantiought importoimporto #x shirts NULL 445.4065040650407 +ationantibarationought NULL NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x pools NULL 445.4190871369295 +ationantibarationought univmaxi #x pools Sports 445.4190871369295 +ationationprin st NULL NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn Children 435.5102880658436 +ationationprin st amalgexporti #x newborn NULL 435.5102880658436 +ationbarn stableought NULL NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs Home 444.09274193548384 +ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 +ationbarn station NULL NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x bathroom Home 430.3577235772358 +ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 +ationeingation NULL NULL NULL 443.78225806451616 +ationeingation amalgexporti #x NULL NULL 443.78225806451616 +ationeingation amalgexporti #x newborn Children 443.78225806451616 +ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationoughtn stn st NULL NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 +callyesebaration NULL NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 +callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 +eingableableationought NULL NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories Men 444.7142857142857 +eingableableationought amalgimporto #x accessories NULL 444.7142857142857 +eseationcallyableought NULL NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants Children 444.5443548387097 +eseationcallyableought importoexporti #x infants NULL 444.5443548387097 +n stbarought NULL NULL NULL 440.31474103585657 +n stbarought corpbrand #x NULL NULL 440.31474103585657 +n stbarought corpbrand #x rugs Home 440.31474103585657 +n stbarought corpbrand #x rugs NULL 440.31474103585657 +n stcallyableoughtought NULL NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 +n stcallyesepriought NULL NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 +n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 +n steseantiation NULL NULL NULL 445.33196721311475 +n steseantiation univmaxi #x NULL NULL 445.33196721311475 +n steseantiation univmaxi #x pools NULL 445.33196721311475 +n steseantiation univmaxi #x pools Sports 445.33196721311475 +n stn stantioughtought NULL NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 +n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 +n stprieingationought NULL NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 +n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +oughtbarantiese NULL NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 +oughtbarprin st NULL NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x classical Music 442.0734693877551 +oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 +oughtcallyn stantiought NULL NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 +oughtn stprin st NULL NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtpricallybarought NULL NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 +priantiationation NULL NULL NULL 441.6707317073171 +priantiationation importoimporto #x NULL NULL 441.6707317073171 +priantiationation importoimporto #x shirts Men 441.6707317073171 +priantiationation importoimporto #x shirts NULL 441.6707317073171 +priationn stn st NULL NULL NULL 439.096 +priationn stn st importoscholar #x NULL NULL 439.096 +priationn stn st importoscholar #x country Music 439.096 +priationn stn st importoscholar #x country NULL 439.096 +pribarpribarought NULL NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out new file mode 100644 index 000000000000..254025e34af8 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out @@ -0,0 +1,200 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + i_product_name, + i_brand, + i_class, + i_category, + avg(inv_quantity_on_hand) qoh + from + inventory, date_dim, item, warehouse + where + inv_date_sk = d_date_sk + and inv_item_sk = i_item_sk + and inv_warehouse_sk = w_warehouse_sk + and d_month_seq between 1212 and 1212 + 11 + group by + i_product_name, + i_brand, + i_class, + i_category), +results_rollup as ( + select + i_product_name, + i_brand, + i_class, + i_category, + avg(qoh) qoh + from + results + group by + i_product_name, + i_brand, + i_class, + i_category + union all + select + i_product_name, + i_brand, + i_class, + null i_category, + avg(qoh) qoh + from + results + group by + i_product_name, + i_brand, + i_class + union all + select + i_product_name, + i_brand, + null i_class, + null i_category, + avg(qoh) qoh + from + results + group by + i_product_name, + i_brand + union all + select + i_product_name, + null i_brand, + null i_class, + null i_category, + avg(qoh) qoh + from + results + group by + i_product_name + union all + select + null i_product_name, + null i_brand, + null i_class, + null i_category, + avg(qoh) qoh + from + results) +select + i_product_name, + i_brand, + i_class, + i_category, + qoh +from + results_rollup +order by + qoh, + i_product_name, + i_brand, + i_class, + i_category +limit 100 +-- !query schema +struct +-- !query output +antiableableought NULL NULL NULL 444.6460905349794 +antiableableought importoamalgamalg #x NULL NULL 444.6460905349794 +antiableableought importoamalgamalg #x monitors Electronics 444.6460905349794 +antiableableought importoamalgamalg #x monitors NULL 444.6460905349794 +antiablen stcally NULL NULL NULL 436.2570281124498 +antiablen stcally univbrand #x NULL NULL 436.2570281124498 +antiablen stcally univbrand #x jewelry boxes Jewelry 436.2570281124498 +antiablen stcally univbrand #x jewelry boxes NULL 436.2570281124498 +antiableprin st NULL NULL NULL 446.7966804979253 +antiableprin st edu packimporto #x NULL NULL 446.7966804979253 +antiableprin st edu packimporto #x sports-apparel Men 446.7966804979253 +antiableprin st edu packimporto #x sports-apparel NULL 446.7966804979253 +antiantiableeseought NULL NULL NULL 436.5587044534413 +antiantiableeseought exportiexporti #x NULL NULL 436.5587044534413 +antiantiableeseought exportiexporti #x toddlers Children 436.5587044534413 +antiantiableeseought exportiexporti #x toddlers NULL 436.5587044534413 +antin stn stanti NULL NULL NULL 447.3801652892562 +antin stn stanti amalgamalg #x NULL NULL 447.3801652892562 +antin stn stanti amalgamalg #x dresses NULL 447.3801652892562 +antin stn stanti amalgamalg #x dresses Women 447.3801652892562 +antioughtantically NULL NULL NULL 446.96356275303646 +antioughtantically corpnameless #x NULL NULL 446.96356275303646 +antioughtantically corpnameless #x football NULL 446.96356275303646 +antioughtantically corpnameless #x football Sports 446.96356275303646 +antioughtcallyantiought NULL NULL NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x NULL NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x automotive Electronics 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x automotive NULL 446.714859437751 +ationantiableationought NULL NULL NULL 438.133064516129 +ationantiableationought amalgscholar #x NULL NULL 438.133064516129 +ationantiableationought amalgscholar #x rock Music 438.133064516129 +ationantiableationought amalgscholar #x rock NULL 438.133064516129 +ationationpribarought NULL NULL NULL 442.0413223140496 +ationationpribarought scholarmaxi #x NULL NULL 442.0413223140496 +ationationpribarought scholarmaxi #x history Books 442.0413223140496 +ationationpribarought scholarmaxi #x history NULL 442.0413223140496 +ationn steingantiought NULL NULL NULL 446.5860655737705 +ationn steingantiought edu packcorp #x NULL NULL 446.5860655737705 +ationn steingantiought edu packcorp #x bracelets Jewelry 446.5860655737705 +ationn steingantiought edu packcorp #x bracelets NULL 446.5860655737705 +ationpribarought NULL NULL NULL 445.5301204819277 +ationpribarought amalgunivamalg #x NULL NULL 445.5301204819277 +ationpribarought amalgunivamalg #x cameras Electronics 445.5301204819277 +ationpribarought amalgunivamalg #x cameras NULL 445.5301204819277 +n stbarcallyationought NULL NULL NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x NULL NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x rock Music 432.05668016194335 +n stbarcallyationought amalgscholar #x rock NULL 432.05668016194335 +n stcallyesepriought NULL NULL NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x NULL NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x classical Music 438.5609756097561 +n stcallyesepriought edu packscholar #x classical NULL 438.5609756097561 +n stcallyn stationought NULL NULL NULL 436.85258964143424 +n stcallyn stationought exportischolar #x NULL NULL 436.85258964143424 +n stcallyn stationought exportischolar #x pop Music 436.85258964143424 +n stcallyn stationought exportischolar #x pop NULL 436.85258964143424 +n stn stesebarought NULL NULL NULL 445.90763052208837 +n stn stesebarought importoexporti #x NULL NULL 445.90763052208837 +n stn stesebarought importoexporti #x infants Children 445.90763052208837 +n stn stesebarought importoexporti #x infants NULL 445.90763052208837 +n stoughtoughtbarought NULL NULL NULL 443.9625 +n stoughtoughtbarought amalgscholar #x NULL NULL 443.9625 +n stoughtoughtbarought amalgscholar #x rock Music 443.9625 +n stoughtoughtbarought amalgscholar #x rock NULL 443.9625 +n stpribarbarought NULL NULL NULL 446.316 +n stpribarbarought edu packbrand #x NULL NULL 446.316 +n stpribarbarought edu packbrand #x estate Jewelry 446.316 +n stpribarbarought edu packbrand #x estate NULL 446.316 +n stpribarought NULL NULL NULL 442.2154471544715 +n stpribarought edu packexporti #x NULL NULL 442.2154471544715 +n stpribarought edu packexporti #x school-uniforms Children 442.2154471544715 +n stpribarought edu packexporti #x school-uniforms NULL 442.2154471544715 +oughtationpriantiought NULL NULL NULL 445.96385542168673 +oughtationpriantiought exportiedu pack #x NULL NULL 445.96385542168673 +oughtationpriantiought exportiedu pack #x kids NULL 445.96385542168673 +oughtationpriantiought exportiedu pack #x kids Shoes 445.96385542168673 +oughteingoughtn st NULL NULL NULL 441.2685950413223 +oughteingoughtn st importobrand #x NULL NULL 441.2685950413223 +oughteingoughtn st importobrand #x costume Jewelry 441.2685950413223 +oughteingoughtn st importobrand #x costume NULL 441.2685950413223 +priantioughtantiought NULL NULL NULL 446.1795918367347 +priantioughtantiought importomaxi #x NULL NULL 446.1795918367347 +priantioughtantiought importomaxi #x business Books 446.1795918367347 +priantioughtantiought importomaxi #x business NULL 446.1795918367347 +pricallyantiese NULL NULL NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x NULL NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x cameras Electronics 442.7408906882591 +pricallyantiese amalgunivamalg #x cameras NULL 442.7408906882591 +prieingeseantiought NULL NULL NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x NULL NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x cooking Books 441.76446280991735 +prieingeseantiought amalgunivamalg #x cooking NULL 441.76446280991735 +prieseoughtable NULL NULL NULL 445.2704918032787 +prieseoughtable exportischolar #x NULL NULL 445.2704918032787 +prieseoughtable exportischolar #x pop Music 445.2704918032787 +prieseoughtable exportischolar #x pop NULL 445.2704918032787 +prioughtanticallyought NULL NULL NULL 445.9596774193548 +prioughtanticallyought importoexporti #x NULL NULL 445.9596774193548 +prioughtanticallyought importoexporti #x infants Children 445.9596774193548 +prioughtanticallyought importoexporti #x infants NULL 445.9596774193548 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out new file mode 100644 index 000000000000..d623e3464b8c --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out @@ -0,0 +1,47 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ssales AS +(SELECT + c_last_name, + c_first_name, + s_store_name, + ca_state, + s_state, + i_color, + i_current_price, + i_manager_id, + i_units, + i_size, + sum(ss_net_paid) netpaid + FROM store_sales, store_returns, store, item, customer, customer_address + WHERE ss_ticket_number = sr_ticket_number + AND ss_item_sk = sr_item_sk + AND ss_customer_sk = c_customer_sk + AND ss_item_sk = i_item_sk + AND ss_store_sk = s_store_sk + AND c_current_addr_sk = ca_address_sk -- This condition did not exist in TPCDS v1.4 + AND c_birth_country = upper(ca_country) + AND s_zip = ca_zip + AND s_market_id = 8 + GROUP BY c_last_name, c_first_name, s_store_name, ca_state, s_state, i_color, + i_current_price, i_manager_id, i_units, i_size) +SELECT + c_last_name, + c_first_name, + s_store_name, + sum(netpaid) paid +FROM ssales +WHERE i_color = 'pale' +GROUP BY c_last_name, c_first_name, s_store_name +HAVING sum(netpaid) > (SELECT 0.05 * avg(netpaid) +FROM ssales) +-- no order-by exists in q24a of TPCDS v1.4 +ORDER BY + c_last_name, + c_first_name, + s_store_name +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out new file mode 100644 index 000000000000..d3a4249db661 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out @@ -0,0 +1,77 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + i_item_id, + s_state, 0 as g_state, + ss_quantity agg1, + ss_list_price agg2, + ss_coupon_amt agg3, + ss_sales_price agg4 + from + store_sales, customer_demographics, date_dim, store, item + where + ss_sold_date_sk = d_date_sk + and ss_item_sk = i_item_sk + and ss_store_sk = s_store_sk + and ss_cdemo_sk = cd_demo_sk + and cd_gender = 'F' + and cd_marital_status = 'W' + and cd_education_status = 'Primary' + and d_year = 1998 + and s_state in ('TN','TN', 'TN', 'TN', 'TN', 'TN')) +select + i_item_id, + s_state, + g_state, + agg1, + agg2, + agg3, + agg4 +from ( + select + i_item_id, + s_state, + 0 as g_state, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4 + from + results + group by + i_item_id, + s_state + union all + select + i_item_id, + NULL AS s_state, + 1 AS g_state, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4 + from results + group by + i_item_id + union all + select + NULL AS i_item_id, + NULL as s_state, + 1 as g_state, + avg(agg1) agg1, + avg(agg2) agg2, + avg(agg3) agg3, + avg(agg4) agg4 + from + results) foo +order by + i_item_id, + s_state +limit 100 +-- !query schema +struct +-- !query output +NULL NULL 1 NULL NULL NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out new file mode 100644 index 000000000000..904ebfa67e5e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out @@ -0,0 +1,44 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + c_last_name, + c_first_name, + c_salutation, + c_preferred_cust_flag, + ss_ticket_number, + cnt +FROM + (SELECT + ss_ticket_number, + ss_customer_sk, + count(*) cnt + FROM store_sales, date_dim, store, household_demographics + WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk + AND store_sales.ss_store_sk = store.s_store_sk + AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk + AND (date_dim.d_dom BETWEEN 1 AND 3 OR date_dim.d_dom BETWEEN 25 AND 28) + AND (household_demographics.hd_buy_potential = '>10000' OR + household_demographics.hd_buy_potential = 'unknown') + AND household_demographics.hd_vehicle_count > 0 + AND (CASE WHEN household_demographics.hd_vehicle_count > 0 + THEN household_demographics.hd_dep_count / household_demographics.hd_vehicle_count + ELSE NULL + END) > 1.2 + AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) + AND store.s_county IN + ('Williamson County', 'Williamson County', 'Williamson County', 'Williamson County', + 'Williamson County', 'Williamson County', 'Williamson County', 'Williamson County') + GROUP BY ss_ticket_number, ss_customer_sk) dn, customer +WHERE ss_customer_sk = c_customer_sk + AND cnt BETWEEN 15 AND 20 +ORDER BY + c_last_name, + c_first_name, + c_salutation, + c_preferred_cust_flag DESC, + ss_ticket_number -- This order-by condition did not exist in TPCDS v1.4 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out new file mode 100644 index 000000000000..5426c8356002 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out @@ -0,0 +1,171 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + -- select list of q35 in TPCDS v1.4 is below: + -- ca_state, + -- cd_gender, + -- cd_marital_status, + -- count(*) cnt1, + -- min(cd_dep_count), + -- max(cd_dep_count), + -- avg(cd_dep_count), + -- cd_dep_employed_count, + -- count(*) cnt2, + -- min(cd_dep_employed_count), + -- max(cd_dep_employed_count), + -- avg(cd_dep_employed_count), + -- cd_dep_college_count, + -- count(*) cnt3, + -- min(cd_dep_college_count), + -- max(cd_dep_college_count), + -- avg(cd_dep_college_count) + ca_state, + cd_gender, + cd_marital_status, + cd_dep_count, + count(*) cnt1, + avg(cd_dep_count), + max(cd_dep_count), + sum(cd_dep_count), + cd_dep_employed_count, + count(*) cnt2, + avg(cd_dep_employed_count), + max(cd_dep_employed_count), + sum(cd_dep_employed_count), + cd_dep_college_count, + count(*) cnt3, + avg(cd_dep_college_count), + max(cd_dep_college_count), + sum(cd_dep_college_count) +FROM + customer c, customer_address ca, customer_demographics +WHERE + c.c_current_addr_sk = ca.ca_address_sk AND + cd_demo_sk = c.c_current_cdemo_sk AND + exists(SELECT * + FROM store_sales, date_dim + WHERE c.c_customer_sk = ss_customer_sk AND + ss_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_qoy < 4) AND + (exists(SELECT * + FROM web_sales, date_dim + WHERE c.c_customer_sk = ws_bill_customer_sk AND + ws_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_qoy < 4) OR + exists(SELECT * + FROM catalog_sales, date_dim + WHERE c.c_customer_sk = cs_ship_customer_sk AND + cs_sold_date_sk = d_date_sk AND + d_year = 2002 AND + d_qoy < 4)) +GROUP BY ca_state, cd_gender, cd_marital_status, cd_dep_count, + cd_dep_employed_count, cd_dep_college_count +ORDER BY ca_state, cd_gender, cd_marital_status, cd_dep_count, + cd_dep_employed_count, cd_dep_college_count +LIMIT 100 +-- !query schema +struct +-- !query output +NULL F D 0 1 0.0 0 0 1 1 1.0 1 1 2 1 2.0 2 2 +NULL F D 0 1 0.0 0 0 3 1 3.0 3 3 0 1 0.0 0 0 +NULL F D 0 1 0.0 0 0 5 1 5.0 5 5 0 1 0.0 0 0 +NULL F D 0 1 0.0 0 0 6 1 6.0 6 6 0 1 0.0 0 0 +NULL F D 1 1 1.0 1 1 1 1 1.0 1 1 1 1 1.0 1 1 +NULL F D 1 1 1.0 1 1 5 1 5.0 5 5 3 1 3.0 3 3 +NULL F D 3 1 3.0 3 3 0 1 0.0 0 0 5 1 5.0 5 5 +NULL F D 3 1 3.0 3 3 1 1 1.0 1 1 3 1 3.0 3 3 +NULL F D 3 1 3.0 3 3 5 1 5.0 5 5 4 1 4.0 4 4 +NULL F D 4 1 4.0 4 4 2 1 2.0 2 2 5 1 5.0 5 5 +NULL F D 4 1 4.0 4 4 4 1 4.0 4 4 4 1 4.0 4 4 +NULL F D 6 1 6.0 6 6 0 1 0.0 0 0 6 1 6.0 6 6 +NULL F D 6 1 6.0 6 6 5 1 5.0 5 5 4 1 4.0 4 4 +NULL F M 0 1 0.0 0 0 0 1 0.0 0 0 3 1 3.0 3 3 +NULL F M 0 1 0.0 0 0 3 1 3.0 3 3 6 1 6.0 6 6 +NULL F M 1 1 1.0 1 1 2 1 2.0 2 2 4 1 4.0 4 4 +NULL F M 1 1 1.0 1 1 3 1 3.0 3 3 3 1 3.0 3 3 +NULL F M 1 1 1.0 1 1 4 1 4.0 4 4 2 1 2.0 2 2 +NULL F M 1 1 1.0 1 1 6 1 6.0 6 6 2 1 2.0 2 2 +NULL F M 1 2 1.0 1 2 1 2 1.0 1 2 0 2 0.0 0 0 +NULL F M 2 1 2.0 2 2 1 1 1.0 1 1 0 1 0.0 0 0 +NULL F M 2 1 2.0 2 2 5 1 5.0 5 5 4 1 4.0 4 4 +NULL F M 3 1 3.0 3 3 0 1 0.0 0 0 4 1 4.0 4 4 +NULL F M 4 1 4.0 4 4 2 1 2.0 2 2 1 1 1.0 1 1 +NULL F M 4 1 4.0 4 4 4 1 4.0 4 4 1 1 1.0 1 1 +NULL F M 5 1 5.0 5 5 1 1 1.0 1 1 2 1 2.0 2 2 +NULL F M 5 1 5.0 5 5 3 1 3.0 3 3 3 1 3.0 3 3 +NULL F M 6 1 6.0 6 6 2 1 2.0 2 2 2 1 2.0 2 2 +NULL F M 6 1 6.0 6 6 2 1 2.0 2 2 3 1 3.0 3 3 +NULL F M 6 1 6.0 6 6 3 1 3.0 3 3 4 1 4.0 4 4 +NULL F M 6 1 6.0 6 6 5 1 5.0 5 5 1 1 1.0 1 1 +NULL F S 0 1 0.0 0 0 0 1 0.0 0 0 3 1 3.0 3 3 +NULL F S 0 1 0.0 0 0 2 1 2.0 2 2 3 1 3.0 3 3 +NULL F S 0 1 0.0 0 0 3 1 3.0 3 3 6 1 6.0 6 6 +NULL F S 0 1 0.0 0 0 4 1 4.0 4 4 5 1 5.0 5 5 +NULL F S 1 1 1.0 1 1 0 1 0.0 0 0 3 1 3.0 3 3 +NULL F S 1 1 1.0 1 1 3 1 3.0 3 3 4 1 4.0 4 4 +NULL F S 1 1 1.0 1 1 4 1 4.0 4 4 0 1 0.0 0 0 +NULL F S 1 1 1.0 1 1 4 1 4.0 4 4 4 1 4.0 4 4 +NULL F S 1 1 1.0 1 1 5 1 5.0 5 5 0 1 0.0 0 0 +NULL F S 2 1 2.0 2 2 0 1 0.0 0 0 3 1 3.0 3 3 +NULL F S 2 1 2.0 2 2 1 1 1.0 1 1 6 1 6.0 6 6 +NULL F S 2 1 2.0 2 2 2 1 2.0 2 2 2 1 2.0 2 2 +NULL F S 2 1 2.0 2 2 4 1 4.0 4 4 6 1 6.0 6 6 +NULL F S 2 1 2.0 2 2 6 1 6.0 6 6 1 1 1.0 1 1 +NULL F S 2 1 2.0 2 2 6 1 6.0 6 6 5 1 5.0 5 5 +NULL F S 3 1 3.0 3 3 1 1 1.0 1 1 0 1 0.0 0 0 +NULL F S 3 1 3.0 3 3 1 1 1.0 1 1 2 1 2.0 2 2 +NULL F S 3 1 3.0 3 3 3 1 3.0 3 3 0 1 0.0 0 0 +NULL F S 3 1 3.0 3 3 4 1 4.0 4 4 6 1 6.0 6 6 +NULL F S 3 1 3.0 3 3 6 1 6.0 6 6 6 1 6.0 6 6 +NULL F S 4 1 4.0 4 4 0 1 0.0 0 0 2 1 2.0 2 2 +NULL F S 5 1 5.0 5 5 4 1 4.0 4 4 2 1 2.0 2 2 +NULL F S 5 1 5.0 5 5 6 1 6.0 6 6 6 1 6.0 6 6 +NULL F S 6 1 6.0 6 6 0 1 0.0 0 0 0 1 0.0 0 0 +NULL F S 6 1 6.0 6 6 0 1 0.0 0 0 2 1 2.0 2 2 +NULL F S 6 1 6.0 6 6 4 1 4.0 4 4 5 1 5.0 5 5 +NULL F U 0 1 0.0 0 0 4 1 4.0 4 4 1 1 1.0 1 1 +NULL F U 0 1 0.0 0 0 5 1 5.0 5 5 1 1 1.0 1 1 +NULL F U 0 1 0.0 0 0 6 1 6.0 6 6 6 1 6.0 6 6 +NULL F U 1 1 1.0 1 1 5 1 5.0 5 5 2 1 2.0 2 2 +NULL F U 2 1 2.0 2 2 4 1 4.0 4 4 4 1 4.0 4 4 +NULL F U 3 1 3.0 3 3 1 1 1.0 1 1 6 1 6.0 6 6 +NULL F U 3 1 3.0 3 3 3 1 3.0 3 3 6 1 6.0 6 6 +NULL F U 3 1 3.0 3 3 4 1 4.0 4 4 3 1 3.0 3 3 +NULL F U 3 1 3.0 3 3 5 1 5.0 5 5 1 1 1.0 1 1 +NULL F U 3 1 3.0 3 3 6 1 6.0 6 6 0 1 0.0 0 0 +NULL F U 3 1 3.0 3 3 6 1 6.0 6 6 3 1 3.0 3 3 +NULL F U 6 1 6.0 6 6 1 1 1.0 1 1 3 1 3.0 3 3 +NULL F U 6 1 6.0 6 6 2 1 2.0 2 2 1 1 1.0 1 1 +NULL F U 6 1 6.0 6 6 5 1 5.0 5 5 6 1 6.0 6 6 +NULL F W 0 1 0.0 0 0 2 1 2.0 2 2 4 1 4.0 4 4 +NULL F W 0 1 0.0 0 0 6 1 6.0 6 6 2 1 2.0 2 2 +NULL F W 2 1 2.0 2 2 5 1 5.0 5 5 1 1 1.0 1 1 +NULL F W 4 1 4.0 4 4 0 1 0.0 0 0 4 1 4.0 4 4 +NULL F W 4 1 4.0 4 4 1 1 1.0 1 1 1 1 1.0 1 1 +NULL F W 4 1 4.0 4 4 2 1 2.0 2 2 6 1 6.0 6 6 +NULL F W 4 1 4.0 4 4 4 1 4.0 4 4 3 1 3.0 3 3 +NULL F W 5 1 5.0 5 5 6 1 6.0 6 6 1 1 1.0 1 1 +NULL F W 6 1 6.0 6 6 2 1 2.0 2 2 6 1 6.0 6 6 +NULL F W 6 1 6.0 6 6 3 1 3.0 3 3 4 1 4.0 4 4 +NULL F W 6 1 6.0 6 6 4 1 4.0 4 4 0 1 0.0 0 0 +NULL F W 6 1 6.0 6 6 5 1 5.0 5 5 6 1 6.0 6 6 +NULL M D 1 1 1.0 1 1 5 1 5.0 5 5 6 1 6.0 6 6 +NULL M D 2 1 2.0 2 2 3 1 3.0 3 3 3 1 3.0 3 3 +NULL M D 2 1 2.0 2 2 6 1 6.0 6 6 1 1 1.0 1 1 +NULL M D 2 1 2.0 2 2 6 1 6.0 6 6 6 1 6.0 6 6 +NULL M D 3 1 3.0 3 3 5 1 5.0 5 5 4 1 4.0 4 4 +NULL M D 3 1 3.0 3 3 6 1 6.0 6 6 6 1 6.0 6 6 +NULL M D 4 1 4.0 4 4 5 1 5.0 5 5 5 1 5.0 5 5 +NULL M D 6 1 6.0 6 6 1 1 1.0 1 1 1 1 1.0 1 1 +NULL M D 6 1 6.0 6 6 2 1 2.0 2 2 5 1 5.0 5 5 +NULL M D 6 1 6.0 6 6 4 1 4.0 4 4 3 1 3.0 3 3 +NULL M D 6 1 6.0 6 6 4 1 4.0 4 4 4 1 4.0 4 4 +NULL M M 0 1 0.0 0 0 0 1 0.0 0 0 2 1 2.0 2 2 +NULL M M 0 1 0.0 0 0 1 1 1.0 1 1 6 1 6.0 6 6 +NULL M M 0 1 0.0 0 0 2 1 2.0 2 2 0 1 0.0 0 0 +NULL M M 0 1 0.0 0 0 6 1 6.0 6 6 1 1 1.0 1 1 +NULL M M 0 1 0.0 0 0 6 1 6.0 6 6 2 1 2.0 2 2 +NULL M M 1 1 1.0 1 1 1 1 1.0 1 1 6 1 6.0 6 6 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out new file mode 100644 index 000000000000..bf0150e87c22 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out @@ -0,0 +1,168 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +select + ca_state, + cd_gender, + cd_marital_status, + cd_dep_count, + count(*) cnt1, + avg(cd_dep_count), + max(cd_dep_count), + sum(cd_dep_count), + cd_dep_employed_count, + count(*) cnt2, + avg(cd_dep_employed_count), + max(cd_dep_employed_count), + sum(cd_dep_employed_count), + cd_dep_college_count, + count(*) cnt3, + avg(cd_dep_college_count), + max(cd_dep_college_count), + sum(cd_dep_college_count) +from + customer c, customer_address ca, customer_demographics +where + c.c_current_addr_sk = ca.ca_address_sk + and cd_demo_sk = c.c_current_cdemo_sk + and exists ( + select * + from store_sales, date_dim + where c.c_customer_sk = ss_customer_sk + and ss_sold_date_sk = d_date_sk + and d_year = 1999 + and d_qoy < 4) + and exists ( + select * + from ( + select ws_bill_customer_sk customsk + from web_sales, date_dim + where ws_sold_date_sk = d_date_sk + and d_year = 1999 + and d_qoy < 4 + union all + select cs_ship_customer_sk customsk + from catalog_sales, date_dim + where cs_sold_date_sk = d_date_sk + and d_year = 1999 + and d_qoy < 4) x + where x.customsk = c.c_customer_sk) +group by + ca_state, + cd_gender, + cd_marital_status, + cd_dep_count, + cd_dep_employed_count, + cd_dep_college_count +order by + ca_state, + cd_gender, + cd_marital_status, + cd_dep_count, + cd_dep_employed_count, + cd_dep_college_count +limit 100 +-- !query schema +struct +-- !query output +NULL F D 0 1 0.0 0 0 2 1 2.0 2 2 1 1 1.0 1 1 +NULL F D 0 1 0.0 0 0 2 1 2.0 2 2 6 1 6.0 6 6 +NULL F D 1 1 1.0 1 1 2 1 2.0 2 2 4 1 4.0 4 4 +NULL F D 1 1 1.0 1 1 4 1 4.0 4 4 6 1 6.0 6 6 +NULL F D 1 1 1.0 1 1 5 1 5.0 5 5 5 1 5.0 5 5 +NULL F D 2 1 2.0 2 2 1 1 1.0 1 1 0 1 0.0 0 0 +NULL F D 2 1 2.0 2 2 4 1 4.0 4 4 5 1 5.0 5 5 +NULL F D 3 1 3.0 3 3 2 1 2.0 2 2 2 1 2.0 2 2 +NULL F D 3 1 3.0 3 3 4 1 4.0 4 4 6 1 6.0 6 6 +NULL F D 4 1 4.0 4 4 1 1 1.0 1 1 3 1 3.0 3 3 +NULL F D 4 1 4.0 4 4 3 1 3.0 3 3 1 1 1.0 1 1 +NULL F D 4 1 4.0 4 4 6 1 6.0 6 6 4 1 4.0 4 4 +NULL F D 4 1 4.0 4 4 6 1 6.0 6 6 6 1 6.0 6 6 +NULL F D 5 1 5.0 5 5 4 1 4.0 4 4 0 1 0.0 0 0 +NULL F D 5 1 5.0 5 5 6 1 6.0 6 6 2 1 2.0 2 2 +NULL F D 6 1 6.0 6 6 1 1 1.0 1 1 4 1 4.0 4 4 +NULL F D 6 1 6.0 6 6 1 1 1.0 1 1 5 1 5.0 5 5 +NULL F M 0 1 0.0 0 0 0 1 0.0 0 0 3 1 3.0 3 3 +NULL F M 0 1 0.0 0 0 2 1 2.0 2 2 1 1 1.0 1 1 +NULL F M 1 1 1.0 1 1 1 1 1.0 1 1 0 1 0.0 0 0 +NULL F M 1 1 1.0 1 1 1 1 1.0 1 1 6 1 6.0 6 6 +NULL F M 1 1 1.0 1 1 3 1 3.0 3 3 3 1 3.0 3 3 +NULL F M 1 1 1.0 1 1 4 1 4.0 4 4 4 1 4.0 4 4 +NULL F M 2 1 2.0 2 2 4 1 4.0 4 4 3 1 3.0 3 3 +NULL F M 2 1 2.0 2 2 6 1 6.0 6 6 2 1 2.0 2 2 +NULL F M 3 1 3.0 3 3 4 1 4.0 4 4 5 1 5.0 5 5 +NULL F M 4 1 4.0 4 4 5 1 5.0 5 5 5 1 5.0 5 5 +NULL F M 5 1 5.0 5 5 0 1 0.0 0 0 0 1 0.0 0 0 +NULL F M 5 1 5.0 5 5 2 1 2.0 2 2 4 1 4.0 4 4 +NULL F M 6 1 6.0 6 6 4 1 4.0 4 4 5 1 5.0 5 5 +NULL F M 6 1 6.0 6 6 5 1 5.0 5 5 5 1 5.0 5 5 +NULL F S 0 1 0.0 0 0 1 1 1.0 1 1 3 1 3.0 3 3 +NULL F S 0 1 0.0 0 0 2 1 2.0 2 2 3 1 3.0 3 3 +NULL F S 0 1 0.0 0 0 3 1 3.0 3 3 6 1 6.0 6 6 +NULL F S 0 1 0.0 0 0 5 1 5.0 5 5 1 1 1.0 1 1 +NULL F S 1 1 1.0 1 1 2 1 2.0 2 2 3 1 3.0 3 3 +NULL F S 2 1 2.0 2 2 1 1 1.0 1 1 2 1 2.0 2 2 +NULL F S 2 1 2.0 2 2 3 1 3.0 3 3 4 1 4.0 4 4 +NULL F S 2 1 2.0 2 2 6 1 6.0 6 6 4 1 4.0 4 4 +NULL F S 3 1 3.0 3 3 1 1 1.0 1 1 1 1 1.0 1 1 +NULL F S 3 1 3.0 3 3 3 1 3.0 3 3 0 1 0.0 0 0 +NULL F S 3 1 3.0 3 3 3 1 3.0 3 3 1 1 1.0 1 1 +NULL F S 3 1 3.0 3 3 4 1 4.0 4 4 0 1 0.0 0 0 +NULL F S 3 1 3.0 3 3 5 1 5.0 5 5 3 1 3.0 3 3 +NULL F S 3 1 3.0 3 3 5 1 5.0 5 5 5 1 5.0 5 5 +NULL F S 3 1 3.0 3 3 6 1 6.0 6 6 6 1 6.0 6 6 +NULL F S 4 1 4.0 4 4 2 1 2.0 2 2 2 1 2.0 2 2 +NULL F S 6 1 6.0 6 6 0 1 0.0 0 0 0 1 0.0 0 0 +NULL F S 6 1 6.0 6 6 5 1 5.0 5 5 3 1 3.0 3 3 +NULL F U 1 1 1.0 1 1 6 1 6.0 6 6 5 1 5.0 5 5 +NULL F U 2 1 2.0 2 2 6 1 6.0 6 6 3 1 3.0 3 3 +NULL F U 3 1 3.0 3 3 3 1 3.0 3 3 6 1 6.0 6 6 +NULL F U 5 1 5.0 5 5 3 1 3.0 3 3 3 1 3.0 3 3 +NULL F U 6 1 6.0 6 6 5 1 5.0 5 5 3 1 3.0 3 3 +NULL F U 6 1 6.0 6 6 6 1 6.0 6 6 0 1 0.0 0 0 +NULL F W 0 1 0.0 0 0 1 1 1.0 1 1 3 1 3.0 3 3 +NULL F W 0 1 0.0 0 0 4 1 4.0 4 4 5 1 5.0 5 5 +NULL F W 0 1 0.0 0 0 5 1 5.0 5 5 1 1 1.0 1 1 +NULL F W 0 1 0.0 0 0 6 1 6.0 6 6 4 1 4.0 4 4 +NULL F W 3 1 3.0 3 3 3 1 3.0 3 3 0 1 0.0 0 0 +NULL F W 3 1 3.0 3 3 3 1 3.0 3 3 2 1 2.0 2 2 +NULL F W 3 1 3.0 3 3 3 1 3.0 3 3 3 1 3.0 3 3 +NULL F W 3 1 3.0 3 3 6 1 6.0 6 6 0 1 0.0 0 0 +NULL F W 4 1 4.0 4 4 1 1 1.0 1 1 1 1 1.0 1 1 +NULL F W 4 1 4.0 4 4 2 1 2.0 2 2 3 1 3.0 3 3 +NULL F W 4 1 4.0 4 4 3 1 3.0 3 3 1 1 1.0 1 1 +NULL F W 4 1 4.0 4 4 4 1 4.0 4 4 4 1 4.0 4 4 +NULL F W 5 1 5.0 5 5 0 1 0.0 0 0 1 1 1.0 1 1 +NULL F W 5 1 5.0 5 5 4 1 4.0 4 4 2 1 2.0 2 2 +NULL F W 6 1 6.0 6 6 0 1 0.0 0 0 6 1 6.0 6 6 +NULL F W 6 1 6.0 6 6 3 1 3.0 3 3 2 1 2.0 2 2 +NULL F W 6 1 6.0 6 6 5 1 5.0 5 5 5 1 5.0 5 5 +NULL F W 6 2 6.0 6 12 2 2 2.0 2 4 6 2 6.0 6 12 +NULL M D 0 1 0.0 0 0 1 1 1.0 1 1 4 1 4.0 4 4 +NULL M D 0 1 0.0 0 0 3 1 3.0 3 3 0 1 0.0 0 0 +NULL M D 1 1 1.0 1 1 4 1 4.0 4 4 5 1 5.0 5 5 +NULL M D 1 1 1.0 1 1 5 1 5.0 5 5 6 1 6.0 6 6 +NULL M D 2 1 2.0 2 2 4 1 4.0 4 4 2 1 2.0 2 2 +NULL M D 2 1 2.0 2 2 5 1 5.0 5 5 4 1 4.0 4 4 +NULL M D 2 1 2.0 2 2 5 1 5.0 5 5 6 1 6.0 6 6 +NULL M D 3 1 3.0 3 3 2 1 2.0 2 2 2 1 2.0 2 2 +NULL M D 3 1 3.0 3 3 4 1 4.0 4 4 2 1 2.0 2 2 +NULL M D 5 1 5.0 5 5 2 1 2.0 2 2 4 1 4.0 4 4 +NULL M D 5 1 5.0 5 5 4 1 4.0 4 4 6 1 6.0 6 6 +NULL M D 6 1 6.0 6 6 1 1 1.0 1 1 5 1 5.0 5 5 +NULL M M 0 1 0.0 0 0 5 1 5.0 5 5 0 1 0.0 0 0 +NULL M M 1 1 1.0 1 1 1 1 1.0 1 1 3 1 3.0 3 3 +NULL M M 1 1 1.0 1 1 2 1 2.0 2 2 0 1 0.0 0 0 +NULL M M 1 1 1.0 1 1 2 1 2.0 2 2 2 1 2.0 2 2 +NULL M M 2 1 2.0 2 2 0 1 0.0 0 0 4 1 4.0 4 4 +NULL M M 2 1 2.0 2 2 4 1 4.0 4 4 1 1 1.0 1 1 +NULL M M 2 1 2.0 2 2 6 1 6.0 6 6 6 1 6.0 6 6 +NULL M M 3 1 3.0 3 3 0 1 0.0 0 0 5 1 5.0 5 5 +NULL M M 3 1 3.0 3 3 1 1 1.0 1 1 0 1 0.0 0 0 +NULL M M 3 1 3.0 3 3 1 1 1.0 1 1 6 1 6.0 6 6 +NULL M M 3 1 3.0 3 3 6 1 6.0 6 6 6 1 6.0 6 6 +NULL M M 4 1 4.0 4 4 2 1 2.0 2 2 2 1 2.0 2 2 +NULL M M 4 3 4.0 4 12 6 3 6.0 6 18 6 3 6.0 6 18 +NULL M M 6 1 6.0 6 6 2 1 2.0 2 2 1 1 1.0 1 1 +NULL M M 6 1 6.0 6 6 2 1 2.0 2 2 5 1 5.0 5 5 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out new file mode 100644 index 000000000000..0ca7e389d145 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out @@ -0,0 +1,176 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + sum(ss_net_profit) as ss_net_profit, + sum(ss_ext_sales_price) as ss_ext_sales_price, + sum(ss_net_profit)/sum(ss_ext_sales_price) as gross_margin, + i_category, + i_class, + 0 as g_category, + 0 as g_class + from + store_sales, + date_dim d1, + item, + store + where + d1.d_year = 2001 + and d1.d_date_sk = ss_sold_date_sk + and i_item_sk = ss_item_sk + and s_store_sk = ss_store_sk + and s_state in ('TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN') + group by + i_category, + i_class), + results_rollup as ( + select + gross_margin, + i_category, + i_class, + 0 as t_category, + 0 as t_class, + 0 as lochierarchy + from + results + union + select + sum(ss_net_profit) / sum(ss_ext_sales_price) as gross_margin, + i_category, NULL AS i_class, + 0 as t_category, + 1 as t_class, + 1 as lochierarchy + from + results + group by + i_category + union + select + sum(ss_net_profit) / sum(ss_ext_sales_price) as gross_margin, + NULL AS i_category, + NULL AS i_class, + 1 as t_category, + 1 as t_class, + 2 as lochierarchy + from + results) +select + gross_margin, + i_category, + i_class, + lochierarchy, + rank() over ( + partition by lochierarchy, case when t_class = 0 then i_category end + order by gross_margin asc) as rank_within_parent +from + results_rollup +order by + lochierarchy desc, + case when lochierarchy = 0 then i_category end, + rank_within_parent +limit 100 +-- !query schema +struct +-- !query output +-0.26589148220819283218 NULL camcorders 0 12 +-0.27064424572443175872 NULL archery 0 11 +-0.27508678304500224336 Home NULL 0 17 +-0.28539122306143442168 NULL semi-precious 0 10 +-0.34005050656417290867 NULL dresses 0 9 +-0.39744598372518447806 Home lighting 0 16 +-0.40245262346372099670 Books mystery 0 17 +-0.40366859037486696971 Jewelry diamonds 0 17 +-0.40542576815272145614 Jewelry custom 0 16 +-0.40793159422928459857 Books science 0 16 +-0.40836402008000000000 NULL NULL 1 11 +-0.41124201443701810288 NULL glassware 0 8 +-0.41212458162913484759 NULL womens 0 7 +-0.41251547672854467533 Jewelry mens watch 0 15 +-0.41260353474281855969 Jewelry jewelry boxes 0 14 +-0.41310850453072551485 Books reference 0 15 +-0.41495404146284130562 NULL NULL 0 6 +-0.41613781444454454986 Home bathroom 0 15 +-0.41679680505477792423 Home furniture 0 14 +-0.41751153877909731108 Jewelry costume 0 13 +-0.41789640560157945271 Electronics memory 0 16 +-0.41960622296567551769 Home mattresses 0 13 +-0.42115697861057938103 NULL scanners 0 5 +-0.42129274488855599877 Home flatware 0 12 +-0.42138982555517437187 Books travel 0 14 +-0.42207950104662553973 Jewelry earings 0 12 +-0.42360559890474258839 Men shirts 0 4 +-0.42522226098880617297 Books fiction 0 13 +-0.42695086400137496396 Books sports 0 12 +-0.42748482637369844882 Electronics cameras 0 15 +-0.42776698070726368847 Books history 0 11 +-0.42779157418952820742 Electronics televisions 0 14 +-0.42839677731000000000 Music NULL 1 10 +-0.42883926079000000000 Jewelry NULL 1 9 +-0.42933247849990414591 Books cooking 0 10 +-0.42956478115982797323 Electronics dvd/vcr players 0 13 +-0.42960552582644072429 Home glassware 0 11 +-0.42973592140259967603 Jewelry pendants 0 11 +-0.43006222255725822329 Electronics disk drives 0 12 +-0.43075457486338446118 Jewelry estate 0 10 +-0.43153443572803164724 Children school-uniforms 0 5 +-0.43278560834000000000 Women NULL 1 8 +-0.43281415543000000000 Books NULL 1 7 +-0.43340689540104111843 Jewelry rings 0 9 +-0.43351068602360130689 Books business 0 9 +-0.43393697805000000000 Men NULL 1 6 +-0.43452651037695847067 Jewelry loose stones 0 8 +-0.43462724506000000000 NULL NULL 2 1 +-0.43463136229782141649 Jewelry birdal 0 7 +-0.43478698929000000000 Shoes NULL 1 5 +-0.43513489630000000000 Sports NULL 1 4 +-0.43537480144000000000 Home NULL 1 3 +-0.43563339425082642263 Electronics monitors 0 11 +-0.43569052857862351541 Jewelry bracelets 0 6 +-0.43591436770437870970 Men pants 0 3 +-0.43617080023918784688 Books entertainments 0 8 +-0.43673314302002928611 Home accent 0 10 +-0.43752822100984156811 Jewelry NULL 0 5 +-0.43771696562800042599 Books computers 0 7 +-0.43790091133376661791 Men accessories 0 2 +-0.43895803630934707802 Jewelry semi-precious 0 4 +-0.43905844421000000000 Children NULL 1 2 +-0.43938912464753373228 Children newborn 0 4 +-0.43981106600973008332 Books arts 0 6 +-0.44027000033489061489 Home curtains/drapes 0 9 +-0.44073645117906210945 Men sports-apparel 0 1 +-0.44116627613556820101 Children toddlers 0 3 +-0.44195666541862319401 Home decor 0 8 +-0.44226642074734303189 Jewelry womens watch 0 3 +-0.44243449730184029928 Electronics stereo 0 10 +-0.44290016028385165797 Home kids 0 7 +-0.44395496111990127625 Children infants 0 2 +-0.44442920947055918169 Home paint 0 6 +-0.44475849078129724089 Electronics camcorders 0 9 +-0.44572554799000000000 Electronics NULL 1 1 +-0.44658684174291725928 Electronics karoke 0 8 +-0.45000581608953359374 Home bedding 0 5 +-0.45059679325892113822 Electronics personal 0 7 +-0.45080477272002672886 Home tables 0 4 +-0.45242850294146098803 Books home repair 0 5 +-0.45292311445740197686 Jewelry gold 0 2 +-0.45309723975037373700 Books parenting 0 4 +-0.45361415486337503032 Books romance 0 3 +-0.45390886610438835872 Home blinds/shades 0 3 +-0.45766868256713105910 Electronics automotive 0 6 +-0.45812351000722227211 Home rugs 0 2 +-0.45820671158324357422 Home wallpaper 0 1 +-0.45905963240510827926 Books self-help 0 2 +-0.45928545493036909637 Electronics portable 0 5 +-0.45964361686942834850 Electronics audio 0 4 +-0.46881366722199291834 Electronics musical 0 3 +-0.47476243999949568098 Electronics wireless 0 2 +-0.48111115518133356447 Electronics scanners 0 1 +-0.48202255658119515719 Jewelry consignment 0 1 +-0.49313849125801216327 Books NULL 0 1 +-0.49701734380944367559 NULL flatware 0 4 +-0.51634800723316361608 NULL sports-apparel 0 3 +-0.51972874082540593735 Children NULL 0 1 +-0.52477558789270398353 NULL pants 0 2 +-0.57506229781958116689 NULL swimwear 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out new file mode 100644 index 000000000000..7ada786dcc19 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out @@ -0,0 +1,170 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH v1 AS ( + SELECT + i_category, + i_brand, + s_store_name, + s_company_name, + d_year, + d_moy, + sum(ss_sales_price) sum_sales, + avg(sum(ss_sales_price)) + OVER + (PARTITION BY i_category, i_brand, + s_store_name, s_company_name, d_year) + avg_monthly_sales, + rank() + OVER + (PARTITION BY i_category, i_brand, + s_store_name, s_company_name + ORDER BY d_year, d_moy) rn + FROM item, store_sales, date_dim, store + WHERE ss_item_sk = i_item_sk AND + ss_sold_date_sk = d_date_sk AND + ss_store_sk = s_store_sk AND + ( + d_year = 1999 OR + (d_year = 1999 - 1 AND d_moy = 12) OR + (d_year = 1999 + 1 AND d_moy = 1) + ) + GROUP BY i_category, i_brand, + s_store_name, s_company_name, + d_year, d_moy), + v2 AS ( + SELECT + v1.i_category, + -- q47 in TPCDS v1.4 had more columns below: + -- v1.i_brand, + -- v1.s_store_name, + -- v1.s_company_name, + v1.d_year, + v1.d_moy, + v1.avg_monthly_sales, + v1.sum_sales, + v1_lag.sum_sales psum, + v1_lead.sum_sales nsum + FROM v1, v1 v1_lag, v1 v1_lead + WHERE v1.i_category = v1_lag.i_category AND + v1.i_category = v1_lead.i_category AND + v1.i_brand = v1_lag.i_brand AND + v1.i_brand = v1_lead.i_brand AND + v1.s_store_name = v1_lag.s_store_name AND + v1.s_store_name = v1_lead.s_store_name AND + v1.s_company_name = v1_lag.s_company_name AND + v1.s_company_name = v1_lead.s_company_name AND + v1.rn = v1_lag.rn + 1 AND + v1.rn = v1_lead.rn - 1) +SELECT * +FROM v2 +WHERE d_year = 1999 AND + avg_monthly_sales > 0 AND + CASE WHEN avg_monthly_sales > 0 + THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales + ELSE NULL END > 0.1 +ORDER BY sum_sales - avg_monthly_sales, 3 +LIMIT 100 +-- !query schema +struct +-- !query output +Children 1999 2 4650.438333 1734.45 2341.19 2720.78 +Children 1999 2 4955.241667 2326.67 2746.99 3097.63 +Children 1999 2 5109.654167 2550.30 4039.10 2685.10 +Children 1999 2 5238.357500 2462.96 3808.48 3221.70 +Children 1999 3 5185.898333 2019.69 3479.21 2982.05 +Children 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children 1999 4 5109.654167 2574.12 2685.10 2672.73 +Children 1999 4 5238.357500 2232.03 3221.70 3649.52 +Children 1999 4 5280.662500 2625.99 3301.62 4331.44 +Children 1999 5 4586.298333 1982.77 2837.74 2643.58 +Children 1999 5 4955.241667 2230.80 2395.57 3003.89 +Children 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children 1999 7 4566.775833 1879.57 3400.62 6244.92 +Children 1999 7 4586.298333 1814.46 2643.58 6423.18 +Children 1999 7 5109.654167 2410.24 2916.46 6558.23 +Children 1999 7 5280.662500 2324.79 3003.61 5961.39 +Men 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men 1999 2 5045.758333 2253.70 4158.86 3467.09 +Men 1999 2 5194.818333 2333.43 2765.75 2674.91 +Men 1999 2 5501.180833 2683.70 4304.21 2453.88 +Men 1999 2 5632.736667 2916.43 3847.05 3202.87 +Men 1999 3 4979.361667 2201.00 3110.55 3118.30 +Men 1999 3 4989.301667 2318.98 2618.89 3315.77 +Men 1999 3 5410.916667 2672.68 3591.65 2988.08 +Men 1999 3 5492.817500 2070.65 3307.78 2784.11 +Men 1999 3 5501.180833 2453.88 2683.70 2615.32 +Men 1999 4 4909.460833 2136.23 3356.64 3046.51 +Men 1999 4 5170.369167 2407.58 3086.77 2492.73 +Men 1999 4 5176.257500 2424.94 4285.78 3286.20 +Men 1999 4 5492.817500 2784.11 2070.65 3210.74 +Men 1999 4 5501.180833 2615.32 2453.88 2874.96 +Men 1999 4 5632.736667 2901.64 3202.87 3447.78 +Men 1999 5 5074.076667 2356.88 2833.40 2854.62 +Men 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men 1999 5 5410.916667 2677.81 2988.08 2881.34 +Men 1999 5 5501.180833 2874.96 2615.32 3714.00 +Men 1999 6 4764.596667 2150.16 3284.27 3475.17 +Men 1999 6 4989.301667 2357.82 3363.58 3142.81 +Men 1999 6 5045.758333 2152.15 2834.94 2667.92 +Men 1999 6 5492.817500 2691.33 3210.74 3754.33 +Men 1999 7 5176.257500 1993.73 3542.54 5764.35 +Music 1999 1 5335.908333 2796.97 13360.68 3413.22 +Music 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music 1999 2 4962.650000 2284.23 3250.69 3210.01 +Music 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music 1999 2 5318.146667 2656.31 3419.77 2989.10 +Music 1999 2 5463.700833 2268.27 4139.47 3391.39 +Music 1999 2 5484.789167 2903.45 3410.13 3024.86 +Music 1999 2 5622.227500 2657.68 4207.03 3543.82 +Music 1999 3 4004.448333 1456.84 2438.63 2790.03 +Music 1999 3 4934.504167 2322.89 3197.76 2280.93 +Music 1999 3 5539.308333 2973.01 3069.18 3862.34 +Music 1999 4 4934.504167 2280.93 2322.89 2421.13 +Music 1999 4 4962.650000 2283.77 3210.01 2539.84 +Music 1999 4 5079.182500 2520.64 3233.50 3079.89 +Music 1999 4 5090.105000 2488.24 2966.36 2281.80 +Music 1999 4 5318.146667 2651.96 2989.10 3649.76 +Music 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music 1999 5 5090.105000 2281.80 2488.24 3304.75 +Music 1999 5 5539.308333 2704.16 3862.34 3960.90 +Music 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music 1999 6 5622.227500 2943.26 3643.42 3847.77 +Music 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music 1999 7 5335.908333 2684.15 3543.33 7540.94 +Music 1999 7 5552.305000 2226.34 4081.99 7573.33 +Shoes 1999 2 4698.612500 2058.86 3191.74 2812.15 +Shoes 1999 2 4755.535833 1951.00 3949.06 2767.05 +Shoes 1999 2 4940.227500 2239.16 3495.29 2563.93 +Shoes 1999 2 5296.089167 2685.85 4235.44 2410.44 +Shoes 1999 3 4676.749167 2060.29 3273.67 2610.86 +Shoes 1999 3 4794.679167 2225.70 2756.97 2413.76 +Shoes 1999 3 4865.288333 2151.76 3212.91 3768.25 +Shoes 1999 3 4873.510833 2300.45 2797.30 2302.76 +Shoes 1999 3 5296.089167 2410.44 2685.85 3821.39 +Shoes 1999 4 4537.635833 1623.33 2928.34 1905.23 +Shoes 1999 4 4690.577500 1855.85 3524.69 3050.34 +Shoes 1999 4 4873.510833 2302.76 2300.45 2170.98 +Shoes 1999 5 4537.635833 1905.23 1623.33 3170.58 +Shoes 1999 5 4664.861667 2122.71 3131.02 2852.96 +Shoes 1999 5 4698.612500 1703.27 2687.15 2757.83 +Shoes 1999 5 4745.295833 2109.27 3203.82 2737.82 +Shoes 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes 1999 5 4940.227500 2187.55 2894.91 3018.65 +Shoes 1999 6 4805.401667 2149.56 2686.70 3098.25 +Shoes 1999 6 5152.095833 2077.67 3123.43 2368.73 +Shoes 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes 1999 7 4700.911667 2100.12 2533.01 5888.57 +Shoes 1999 7 4706.544167 2143.18 2458.07 5967.73 +Shoes 1999 7 4873.510833 2256.56 3236.50 6245.37 +Shoes 1999 7 5152.095833 2368.73 2077.67 7543.60 +Shoes 1999 7 5296.089167 2591.12 3012.98 6254.36 +Women 1999 1 4619.707500 2065.94 9639.59 2521.70 +Women 1999 2 4123.600833 1306.40 2876.61 2238.71 +Women 1999 2 4507.417500 1951.42 4166.02 2865.38 +Women 1999 3 4437.210833 1895.27 2678.48 2999.04 +Women 1999 4 4507.417500 1596.92 2865.38 2665.75 +Women 1999 6 4507.240000 1761.81 2891.95 2302.21 +Women 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women 1999 7 4619.707500 1926.67 3528.98 5162.15 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out new file mode 100644 index 000000000000..e58d75cb5bbb --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out @@ -0,0 +1,171 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- The first SELECT query below is different from q49 of TPCDS v1.4 +SELECT + channel, + item, + return_ratio, + return_rank, + currency_rank +FROM ( + SELECT + 'web' as channel, + in_web.item, + in_web.return_ratio, + in_web.return_rank, + in_web.currency_rank + FROM + (SELECT + item, + return_ratio, + currency_ratio, + rank() over (ORDER BY return_ratio) AS return_rank, + rank() over (ORDER BY currency_ratio) AS currency_rank + FROM ( + SELECT + ws.ws_item_sk AS item, + CAST(SUM(COALESCE(wr.wr_return_quantity, 0)) AS DECIMAL(15, 4)) / + CAST(SUM(COALESCE(ws.ws_quantity, 0)) AS DECIMAL(15, 4)) AS return_ratio, + CAST(SUM(COALESCE(wr.wr_return_amt, 0)) AS DECIMAL(15, 4)) / + CAST(SUM(COALESCE(ws.ws_net_paid, 0)) AS DECIMAL(15, 4)) AS currency_ratio + FROM + web_sales ws LEFT OUTER JOIN web_returns wr + ON (ws.ws_order_number = wr.wr_order_number AND ws.ws_item_sk = wr.wr_item_sk), + date_dim + WHERE + wr.wr_return_amt > 10000 + AND ws.ws_net_profit > 1 + AND ws.ws_net_paid > 0 + AND ws.ws_quantity > 0 + AND ws_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 12 + GROUP BY + ws.ws_item_sk) + ) in_web + ) web +WHERE (web.return_rank <= 10 OR web.currency_rank <= 10) +UNION +SELECT + 'catalog' AS channel, + catalog.item, + catalog.return_ratio, + catalog.return_rank, + catalog.currency_rank +FROM ( + SELECT + item, + return_ratio, + currency_ratio, + rank() + OVER ( + ORDER BY return_ratio) AS return_rank, + rank() + OVER ( + ORDER BY currency_ratio) AS currency_rank + FROM + (SELECT + cs.cs_item_sk AS item, + (cast(sum(coalesce(cr.cr_return_quantity, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(cs.cs_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, + (cast(sum(coalesce(cr.cr_return_amount, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(cs.cs_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio + FROM + catalog_sales cs LEFT OUTER JOIN catalog_returns cr + ON (cs.cs_order_number = cr.cr_order_number AND + cs.cs_item_sk = cr.cr_item_sk) + , date_dim + WHERE + cr.cr_return_amount > 10000 + AND cs.cs_net_profit > 1 + AND cs.cs_net_paid > 0 + AND cs.cs_quantity > 0 + AND cs_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 12 + GROUP BY cs.cs_item_sk + ) in_cat + ) catalog +WHERE (catalog.return_rank <= 10 OR catalog.currency_rank <= 10) +UNION +SELECT + 'store' AS channel, + store.item, + store.return_ratio, + store.return_rank, + store.currency_rank +FROM ( + SELECT + item, + return_ratio, + currency_ratio, + rank() + OVER ( + ORDER BY return_ratio) AS return_rank, + rank() + OVER ( + ORDER BY currency_ratio) AS currency_rank + FROM + (SELECT + sts.ss_item_sk AS item, + (cast(sum(coalesce(sr.sr_return_quantity, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(sts.ss_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, + (cast(sum(coalesce(sr.sr_return_amt, 0)) AS DECIMAL(15, 4)) / + cast(sum(coalesce(sts.ss_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio + FROM + store_sales sts LEFT OUTER JOIN store_returns sr + ON (sts.ss_ticket_number = sr.sr_ticket_number AND sts.ss_item_sk = sr.sr_item_sk) + , date_dim + WHERE + sr.sr_return_amt > 10000 + AND sts.ss_net_profit > 1 + AND sts.ss_net_paid > 0 + AND sts.ss_quantity > 0 + AND ss_sold_date_sk = d_date_sk + AND d_year = 2001 + AND d_moy = 12 + GROUP BY sts.ss_item_sk + ) in_store + ) store +WHERE (store.return_rank <= 10 OR store.currency_rank <= 10) +ORDER BY + -- order-by list of q49 in TPCDS v1.4 is below: + -- 1, 4, 5 + 1, 4, 5, 2 +LIMIT 100 +-- !query schema +struct +-- !query output +catalog 12577 0.65591397849462365591 3 3 +catalog 14513 0.63541666666666666667 2 2 +catalog 14869 0.77173913043478260870 8 8 +catalog 16215 0.79069767441860465116 10 10 +catalog 17543 0.57142857142857142857 1 1 +catalog 3411 0.71641791044776119403 4 4 +catalog 361 0.74647887323943661972 5 5 +catalog 8189 0.74698795180722891566 6 6 +catalog 8929 0.76250000000000000000 7 7 +catalog 9295 0.77894736842105263158 9 9 +store 11589 0.82653061224489795918 6 6 +store 1171 0.82417582417582417582 5 5 +store 12641 0.81609195402298850575 3 3 +store 13013 0.94202898550724637681 8 8 +store 14925 0.96470588235294117647 9 9 +store 15839 0.81632653061224489796 4 4 +store 4063 1.00000000000000000000 10 10 +store 6661 0.92207792207792207792 7 7 +store 9029 1.00000000000000000000 10 10 +store 9471 0.77500000000000000000 1 1 +store 9797 0.80000000000000000000 2 2 +web 117 0.92500000000000000000 10 9 +web 11933 0.71717171717171717172 5 5 +web 15597 0.66197183098591549296 3 3 +web 2915 0.69863013698630136986 4 4 +web 3305 0.73750000000000000000 6 16 +web 3337 0.62650602409638554217 2 2 +web 483 0.80000000000000000000 7 6 +web 5299 0.92708333333333333333 11 10 +web 7539 0.59000000000000000000 1 1 +web 85 0.85714285714285714286 8 7 +web 97 0.90361445783132530120 9 8 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out new file mode 100644 index 000000000000..016975d7a8f3 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out @@ -0,0 +1,209 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +WITH web_tv as ( + select + ws_item_sk item_sk, + d_date, + sum(ws_sales_price) sumws, + row_number() over (partition by ws_item_sk order by d_date) rk + from + web_sales, date_dim + where + ws_sold_date_sk=d_date_sk + and d_month_seq between 1212 and 1212 + 11 + and ws_item_sk is not NULL + group by + ws_item_sk, d_date), +web_v1 as ( + select + v1.item_sk, + v1.d_date, + v1.sumws, + sum(v2.sumws) cume_sales + from + web_tv v1, web_tv v2 + where + v1.item_sk = v2.item_sk + and v1.rk >= v2.rk + group by + v1.item_sk, + v1.d_date, + v1.sumws), +store_tv as ( + select + ss_item_sk item_sk, + d_date, + sum(ss_sales_price) sumss, + row_number() over (partition by ss_item_sk order by d_date) rk + from + store_sales, date_dim + where + ss_sold_date_sk = d_date_sk + and d_month_seq between 1212 and 1212 + 11 + and ss_item_sk is not NULL + group by ss_item_sk, d_date), +store_v1 as ( + select + v1.item_sk, + v1.d_date, + v1.sumss, + sum(v2.sumss) cume_sales + from + store_tv v1, store_tv v2 + where + v1.item_sk = v2.item_sk + and v1.rk >= v2.rk + group by + v1.item_sk, + v1.d_date, + v1.sumss), +v as ( + select + item_sk, + d_date, + web_sales, + store_sales, + row_number() over (partition by item_sk order by d_date) rk + from ( + select + case when web.item_sk is not null + then web.item_sk + else store.item_sk end item_sk, + case when web.d_date is not null + then web.d_date + else store.d_date end d_date, + web.cume_sales web_sales, + store.cume_sales store_sales + from + web_v1 web full outer join store_v1 store + on (web.item_sk = store.item_sk and web.d_date = store.d_date))) +select * +from ( + select + v1.item_sk, + v1.d_date, + v1.web_sales, + v1.store_sales, + max(v2.web_sales) web_cumulative, + max(v2.store_sales) store_cumulative + from + v v1, v v2 + where + v1.item_sk = v2.item_sk + and v1.rk >= v2.rk + group by + v1.item_sk, + v1.d_date, + v1.web_sales, + v1.store_sales) x +where + web_cumulative > store_cumulative +order by + item_sk, + d_date +limit 100 +-- !query schema +struct +-- !query output +15 2001-01-16 54.16 NULL 54.16 15.79 +17 2001-03-09 230.76 NULL 230.76 101.41 +17 2001-03-27 315.06 NULL 315.06 101.41 +17 2001-04-05 NULL 134.35 315.06 134.35 +17 2001-04-07 NULL 176.26 315.06 176.26 +19 2001-02-12 104.59 NULL 104.59 22.96 +19 2001-02-16 NULL 37.93 104.59 37.93 +19 2001-02-27 132.97 NULL 132.97 37.93 +19 2001-03-06 NULL 86.10 132.97 86.10 +21 2001-02-05 NULL 2.69 101.29 2.69 +21 2001-02-08 108.33 NULL 108.33 2.69 +21 2001-02-10 123.77 NULL 123.77 2.69 +21 2001-02-17 NULL 22.93 123.77 22.93 +23 2001-02-03 NULL 12.46 83.20 12.46 +23 2001-02-06 NULL 25.48 83.20 25.48 +29 2001-01-27 NULL 27.26 77.54 27.26 +29 2001-02-20 NULL 39.23 77.54 39.23 +29 2001-02-25 105.11 NULL 105.11 39.23 +29 2001-02-26 113.54 NULL 113.54 39.23 +29 2001-03-03 NULL 100.13 113.54 100.13 +3 2001-01-25 NULL 10.34 59.43 10.34 +3 2001-02-27 106.19 NULL 106.19 82.66 +3 2001-07-29 290.47 NULL 290.47 262.54 +3 2001-07-31 304.90 NULL 304.90 262.54 +39 2001-01-18 51.13 NULL 51.13 8.52 +43 2001-01-15 174.23 NULL 174.23 13.87 +43 2001-01-24 NULL 20.88 174.23 20.88 +43 2001-02-04 NULL 71.87 174.23 71.87 +43 2001-02-06 NULL 152.03 174.23 152.03 +45 2001-01-02 24.15 9.06 24.15 9.06 +45 2001-01-15 230.65 NULL 230.65 34.44 +45 2001-01-24 267.20 47.84 267.20 47.84 +45 2001-01-27 NULL 101.70 267.20 101.70 +45 2001-02-02 NULL 177.99 267.20 177.99 +45 2001-02-04 436.68 NULL 436.68 177.99 +45 2001-02-05 454.53 NULL 454.53 177.99 +45 2001-02-08 469.76 NULL 469.76 177.99 +45 2001-02-11 NULL 214.99 469.76 214.99 +45 2001-02-16 527.72 NULL 527.72 214.99 +45 2001-02-17 NULL 214.99 527.72 214.99 +45 2001-02-19 NULL 289.24 527.72 289.24 +45 2001-03-16 NULL 412.12 527.72 412.12 +45 2001-03-24 NULL 443.74 527.72 443.74 +45 2001-03-26 NULL 526.17 527.72 526.17 +45 2001-05-19 679.18 NULL 679.18 644.98 +49 2001-01-03 135.83 NULL 135.83 68.34 +49 2001-01-08 214.61 NULL 214.61 68.34 +49 2001-01-26 238.52 NULL 238.52 68.34 +49 2001-01-29 NULL 148.27 238.52 148.27 +49 2001-02-04 NULL 156.30 238.52 156.30 +49 2001-02-24 274.66 NULL 274.66 261.72 +49 2001-03-04 313.41 282.16 313.41 282.16 +49 2001-03-10 318.47 NULL 318.47 282.16 +59 2001-01-25 194.48 NULL 194.48 67.83 +59 2001-01-28 NULL 77.85 194.48 77.85 +59 2001-02-06 NULL 156.32 194.48 156.32 +59 2001-03-22 262.28 NULL 262.28 256.80 +61 2001-02-15 135.57 NULL 135.57 96.63 +65 2001-01-14 4.82 NULL 4.82 0.87 +65 2001-05-09 318.50 NULL 318.50 289.68 +65 2001-05-13 NULL 294.45 318.50 294.45 +7 2001-01-18 278.82 NULL 278.82 97.59 +7 2001-01-20 295.84 NULL 295.84 97.59 +7 2001-01-23 NULL 108.68 295.84 108.68 +7 2001-01-26 NULL 121.06 295.84 121.06 +7 2001-02-08 NULL 186.38 295.84 186.38 +7 2001-03-08 NULL 205.61 295.84 205.61 +7 2001-03-11 NULL 270.41 295.84 270.41 +73 2001-02-03 NULL 29.99 57.42 29.99 +75 2001-01-02 3.83 NULL 3.83 0.00 +75 2001-01-09 41.05 NULL 41.05 0.00 +75 2001-01-10 NULL 5.32 41.05 5.32 +75 2001-01-21 NULL 10.00 41.05 10.00 +77 2001-02-24 187.06 NULL 187.06 175.35 +83 2001-05-19 363.49 NULL 363.49 340.68 +87 2001-01-25 60.10 NULL 60.10 22.69 +87 2001-02-10 NULL 34.08 60.10 34.08 +87 2001-02-22 104.25 NULL 104.25 67.03 +87 2001-03-01 168.72 NULL 168.72 154.73 +87 2001-03-13 NULL 154.73 168.72 154.73 +89 2001-01-07 NULL 0.15 54.19 0.15 +89 2001-01-13 NULL 6.96 54.19 6.96 +89 2001-01-21 NULL 18.49 54.19 18.49 +89 2001-02-09 127.39 NULL 127.39 18.49 +89 2001-02-25 198.78 NULL 198.78 137.13 +89 2001-03-05 316.47 NULL 316.47 137.13 +89 2001-03-16 333.44 NULL 333.44 137.13 +89 2001-03-31 NULL 145.74 333.44 145.74 +89 2001-04-07 NULL 227.17 333.44 227.17 +89 2001-04-15 NULL 289.21 333.44 289.21 +89 2001-07-25 584.78 NULL 584.78 488.37 +89 2001-07-28 NULL 503.77 584.78 503.77 +89 2001-08-01 NULL 521.29 584.78 521.29 +89 2001-08-10 NULL 529.04 584.78 529.04 +89 2001-08-26 NULL 548.00 584.78 548.00 +89 2001-09-02 694.50 563.17 694.50 563.17 +89 2001-09-07 NULL 638.98 694.50 638.98 +89 2001-09-08 706.36 NULL 706.36 638.98 +89 2001-09-20 NULL 640.29 706.36 640.29 +9 2001-01-29 57.56 NULL 57.56 56.47 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out new file mode 100644 index 000000000000..bfcdb695f149 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out @@ -0,0 +1,163 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH v1 AS ( + SELECT + i_category, + i_brand, + cc_name, + d_year, + d_moy, + sum(cs_sales_price) sum_sales, + avg(sum(cs_sales_price)) + OVER + (PARTITION BY i_category, i_brand, cc_name, d_year) + avg_monthly_sales, + rank() + OVER + (PARTITION BY i_category, i_brand, cc_name + ORDER BY d_year, d_moy) rn + FROM item, catalog_sales, date_dim, call_center + WHERE cs_item_sk = i_item_sk AND + cs_sold_date_sk = d_date_sk AND + cc_call_center_sk = cs_call_center_sk AND + ( + d_year = 1999 OR + (d_year = 1999 - 1 AND d_moy = 12) OR + (d_year = 1999 + 1 AND d_moy = 1) + ) + GROUP BY i_category, i_brand, + cc_name, d_year, d_moy), + v2 AS ( + SELECT + v1.i_category, + v1.i_brand, + -- q57 in TPCDS v1.4 had a column below: + -- v1.cc_name, + v1.d_year, + v1.d_moy, + v1.avg_monthly_sales, + v1.sum_sales, + v1_lag.sum_sales psum, + v1_lead.sum_sales nsum + FROM v1, v1 v1_lag, v1 v1_lead + WHERE v1.i_category = v1_lag.i_category AND + v1.i_category = v1_lead.i_category AND + v1.i_brand = v1_lag.i_brand AND + v1.i_brand = v1_lead.i_brand AND + v1.cc_name = v1_lag.cc_name AND + v1.cc_name = v1_lead.cc_name AND + v1.rn = v1_lag.rn + 1 AND + v1.rn = v1_lead.rn - 1) +SELECT * +FROM v2 +WHERE d_year = 1999 AND + avg_monthly_sales > 0 AND + CASE WHEN avg_monthly_sales > 0 + THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales + ELSE NULL END > 0.1 +ORDER BY sum_sales - avg_monthly_sales, 3 +LIMIT 100 +-- !query schema +struct +-- !query output +Children amalgexporti #x 1999 2 6557.577500 2975.00 3418.40 5079.56 +Children amalgexporti #x 1999 4 6518.750833 2587.68 4177.93 3342.60 +Children amalgexporti #x 1999 7 6518.750833 2430.77 3203.23 7867.12 +Children edu packexporti #x 1999 3 6100.643333 2633.95 3676.43 3130.51 +Children exportiexporti #x 1999 1 7530.375000 3645.95 13367.51 3960.74 +Children exportiexporti #x 1999 2 7245.285000 3876.83 4799.92 3350.65 +Children exportiexporti #x 1999 2 7530.375000 3960.74 3645.95 3586.50 +Children exportiexporti #x 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children exportiexporti #x 1999 3 7698.340833 3883.01 4723.97 4590.03 +Children exportiexporti #x 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children exportiexporti #x 1999 6 7530.375000 4104.53 4747.06 4586.73 +Children exportiexporti #x 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children importoexporti #x 1999 1 6832.821667 3330.21 13097.88 3496.46 +Children importoexporti #x 1999 2 6809.595833 3200.10 4421.85 5318.02 +Children importoexporti #x 1999 3 6690.091667 3310.89 3486.35 5014.28 +Children importoexporti #x 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x 1999 5 6832.821667 2687.17 3971.76 4235.84 +Children importoexporti #x 1999 7 6690.091667 2827.63 3965.68 7733.16 +Men amalgimporto #x 1999 1 6611.335833 3066.19 11053.20 3203.24 +Men amalgimporto #x 1999 1 6713.820000 3268.58 13596.45 4098.03 +Men amalgimporto #x 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men amalgimporto #x 1999 2 7082.129167 3392.25 4549.47 3653.84 +Men amalgimporto #x 1999 3 7082.129167 3653.84 3392.25 3450.11 +Men amalgimporto #x 1999 4 6611.335833 3262.24 4613.61 4531.38 +Men amalgimporto #x 1999 4 7082.129167 3450.11 3653.84 5965.16 +Men amalgimporto #x 1999 7 7082.129167 3075.18 5231.88 8953.66 +Men edu packimporto #x 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x 1999 1 7912.537500 4082.68 14333.30 4383.51 +Men edu packimporto #x 1999 2 7659.241667 4246.37 4489.63 4759.01 +Men edu packimporto #x 1999 2 7852.627500 4465.92 4318.23 3737.23 +Men edu packimporto #x 1999 2 7912.537500 4383.51 4082.68 4954.05 +Men edu packimporto #x 1999 3 7852.627500 3737.23 4465.92 3831.92 +Men edu packimporto #x 1999 4 7659.241667 3227.88 4759.01 4664.83 +Men edu packimporto #x 1999 4 7852.627500 3831.92 3737.23 4353.90 +Men edu packimporto #x 1999 4 7912.537500 4144.67 4954.05 5070.06 +Men edu packimporto #x 1999 5 7852.627500 4353.90 3831.92 5689.03 +Men edu packimporto #x 1999 7 7659.241667 3327.90 4566.86 11656.06 +Men exportiimporto #x 1999 5 5797.382500 2330.52 2965.11 2842.02 +Men importoimporto #x 1999 1 7357.060833 3356.15 11222.19 3770.17 +Men importoimporto #x 1999 2 7357.060833 3770.17 3356.15 5114.32 +Men importoimporto #x 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men importoimporto #x 1999 2 7640.491667 4270.44 4931.98 4291.30 +Men importoimporto #x 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men importoimporto #x 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men importoimporto #x 1999 4 7640.491667 3534.12 4291.30 3327.30 +Men importoimporto #x 1999 5 7640.491667 3327.30 3534.12 5530.63 +Men importoimporto #x 1999 7 7530.997500 3913.80 4405.46 7859.96 +Music amalgscholar #x 1999 1 6659.493333 2291.60 14178.45 4267.08 +Music amalgscholar #x 1999 1 6876.880833 3406.89 13714.11 3536.29 +Music amalgscholar #x 1999 3 6876.880833 3190.36 3536.29 4637.07 +Music amalgscholar #x 1999 4 6926.060833 3165.20 4688.23 4286.05 +Music amalgscholar #x 1999 5 6876.880833 2816.26 4637.07 3528.80 +Music amalgscholar #x 1999 6 6876.880833 3528.80 2816.26 4750.85 +Music amalgscholar #x 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music edu packscholar #x 1999 1 8078.690000 3934.06 17002.72 4244.46 +Music edu packscholar #x 1999 1 8223.719167 3965.88 14493.32 4943.68 +Music edu packscholar #x 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music edu packscholar #x 1999 2 8078.690000 4244.46 3934.06 4448.50 +Music edu packscholar #x 1999 3 7966.579167 4269.89 4384.51 4452.73 +Music edu packscholar #x 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music edu packscholar #x 1999 4 7966.579167 4452.73 4269.89 5476.13 +Music edu packscholar #x 1999 4 8223.719167 4091.54 5753.94 4797.32 +Music edu packscholar #x 1999 5 8078.690000 4148.83 5184.39 5483.81 +Music edu packscholar #x 1999 5 8223.719167 4797.32 4091.54 5028.71 +Music edu packscholar #x 1999 7 7966.579167 3944.74 5030.35 10791.61 +Music exportischolar #x 1999 1 7047.803333 3237.56 15805.49 4308.87 +Music exportischolar #x 1999 1 7243.994167 3662.97 14285.88 3430.04 +Music exportischolar #x 1999 2 7243.994167 3430.04 3662.97 3617.09 +Music exportischolar #x 1999 2 7593.929167 3821.24 4748.20 4271.45 +Music exportischolar #x 1999 3 7047.803333 2832.46 4308.87 3265.21 +Music exportischolar #x 1999 3 7243.994167 3617.09 3430.04 3871.67 +Music exportischolar #x 1999 4 7047.803333 3265.21 2832.46 3885.17 +Music exportischolar #x 1999 4 7243.994167 3871.67 3617.09 4628.08 +Music exportischolar #x 1999 4 7593.929167 4121.47 4271.45 5234.85 +Music exportischolar #x 1999 6 7047.803333 3667.60 3885.17 5088.70 +Shoes amalgedu pack #x 1999 3 6642.085833 2928.82 3648.57 3892.32 +Shoes amalgedu pack #x 1999 4 6829.956667 3417.69 3722.75 4120.60 +Shoes amalgedu pack #x 1999 6 6829.956667 3178.20 4120.60 5910.98 +Shoes amalgedu pack #x 1999 7 6904.689167 2902.26 4942.02 8793.71 +Shoes edu packedu pack #x 1999 2 6421.792500 2394.57 3149.35 4472.43 +Shoes edu packedu pack #x 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes edu packedu pack #x 1999 5 6583.305000 2474.01 3684.23 4335.58 +Shoes exportiedu pack #x 1999 2 6885.320833 3013.95 4139.82 4328.03 +Shoes exportiedu pack #x 1999 4 7045.164167 3509.17 5252.01 3987.99 +Shoes exportiedu pack #x 1999 7 7045.164167 3684.37 4372.20 8403.23 +Shoes importoedu pack #x 1999 3 6959.934167 2951.09 4142.26 3271.07 +Shoes importoedu pack #x 1999 3 7101.780000 2518.33 5264.86 3066.29 +Shoes importoedu pack #x 1999 4 6959.934167 3271.07 2951.09 4231.88 +Shoes importoedu pack #x 1999 4 7101.780000 3066.29 2518.33 5005.85 +Women amalgamalg #x 1999 2 7116.328333 2872.43 4945.20 2974.14 +Women amalgamalg #x 1999 3 7116.328333 2974.14 2872.43 4329.06 +Women edu packamalg #x 1999 3 6061.210833 2674.89 3376.95 2522.22 +Women edu packamalg #x 1999 4 6061.210833 2522.22 2674.89 3975.90 +Women edu packamalg #x 1999 4 6608.485833 2976.95 3489.35 3812.22 +Women exportiamalg #x 1999 2 6013.088333 2536.08 3406.41 3718.65 +Women exportiamalg #x 1999 3 6171.544167 2760.78 3853.84 3125.47 +Women exportiamalg #x 1999 4 6031.042500 2588.60 3554.29 3915.46 +Women importoamalg #x 1999 1 6479.298333 2804.94 13543.31 3515.21 +Women importoamalg #x 1999 4 6352.682500 2928.62 3718.55 3387.14 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out new file mode 100644 index 000000000000..5bbc69de9d9a --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out @@ -0,0 +1,264 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with ssr as( + select + s_store_id, + sum(sales_price) as sales, + sum(profit) as profit, + sum(return_amt) as returns, + sum(net_loss) as profit_loss + from ( + select + ss_store_sk as store_sk, + ss_sold_date_sk as date_sk, + ss_ext_sales_price as sales_price, + ss_net_profit as profit, + cast(0 as decimal(7,2)) as return_amt, + cast(0 as decimal(7,2)) as net_loss + from + store_sales + union all + select + sr_store_sk as store_sk, + sr_returned_date_sk as date_sk, + cast(0 as decimal(7,2)) as sales_price, + cast(0 as decimal(7,2)) as profit, + sr_return_amt as return_amt, + sr_net_loss as net_loss + from + store_returns) salesreturns, + date_dim, + store + where + date_sk = d_date_sk and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + INTERVAL 14 days) + and store_sk = s_store_sk + group by + s_store_id), +csr as ( + select + cp_catalog_page_id, + sum(sales_price) as sales, + sum(profit) as profit, + sum(return_amt) as returns, + sum(net_loss) as profit_loss + from ( + select + cs_catalog_page_sk as page_sk, + cs_sold_date_sk as date_sk, + cs_ext_sales_price as sales_price, + cs_net_profit as profit, + cast(0 as decimal(7,2)) as return_amt, + cast(0 as decimal(7,2)) as net_loss + from catalog_sales + union all + select + cr_catalog_page_sk as page_sk, + cr_returned_date_sk as date_sk, + cast(0 as decimal(7,2)) as sales_price, + cast(0 as decimal(7,2)) as profit, + cr_return_amount as return_amt, + cr_net_loss as net_loss + from catalog_returns) salesreturns, + date_dim, + catalog_page + where + date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + INTERVAL 14 days) + and page_sk = cp_catalog_page_sk + group by + cp_catalog_page_id), +wsr as ( + select + web_site_id, + sum(sales_price) as sales, + sum(profit) as profit, + sum(return_amt) as returns, + sum(net_loss) as profit_loss + from ( + select + ws_web_site_sk as wsr_web_site_sk, + ws_sold_date_sk as date_sk, + ws_ext_sales_price as sales_price, + ws_net_profit as profit, + cast(0 as decimal(7,2)) as return_amt, + cast(0 as decimal(7,2)) as net_loss + from + web_sales + union all + select + ws_web_site_sk as wsr_web_site_sk, + wr_returned_date_sk as date_sk, + cast(0 as decimal(7,2)) as sales_price, + cast(0 as decimal(7,2)) as profit, + wr_return_amt as return_amt, + wr_net_loss as net_loss + from + web_returns + left outer join web_sales on ( + wr_item_sk = ws_item_sk and wr_order_number = ws_order_number) + ) salesreturns, + date_dim, + web_site + where + date_sk = d_date_sk and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + INTERVAL 14 days) + and wsr_web_site_sk = web_site_sk + group by + web_site_id), +results as ( + select + channel, + id, + sum(sales) as sales, + sum(returns) as returns, + sum(profit) as profit + from ( + select + 'store channel' as channel, + 'store' || s_store_id as id, + sales, + returns, + (profit - profit_loss) as profit + from + ssr + union all + select + 'catalog channel' as channel, + 'catalog_page' || cp_catalog_page_id as id, + sales, + returns, + (profit - profit_loss) as profit + from + csr + union all + select + 'web channel' as channel, + 'web_site' || web_site_id as id, + sales, + returns, + (profit - profit_loss) as profit + from + wsr) x + group by + channel, id) +select + channel, id, sales, returns, profit +from ( + select channel, id, sales, returns, profit + from results + union + select channel, null as id, sum(sales), sum(returns), sum(profit) + from results + group by channel + union + select null as channel, null as id, sum(sales), sum(returns), sum(profit) + from results) foo + order by channel, id +limit 100 +-- !query schema +struct +-- !query output +NULL NULL 114224771.99 2369353.29 -31758665.81 +catalog channel NULL 39123764.03 835470.86 -4141619.78 +catalog channel catalog_pageAAAAAAAAAABAAAAA 73724.99 0.00 -34506.26 +catalog channel catalog_pageAAAAAAAAAADAAAAA 73182.60 0.00 -17828.06 +catalog channel catalog_pageAAAAAAAAABAAAAAA 0.00 4543.46 -2785.79 +catalog channel catalog_pageAAAAAAAAABBAAAAA 72671.60 0.00 6590.95 +catalog channel catalog_pageAAAAAAAAABCAAAAA 0.00 3646.32 -514.18 +catalog channel catalog_pageAAAAAAAAABDAAAAA 69548.37 0.00 -6749.40 +catalog channel catalog_pageAAAAAAAAACAAAAAA 0.00 10499.54 -5521.37 +catalog channel catalog_pageAAAAAAAAACBAAAAA 153295.93 5351.63 4632.81 +catalog channel catalog_pageAAAAAAAAACDAAAAA 54336.42 0.00 -18212.06 +catalog channel catalog_pageAAAAAAAAADAAAAAA 0.00 9992.13 -6117.85 +catalog channel catalog_pageAAAAAAAAADBAAAAA 131954.65 50.05 5527.80 +catalog channel catalog_pageAAAAAAAAADDAAAAA 76814.28 0.00 -3457.30 +catalog channel catalog_pageAAAAAAAAAEAAAAAA 0.00 3197.25 -478.68 +catalog channel catalog_pageAAAAAAAAAEBAAAAA 92714.17 0.00 10984.25 +catalog channel catalog_pageAAAAAAAAAECAAAAA 0.00 2249.75 -1759.52 +catalog channel catalog_pageAAAAAAAAAEDAAAAA 74886.06 0.00 12438.42 +catalog channel catalog_pageAAAAAAAAAFAAAAAA 0.00 7425.07 -4953.73 +catalog channel catalog_pageAAAAAAAAAFDAAAAA 68271.10 0.00 -31349.03 +catalog channel catalog_pageAAAAAAAAAGAAAAAA 0.00 30.69 -114.52 +catalog channel catalog_pageAAAAAAAAAGBAAAAA 0.00 152.10 -232.54 +catalog channel catalog_pageAAAAAAAAAGCAAAAA 0.00 907.94 -259.69 +catalog channel catalog_pageAAAAAAAAAGDAAAAA 80839.26 0.00 -17596.72 +catalog channel catalog_pageAAAAAAAAAHAAAAAA 183580.58 3667.05 -30239.38 +catalog channel catalog_pageAAAAAAAAAIAAAAAA 176232.57 130.41 -14554.63 +catalog channel catalog_pageAAAAAAAAAIBAAAAA 0.00 267.00 -180.11 +catalog channel catalog_pageAAAAAAAAAJAAAAAA 200218.67 1441.64 41.78 +catalog channel catalog_pageAAAAAAAAAJCAAAAA 21707.46 0.00 -2111.35 +catalog channel catalog_pageAAAAAAAAAKAAAAAA 142031.14 0.00 -26852.79 +catalog channel catalog_pageAAAAAAAAAKCAAAAA 15995.65 0.00 -1934.05 +catalog channel catalog_pageAAAAAAAAALAAAAAA 126857.88 9.78 -44236.00 +catalog channel catalog_pageAAAAAAAAALBAAAAA 0.00 NULL -508.20 +catalog channel catalog_pageAAAAAAAAALCAAAAA 21479.91 0.00 -8594.75 +catalog channel catalog_pageAAAAAAAAAMAAAAAA 169425.57 2291.31 -37705.18 +catalog channel catalog_pageAAAAAAAAAMCAAAAA 14310.85 0.00 -21009.49 +catalog channel catalog_pageAAAAAAAAANAAAAAA 198016.35 273.78 -14742.98 +catalog channel catalog_pageAAAAAAAAANBAAAAA 0.00 490.00 -184.86 +catalog channel catalog_pageAAAAAAAAANCAAAAA 29918.97 0.00 -4040.58 +catalog channel catalog_pageAAAAAAAAAOAAAAAA 105854.60 0.00 -8874.12 +catalog channel catalog_pageAAAAAAAAAOCAAAAA 14091.48 0.00 -1309.14 +catalog channel catalog_pageAAAAAAAAAPAAAAAA 83006.94 0.00 -5381.07 +catalog channel catalog_pageAAAAAAAAAPCAAAAA 37508.18 0.00 -7290.39 +catalog channel catalog_pageAAAAAAAABAAAAAAA 0.00 1107.33 -960.08 +catalog channel catalog_pageAAAAAAAABABAAAAA 95905.45 0.00 -13710.06 +catalog channel catalog_pageAAAAAAAABADAAAAA 47636.96 0.00 -28573.24 +catalog channel catalog_pageAAAAAAAABBAAAAAA 0.00 2623.04 -1015.94 +catalog channel catalog_pageAAAAAAAABBBAAAAA 58354.38 0.00 -10624.68 +catalog channel catalog_pageAAAAAAAABBDAAAAA 49780.88 0.00 -11981.01 +catalog channel catalog_pageAAAAAAAABCAAAAAA 0.00 4125.66 -1523.65 +catalog channel catalog_pageAAAAAAAABCBAAAAA 98660.80 0.00 -16289.71 +catalog channel catalog_pageAAAAAAAABCDAAAAA 113374.11 0.00 -19319.37 +catalog channel catalog_pageAAAAAAAABDAAAAAA 0.00 180.96 -303.56 +catalog channel catalog_pageAAAAAAAABDBAAAAA 58175.73 380.96 555.42 +catalog channel catalog_pageAAAAAAAABDDAAAAA 49788.84 0.00 -35531.15 +catalog channel catalog_pageAAAAAAAABEAAAAAA 0.00 4989.69 -1347.21 +catalog channel catalog_pageAAAAAAAABEBAAAAA 77142.64 0.00 2181.34 +catalog channel catalog_pageAAAAAAAABEDAAAAA 37722.95 0.00 -3862.61 +catalog channel catalog_pageAAAAAAAABFAAAAAA 0.00 1134.57 -2249.74 +catalog channel catalog_pageAAAAAAAABFDAAAAA 90245.96 0.00 8274.06 +catalog channel catalog_pageAAAAAAAABGAAAAAA 0.00 9836.43 -6219.61 +catalog channel catalog_pageAAAAAAAABGBAAAAA 0.00 60.03 -337.81 +catalog channel catalog_pageAAAAAAAABHAAAAAA 211801.76 0.00 -18883.07 +catalog channel catalog_pageAAAAAAAABHCAAAAA 0.00 2809.62 -969.29 +catalog channel catalog_pageAAAAAAAABIAAAAAA 175304.26 0.00 -5063.68 +catalog channel catalog_pageAAAAAAAABJAAAAAA 192257.13 2641.12 4494.09 +catalog channel catalog_pageAAAAAAAABJCAAAAA 21066.11 0.00 -9792.90 +catalog channel catalog_pageAAAAAAAABKAAAAAA 117310.09 0.00 -38423.34 +catalog channel catalog_pageAAAAAAAABKCAAAAA 16351.27 0.00 970.92 +catalog channel catalog_pageAAAAAAAABLAAAAAA 189060.69 0.00 -27541.44 +catalog channel catalog_pageAAAAAAAABLCAAAAA 11111.58 0.00 2786.73 +catalog channel catalog_pageAAAAAAAABMAAAAAA 148581.54 1047.69 -39546.35 +catalog channel catalog_pageAAAAAAAABMCAAAAA 5756.80 0.00 961.53 +catalog channel catalog_pageAAAAAAAABNAAAAAA 210427.91 404.72 -17396.64 +catalog channel catalog_pageAAAAAAAABNCAAAAA 11474.87 0.00 -6101.47 +catalog channel catalog_pageAAAAAAAABOAAAAAA 85328.52 0.00 -13566.80 +catalog channel catalog_pageAAAAAAAABOCAAAAA 8991.73 0.00 -9799.23 +catalog channel catalog_pageAAAAAAAABPAAAAAA 67031.90 228.48 -17054.88 +catalog channel catalog_pageAAAAAAAABPCAAAAA 3184.57 0.00 -1553.07 +catalog channel catalog_pageAAAAAAAACAAAAAAA 0.00 594.69 -910.16 +catalog channel catalog_pageAAAAAAAACABAAAAA 68609.89 0.00 -2362.92 +catalog channel catalog_pageAAAAAAAACADAAAAA 97819.48 0.00 3615.65 +catalog channel catalog_pageAAAAAAAACBAAAAAA 0.00 4531.07 -864.84 +catalog channel catalog_pageAAAAAAAACBBAAAAA 87577.40 5163.40 -23331.95 +catalog channel catalog_pageAAAAAAAACBDAAAAA 65509.70 0.00 -26490.01 +catalog channel catalog_pageAAAAAAAACCAAAAAA 0.00 579.28 -263.33 +catalog channel catalog_pageAAAAAAAACCBAAAAA 79097.22 0.00 -14175.57 +catalog channel catalog_pageAAAAAAAACCCAAAAA 0.00 107.64 -110.70 +catalog channel catalog_pageAAAAAAAACCDAAAAA 94846.27 0.00 2494.45 +catalog channel catalog_pageAAAAAAAACDAAAAAA 0.00 3583.50 -5705.10 +catalog channel catalog_pageAAAAAAAACDBAAAAA 78115.95 0.00 -10896.38 +catalog channel catalog_pageAAAAAAAACDCAAAAA 0.00 793.44 -78.49 +catalog channel catalog_pageAAAAAAAACDDAAAAA 102043.84 0.00 -3411.73 +catalog channel catalog_pageAAAAAAAACEBAAAAA 80630.55 0.00 -37508.78 +catalog channel catalog_pageAAAAAAAACECAAAAA 0.00 505.73 -398.47 +catalog channel catalog_pageAAAAAAAACEDAAAAA 144185.84 0.00 23612.84 +catalog channel catalog_pageAAAAAAAACFAAAAAA 0.00 2046.36 -1765.63 +catalog channel catalog_pageAAAAAAAACFDAAAAA 87318.92 0.00 22201.70 +catalog channel catalog_pageAAAAAAAACGAAAAAA 0.00 1401.84 -382.86 +catalog channel catalog_pageAAAAAAAACGCAAAAA 0.00 498.96 -311.43 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out new file mode 100644 index 000000000000..21722d7cc125 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out @@ -0,0 +1,76 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + a.ca_state state, + count(*) cnt +FROM + customer_address a, customer c, store_sales s, date_dim d, item i +WHERE a.ca_address_sk = c.c_current_addr_sk + AND c.c_customer_sk = s.ss_customer_sk + AND s.ss_sold_date_sk = d.d_date_sk + AND s.ss_item_sk = i.i_item_sk + AND d.d_month_seq = + (SELECT DISTINCT (d_month_seq) + FROM date_dim + WHERE d_year = 2000 AND d_moy = 1) + AND i.i_current_price > 1.2 * + (SELECT avg(j.i_current_price) + FROM item j + WHERE j.i_category = i.i_category) +GROUP BY a.ca_state +HAVING count(*) >= 10 +-- order-by list of q6 in TPCDS v1.4 is below: +-- order by cnt +order by cnt, a.ca_state +LIMIT 100 +-- !query schema +struct +-- !query output +AK 10 +AL 63 +AR 58 +AZ 11 +CA 84 +CO 57 +FL 51 +GA 168 +IA 102 +ID 39 +IL 95 +IN 103 +KS 139 +KY 104 +LA 63 +MA 10 +MD 22 +ME 13 +MI 82 +MN 85 +MO 88 +MS 83 +MT 53 +NC 82 +ND 38 +NE 113 +NH 16 +NJ 21 +NM 26 +NULL 81 +NV 15 +NY 58 +OH 114 +OK 53 +OR 31 +PA 62 +SC 45 +SD 70 +TN 102 +TX 216 +UT 17 +VA 130 +VT 14 +WA 36 +WI 80 +WV 50 +WY 25 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out new file mode 100644 index 000000000000..43040578a9f5 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out @@ -0,0 +1,118 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH cs_ui AS +(SELECT + cs_item_sk, + sum(cs_ext_list_price) AS sale, + sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit) AS refund + FROM catalog_sales + , catalog_returns + WHERE cs_item_sk = cr_item_sk + AND cs_order_number = cr_order_number + GROUP BY cs_item_sk + HAVING sum(cs_ext_list_price) > 2 * sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit)), + cross_sales AS + (SELECT + i_product_name product_name, + i_item_sk item_sk, + s_store_name store_name, + s_zip store_zip, + ad1.ca_street_number b_street_number, + ad1.ca_street_name b_streen_name, + ad1.ca_city b_city, + ad1.ca_zip b_zip, + ad2.ca_street_number c_street_number, + ad2.ca_street_name c_street_name, + ad2.ca_city c_city, + ad2.ca_zip c_zip, + d1.d_year AS syear, + d2.d_year AS fsyear, + d3.d_year s2year, + count(*) cnt, + sum(ss_wholesale_cost) s1, + sum(ss_list_price) s2, + sum(ss_coupon_amt) s3 + FROM store_sales, store_returns, cs_ui, date_dim d1, date_dim d2, date_dim d3, + store, customer, customer_demographics cd1, customer_demographics cd2, + promotion, household_demographics hd1, household_demographics hd2, + customer_address ad1, customer_address ad2, income_band ib1, income_band ib2, item + WHERE ss_store_sk = s_store_sk AND + ss_sold_date_sk = d1.d_date_sk AND + ss_customer_sk = c_customer_sk AND + ss_cdemo_sk = cd1.cd_demo_sk AND + ss_hdemo_sk = hd1.hd_demo_sk AND + ss_addr_sk = ad1.ca_address_sk AND + ss_item_sk = i_item_sk AND + ss_item_sk = sr_item_sk AND + ss_ticket_number = sr_ticket_number AND + ss_item_sk = cs_ui.cs_item_sk AND + c_current_cdemo_sk = cd2.cd_demo_sk AND + c_current_hdemo_sk = hd2.hd_demo_sk AND + c_current_addr_sk = ad2.ca_address_sk AND + c_first_sales_date_sk = d2.d_date_sk AND + c_first_shipto_date_sk = d3.d_date_sk AND + ss_promo_sk = p_promo_sk AND + hd1.hd_income_band_sk = ib1.ib_income_band_sk AND + hd2.hd_income_band_sk = ib2.ib_income_band_sk AND + cd1.cd_marital_status <> cd2.cd_marital_status AND + i_color IN ('purple', 'burlywood', 'indian', 'spring', 'floral', 'medium') AND + i_current_price BETWEEN 64 AND 64 + 10 AND + i_current_price BETWEEN 64 + 1 AND 64 + 15 + GROUP BY + i_product_name, + i_item_sk, + s_store_name, + s_zip, + ad1.ca_street_number, + ad1.ca_street_name, + ad1.ca_city, + ad1.ca_zip, + ad2.ca_street_number, + ad2.ca_street_name, + ad2.ca_city, + ad2.ca_zip, + d1.d_year, + d2.d_year, + d3.d_year + ) +SELECT + cs1.product_name, + cs1.store_name, + cs1.store_zip, + cs1.b_street_number, + cs1.b_streen_name, + cs1.b_city, + cs1.b_zip, + cs1.c_street_number, + cs1.c_street_name, + cs1.c_city, + cs1.c_zip, + cs1.syear, + cs1.cnt, + cs1.s1, + cs1.s2, + cs1.s3, + cs2.s1, + cs2.s2, + cs2.s3, + cs2.syear, + cs2.cnt +FROM cross_sales cs1, cross_sales cs2 +WHERE cs1.item_sk = cs2.item_sk AND + cs1.syear = 1999 AND + cs2.syear = 1999 + 1 AND + cs2.cnt <= cs1.cnt AND + cs1.store_name = cs2.store_name AND + cs1.store_zip = cs2.store_zip +ORDER BY + cs1.product_name, + cs1.store_name, + cs2.cnt, + -- The two columns below are newly added in TPCDS v2.7 + cs1.s1, + cs2.s1 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out new file mode 100644 index 000000000000..1d0dcdb82650 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out @@ -0,0 +1,314 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id, + sum(coalesce(ss_sales_price * ss_quantity, 0)) sumsales + from + store_sales, date_dim, store, item + where + ss_sold_date_sk=d_date_sk + and ss_item_sk=i_item_sk + and ss_store_sk = s_store_sk + and d_month_seq between 1212 and 1212 + 11 + group by + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id), +results_rollup as ( + select + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id, + sumsales + from + results + union all + select + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results + group by + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy + union all + select + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results + group by + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy + union all + select + i_category, + i_class, + i_brand, + i_product_name, + d_year, + null d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results + group by + i_category, + i_class, + i_brand, + i_product_name, + d_year + union all + select + i_category, + i_class, + i_brand, + i_product_name, + null d_year, + null d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results + group by + i_category, + i_class, + i_brand, + i_product_name + union all + select + i_category, + i_class, + i_brand, + null i_product_name, + null d_year, + null d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results + group by + i_category, + i_class, + i_brand + union all + select + i_category, + i_class, + null i_brand, + null i_product_name, + null d_year, + null d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results + group by + i_category, + i_class + union all + select + i_category, + null i_class, + null i_brand, + null i_product_name, + null d_year, + null d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from results + group by + i_category + union all + select + null i_category, + null i_class, + null i_brand, + null i_product_name, + null d_year, + null d_qoy, + null d_moy, + null s_store_id, + sum(sumsales) sumsales + from + results) +select + * +from ( + select + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id, + sumsales, + rank() over (partition by i_category order by sumsales desc) rk + from results_rollup) dw2 +where + rk <= 100 +order by + i_category, + i_class, + i_brand, + i_product_name, + d_year, + d_qoy, + d_moy, + s_store_id, + sumsales, + rk +limit 100 +-- !query schema +struct +-- !query output +NULL NULL NULL NULL 2001 1 NULL NULL 34479.00 96 +NULL NULL NULL NULL 2001 3 9 NULL 56374.56 75 +NULL NULL NULL NULL 2001 3 NULL NULL 84237.95 65 +NULL NULL NULL NULL 2001 4 12 NULL 37899.23 92 +NULL NULL NULL NULL 2001 4 NULL NULL 73696.60 69 +NULL NULL NULL NULL 2001 NULL NULL NULL 213030.29 5 +NULL NULL NULL NULL NULL NULL NULL NULL 1001298828.04 1 +NULL NULL NULL NULL NULL NULL NULL NULL 213030.29 5 +NULL NULL NULL NULL NULL NULL NULL NULL 2171549.36 2 +NULL NULL NULL NULL NULL NULL NULL NULL 497449.55 4 +NULL NULL NULL NULL NULL NULL NULL NULL 946101.86 3 +NULL NULL NULL antiationeinganti 2001 2 NULL NULL 33639.03 99 +NULL NULL NULL antiationeinganti 2001 3 NULL NULL 33770.94 98 +NULL NULL NULL antiationeinganti 2001 4 12 NULL 45444.79 84 +NULL NULL NULL antiationeinganti 2001 4 NULL NULL 86377.39 64 +NULL NULL NULL antiationeinganti 2001 NULL NULL NULL 177219.10 7 +NULL NULL NULL antiationeinganti NULL NULL NULL NULL 177219.10 7 +NULL NULL NULL ationoughtn stpriought 2001 4 10 NULL 33340.75 100 +NULL NULL NULL ationoughtn stpriought 2001 4 NULL NULL 67776.47 70 +NULL NULL NULL ationoughtn stpriought 2001 NULL NULL NULL 107200.16 42 +NULL NULL NULL ationoughtn stpriought NULL NULL NULL NULL 107200.16 42 +NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 112097.69 39 +NULL NULL brandmaxi #x oughteingought 2001 4 NULL NULL 43951.85 86 +NULL NULL brandmaxi #x oughteingought 2001 NULL NULL NULL 112097.69 39 +NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 112097.69 39 +NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 81428.06 66 +NULL NULL edu packamalg #x oughtn stn stese 2001 4 NULL NULL 35042.77 94 +NULL NULL edu packamalg #x oughtn stn stese 2001 NULL NULL NULL 81428.06 66 +NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 81428.06 66 +NULL NULL exportiedu pack #x NULL 2001 4 NULL NULL 51178.62 81 +NULL NULL exportiedu pack #x NULL 2001 NULL NULL NULL 116528.07 28 +NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 +NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 +NULL NULL exportischolar #x NULL NULL NULL NULL NULL 138598.49 9 +NULL NULL exportischolar #x prieingeseought 2001 3 9 NULL 34850.11 95 +NULL NULL exportischolar #x prieingeseought 2001 3 NULL NULL 51880.06 78 +NULL NULL exportischolar #x prieingeseought 2001 4 NULL NULL 51807.30 79 +NULL NULL exportischolar #x prieingeseought 2001 NULL NULL NULL 138598.49 9 +NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 138598.49 9 +NULL archery NULL NULL NULL NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x antioughtn stought 2001 4 NULL NULL 66377.95 72 +NULL archery amalgmaxi #x antioughtn stought 2001 NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 126538.57 16 +NULL camcorders NULL NULL 2001 3 NULL NULL 54123.96 76 +NULL camcorders NULL NULL 2001 4 NULL NULL 44320.28 85 +NULL camcorders NULL NULL 2001 NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 +NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 +NULL dresses NULL antieseoughtcally 2001 4 NULL NULL 53621.08 77 +NULL dresses NULL antieseoughtcally 2001 NULL NULL NULL 115317.62 31 +NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 115317.62 31 +NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 +NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 +NULL flatware NULL oughteingationn st 2001 3 NULL NULL 34255.55 97 +NULL flatware NULL oughteingationn st 2001 4 NULL NULL 42069.01 88 +NULL flatware NULL oughteingationn st 2001 NULL NULL NULL 96861.65 56 +NULL flatware NULL oughteingationn st NULL NULL NULL NULL 96861.65 56 +NULL glassware NULL NULL 2001 4 NULL NULL 51575.84 80 +NULL glassware NULL NULL 2001 NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL pants NULL NULL NULL NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x NULL NULL NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x antibarableableought 2001 3 8 NULL 38046.99 91 +NULL pants exportiimporto #x antibarableableought 2001 3 NULL NULL 48275.60 82 +NULL pants exportiimporto #x antibarableableought 2001 NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 93894.90 60 +NULL scanners NULL NULL NULL NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x n stbaresepri 2001 4 NULL NULL 43503.76 87 +NULL scanners namelessunivamalg #x n stbaresepri 2001 NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 97564.12 52 +NULL semi-precious NULL NULL NULL NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x ationeseoughtanti 2001 4 NULL NULL 62265.30 73 +NULL semi-precious amalgbrand #x ationeseoughtanti 2001 NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 113803.74 35 +NULL sports-apparel NULL NULL 2001 4 12 NULL 45659.44 83 +NULL sports-apparel NULL NULL 2001 4 NULL NULL 66745.05 71 +NULL sports-apparel NULL NULL 2001 NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL swimwear NULL NULL NULL NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x antieingoughtcally 2001 3 NULL NULL 36125.25 93 +NULL swimwear edu packamalg #x antieingoughtcally 2001 4 NULL NULL 41241.08 89 +NULL swimwear edu packamalg #x antieingoughtcally 2001 NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 103045.34 48 +NULL womens NULL NULL NULL NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL 2001 3 NULL NULL 38120.58 90 +NULL womens amalgedu pack #x NULL 2001 4 NULL NULL 57168.07 74 +NULL womens amalgedu pack #x NULL 2001 NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out new file mode 100644 index 000000000000..c0ea03115756 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out @@ -0,0 +1,79 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + sum(ss_net_profit) as total_sum, + s_state ,s_county, + 0 as gstate, + 0 as g_county + from + store_sales, date_dim d1, store + where + d1.d_month_seq between 1212 and 1212 + 11 + and d1.d_date_sk = ss_sold_date_sk + and s_store_sk = ss_store_sk + and s_state in ( + select s_state + from ( + select + s_state as s_state, + rank() over (partition by s_state order by sum(ss_net_profit) desc) as ranking + from store_sales, store, date_dim + where d_month_seq between 1212 and 1212 + 11 + and d_date_sk = ss_sold_date_sk + and s_store_sk = ss_store_sk + group by s_state) tmp1 + where ranking <= 5) + group by + s_state, s_county), +results_rollup as ( + select + total_sum, + s_state, + s_county, + 0 as g_state, + 0 as g_county, + 0 as lochierarchy + from results + union + select + sum(total_sum) as total_sum,s_state, + NULL as s_county, + 0 as g_state, + 1 as g_county, + 1 as lochierarchy + from results + group by s_state + union + select + sum(total_sum) as total_sum, + NULL as s_state, + NULL as s_county, + 1 as g_state, + 1 as g_county, + 2 as lochierarchy + from results) +select + total_sum, + s_state, + s_county, + lochierarchy, + rank() over ( + partition by lochierarchy, + case when g_county = 0 then s_state end + order by total_sum desc) as rank_within_parent +from + results_rollup +order by + lochierarchy desc, + case when lochierarchy = 0 then s_state end, + rank_within_parent +limit 100 +-- !query schema +struct +-- !query output +-437983751.26 NULL NULL 2 1 +-437983751.26 TN NULL 1 1 +-437983751.26 TN Williamson County 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out new file mode 100644 index 000000000000..a10aa66c7d6e --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out @@ -0,0 +1,47 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_desc, + w_warehouse_name, + d1.d_week_seq, + count(CASE WHEN p_promo_sk IS NULL + THEN 1 + ELSE 0 END) no_promo, + count(CASE WHEN p_promo_sk IS NOT NULL + THEN 1 + ELSE 0 END) promo, + count(*) total_cnt +FROM catalog_sales + JOIN inventory ON (cs_item_sk = inv_item_sk) + JOIN warehouse ON (w_warehouse_sk = inv_warehouse_sk) + JOIN item ON (i_item_sk = cs_item_sk) + JOIN customer_demographics ON (cs_bill_cdemo_sk = cd_demo_sk) + JOIN household_demographics ON (cs_bill_hdemo_sk = hd_demo_sk) + JOIN date_dim d1 ON (cs_sold_date_sk = d1.d_date_sk) + JOIN date_dim d2 ON (inv_date_sk = d2.d_date_sk) + JOIN date_dim d3 ON (cs_ship_date_sk = d3.d_date_sk) + LEFT OUTER JOIN promotion ON (cs_promo_sk = p_promo_sk) + LEFT OUTER JOIN catalog_returns ON (cr_item_sk = cs_item_sk AND cr_order_number = cs_order_number) +-- q72 in TPCDS v1.4 had conditions below: +-- WHERE d1.d_week_seq = d2.d_week_seq +-- AND inv_quantity_on_hand < cs_quantity +-- AND d3.d_date > (cast(d1.d_date AS DATE) + interval 5 days) +-- AND hd_buy_potential = '>10000' +-- AND d1.d_year = 1999 +-- AND hd_buy_potential = '>10000' +-- AND cd_marital_status = 'D' +-- AND d1.d_year = 1999 +WHERE d1.d_week_seq = d2.d_week_seq + AND inv_quantity_on_hand < cs_quantity + AND d3.d_date > d1.d_date + INTERVAL 5 days + AND hd_buy_potential = '1001-5000' + AND d1.d_year = 2001 + AND cd_marital_status = 'M' +GROUP BY i_item_desc, w_warehouse_name, d1.d_week_seq +ORDER BY total_cnt DESC, i_item_desc, w_warehouse_name, d_week_seq +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out new file mode 100644 index 000000000000..21014fb8ff80 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out @@ -0,0 +1,158 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH year_total AS ( + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + d_year AS year, + sum(ss_net_paid) year_total, + 's' sale_type + FROM + customer, store_sales, date_dim + WHERE c_customer_sk = ss_customer_sk + AND ss_sold_date_sk = d_date_sk + AND d_year IN (2001, 2001 + 1) + GROUP BY + c_customer_id, c_first_name, c_last_name, d_year + UNION ALL + SELECT + c_customer_id customer_id, + c_first_name customer_first_name, + c_last_name customer_last_name, + d_year AS year, + sum(ws_net_paid) year_total, + 'w' sale_type + FROM + customer, web_sales, date_dim + WHERE c_customer_sk = ws_bill_customer_sk + AND ws_sold_date_sk = d_date_sk + AND d_year IN (2001, 2001 + 1) + GROUP BY + c_customer_id, c_first_name, c_last_name, d_year) +SELECT + t_s_secyear.customer_id, + t_s_secyear.customer_first_name, + t_s_secyear.customer_last_name +FROM + year_total t_s_firstyear, year_total t_s_secyear, + year_total t_w_firstyear, year_total t_w_secyear +WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id + AND t_s_firstyear.customer_id = t_w_secyear.customer_id + AND t_s_firstyear.customer_id = t_w_firstyear.customer_id + AND t_s_firstyear.sale_type = 's' + AND t_w_firstyear.sale_type = 'w' + AND t_s_secyear.sale_type = 's' + AND t_w_secyear.sale_type = 'w' + AND t_s_firstyear.year = 2001 + AND t_s_secyear.year = 2001 + 1 + AND t_w_firstyear.year = 2001 + AND t_w_secyear.year = 2001 + 1 + AND t_s_firstyear.year_total > 0 + AND t_w_firstyear.year_total > 0 + AND CASE WHEN t_w_firstyear.year_total > 0 + THEN t_w_secyear.year_total / t_w_firstyear.year_total + ELSE NULL END + > CASE WHEN t_s_firstyear.year_total > 0 + THEN t_s_secyear.year_total / t_s_firstyear.year_total + ELSE NULL END +-- order-by list of q74 in TPCDS v1.4 is below: +-- ORDER BY 1, 1, 1 +ORDER BY 2, 1, 3 +LIMIT 100 +-- !query schema +struct +-- !query output +AAAAAAAAAMGDAAAA Kenneth Harlan +AAAAAAAAANFAAAAA Philip Banks +AAAAAAAAAOPFBAAA Jerry Fields +AAAAAAAABLEIBAAA Paula Wakefield +AAAAAAAABNBBAAAA Irma Smith +AAAAAAAACADPAAAA Cristobal Thomas +AAAAAAAACFCGBAAA Marcus Sanders +AAAAAAAACFENAAAA Christopher Dawson +AAAAAAAACIJMAAAA Elizabeth Thomas +AAAAAAAACJDIAAAA James Kerr +AAAAAAAACNAGBAAA Virginia May +AAAAAAAADBEFBAAA Bennie Bowers +AAAAAAAADCKOAAAA Robert Gonzalez +AAAAAAAADFIEBAAA John Gray +AAAAAAAADFKABAAA Latoya Craft +AAAAAAAADIIOAAAA David Carroll +AAAAAAAADIJGBAAA Ruth Sanders +AAAAAAAADLHBBAAA Henry Bertrand +AAAAAAAAEADJAAAA Ruth Carroll +AAAAAAAAEJDLAAAA Alice Wright +AAAAAAAAEKFPAAAA Annika Chin +AAAAAAAAEKJLAAAA Aisha Carlson +AAAAAAAAEOAKAAAA Molly Benjamin +AAAAAAAAEPOGAAAA Felisha Mendes +AAAAAAAAFACEAAAA Priscilla Miller +AAAAAAAAFBAHAAAA Michael Williams +AAAAAAAAFGIGAAAA Eduardo Miller +AAAAAAAAFGPGAAAA Albert Wadsworth +AAAAAAAAFHACBAAA NULL NULL +AAAAAAAAFJHFAAAA Larissa Roy +AAAAAAAAFMHIAAAA Emilio Darling +AAAAAAAAFOGIAAAA Michelle Greene +AAAAAAAAFOJAAAAA Don Castillo +AAAAAAAAGEHIAAAA Tyler Miller +AAAAAAAAGFMDBAAA Kathleen Gibson +AAAAAAAAGHPBBAAA Nick Mendez +AAAAAAAAGNDAAAAA Terry Mcdowell +AAAAAAAAHGOABAAA Sonia White +AAAAAAAAHHCABAAA William Stewart +AAAAAAAAHJLAAAAA Audrey Beltran +AAAAAAAAHMJNAAAA Ryan Baptiste +AAAAAAAAHMOIAAAA Grace Henderson +AAAAAAAAHNFHAAAA Rebecca Wilson +AAAAAAAAIADEBAAA Diane Aldridge +AAAAAAAAIBAEBAAA Sandra Wilson +AAAAAAAAIBFCBAAA Ruth Grantham +AAAAAAAAIBHHAAAA Jennifer Ballard +AAAAAAAAICHFAAAA Linda Mccoy +AAAAAAAAIDKFAAAA Michael Mack +AAAAAAAAIJEMAAAA Charlie Cummings +AAAAAAAAIMHBAAAA Kathy Knowles +AAAAAAAAIMHHBAAA Lillian Davidson +AAAAAAAAJEKFBAAA Norma Burkholder +AAAAAAAAJGMMAAAA Richard Larson +AAAAAAAAJIALAAAA Santos Gutierrez +AAAAAAAAJKBNAAAA Julie Kern +AAAAAAAAJONHBAAA Warren Orozco +AAAAAAAAKAECAAAA Milton Mackey +AAAAAAAAKBCABAAA Debra Bell +AAAAAAAAKJBKAAAA Georgia Scott +AAAAAAAAKJBLAAAA Kerry Davis +AAAAAAAAKKGEAAAA Katie Dunbar +AAAAAAAAKLHHBAAA Manuel Castaneda +AAAAAAAAKNAKAAAA Gladys Banks +AAAAAAAAKOJJAAAA Gracie Mendoza +AAAAAAAALFKKAAAA Ignacio Miller +AAAAAAAALHMCAAAA Brooke Nelson +AAAAAAAALIOPAAAA Derek Allen +AAAAAAAALJNCBAAA George Gamez +AAAAAAAAMDCAAAAA Louann Hamel +AAAAAAAAMFFLAAAA Margret Gray +AAAAAAAAMMOBBAAA Margaret Smith +AAAAAAAANFBDBAAA Vernice Fernandez +AAAAAAAANGDBBAAA Carlos Jewell +AAAAAAAANIPLAAAA Eric Lawrence +AAAAAAAANJAGAAAA Allen Hood +AAAAAAAANJHCBAAA Christopher Schreiber +AAAAAAAAOBADBAAA Elizabeth Burnham +AAAAAAAAOCAJAAAA Jenna Staton +AAAAAAAAOCDJAAAA Nina Sanchez +AAAAAAAAOCICAAAA Zachary Pennington +AAAAAAAAOCLBBAAA NULL NULL +AAAAAAAAOFLCAAAA James Taylor +AAAAAAAAOPDLAAAA Ann Pence +AAAAAAAAPDFBAAAA Terrance Banks +AAAAAAAAPEHEBAAA Edith Molina +AAAAAAAAPFCLAAAA Felicia Neville +AAAAAAAAPJENAAAA Ashley Norton +AAAAAAAAPKBCBAAA Andrea White +AAAAAAAAPKIKAAAA Wendy Horvath +AAAAAAAAPMMBBAAA Paul Jordan +AAAAAAAAPPIBBAAA Candice Lee diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out new file mode 100644 index 000000000000..32db8f8d3f69 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out @@ -0,0 +1,85 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH all_sales AS ( + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + SUM(sales_cnt) AS sales_cnt, + SUM(sales_amt) AS sales_amt + FROM ( + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + cs_quantity - COALESCE(cr_return_quantity, 0) AS sales_cnt, + cs_ext_sales_price - COALESCE(cr_return_amount, 0.0) AS sales_amt + FROM catalog_sales + JOIN item ON i_item_sk = cs_item_sk + JOIN date_dim ON d_date_sk = cs_sold_date_sk + LEFT JOIN catalog_returns ON (cs_order_number = cr_order_number + AND cs_item_sk = cr_item_sk) + WHERE i_category = 'Books' + UNION + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + ss_quantity - COALESCE(sr_return_quantity, 0) AS sales_cnt, + ss_ext_sales_price - COALESCE(sr_return_amt, 0.0) AS sales_amt + FROM store_sales + JOIN item ON i_item_sk = ss_item_sk + JOIN date_dim ON d_date_sk = ss_sold_date_sk + LEFT JOIN store_returns ON (ss_ticket_number = sr_ticket_number + AND ss_item_sk = sr_item_sk) + WHERE i_category = 'Books' + UNION + SELECT + d_year, + i_brand_id, + i_class_id, + i_category_id, + i_manufact_id, + ws_quantity - COALESCE(wr_return_quantity, 0) AS sales_cnt, + ws_ext_sales_price - COALESCE(wr_return_amt, 0.0) AS sales_amt + FROM web_sales + JOIN item ON i_item_sk = ws_item_sk + JOIN date_dim ON d_date_sk = ws_sold_date_sk + LEFT JOIN web_returns ON (ws_order_number = wr_order_number + AND ws_item_sk = wr_item_sk) + WHERE i_category = 'Books') sales_detail + GROUP BY d_year, i_brand_id, i_class_id, i_category_id, i_manufact_id) +SELECT + prev_yr.d_year AS prev_year, + curr_yr.d_year AS year, + curr_yr.i_brand_id, + curr_yr.i_class_id, + curr_yr.i_category_id, + curr_yr.i_manufact_id, + prev_yr.sales_cnt AS prev_yr_cnt, + curr_yr.sales_cnt AS curr_yr_cnt, + curr_yr.sales_cnt - prev_yr.sales_cnt AS sales_cnt_diff, + curr_yr.sales_amt - prev_yr.sales_amt AS sales_amt_diff +FROM all_sales curr_yr, all_sales prev_yr +WHERE curr_yr.i_brand_id = prev_yr.i_brand_id + AND curr_yr.i_class_id = prev_yr.i_class_id + AND curr_yr.i_category_id = prev_yr.i_category_id + AND curr_yr.i_manufact_id = prev_yr.i_manufact_id + AND curr_yr.d_year = 2002 + AND prev_yr.d_year = 2002 - 1 + AND CAST(curr_yr.sales_cnt AS DECIMAL(17, 2)) / CAST(prev_yr.sales_cnt AS DECIMAL(17, 2)) < 0.9 +ORDER BY + sales_cnt_diff, + sales_amt_diff -- This order-by condition did not exist in TPCDS v1.4 +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out new file mode 100644 index 000000000000..c3cce5413e69 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out @@ -0,0 +1,171 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with ss as ( + select + s_store_sk, + sum(ss_ext_sales_price) as sales, + sum(ss_net_profit) as profit + from + store_sales, date_dim, store + where + ss_sold_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and ss_store_sk = s_store_sk + group by + s_store_sk), +sr as ( + select + s_store_sk, + sum(sr_return_amt) as returns, + sum(sr_net_loss) as profit_loss + from + store_returns, date_dim, store + where + sr_returned_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and sr_store_sk = s_store_sk + group by + s_store_sk), +cs as ( + select + cs_call_center_sk, + sum(cs_ext_sales_price) as sales, + sum(cs_net_profit) as profit + from + catalog_sales, + date_dim + where + cs_sold_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + group by + cs_call_center_sk), + cr as ( + select + sum(cr_return_amount) as returns, + sum(cr_net_loss) as profit_loss + from catalog_returns, + date_dim + where + cr_returned_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days)), +ws as ( select wp_web_page_sk, + sum(ws_ext_sales_price) as sales, + sum(ws_net_profit) as profit + from web_sales, + date_dim, + web_page + where ws_sold_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and ws_web_page_sk = wp_web_page_sk + group by wp_web_page_sk), + wr as + (select wp_web_page_sk, + sum(wr_return_amt) as returns, + sum(wr_net_loss) as profit_loss + from web_returns, + date_dim, + web_page + where wr_returned_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and wr_web_page_sk = wp_web_page_sk + group by wp_web_page_sk) + , + results as + (select channel + , id + , sum(sales) as sales + , sum(returns) as returns + , sum(profit) as profit + from + (select 'store channel' as channel + , ss.s_store_sk as id + , sales + , coalesce(returns, 0) as returns + , (profit - coalesce(profit_loss,0)) as profit + from ss left join sr + on ss.s_store_sk = sr.s_store_sk + union all + select 'catalog channel' as channel + , cs_call_center_sk as id + , sales + , returns + , (profit - profit_loss) as profit + from cs + , cr + union all + select 'web channel' as channel + , ws.wp_web_page_sk as id + , sales + , coalesce(returns, 0) returns + , (profit - coalesce(profit_loss,0)) as profit + from ws left join wr + on ws.wp_web_page_sk = wr.wp_web_page_sk + ) x + group by channel, id ) + + select * + from ( + select channel, id, sales, returns, profit from results + union + select channel, NULL AS id, sum(sales) as sales, sum(returns) as returns, sum(profit) as profit from results group by channel + union + select NULL AS channel, NULL AS id, sum(sales) as sales, sum(returns) as returns, sum(profit) as profit from results +) foo +order by + channel, id +limit 100 +-- !query schema +struct +-- !query output +NULL NULL 235905134.66 10142144.92 -67930361.22 +catalog channel 1 26059763.88 1676013.07 -3439678.62 +catalog channel 2 26848946.97 1676013.07 -3818396.48 +catalog channel 4 27291299.87 1676013.07 -4012447.66 +catalog channel NULL 195553.13 1676013.07 -1006311.12 +catalog channel NULL 80395563.85 6704052.28 -12276833.88 +store channel 1 18173324.99 458396.78 -7884303.32 +store channel 10 19471021.10 424474.72 -8634992.52 +store channel 2 19801551.45 482036.27 -8829753.47 +store channel 4 19389251.68 487721.54 -8683007.74 +store channel 7 18542305.22 441352.00 -8390550.61 +store channel 8 18949957.95 520739.84 -8609781.61 +store channel NULL 114327412.39 2814721.15 -51032389.27 +web channel 1 1368093.56 18413.39 -109814.89 +web channel 10 1332588.96 17483.48 -116693.82 +web channel 13 1482737.42 22291.09 -143363.78 +web channel 14 1284016.42 27528.32 -109703.25 +web channel 16 1243361.71 17003.20 -177836.49 +web channel 19 1255323.32 19886.02 -164063.62 +web channel 2 1360282.03 20851.65 -262088.83 +web channel 20 1453667.29 26935.69 -108401.67 +web channel 22 1387121.58 13920.95 -178199.43 +web channel 25 1335607.81 22147.53 -244732.70 +web channel 26 1373568.78 13978.71 -203947.57 +web channel 28 1421052.17 20238.90 -182295.36 +web channel 31 1359126.56 33528.64 -187639.56 +web channel 32 1352687.30 24759.85 -136361.30 +web channel 34 1375278.93 20797.04 -128682.38 +web channel 37 1280097.59 22871.42 -72902.31 +web channel 38 1479886.09 19766.90 -165440.16 +web channel 4 1406457.78 23644.41 -123413.05 +web channel 40 1412821.75 13967.60 -129666.09 +web channel 43 1218207.79 12950.30 -267935.28 +web channel 44 1394049.31 9287.77 -69579.24 +web channel 46 1307728.82 20036.96 -169346.37 +web channel 49 1523143.08 16493.90 -187746.56 +web channel 50 1389142.56 26725.69 -75992.98 +web channel 52 1428230.31 21974.82 -168225.24 +web channel 55 1494853.34 33347.97 -143467.09 +web channel 56 1390529.31 6835.23 -126132.78 +web channel 58 1126120.88 31121.74 -218628.31 +web channel 7 1500004.47 21499.66 -154155.36 +web channel 8 1446371.50 23082.66 -94682.60 +web channel NULL 41182158.42 623371.49 -4621138.07 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out new file mode 100644 index 000000000000..4534e3085e53 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out @@ -0,0 +1,82 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +WITH ws AS +(SELECT + d_year AS ws_sold_year, + ws_item_sk, + ws_bill_customer_sk ws_customer_sk, + sum(ws_quantity) ws_qty, + sum(ws_wholesale_cost) ws_wc, + sum(ws_sales_price) ws_sp + FROM web_sales + LEFT JOIN web_returns ON wr_order_number = ws_order_number AND ws_item_sk = wr_item_sk + JOIN date_dim ON ws_sold_date_sk = d_date_sk + WHERE wr_order_number IS NULL + GROUP BY d_year, ws_item_sk, ws_bill_customer_sk +), + cs AS + (SELECT + d_year AS cs_sold_year, + cs_item_sk, + cs_bill_customer_sk cs_customer_sk, + sum(cs_quantity) cs_qty, + sum(cs_wholesale_cost) cs_wc, + sum(cs_sales_price) cs_sp + FROM catalog_sales + LEFT JOIN catalog_returns ON cr_order_number = cs_order_number AND cs_item_sk = cr_item_sk + JOIN date_dim ON cs_sold_date_sk = d_date_sk + WHERE cr_order_number IS NULL + GROUP BY d_year, cs_item_sk, cs_bill_customer_sk + ), + ss AS + (SELECT + d_year AS ss_sold_year, + ss_item_sk, + ss_customer_sk, + sum(ss_quantity) ss_qty, + sum(ss_wholesale_cost) ss_wc, + sum(ss_sales_price) ss_sp + FROM store_sales + LEFT JOIN store_returns ON sr_ticket_number = ss_ticket_number AND ss_item_sk = sr_item_sk + JOIN date_dim ON ss_sold_date_sk = d_date_sk + WHERE sr_ticket_number IS NULL + GROUP BY d_year, ss_item_sk, ss_customer_sk + ) +SELECT + round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) ratio, + ss_qty store_qty, + ss_wc store_wholesale_cost, + ss_sp store_sales_price, + coalesce(ws_qty, 0) + coalesce(cs_qty, 0) other_chan_qty, + coalesce(ws_wc, 0) + coalesce(cs_wc, 0) other_chan_wholesale_cost, + coalesce(ws_sp, 0) + coalesce(cs_sp, 0) other_chan_sales_price +FROM ss + LEFT JOIN ws + ON (ws_sold_year = ss_sold_year AND ws_item_sk = ss_item_sk AND ws_customer_sk = ss_customer_sk) + LEFT JOIN cs + ON (cs_sold_year = ss_sold_year AND cs_item_sk = ss_item_sk AND cs_customer_sk = ss_customer_sk) +WHERE coalesce(ws_qty, 0) > 0 AND coalesce(cs_qty, 0) > 0 AND ss_sold_year = 2000 +ORDER BY + -- order-by list of q78 in TPCDS v1.4 is below: + -- ratio, + -- ss_qty DESC, ss_wc DESC, ss_sp DESC, + -- other_chan_qty, + -- other_chan_wholesale_cost, + -- other_chan_sales_price, + -- round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) + ss_sold_year, + ss_item_sk, + ss_customer_sk, + ss_qty desc, + ss_wc desc, + ss_sp desc, + other_chan_qty, + other_chan_wholesale_cost, + other_chan_sales_price, + ratio +LIMIT 100 +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out new file mode 100644 index 000000000000..97375c4c6e6a --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out @@ -0,0 +1,253 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with ssr as ( + select + s_store_id as store_id, + sum(ss_ext_sales_price) as sales, + sum(coalesce(sr_return_amt, 0)) as returns, + sum(ss_net_profit - coalesce(sr_net_loss, 0)) as profit + from + store_sales left outer join store_returns on ( + ss_item_sk = sr_item_sk and ss_ticket_number = sr_ticket_number), + date_dim, + store, + item, + promotion + where + ss_sold_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and ss_store_sk = s_store_sk + and ss_item_sk = i_item_sk + and i_current_price > 50 + and ss_promo_sk = p_promo_sk + and p_channel_tv = 'N' + group by + s_store_id), +csr as ( + select + cp_catalog_page_id as catalog_page_id, + sum(cs_ext_sales_price) as sales, + sum(coalesce(cr_return_amount, 0)) as returns, + sum(cs_net_profit - coalesce(cr_net_loss, 0)) as profit + from + catalog_sales left outer join catalog_returns on + (cs_item_sk = cr_item_sk and cs_order_number = cr_order_number), + date_dim, + catalog_page, + item, + promotion + where + cs_sold_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and cs_catalog_page_sk = cp_catalog_page_sk + and cs_item_sk = i_item_sk + and i_current_price > 50 + and cs_promo_sk = p_promo_sk + and p_channel_tv = 'N' + group by + cp_catalog_page_id), +wsr as ( + select + web_site_id, + sum(ws_ext_sales_price) as sales, + sum(coalesce(wr_return_amt, 0)) as returns, + sum(ws_net_profit - coalesce(wr_net_loss, 0)) as profit + from + web_sales left outer join web_returns on ( + ws_item_sk = wr_item_sk and ws_order_number = wr_order_number), + date_dim, + web_site, + item, + promotion + where + ws_sold_date_sk = d_date_sk + and d_date between cast('1998-08-04' as date) + and (cast('1998-08-04' as date) + interval 30 days) + and ws_web_site_sk = web_site_sk + and ws_item_sk = i_item_sk + and i_current_price > 50 + and ws_promo_sk = p_promo_sk + and p_channel_tv = 'N' + group by + web_site_id), +results as ( + select + channel, + id, + sum(sales) as sales, + sum(returns) as returns, + sum(profit) as profit + from ( + select + 'store channel' as channel, + 'store' || store_id as id, + sales, + returns, + profit + from + ssr + union all + select + 'catalog channel' as channel, + 'catalog_page' || catalog_page_id as id, + sales, + returns, + profit + from + csr + union all + select + 'web channel' as channel, + 'web_site' || web_site_id as id, + sales, + returns, + profit + from + wsr) x + group by + channel, id) +select + channel, + id, + sales, + returns, + profit +from ( + select + channel, + id, + sales, + returns, + profit + from + results + union + select + channel, + NULL AS id, + sum(sales) as sales, + sum(returns) as returns, + sum(profit) as profit + from + results + group by + channel + union + select + NULL AS channel, + NULL AS id, + sum(sales) as sales, + sum(returns) as returns, + sum(profit) as profit + from + results) foo +order by + channel, id +limit 100 +-- !query schema +struct +-- !query output +NULL NULL 12942483.06 634086.24 -3838106.72 +catalog channel NULL 4428068.87 204812.89 -668652.49 +catalog channel catalog_pageAAAAAAAAAABAAAAA 11343.60 0.00 -8455.61 +catalog channel catalog_pageAAAAAAAAAADAAAAA 10707.91 2876.92 -18008.32 +catalog channel catalog_pageAAAAAAAAABBAAAAA 388.99 0.00 -385.50 +catalog channel catalog_pageAAAAAAAAABDAAAAA 271.89 0.00 102.33 +catalog channel catalog_pageAAAAAAAAACBAAAAA 45271.27 0.00 -10610.43 +catalog channel catalog_pageAAAAAAAAACDAAAAA 2390.88 0.00 -2864.36 +catalog channel catalog_pageAAAAAAAAADBAAAAA 669.44 0.00 94.72 +catalog channel catalog_pageAAAAAAAAADDAAAAA 15358.55 0.00 106.84 +catalog channel catalog_pageAAAAAAAAAEBAAAAA 281.80 0.00 -453.95 +catalog channel catalog_pageAAAAAAAAAEDAAAAA 18518.13 0.00 5728.56 +catalog channel catalog_pageAAAAAAAAAFDAAAAA 16526.48 197.58 -1389.80 +catalog channel catalog_pageAAAAAAAAAGDAAAAA 5929.11 0.00 -112.35 +catalog channel catalog_pageAAAAAAAAAHAAAAAA 54503.95 3463.68 13965.89 +catalog channel catalog_pageAAAAAAAAAIAAAAAA 2530.56 1003.03 -1026.80 +catalog channel catalog_pageAAAAAAAAAJAAAAAA 40512.67 0.00 5695.91 +catalog channel catalog_pageAAAAAAAAAKAAAAAA 18808.72 0.00 732.97 +catalog channel catalog_pageAAAAAAAAALAAAAAA 28215.09 4112.81 -13640.89 +catalog channel catalog_pageAAAAAAAAAMAAAAAA 32302.27 567.64 9530.88 +catalog channel catalog_pageAAAAAAAAANAAAAAA 26198.95 3218.98 335.22 +catalog channel catalog_pageAAAAAAAAANCAAAAA 3312.80 21.90 -1221.91 +catalog channel catalog_pageAAAAAAAAAOAAAAAA 3178.52 544.26 -9162.40 +catalog channel catalog_pageAAAAAAAAAOCAAAAA 1291.46 0.00 -1143.59 +catalog channel catalog_pageAAAAAAAAAPAAAAAA 15502.68 1219.50 -1185.99 +catalog channel catalog_pageAAAAAAAABABAAAAA 13412.36 0.00 1995.27 +catalog channel catalog_pageAAAAAAAABADAAAAA 1352.54 0.00 -3327.72 +catalog channel catalog_pageAAAAAAAABBBAAAAA 2900.78 0.00 -5454.12 +catalog channel catalog_pageAAAAAAAABBDAAAAA 12345.38 0.00 -2224.86 +catalog channel catalog_pageAAAAAAAABCBAAAAA 20.40 0.00 -512.20 +catalog channel catalog_pageAAAAAAAABCDAAAAA 8753.94 97.46 -2000.56 +catalog channel catalog_pageAAAAAAAABDBAAAAA 13505.86 0.00 -11090.53 +catalog channel catalog_pageAAAAAAAABDDAAAAA 1170.19 0.00 -187.02 +catalog channel catalog_pageAAAAAAAABEBAAAAA 27353.22 29.80 7942.47 +catalog channel catalog_pageAAAAAAAABFDAAAAA 4484.91 0.00 -101.44 +catalog channel catalog_pageAAAAAAAABHAAAAAA 12499.47 0.00 -5039.94 +catalog channel catalog_pageAAAAAAAABIAAAAAA 27239.18 269.31 -1272.29 +catalog channel catalog_pageAAAAAAAABJAAAAAA 27380.39 2428.52 -4449.84 +catalog channel catalog_pageAAAAAAAABKAAAAAA 12323.62 1131.59 -9207.22 +catalog channel catalog_pageAAAAAAAABKCAAAAA 726.00 0.00 -2502.06 +catalog channel catalog_pageAAAAAAAABLAAAAAA 35217.83 0.00 12178.97 +catalog channel catalog_pageAAAAAAAABLCAAAAA 416.58 0.00 -257.05 +catalog channel catalog_pageAAAAAAAABMAAAAAA 29249.68 2447.46 -18367.34 +catalog channel catalog_pageAAAAAAAABNAAAAAA 39939.39 11895.60 9443.01 +catalog channel catalog_pageAAAAAAAABNCAAAAA 829.25 0.00 -432.14 +catalog channel catalog_pageAAAAAAAABOAAAAAA 4776.55 645.29 -12353.36 +catalog channel catalog_pageAAAAAAAABOCAAAAA 4132.80 3911.40 -502.34 +catalog channel catalog_pageAAAAAAAABPAAAAAA 3780.14 0.00 -2369.55 +catalog channel catalog_pageAAAAAAAACABAAAAA 13864.50 286.83 1568.92 +catalog channel catalog_pageAAAAAAAACADAAAAA 5004.63 0.00 -2452.32 +catalog channel catalog_pageAAAAAAAACBBAAAAA 5458.11 0.00 -2324.38 +catalog channel catalog_pageAAAAAAAACBDAAAAA 7448.97 1110.56 -1789.38 +catalog channel catalog_pageAAAAAAAACCBAAAAA 11176.44 0.00 -9025.80 +catalog channel catalog_pageAAAAAAAACCDAAAAA 9009.45 0.00 -2737.84 +catalog channel catalog_pageAAAAAAAACDBAAAAA 12882.97 0.00 -4257.79 +catalog channel catalog_pageAAAAAAAACDDAAAAA 2039.06 429.36 -620.74 +catalog channel catalog_pageAAAAAAAACEBAAAAA 5189.62 508.68 -4592.89 +catalog channel catalog_pageAAAAAAAACEDAAAAA 11068.07 0.00 -828.38 +catalog channel catalog_pageAAAAAAAACFDAAAAA 861.40 0.00 223.80 +catalog channel catalog_pageAAAAAAAACHAAAAAA 16829.91 2360.82 -4144.50 +catalog channel catalog_pageAAAAAAAACIAAAAAA 36094.60 0.00 797.28 +catalog channel catalog_pageAAAAAAAACJAAAAAA 16513.90 0.00 -2482.24 +catalog channel catalog_pageAAAAAAAACKAAAAAA 20101.46 18.52 -12781.69 +catalog channel catalog_pageAAAAAAAACLAAAAAA 6942.39 0.00 -2652.10 +catalog channel catalog_pageAAAAAAAACLCAAAAA 4435.30 2478.55 1582.13 +catalog channel catalog_pageAAAAAAAACMAAAAAA 10339.92 714.59 -3810.28 +catalog channel catalog_pageAAAAAAAACNAAAAAA 24171.31 219.63 -6876.07 +catalog channel catalog_pageAAAAAAAACOAAAAAA 13386.50 51.66 -7675.85 +catalog channel catalog_pageAAAAAAAACPAAAAAA 6673.28 170.28 1669.79 +catalog channel catalog_pageAAAAAAAACPCAAAAA 4929.64 0.00 -4073.43 +catalog channel catalog_pageAAAAAAAADABAAAAA 17341.07 0.00 2722.99 +catalog channel catalog_pageAAAAAAAADADAAAAA 32122.29 0.00 13409.04 +catalog channel catalog_pageAAAAAAAADBBAAAAA 29586.90 1697.61 8235.35 +catalog channel catalog_pageAAAAAAAADBDAAAAA 3357.38 0.00 702.69 +catalog channel catalog_pageAAAAAAAADCBAAAAA 5549.77 66.06 -2859.07 +catalog channel catalog_pageAAAAAAAADCDAAAAA 3286.08 0.00 753.55 +catalog channel catalog_pageAAAAAAAADDBAAAAA 3698.78 0.00 -8553.47 +catalog channel catalog_pageAAAAAAAADDDAAAAA 1939.50 0.00 -3540.68 +catalog channel catalog_pageAAAAAAAADEBAAAAA 3836.53 0.00 -3502.31 +catalog channel catalog_pageAAAAAAAADEDAAAAA 18565.37 2379.24 2082.84 +catalog channel catalog_pageAAAAAAAADFDAAAAA 14363.88 76.05 7598.96 +catalog channel catalog_pageAAAAAAAADHAAAAAA 9513.67 0.00 -786.64 +catalog channel catalog_pageAAAAAAAADIAAAAAA 37019.24 0.00 2227.96 +catalog channel catalog_pageAAAAAAAADJAAAAAA 23475.03 4540.20 2173.17 +catalog channel catalog_pageAAAAAAAADKAAAAAA 18901.65 0.00 3918.05 +catalog channel catalog_pageAAAAAAAADLAAAAAA 28825.95 566.80 -9241.85 +catalog channel catalog_pageAAAAAAAADMAAAAAA 40676.08 1322.46 -6120.84 +catalog channel catalog_pageAAAAAAAADNAAAAAA 28061.92 109.98 -1584.13 +catalog channel catalog_pageAAAAAAAADOAAAAAA 6751.41 0.00 -1356.88 +catalog channel catalog_pageAAAAAAAADOCAAAAA 5190.10 0.00 -238.00 +catalog channel catalog_pageAAAAAAAADPAAAAAA 10347.89 0.00 -7517.40 +catalog channel catalog_pageAAAAAAAAEABAAAAA 22553.74 10270.04 -7133.94 +catalog channel catalog_pageAAAAAAAAEADAAAAA 2807.40 0.00 -1325.01 +catalog channel catalog_pageAAAAAAAAEBBAAAAA 3230.69 0.00 -4409.06 +catalog channel catalog_pageAAAAAAAAEBDAAAAA 11651.24 0.00 -8437.86 +catalog channel catalog_pageAAAAAAAAECBAAAAA 23100.03 0.00 4471.83 +catalog channel catalog_pageAAAAAAAAECDAAAAA 580.53 0.00 -5204.99 +catalog channel catalog_pageAAAAAAAAEDBAAAAA 11601.95 2958.72 -5116.64 +catalog channel catalog_pageAAAAAAAAEDDAAAAA 20014.23 7330.00 -3652.86 +catalog channel catalog_pageAAAAAAAAEEBAAAAA 19857.72 0.00 5511.15 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out new file mode 100644 index 000000000000..1cfa6b74a5d4 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out @@ -0,0 +1,167 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +-- This is a new query in TPCDS v2.7 +with results as ( + select + sum(ws_net_paid) as total_sum, + i_category, i_class, + 0 as g_category, + 0 as g_class + from + web_sales, date_dim d1, item + where + d1.d_month_seq between 1212 and 1212 + 11 + and d1.d_date_sk = ws_sold_date_sk + and i_item_sk = ws_item_sk + group by + i_category, i_class), +results_rollup as( + select + total_sum, + i_category, + i_class, + g_category, + g_class, + 0 as lochierarchy + from + results + union + select + sum(total_sum) as total_sum, + i_category, + NULL as i_class, + 0 as g_category, + 1 as g_class, + 1 as lochierarchy + from + results + group by + i_category + union + select + sum(total_sum) as total_sum, + NULL as i_category, + NULL as i_class, + 1 as g_category, + 1 as g_class, + 2 as lochierarchy + from + results) +select + total_sum, + i_category ,i_class, lochierarchy, + rank() over ( + partition by lochierarchy, + case when g_class = 0 then i_category end + order by total_sum desc) as rank_within_parent +from + results_rollup +order by + lochierarchy desc, + case when lochierarchy = 0 then i_category end, + rank_within_parent +limit 100 +-- !query schema +struct +-- !query output +109613.81 Home NULL 0 17 +14685.23 NULL camcorders 0 12 +1494189.90 Jewelry consignment 0 16 +1535662.83 Books arts 0 16 +1606289.52 Jewelry semi-precious 0 15 +1629493.52 Books business 0 15 +1697803.23 Jewelry loose stones 0 14 +1711990.64 Home mattresses 0 16 +1713259.20 Jewelry earings 0 13 +1723586.44 Electronics camcorders 0 16 +1731142.74 Jewelry estate 0 12 +1744147.13 Books science 0 14 +1747449.84 Books cooking 0 13 +1780974.36 Home accent 0 15 +1791937.78 Books mystery 0 12 +1800889.53 Electronics automotive 0 15 +1804127.22 Electronics scanners 0 14 +1812963.47 Home blinds/shades 0 14 +1817697.92 Jewelry mens watch 0 11 +1852053.82 Jewelry gold 0 10 +1856300.04 Home furniture 0 13 +1856421.87 Home bathroom 0 12 +1870348.87 Electronics cameras 0 13 +1882780.88 Jewelry birdal 0 9 +1893240.65 Home kids 0 11 +1920062.16 Books self-help 0 11 +1931224.93 Electronics disk drives 0 12 +1955981.28 Electronics wireless 0 11 +1960699.97 Electronics stereo 0 10 +1995895.68 Jewelry diamonds 0 8 +2021383.60 Electronics portable 0 9 +2037140.80 Books sports 0 10 +2053061.41 Home rugs 0 10 +2056828.93 Home paint 0 9 +2060395.64 Electronics musical 0 8 +2088949.87 Jewelry pendants 0 7 +2092734.81 Books parenting 0 9 +2093041.31 Jewelry costume 0 6 +2094873.27 Electronics televisions 0 7 +2101508.76 Books entertainments 0 8 +2140041.02 Jewelry rings 0 5 +2154865.44 Jewelry womens watch 0 4 +2159059.95 Home decor 0 8 +2172959.94 Home flatware 0 7 +2174686.53 Books travel 0 7 +2187564.96 Home wallpaper 0 6 +2191949.77 Home lighting 0 5 +2204536.79 Books fiction 0 6 +2222688.75 Electronics personal 0 6 +2252767.09 Electronics memory 0 5 +2258540.99 Home curtains/drapes 0 4 +2264632.73 Books romance 0 5 +2278162.58 Books home repair 0 4 +2279983.95 Jewelry bracelets 0 3 +2320597.52 Electronics monitors 0 4 +2327655.83 Electronics audio 0 3 +234527.19 NULL NULL 0 1 +2392291.39 Books computers 0 3 +2454928.54 Home tables 0 3 +2500411.13 Books history 0 2 +2544675.48 Home glassware 0 2 +25656.42 NULL dresses 0 11 +2603917.26 Books reference 0 1 +2638200.54 Jewelry jewelry boxes 0 2 +2647708.85 Electronics dvd/vcr players 0 2 +2665898.32 Electronics karoke 0 1 +2678321.52 Home bedding 0 1 +27105.53 NULL archery 0 10 +2736956.17 Jewelry custom 0 1 +29606.19 NULL womens 0 9 +29663.86 Books NULL 0 17 +31955775.63 Jewelry NULL 1 10 +32454111.82 Children NULL 1 9 +32553196.48 Sports NULL 1 8 +32624.44 Jewelry NULL 0 17 +33048439.90 Books NULL 1 7 +33471238.87 Women NULL 1 6 +335298083.49 NULL NULL 2 1 +33660827.11 Electronics NULL 1 5 +33779396.33 Home NULL 1 4 +33945859.14 Shoes NULL 1 3 +34110308.09 Men NULL 1 2 +35668385.24 Music NULL 1 1 +40437.80 NULL scanners 0 8 +41586.07 NULL semi-precious 0 7 +41643.10 NULL swimwear 0 6 +46266.06 NULL sports-apparel 0 5 +48188.15 NULL glassware 0 4 +49266.03 NULL pants 0 3 +51577.11 NULL flatware 0 2 +54136.49 Children NULL 0 5 +650544.88 NULL NULL 1 11 +7636055.87 Men sports-apparel 0 4 +7772368.18 Children toddlers 0 4 +8030368.31 Children newborn 0 3 +8170040.55 Children infants 0 2 +8354664.10 Men pants 0 3 +8427198.29 Children school-uniforms 0 1 +8471403.12 Men accessories 0 2 +9606467.15 Men shirts 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out new file mode 100644 index 000000000000..32be1fe825b5 --- /dev/null +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out @@ -0,0 +1,29 @@ +-- Automatically generated by TPCDSQueryTestSuite + +-- !query +SELECT + i_item_id, -- This column did not exist in TPCDS v1.4 + i_item_desc, + i_category, + i_class, + i_current_price, + sum(ss_ext_sales_price) AS itemrevenue, + sum(ss_ext_sales_price) * 100 / sum(sum(ss_ext_sales_price)) + OVER + (PARTITION BY i_class) AS revenueratio +FROM + store_sales, item, date_dim +WHERE + ss_item_sk = i_item_sk + AND i_category IN ('Sports', 'Books', 'Home') + AND ss_sold_date_sk = d_date_sk + AND d_date BETWEEN cast('1999-02-22' AS DATE) + AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) +GROUP BY + i_item_id, i_item_desc, i_category, i_class, i_current_price +ORDER BY + i_category, i_class, i_item_id, i_item_desc, revenueratio +-- !query schema +struct +-- !query output + diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala new file mode 100644 index 000000000000..34a844f24a38 --- /dev/null +++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.spark.sql + +import scala.util.control.NonFatal + +import org.apache.spark.SparkException +import org.apache.spark.sql.catalyst.plans.logical._ +import org.apache.spark.sql.execution.HiveResult.hiveResultString +import org.apache.spark.sql.execution.SQLExecution +import org.apache.spark.sql.execution.command.{DescribeColumnCommand, DescribeCommandBase} +import org.apache.spark.sql.types.StructType + +trait SQLQueryTestHelper { + + private val notIncludedMsg = "[not included in comparison]" + private val clsName = this.getClass.getCanonicalName + protected val emptySchema = StructType(Seq.empty).catalogString + + /** A single SQL query's output. */ + protected case class QueryOutput(sql: String, schema: String, output: String) { + override def toString: String = { + // We are explicitly not using multi-line string due to stripMargin removing "|" in output. + s"-- !query\n" + + sql + "\n" + + s"-- !query schema\n" + + schema + "\n" + + s"-- !query output\n" + + output + } + } + + protected def replaceNotIncludedMsg(line: String): String = { + line.replaceAll("#\\d+", "#x") + .replaceAll( + s"Location.*$clsName/", + s"Location $notIncludedMsg/{warehouse_dir}/") + .replaceAll("Created By.*", s"Created By $notIncludedMsg") + .replaceAll("Created Time.*", s"Created Time $notIncludedMsg") + .replaceAll("Last Access.*", s"Last Access $notIncludedMsg") + .replaceAll("Partition Statistics\t\\d+", s"Partition Statistics\t$notIncludedMsg") + .replaceAll("\\*\\(\\d+\\) ", "*") // remove the WholeStageCodegen codegenStageIds + } + + /** Executes a query and returns the result as (schema of the output, normalized output). */ + protected def getNormalizedResult(session: SparkSession, sql: String): (String, Seq[String]) = { + // Returns true if the plan is supposed to be sorted. + def isSorted(plan: LogicalPlan): Boolean = plan match { + case _: DescribeCommandBase + | _: DescribeColumnCommand + | _: DescribeRelation + | _: DescribeColumn => true + case _ => false + } + + val df = session.sql(sql) + val schema = df.schema.catalogString + // Get answer, but also get rid of the #1234 expression ids that show up in explain plans + val answer = SQLExecution.withNewExecutionId(df.queryExecution, Some(sql)) { + hiveResultString(df.queryExecution.executedPlan).map(replaceNotIncludedMsg) + } + + // If the output is not pre-sorted, sort it. + if (isSorted(df.queryExecution.analyzed)) (schema, answer) else (schema, answer.sorted) + } + + /** + * This method handles exceptions occurred during query execution as they may need special care + * to become comparable to the expected output. + * + * @param result a function that returns a pair of schema and output + */ + protected def handleExceptions(result: => (String, Seq[String])): (String, Seq[String]) = { + try { + result + } catch { + case a: AnalysisException => + // Do not output the logical plan tree which contains expression IDs. + // Also implement a crude way of masking expression IDs in the error message + // with a generic pattern "###". + val msg = if (a.plan.nonEmpty) a.getSimpleMessage else a.getMessage + (emptySchema, Seq(a.getClass.getName, msg.replaceAll("#\\d+", "#x"))) + case s: SparkException if s.getCause != null => + // For a runtime exception, it is hard to match because its message contains + // information of stage, task ID, etc. + // To make result matching simpler, here we match the cause of the exception if it exists. + val cause = s.getCause + (emptySchema, Seq(cause.getClass.getName, cause.getMessage)) + case NonFatal(e) => + // If there is an exception, put the exception class followed by the message. + (emptySchema, Seq(e.getClass.getName, e.getMessage)) + } + } +} diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala index ce7257627d22..5fe321be52ab 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala @@ -22,22 +22,16 @@ import java.net.URI import java.util.Locale import scala.collection.mutable.ArrayBuffer -import scala.util.control.NonFatal -import org.apache.spark.{SparkConf, SparkException, TestUtils} +import org.apache.spark.{SparkConf, TestUtils} import org.apache.spark.sql.catalyst.expressions.codegen.CodeGenerator -import org.apache.spark.sql.catalyst.planning.PhysicalOperation import org.apache.spark.sql.catalyst.plans.SQLHelper -import org.apache.spark.sql.catalyst.plans.logical._ import org.apache.spark.sql.catalyst.rules.RuleExecutor import org.apache.spark.sql.catalyst.util.{fileToString, stringToFile} import org.apache.spark.sql.catalyst.util.DateTimeConstants.NANOS_PER_SECOND -import org.apache.spark.sql.execution.{SQLExecution, WholeStageCodegenExec} -import org.apache.spark.sql.execution.HiveResult.hiveResultString -import org.apache.spark.sql.execution.command.{DescribeColumnCommand, DescribeCommandBase} +import org.apache.spark.sql.execution.WholeStageCodegenExec import org.apache.spark.sql.internal.SQLConf import org.apache.spark.sql.test.SharedSparkSession -import org.apache.spark.sql.types.StructType import org.apache.spark.tags.ExtendedSQLTest import org.apache.spark.util.Utils @@ -126,7 +120,8 @@ import org.apache.spark.util.Utils * different types of UDFs. See 'udf/udf-inner-join.sql' as an example. */ @ExtendedSQLTest -class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper { +class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper + with SQLQueryTestHelper { import IntegratedUDFTestUtils._ @@ -145,11 +140,6 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper protected val validFileExtensions = ".sql" - private val notIncludedMsg = "[not included in comparison]" - private val clsName = this.getClass.getCanonicalName - - protected val emptySchema = StructType(Seq.empty).catalogString - protected override def sparkConf: SparkConf = super.sparkConf // Fewer shuffle partitions to speed up testing. .set(SQLConf.SHUFFLE_PARTITIONS, 4) @@ -166,19 +156,6 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper // Create all the test cases. listTestCases.foreach(createScalaTestCase) - /** A single SQL query's output. */ - protected case class QueryOutput(sql: String, schema: String, output: String) { - override def toString: String = { - // We are explicitly not using multi-line string due to stripMargin removing "|" in output. - s"-- !query\n" + - sql + "\n" + - s"-- !query schema\n" + - schema + "\n" + - s"-- !query output\n" + - output - } - } - /** A test case. */ protected trait TestCase { val name: String @@ -405,7 +382,7 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper val goldenOutput = { s"-- Automatically generated by ${getClass.getSimpleName}\n" + s"-- Number of queries: ${outputs.size}\n\n\n" + - outputs.zipWithIndex.map{case (qr, i) => qr.toString}.mkString("\n\n\n") + "\n" + outputs.mkString("\n\n\n") + "\n" } val resultFile = new File(testCase.resultFile) val parent = resultFile.getParentFile @@ -470,70 +447,6 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper } } - /** - * This method handles exceptions occurred during query execution as they may need special care - * to become comparable to the expected output. - * - * @param result a function that returns a pair of schema and output - */ - protected def handleExceptions(result: => (String, Seq[String])): (String, Seq[String]) = { - try { - result - } catch { - case a: AnalysisException => - // Do not output the logical plan tree which contains expression IDs. - // Also implement a crude way of masking expression IDs in the error message - // with a generic pattern "###". - val msg = if (a.plan.nonEmpty) a.getSimpleMessage else a.getMessage - (emptySchema, Seq(a.getClass.getName, msg.replaceAll("#\\d+", "#x"))) - case s: SparkException if s.getCause != null => - // For a runtime exception, it is hard to match because its message contains - // information of stage, task ID, etc. - // To make result matching simpler, here we match the cause of the exception if it exists. - val cause = s.getCause - (emptySchema, Seq(cause.getClass.getName, cause.getMessage)) - case NonFatal(e) => - // If there is an exception, put the exception class followed by the message. - (emptySchema, Seq(e.getClass.getName, e.getMessage)) - } - } - - /** Executes a query and returns the result as (schema of the output, normalized output). */ - private def getNormalizedResult(session: SparkSession, sql: String): (String, Seq[String]) = { - // Returns true if the plan is supposed to be sorted. - def isSorted(plan: LogicalPlan): Boolean = plan match { - case _: Join | _: Aggregate | _: Generate | _: Sample | _: Distinct => false - case _: DescribeCommandBase - | _: DescribeColumnCommand - | _: DescribeRelation - | _: DescribeColumn => true - case PhysicalOperation(_, _, Sort(_, true, _)) => true - case _ => plan.children.iterator.exists(isSorted) - } - - val df = session.sql(sql) - val schema = df.schema.catalogString - // Get answer, but also get rid of the #1234 expression ids that show up in explain plans - val answer = SQLExecution.withNewExecutionId(df.queryExecution, Some(sql)) { - hiveResultString(df.queryExecution.executedPlan).map(replaceNotIncludedMsg) - } - - // If the output is not pre-sorted, sort it. - if (isSorted(df.queryExecution.analyzed)) (schema, answer) else (schema, answer.sorted) - } - - protected def replaceNotIncludedMsg(line: String): String = { - line.replaceAll("#\\d+", "#x") - .replaceAll( - s"Location.*$clsName/", - s"Location $notIncludedMsg/{warehouse_dir}/") - .replaceAll("Created By.*", s"Created By $notIncludedMsg") - .replaceAll("Created Time.*", s"Created Time $notIncludedMsg") - .replaceAll("Last Access.*", s"Last Access $notIncludedMsg") - .replaceAll("Partition Statistics\t\\d+", s"Partition Statistics\t$notIncludedMsg") - .replaceAll("\\*\\(\\d+\\) ", "*") // remove the WholeStageCodegen codegenStageIds - } - protected lazy val listTestCases: Seq[TestCase] = { listFilesRecursively(new File(inputFilePath)).flatMap { file => val resultFile = file.getAbsolutePath.replace(inputFilePath, goldenFilePath) + ".out" diff --git a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala index 78e4002236da..da3f95b4c6ec 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala @@ -48,7 +48,7 @@ trait TPCDSBase extends SharedSparkSession { "q3", "q7", "q10", "q19", "q27", "q34", "q42", "q43", "q46", "q52", "q53", "q55", "q59", "q63", "q65", "q68", "q73", "q79", "q89", "q98", "ss_max") - private val tableColumns = Map( + protected val tableColumns: Map[String, String] = Map( "store_sales" -> """ |`ss_sold_date_sk` INT, @@ -558,7 +558,7 @@ trait TPCDSBase extends SharedSparkSession { "web_returns" -> Seq("`wr_returned_date_sk`") ) - private def partitionedByClause(tableName: String) = { + protected def partitionedByClause(tableName: String): String = { tablePartitionColumns.get(tableName) match { case Some(cols) if cols.nonEmpty => s"PARTITIONED BY (${cols.mkString(", ")})" case _ => "" diff --git a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala new file mode 100644 index 000000000000..f5e391b2e75b --- /dev/null +++ b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala @@ -0,0 +1,156 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.spark.sql + +import java.io.File +import java.nio.file.{Files, Paths} + +import org.apache.spark.sql.catalyst.util.{fileToString, resourceToString, stringToFile} + +/** + * End-to-end tests to check TPCDS query results. + * + * To run this test suite: + * {{{ + * SPARK_TPCDS_DATA= build/sbt "sql/testOnly *TPCDSQueryTestSuite" + * }}} + * + * To run a single test file upon change: + * {{{ + * SPARK_TPCDS_DATA= + * build/sbt "~sql/testOnly *TPCDSQueryTestSuite -- -z q79" + * }}} + * + * To re-generate golden files for this suite, run: + * {{{ + * SPARK_GENERATE_GOLDEN_FILES=1 SPARK_TPCDS_DATA= + * build/sbt "sql/testOnly *TPCDSQueryTestSuite" + * }}} + * + * To re-generate golden file for a single test, run: + * {{{ + * SPARK_GENERATE_GOLDEN_FILES=1 SPARK_TPCDS_DATA= + * build/sbt "sql/testOnly *TPCDSQueryTestSuite -- -z q79" + * }}} + */ +class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelper { + + private val tpcdsDataPath = System.getenv("SPARK_TPCDS_DATA") + private val regenerateGoldenFiles = System.getenv("SPARK_GENERATE_GOLDEN_FILES") == "1" + + // We use SF=1 table data here, so we cannot use SF=100 stats + protected override val injectStats: Boolean = false + + if (tpcdsDataPath != null) { + val nonExistentTables = tableNames.filterNot { tableName => + Files.exists(Paths.get(s"$tpcdsDataPath/$tableName")) + } + if (nonExistentTables.nonEmpty) { + fail(s"Non-existent TPCDS table paths found in $tpcdsDataPath: " + + nonExistentTables.mkString(", ")) + } + } + + protected val baseResourcePath = { + // use the same way as `SQLQueryTestSuite` to get the resource path + java.nio.file.Paths.get("src", "test", "resources", "tpcds-query-results") + .toFile.getAbsolutePath + } + + override def createTable( + spark: SparkSession, + tableName: String, + format: String = "parquet", + options: Seq[String] = Nil): Unit = { + spark.sql( + s""" + |CREATE TABLE `$tableName` (${tableColumns(tableName)}) + |USING $format + |LOCATION '$tpcdsDataPath/$tableName' + |${options.mkString("\n")} + """.stripMargin) + } + + private def runQuery(query: String, goldenFile: File): Unit = { + val (schema, output) = handleExceptions(getNormalizedResult(spark, query)) + val queryOutput = QueryOutput(query.trim, schema, output.mkString("\n").replaceAll("\\s+$", "")) + if (regenerateGoldenFiles) { + val goldenOutput = { + s"-- Automatically generated by ${getClass.getSimpleName}\n\n" + + s"$queryOutput\n" + } + val parent = goldenFile.getParentFile + if (!parent.exists()) { + assert(parent.mkdirs(), "Could not create directory: " + parent) + } + stringToFile(goldenFile, goldenOutput) + } + + // Read back the golden file. + val expectedOutput = { + val goldenOutput = fileToString(goldenFile) + val segments = goldenOutput.split("-- !query.*\n") + + // query has 3 segments, plus the header + assert(segments.size == 4, + s"Expected 4 blocks in result file but got ${segments.size}. " + + s"Try regenerate the result files.") + QueryOutput( + sql = segments(1).trim, + schema = segments(2).trim, + output = segments(3).trim + ) + } + + assertResult(expectedOutput.sql, + s"SQL query did not match\n${expectedOutput.sql}") { + queryOutput.sql + } + assertResult(expectedOutput.schema, + s"Schema did not match\n${expectedOutput.sql}: $output") { + queryOutput.schema + } + assertResult(expectedOutput.output, + s"Result did not match\n${expectedOutput.sql}") { + queryOutput.output + } + } + + if (tpcdsDataPath != null) { + tpcdsQueries.foreach { name => + val queryString = resourceToString(s"tpcds/$name.sql", + classLoader = Thread.currentThread().getContextClassLoader) + test(name) { + val goldenFile = new File(s"$baseResourcePath/v1_4", s"$name.sql.out") + runQuery(queryString, goldenFile) + + } + } + + tpcdsQueriesV2_7_0.foreach { name => + val queryString = resourceToString(s"tpcds-v2.7.0/$name.sql", + classLoader = Thread.currentThread().getContextClassLoader) + test(s"$name-v2.7") { + val goldenFile = new File(s"$baseResourcePath/v2_7", s"$name.sql.out") + runQuery(queryString, goldenFile) + } + } + } else { + ignore("skipped because env `SPARK_TPCDS_DATA` is not given") {} + } +} From 4189f42fe2681494dd4c0c034f2ee17b4d60b8c7 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Sun, 21 Mar 2021 12:31:34 +0900 Subject: [PATCH 02/15] Update the golden files --- .../tpcds-query-results/v1_4/q10.sql.out | 6 +- .../tpcds-query-results/v1_4/q12.sql.out | 101 +- .../tpcds-query-results/v1_4/q15.sql.out | 198 +- .../tpcds-query-results/v1_4/q16.sql.out | 2 +- .../tpcds-query-results/v1_4/q17.sql.out | 2 +- .../tpcds-query-results/v1_4/q18.sql.out | 101 +- .../tpcds-query-results/v1_4/q19.sql.out | 200 +- .../tpcds-query-results/v1_4/q2.sql.out | 5026 ++++++++--------- .../tpcds-query-results/v1_4/q20.sql.out | 101 +- .../tpcds-query-results/v1_4/q22.sql.out | 200 +- .../tpcds-query-results/v1_4/q23b.sql.out | 8 +- .../tpcds-query-results/v1_4/q24a.sql.out | 8 +- .../tpcds-query-results/v1_4/q24b.sql.out | 2 +- .../tpcds-query-results/v1_4/q25.sql.out | 2 +- .../tpcds-query-results/v1_4/q26.sql.out | 101 +- .../tpcds-query-results/v1_4/q27.sql.out | 101 +- .../tpcds-query-results/v1_4/q29.sql.out | 2 +- .../tpcds-query-results/v1_4/q3.sql.out | 178 +- .../tpcds-query-results/v1_4/q30.sql.out | 198 +- .../tpcds-query-results/v1_4/q31.sql.out | 102 +- .../tpcds-query-results/v1_4/q33.sql.out | 101 +- .../tpcds-query-results/v1_4/q36.sql.out | 194 +- .../tpcds-query-results/v1_4/q37.sql.out | 2 +- .../tpcds-query-results/v1_4/q4.sql.out | 16 +- .../tpcds-query-results/v1_4/q41.sql.out | 5 +- .../tpcds-query-results/v1_4/q42.sql.out | 20 +- .../tpcds-query-results/v1_4/q43.sql.out | 12 +- .../tpcds-query-results/v1_4/q44.sql.out | 20 +- .../tpcds-query-results/v1_4/q45.sql.out | 38 +- .../tpcds-query-results/v1_4/q46.sql.out | 101 +- .../tpcds-query-results/v1_4/q47.sql.out | 200 +- .../tpcds-query-results/v1_4/q50.sql.out | 12 +- .../tpcds-query-results/v1_4/q52.sql.out | 200 +- .../tpcds-query-results/v1_4/q53.sql.out | 101 +- .../tpcds-query-results/v1_4/q54.sql.out | 2 +- .../tpcds-query-results/v1_4/q55.sql.out | 200 +- .../tpcds-query-results/v1_4/q56.sql.out | 101 +- .../tpcds-query-results/v1_4/q57.sql.out | 200 +- .../tpcds-query-results/v1_4/q59.sql.out | 200 +- .../tpcds-query-results/v1_4/q60.sql.out | 101 +- .../tpcds-query-results/v1_4/q61.sql.out | 2 +- .../tpcds-query-results/v1_4/q62.sql.out | 200 +- .../tpcds-query-results/v1_4/q63.sql.out | 101 +- .../tpcds-query-results/v1_4/q64.sql.out | 11 +- .../tpcds-query-results/v1_4/q65.sql.out | 200 +- .../tpcds-query-results/v1_4/q66.sql.out | 6 +- .../tpcds-query-results/v1_4/q67.sql.out | 188 +- .../tpcds-query-results/v1_4/q68.sql.out | 101 +- .../tpcds-query-results/v1_4/q69.sql.out | 200 +- .../tpcds-query-results/v1_4/q7.sql.out | 101 +- .../tpcds-query-results/v1_4/q70.sql.out | 2 +- .../tpcds-query-results/v1_4/q71.sql.out | 1019 +++- .../tpcds-query-results/v1_4/q72.sql.out | 101 +- .../tpcds-query-results/v1_4/q74.sql.out | 180 +- .../tpcds-query-results/v1_4/q75.sql.out | 101 +- .../tpcds-query-results/v1_4/q76.sql.out | 194 +- .../tpcds-query-results/v1_4/q79.sql.out | 200 +- .../tpcds-query-results/v1_4/q8.sql.out | 10 +- .../tpcds-query-results/v1_4/q81.sql.out | 200 +- .../tpcds-query-results/v1_4/q82.sql.out | 4 +- .../tpcds-query-results/v1_4/q84.sql.out | 26 +- .../tpcds-query-results/v1_4/q86.sql.out | 194 +- .../tpcds-query-results/v1_4/q88.sql.out | 2 +- .../tpcds-query-results/v1_4/q89.sql.out | 101 +- .../tpcds-query-results/v1_4/q91.sql.out | 2 +- .../tpcds-query-results/v1_4/q93.sql.out | 101 +- .../tpcds-query-results/v1_4/q94.sql.out | 2 +- .../tpcds-query-results/v1_4/q95.sql.out | 2 +- .../tpcds-query-results/v1_4/q96.sql.out | 2 +- .../tpcds-query-results/v1_4/q98.sql.out | 2517 ++++++++- .../tpcds-query-results/v1_4/q99.sql.out | 180 +- .../tpcds-query-results/v2_7/q10a.sql.out | 3 +- .../tpcds-query-results/v2_7/q11.sql.out | 176 +- .../tpcds-query-results/v2_7/q12.sql.out | 101 +- .../tpcds-query-results/v2_7/q18a.sql.out | 101 +- .../tpcds-query-results/v2_7/q20.sql.out | 101 +- .../tpcds-query-results/v2_7/q22.sql.out | 200 +- .../tpcds-query-results/v2_7/q22a.sql.out | 200 +- .../tpcds-query-results/v2_7/q27a.sql.out | 101 +- .../tpcds-query-results/v2_7/q36a.sql.out | 194 +- .../tpcds-query-results/v2_7/q47.sql.out | 200 +- .../tpcds-query-results/v2_7/q57.sql.out | 200 +- .../tpcds-query-results/v2_7/q64.sql.out | 11 +- .../tpcds-query-results/v2_7/q67a.sql.out | 178 +- .../tpcds-query-results/v2_7/q70a.sql.out | 2 +- .../tpcds-query-results/v2_7/q72.sql.out | 101 +- .../tpcds-query-results/v2_7/q74.sql.out | 180 +- .../tpcds-query-results/v2_7/q75.sql.out | 101 +- .../tpcds-query-results/v2_7/q86a.sql.out | 194 +- .../tpcds-query-results/v2_7/q98.sql.out | 2517 ++++++++- 90 files changed, 13750 insertions(+), 5826 deletions(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out index 2ceb9476a294..1cf7a3ddc539 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out @@ -61,8 +61,4 @@ LIMIT 100 -- !query schema struct -- !query output -F D Advanced Degree 1 3000 1 High Risk 1 2 1 4 1 5 1 -F D Unknown 1 1500 1 Good 1 6 1 5 1 4 1 -M D College 1 8500 1 Low Risk 1 3 1 0 1 1 1 -M D Primary 1 7000 1 Unknown 1 2 1 1 1 1 1 -M W Unknown 1 4500 1 Good 1 5 1 0 1 1 1 + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out index 19b1ef7ed5a3..a51eefed1dc6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out @@ -26,4 +26,103 @@ LIMIT 100 -- !query schema struct -- !query output - +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 +Af Books arts 6.04 109.23 0.14805832546481205 +All Books business 9.44 2.07 0.00166513841282063 +At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 +Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 +Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 +Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 +Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 +Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 +Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 +Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 +Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 +Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 +Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 +Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 +Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 +Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 +Genera Books computers 2.84 4719.74 5.65041742962478323 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 +Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 +Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 +Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 +Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 +However small values Books entertainments 1.49 3795.87 5.82689298381830524 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 +Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 +Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 +International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 +Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 +Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 +Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 +Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 +Local pro Books computers 1.04 843.52 1.00985226097986269 +Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 +Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 +Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 +Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 +Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 +Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 +Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 +Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 +Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 +Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 +Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 +Prese Books business 15.17 17499.32 14.07671011122722390 +Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 +Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 +Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 +Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3319.89 2.67056829243434307 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 +Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 +Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 +Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 +Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 +Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 +Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 +Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 +Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 +Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 +Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 +Vulnerable b Books computers 0.58 31.86 0.03814241871540500 +Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 +Women support almost Books computers 4.68 1401.06 1.67733261661661422 +Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 +Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 +Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out index 8cf4a4df0b3d..7a99754ed467 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out @@ -19,103 +19,103 @@ LIMIT 100 -- !query schema struct -- !query output -30059 688.80 -30069 323.60 -30150 372.79 -30162 1609.70 -30169 1326.30 -30191 513.21 -30194 244.76 -30309 94.27 -30330 447.07 -30399 196.46 -30411 713.29 -30492 115.82 -30499 1142.24 -30525 406.09 -30534 1341.26 -30587 297.85 -31087 573.97 -31289 669.35 -31387 1226.80 -31675 362.70 -31692 541.53 -31749 182.57 -31757 1553.34 -31838 862.54 -31933 675.18 -31952 1063.42 -32219 707.81 -32293 828.11 -32477 329.28 -32565 368.44 -32724 519.06 -32812 1129.14 -32898 1283.01 -33003 838.16 -33075 190.62 -33394 138.83 -33451 1441.78 -33511 431.19 -33604 1224.86 -33683 616.38 -33951 1241.72 -34027 407.13 -34062 443.22 -34092 366.23 -34098 276.14 -34107 1320.29 -34136 465.89 -34190 426.36 -34244 1508.42 -34289 360.52 -34338 1290.05 -34466 1926.39 -34536 462.20 -34593 1237.42 -34854 473.89 -34975 293.97 -35038 532.46 -35115 465.95 -35124 1186.38 -35281 820.44 -35413 328.47 -35508 309.54 -35709 526.74 -35752 278.29 -35804 1067.01 -35817 2487.41 -35867 581.94 -36060 173.58 -36074 230.91 -36098 907.80 -36115 298.06 -36192 1034.53 -36534 1649.99 -36557 1722.27 -36614 1557.87 -36668 730.76 -36719 1039.55 -36787 463.11 -36867 473.78 -36871 777.15 -36971 505.82 -37057 2784.75 -37683 526.34 -37746 1903.08 -37838 984.60 -38014 337.71 -38048 670.99 -38054 1377.23 -38075 827.32 -38119 237.47 -38167 620.19 -38222 2633.06 -38354 2411.29 -38370 1494.42 -38371 716.56 -38579 601.67 -38605 189.50 -38721 2085.27 -38828 261.89 +30059 688.80 +30069 323.60 +30150 372.79 +30162 1609.70 +30169 1326.30 +30191 513.21 +30194 244.76 +30309 94.27 +30330 447.07 +30399 196.46 +30411 713.29 +30492 115.82 +30499 1142.24 +30525 406.09 +30534 1341.26 +30587 297.85 +31087 573.97 +31289 669.35 +31387 1226.80 +31675 362.70 +31692 541.53 +31749 182.57 +31757 1553.34 +31838 862.54 +31933 675.18 +31952 1063.42 +32219 707.81 +32293 828.11 +32477 329.28 +32565 368.44 +32724 519.06 +32812 1129.14 +32898 1283.01 +33003 838.16 +33075 190.62 +33394 138.83 +33451 1441.78 +33511 431.19 +33604 1224.86 +33683 616.38 +33951 1241.72 +34027 407.13 +34062 443.22 +34092 366.23 +34098 276.14 +34107 1320.29 +34136 465.89 +34190 426.36 +34244 1508.42 +34289 360.52 +34338 1290.05 +34466 1926.39 +34536 462.20 +34593 1237.42 +34854 473.89 +34975 293.97 +35038 532.46 +35115 465.95 +35124 1186.38 +35281 820.44 +35413 328.47 +35508 309.54 +35709 526.74 +35752 278.29 +35804 1067.01 +35817 2487.41 +35867 581.94 +36060 173.58 +36074 230.91 +36098 907.80 +36115 298.06 +36192 1034.53 +36534 1649.99 +36557 1722.27 +36614 1557.87 +36668 730.76 +36719 1039.55 +36787 463.11 +36867 473.78 +36871 777.15 +36971 505.82 +37057 2784.75 +37683 526.34 +37746 1903.08 +37838 984.60 +38014 337.71 +38048 670.99 +38054 1377.23 +38075 827.32 +38119 237.47 +38167 620.19 +38222 2633.06 +38354 2411.29 +38370 1494.42 +38371 716.56 +38579 601.67 +38605 189.50 +38721 2085.27 +38828 261.89 NULL 4723.12 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out index 6c378214db7c..a219c057d879 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out @@ -27,4 +27,4 @@ LIMIT 100 -- !query schema struct -- !query output -236 1062963.89 -214910.61 +0 NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out index b9439f5715a1..95f440d2fc4b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out @@ -37,4 +37,4 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAKPFEAAAA Recently right TN 1 99.0 NULL NULL 1 66.0 NULL NULL 1 32.0 NULL NULL + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out index ca7d148a4fc3..c712683c8029 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out @@ -32,4 +32,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAABAAAAA NULL NULL NULL 60.000000 109.080000 5242.270000 98.170000 -1714.870000 1930.000000 0.000000 +AAAAAAAAAABDAAAA NULL NULL NULL 61.500000 102.910000 0.000000 48.085000 -1680.225000 1953.500000 3.000000 +AAAAAAAAAADBAAAA NULL NULL NULL 52.000000 35.640000 0.000000 22.800000 -484.120000 1949.000000 6.000000 +AAAAAAAAAADCAAAA NULL NULL NULL 76.000000 106.950000 0.000000 82.350000 1048.040000 1925.000000 5.000000 +AAAAAAAAAAJBAAAA NULL NULL NULL 97.000000 62.640000 621.540000 6.890000 -3570.340000 1935.000000 3.000000 +AAAAAAAAAAKDAAAA NULL NULL NULL 35.000000 46.255000 0.000000 28.300000 57.945000 1948.500000 5.000000 +AAAAAAAAAAMBAAAA NULL NULL NULL 88.000000 191.330000 0.000000 141.580000 6673.040000 1962.000000 0.000000 +AAAAAAAAAAODAAAA NULL NULL NULL 96.000000 38.240000 0.000000 27.530000 1131.840000 1968.000000 3.000000 +AAAAAAAAABADAAAA NULL NULL NULL 61.000000 84.470000 0.000000 18.580000 -3821.650000 1968.000000 3.000000 +AAAAAAAAABCBAAAA NULL NULL NULL 61.000000 189.330000 4323.590000 90.870000 -4441.930000 1937.000000 0.000000 +AAAAAAAAABDAAAAA NULL NULL NULL 72.000000 175.640000 1365.330000 21.070000 -6171.330000 1940.000000 2.000000 +AAAAAAAAABEAAAAA NULL NULL NULL 19.000000 93.970000 208.840000 36.640000 -510.180000 1959.000000 6.000000 +AAAAAAAAABFEAAAA NULL NULL NULL 98.000000 28.650000 0.000000 6.300000 -614.460000 1935.000000 6.000000 +AAAAAAAAABJBAAAA NULL NULL NULL 100.000000 59.480000 0.000000 2.970000 -5014.000000 1980.000000 5.000000 +AAAAAAAAABMDAAAA NULL NULL NULL 82.000000 73.890000 0.000000 0.000000 -2277.960000 1943.000000 0.000000 +AAAAAAAAABPBAAAA NULL NULL NULL 42.000000 82.860000 0.000000 4.140000 -1948.380000 1940.000000 2.000000 +AAAAAAAAACAAAAAA NULL NULL NULL 49.000000 79.120000 0.000000 52.210000 711.970000 1961.000000 5.000000 +AAAAAAAAACBCAAAA NULL NULL NULL 1.000000 77.530000 0.000000 49.610000 -1.400000 1982.000000 0.000000 +AAAAAAAAACCAAAAA NULL NULL NULL 35.000000 147.980000 2221.760000 97.660000 -653.410000 1960.000000 3.000000 +AAAAAAAAACLAAAAA NULL NULL NULL 22.000000 215.250000 0.000000 157.130000 1709.400000 1968.000000 3.000000 +AAAAAAAAACLDAAAA NULL NULL NULL 27.000000 201.780000 0.000000 143.260000 1588.410000 1936.000000 1.000000 +AAAAAAAAACMDAAAA NULL NULL NULL 100.000000 63.460000 395.160000 4.440000 -4328.160000 1986.000000 2.000000 +AAAAAAAAADBAAAAA NULL NULL NULL 5.000000 15.680000 0.000000 5.950000 -1.250000 1949.000000 6.000000 +AAAAAAAAADBDAAAA NULL NULL NULL 65.500000 101.210000 26.045000 60.555000 436.220000 1967.500000 3.000000 +AAAAAAAAADGCAAAA NULL NULL NULL 19.000000 11.470000 0.000000 2.060000 -127.300000 1928.000000 5.000000 +AAAAAAAAADHAAAAA NULL NULL NULL 17.000000 52.650000 0.000000 11.050000 -160.480000 1953.000000 6.000000 +AAAAAAAAADICAAAA NULL NULL NULL 86.000000 35.070000 0.000000 12.970000 -936.540000 1980.000000 5.000000 +AAAAAAAAADODAAAA NULL NULL NULL 83.000000 38.500000 0.000000 5.770000 -2098.240000 1965.000000 1.000000 +AAAAAAAAADPCAAAA NULL NULL NULL 59.000000 46.110000 0.000000 37.340000 352.230000 1979.000000 4.000000 +AAAAAAAAAEABAAAA NULL NULL NULL 32.000000 29.890000 0.000000 28.390000 391.360000 1932.000000 5.000000 +AAAAAAAAAEBDAAAA NULL NULL NULL 71.000000 177.300000 0.000000 113.470000 3138.910000 1939.000000 1.000000 +AAAAAAAAAEDEAAAA NULL NULL NULL 37.000000 48.670000 0.000000 9.730000 -276.390000 1940.000000 2.000000 +AAAAAAAAAEECAAAA NULL NULL NULL 68.000000 196.270000 0.000000 113.830000 2202.520000 1956.000000 0.000000 +AAAAAAAAAEFBAAAA NULL NULL NULL 49.000000 184.570000 0.000000 71.980000 -1017.730000 1984.000000 2.000000 +AAAAAAAAAEFCAAAA NULL NULL NULL 32.000000 31.970000 0.000000 18.540000 65.920000 1932.000000 5.000000 +AAAAAAAAAEGDAAAA NULL NULL NULL 37.000000 169.350000 3204.940000 93.140000 -2507.120000 1985.000000 1.000000 +AAAAAAAAAEJBAAAA NULL NULL NULL 76.000000 85.660000 0.000000 17.130000 -4670.960000 1985.000000 2.000000 +AAAAAAAAAENDAAAA NULL NULL NULL 10.000000 127.450000 0.000000 59.900000 151.800000 1971.000000 2.000000 +AAAAAAAAAFIBAAAA NULL NULL NULL 69.000000 111.060000 0.000000 101.060000 4048.230000 1965.000000 1.000000 +AAAAAAAAAFLBAAAA NULL NULL NULL 33.000000 148.070000 0.000000 29.610000 -1349.700000 1936.000000 4.000000 +AAAAAAAAAGBBAAAA NULL NULL NULL 17.000000 91.100000 0.000000 22.770000 -361.080000 1936.000000 1.000000 +AAAAAAAAAGCDAAAA NULL NULL NULL 15.000000 33.560000 0.000000 29.530000 191.250000 1963.000000 5.000000 +AAAAAAAAAGEEAAAA NULL NULL NULL 99.000000 264.450000 0.000000 37.020000 -6067.710000 1960.000000 6.000000 +AAAAAAAAAGGCAAAA NULL NULL NULL 37.000000 27.380000 0.000000 4.650000 -485.810000 1979.000000 4.000000 +AAAAAAAAAGHBAAAA NULL NULL NULL 97.000000 89.370000 0.000000 40.210000 689.670000 1947.000000 2.000000 +AAAAAAAAAGIAAAAA NULL NULL NULL 30.000000 65.710000 0.000000 11.820000 -711.000000 1936.000000 4.000000 +AAAAAAAAAHADAAAA NULL NULL NULL 17.000000 209.440000 0.000000 157.080000 1290.300000 1943.000000 6.000000 +AAAAAAAAAHBDAAAA NULL NULL NULL 72.000000 153.240000 0.000000 90.410000 1353.600000 1941.000000 4.000000 +AAAAAAAAAHDAAAAA NULL NULL NULL 100.000000 149.180000 0.000000 135.750000 8413.000000 1977.000000 2.000000 +AAAAAAAAAHDEAAAA NULL NULL NULL 67.000000 37.460000 0.000000 31.840000 1246.200000 1956.000000 0.000000 +AAAAAAAAAHICAAAA NULL NULL NULL 5.000000 170.640000 0.000000 95.550000 80.900000 1933.000000 6.000000 +AAAAAAAAAHLBAAAA NULL NULL NULL 60.000000 100.140000 1970.700000 80.110000 -2171.100000 1965.000000 6.000000 +AAAAAAAAAIBBAAAA NULL NULL NULL 77.000000 2.060000 0.000000 1.580000 37.730000 1935.000000 6.000000 +AAAAAAAAAICBAAAA NULL NULL NULL 59.000000 156.860000 0.000000 37.640000 -1144.600000 1924.000000 2.000000 +AAAAAAAAAIDAAAAA NULL NULL NULL 63.000000 18.780000 0.000000 15.020000 -214.200000 1979.000000 5.000000 +AAAAAAAAAIEBAAAA NULL NULL NULL 23.000000 29.970000 0.000000 23.370000 -37.030000 1960.000000 0.000000 +AAAAAAAAAIECAAAA NULL NULL NULL 5.000000 1.350000 0.000000 1.320000 0.700000 1973.000000 4.000000 +AAAAAAAAAIFDAAAA NULL NULL NULL 38.000000 158.680000 1317.280000 36.490000 -3243.880000 1985.000000 1.000000 +AAAAAAAAAIIBAAAA NULL NULL NULL 45.000000 90.750000 0.000000 15.420000 -2244.150000 1967.000000 0.000000 +AAAAAAAAAIJCAAAA NULL NULL NULL 5.000000 90.070000 0.000000 25.210000 -77.750000 1990.000000 4.000000 +AAAAAAAAAJABAAAA NULL NULL NULL 36.000000 198.570000 0.000000 103.250000 775.080000 1942.000000 3.000000 +AAAAAAAAAJAEAAAA NULL NULL NULL 56.000000 84.850000 0.000000 6.780000 -2990.400000 1975.000000 4.000000 +AAAAAAAAAJCCAAAA NULL NULL NULL 20.000000 109.990000 0.000000 38.490000 -859.800000 1952.000000 4.000000 +AAAAAAAAAJGBAAAA NULL NULL NULL 23.000000 249.290000 0.000000 132.120000 1068.350000 1968.000000 2.000000 +AAAAAAAAAJJBAAAA NULL NULL NULL 49.000000 42.420000 0.000000 1.690000 -1275.960000 1964.000000 0.000000 +AAAAAAAAAJLDAAAA NULL NULL NULL 83.000000 76.170000 0.000000 6.090000 -5754.390000 1948.000000 6.000000 +AAAAAAAAAKAAAAAA NULL NULL NULL 51.000000 121.170000 0.000000 78.760000 -736.950000 1959.000000 6.000000 +AAAAAAAAAKECAAAA NULL NULL NULL 87.000000 101.360000 0.000000 67.910000 1825.260000 1986.000000 4.000000 +AAAAAAAAAKJBAAAA NULL NULL NULL 2.000000 235.690000 0.000000 77.770000 -9.860000 1962.000000 0.000000 +AAAAAAAAAKJDAAAA NULL NULL NULL 96.000000 254.830000 0.000000 188.570000 9488.640000 1946.000000 2.000000 +AAAAAAAAAKKCAAAA NULL NULL NULL 85.000000 253.560000 0.000000 202.840000 9783.500000 1967.000000 0.000000 +AAAAAAAAAKLCAAAA NULL NULL NULL 75.000000 5.030000 0.000000 4.970000 198.750000 1973.000000 0.000000 +AAAAAAAAALBCAAAA NULL NULL NULL 3.000000 43.180000 0.000000 5.180000 -39.120000 1963.000000 5.000000 +AAAAAAAAALCBAAAA NULL NULL NULL 61.000000 80.160000 0.000000 26.450000 -1646.390000 1975.000000 4.000000 +AAAAAAAAALCDAAAA NULL NULL NULL 4.000000 129.610000 0.000000 110.160000 149.360000 1991.000000 0.000000 +AAAAAAAAALIAAAAA NULL NULL NULL 55.000000 153.180000 0.000000 137.860000 2740.100000 1928.000000 3.000000 +AAAAAAAAALIBAAAA NULL NULL NULL 53.000000 170.420000 3689.470000 161.890000 -45.190000 1985.000000 2.000000 +AAAAAAAAALMAAAAA NULL NULL NULL 89.000000 59.260000 0.000000 18.370000 -865.080000 1959.000000 6.000000 +AAAAAAAAALMCAAAA NULL NULL NULL 96.000000 226.960000 0.000000 11.340000 -6693.120000 1934.000000 4.000000 +AAAAAAAAALMDAAAA NULL NULL NULL 26.000000 128.640000 0.000000 60.460000 -125.840000 1984.000000 2.000000 +AAAAAAAAALNCAAAA NULL NULL NULL 77.000000 27.890000 0.000000 9.760000 -224.840000 1946.000000 5.000000 +AAAAAAAAALOBAAAA NULL NULL NULL 81.500000 70.725000 0.000000 53.520000 118.410000 1966.000000 1.500000 +AAAAAAAAAMBBAAAA NULL NULL NULL 83.000000 136.570000 0.000000 45.060000 -4077.790000 1957.000000 2.000000 +AAAAAAAAAMEBAAAA NULL NULL NULL 67.000000 9.500000 0.000000 3.230000 -100.500000 1945.000000 1.000000 +AAAAAAAAAMFAAAAA NULL NULL NULL 56.000000 215.160000 0.000000 36.570000 -3404.240000 1986.000000 2.000000 +AAAAAAAAAMNDAAAA NULL NULL NULL 70.000000 101.270000 4284.880000 65.820000 -4341.580000 1932.000000 5.000000 +AAAAAAAAANBDAAAA NULL NULL NULL 75.000000 114.960000 1282.930000 27.590000 -6711.430000 1925.000000 5.000000 +AAAAAAAAANDDAAAA NULL NULL NULL 50.000000 222.880000 0.000000 2.220000 -4494.000000 1948.000000 1.000000 +AAAAAAAAANECAAAA NULL NULL NULL 93.000000 53.420000 0.000000 47.540000 -54.870000 1979.000000 5.000000 +AAAAAAAAANFEAAAA NULL NULL NULL 25.000000 151.775000 116.280000 65.955000 -1264.830000 1930.500000 2.500000 +AAAAAAAAANGDAAAA NULL NULL NULL 60.000000 79.600000 0.000000 44.570000 -1028.400000 1941.000000 1.000000 +AAAAAAAAANIBAAAA NULL NULL NULL 72.000000 47.920000 0.000000 39.290000 1560.240000 1933.000000 3.000000 +AAAAAAAAAOCAAAAA NULL NULL NULL 30.000000 64.980000 0.000000 44.180000 -415.200000 1964.000000 0.000000 +AAAAAAAAAODAAAAA NULL NULL NULL 76.000000 66.980000 0.000000 5.350000 -1437.920000 1959.000000 3.000000 +AAAAAAAAAOFDAAAA NULL NULL NULL 87.000000 28.710000 0.000000 27.840000 1472.040000 1968.000000 6.000000 +AAAAAAAAAOMCAAAA NULL NULL NULL 8.000000 112.640000 0.000000 36.040000 -509.200000 1973.000000 4.000000 +AAAAAAAAAPBEAAAA NULL NULL NULL 22.000000 143.890000 664.750000 50.360000 -1397.350000 1925.000000 0.000000 +AAAAAAAAAPEDAAAA NULL NULL NULL 90.000000 72.940000 0.000000 17.500000 -3554.100000 1928.000000 3.000000 +AAAAAAAAAPFAAAAA NULL NULL NULL 52.000000 117.670000 0.000000 77.660000 1354.600000 1977.000000 2.000000 +NULL NULL NULL NULL 49.795144 101.832508 277.255866 51.322118 -240.159643 1957.467742 2.974962 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out index d13d999c7fcd..837053fb3d28 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out @@ -23,103 +23,103 @@ LIMIT 100 -- !query schema struct -- !query output -10001009 amalgunivamalg #x 414 eseoughtese 17196.10 -10001014 amalgunivamalg #x 207 ationbarable 18623.57 -10003001 exportiunivamalg #x 252 ableantiable 22605.56 -10004013 edu packunivamalg #x 764 esecallyation 15242.69 -10006012 corpunivamalg #x 166 callycallyought 15153.42 -10008005 namelessunivamalg #x 813 prioughteing 15433.53 -10010005 univamalgamalg #x 684 eseeingcally 17146.97 -1001001 amalgamalg #x 257 ationantiable 19957.37 -1001001 amalgamalg #x 346 callyesepri 17660.98 -1001001 amalgamalg #x 89 n steing 14133.10 -10010013 univamalgamalg #x 656 callyantically 20274.67 -10011002 amalgamalgamalg #x 112 ableoughtought 16120.65 -10011013 amalgamalgamalg #x 551 oughtantianti 30259.44 -10012003 importoamalgamalg #x 68 eingcally 36856.35 -10012006 importoamalgamalg #x 162 ablecallyought 25077.80 -10013006 exportiamalgamalg #x 461 oughtcallyese 29475.71 -10015008 scholaramalgamalg #x 839 n stprieing 36664.59 -1002001 importoamalg #x 184 eseeingought 13719.81 -1002002 importoamalg #x 489 n steingese 15707.42 -1002002 importoamalg #x 50 baranti 17737.23 -1002002 importoamalg #x 504 esebaranti 27540.55 -1003001 exportiamalg #x 162 ablecallyought 31531.85 -1003002 exportiamalg #x 400 barbarese 21701.01 -1003002 exportiamalg #x 483 prieingese 17180.13 -1004001 edu packamalg #x 222 ableableable 14254.25 -1004001 edu packamalg #x 380 bareingpri 17896.97 -1004001 edu packamalg #x 594 esen stanti 17217.04 -1004001 edu packamalg #x 675 antiationcally 18349.99 -2001001 amalgimporto #x 219 n stoughtable 20647.28 -2002001 importoimporto #x 100 barbarought 20543.92 -2002001 importoimporto #x 134 esepriought 16596.84 -2002001 importoimporto #x 229 n stableable 38849.73 -2002001 importoimporto #x 265 anticallyable 22316.14 -2002001 importoimporto #x 525 antiableanti 19888.38 -2003001 exportiimporto #x 288 eingeingable 15769.87 -2004001 edu packimporto #x 584 eseeinganti 22312.87 -2004002 edu packimporto #x 912 ableoughtn st 17422.31 -3001001 amalgexporti #x 358 eingantipri 39779.20 -3002001 importoexporti #x 176 callyationought 20741.06 -3002001 importoexporti #x 889 n steingeing 23327.10 -3002002 importoexporti #x 581 oughteinganti 34669.00 -3002002 importoexporti #x 597 ationn stanti 23181.94 -4001001 amalgedu pack #x 106 callybarought 23272.95 -4001001 amalgedu pack #x 236 callypriable 23425.22 -4001001 amalgedu pack #x 379 n stationpri 32777.45 -4002001 importoedu pack #x 101 oughtbarought 18892.36 -4002001 importoedu pack #x 96 callyn st 25291.42 -4002002 importoedu pack #x 615 antioughtcally 34673.98 -4003001 exportiedu pack #x 239 n stpriable 14778.52 -4003001 exportiedu pack #x 30 barpri 27681.74 -4003001 exportiedu pack #x 640 baresecally 20218.12 -4003002 exportiedu pack #x 117 ationoughtought 14161.18 -4004001 edu packedu pack #x 257 ationantiable 18605.21 -4004001 edu packedu pack #x 718 eingoughtation 20488.80 -4004002 edu packedu pack #x 293 prin stable 22272.04 -5001001 amalgscholar #x 192 ablen stought 28136.83 -5001002 amalgscholar #x 124 eseableought 21004.37 -5002001 importoscholar #x 202 ablebarable 24662.36 -5002001 importoscholar #x 442 ableeseese 34618.53 -5002002 importoscholar #x 503 pribaranti 38877.55 -5003001 exportischolar #x 224 eseableable 34541.38 -5003001 exportischolar #x 457 ationantiese 28560.52 -5003002 exportischolar #x 162 ablecallyought 20986.26 -5003002 exportischolar #x 50 baranti 35402.74 -5004001 edu packscholar #x 191 oughtn stought 22767.49 -5004001 edu packscholar #x 361 oughtcallypri 28656.02 -5004001 edu packscholar #x 595 antin stanti 14910.27 -5004002 edu packscholar #x 168 eingcallyought 33004.86 -5004002 edu packscholar #x 427 ationableese 24502.14 -6004005 edu packcorp #x 224 eseableable 17081.31 -6005006 scholarcorp #x 270 barationable 17373.47 -6006001 corpcorp #x 258 eingantiable 14579.72 -6007007 brandcorp #x 47 ationese 16413.40 -6009001 maxicorp #x 609 n stbarcally 37679.02 -6010003 univbrand #x 165 anticallyought 27826.40 -6011005 amalgbrand #x 373 priationpri 22935.30 -6013003 exportibrand #x 16 callyought 15594.16 -7001002 amalgbrand #x 122 ableableought 29576.48 -7002005 importobrand #x 822 ableableeing 23637.35 -7008009 namelessbrand #x 540 bareseanti 28888.95 -7009009 maxibrand #x 10 barought 32448.47 -7013001 exportinameless #x 18 eingought 28720.16 -7014001 edu packnameless #x 23 priable 21554.24 -8001009 amalgnameless #x 21 oughtable 32020.26 -8003003 exportinameless #x 85 antieing 14890.03 -8006008 corpnameless #x 605 antibarcally 21599.44 -8007009 brandnameless #x 34 esepri 27968.38 -8009007 maxinameless #x 146 callyeseought 24020.70 -8011002 amalgmaxi #x 293 prin stable 18991.25 -8012001 importomaxi #x 277 ationationable 18325.53 -8012007 importomaxi #x 320 barablepri 17247.22 -8014007 edu packmaxi #x 350 barantipri 16580.66 -8014009 edu packmaxi #x 214 eseoughtable 20379.43 -8016009 corpmaxi #x 734 esepriation 14055.01 -9004003 edu packmaxi #x 191 oughtn stought 29977.55 -9004011 edu packmaxi #x 241 oughteseable 23233.46 -9009011 maximaxi #x 117 ationoughtought 26149.58 -9011008 amalgunivamalg #x 93 prin st 22103.70 -9012003 importounivamalg #x 818 eingoughteing 18832.74 -9016003 corpunivamalg #x 51 oughtanti 15172.76 +10001009 amalgunivamalg #x 414 eseoughtese 17196.10 +10001014 amalgunivamalg #x 207 ationbarable 18623.57 +10003001 exportiunivamalg #x 252 ableantiable 22605.56 +10004013 edu packunivamalg #x 764 esecallyation 15242.69 +10006012 corpunivamalg #x 166 callycallyought 15153.42 +10008005 namelessunivamalg #x 813 prioughteing 15433.53 +10010005 univamalgamalg #x 684 eseeingcally 17146.97 +1001001 amalgamalg #x 257 ationantiable 19957.37 +1001001 amalgamalg #x 346 callyesepri 17660.98 +1001001 amalgamalg #x 89 n steing 14133.10 +10010013 univamalgamalg #x 656 callyantically 20274.67 +10011002 amalgamalgamalg #x 112 ableoughtought 16120.65 +10011013 amalgamalgamalg #x 551 oughtantianti 30259.44 +10012003 importoamalgamalg #x 68 eingcally 36856.35 +10012006 importoamalgamalg #x 162 ablecallyought 25077.80 +10013006 exportiamalgamalg #x 461 oughtcallyese 29475.71 +10015008 scholaramalgamalg #x 839 n stprieing 36664.59 +1002001 importoamalg #x 184 eseeingought 13719.81 +1002002 importoamalg #x 489 n steingese 15707.42 +1002002 importoamalg #x 50 baranti 17737.23 +1002002 importoamalg #x 504 esebaranti 27540.55 +1003001 exportiamalg #x 162 ablecallyought 31531.85 +1003002 exportiamalg #x 400 barbarese 21701.01 +1003002 exportiamalg #x 483 prieingese 17180.13 +1004001 edu packamalg #x 222 ableableable 14254.25 +1004001 edu packamalg #x 380 bareingpri 17896.97 +1004001 edu packamalg #x 594 esen stanti 17217.04 +1004001 edu packamalg #x 675 antiationcally 18349.99 +2001001 amalgimporto #x 219 n stoughtable 20647.28 +2002001 importoimporto #x 100 barbarought 20543.92 +2002001 importoimporto #x 134 esepriought 16596.84 +2002001 importoimporto #x 229 n stableable 38849.73 +2002001 importoimporto #x 265 anticallyable 22316.14 +2002001 importoimporto #x 525 antiableanti 19888.38 +2003001 exportiimporto #x 288 eingeingable 15769.87 +2004001 edu packimporto #x 584 eseeinganti 22312.87 +2004002 edu packimporto #x 912 ableoughtn st 17422.31 +3001001 amalgexporti #x 358 eingantipri 39779.20 +3002001 importoexporti #x 176 callyationought 20741.06 +3002001 importoexporti #x 889 n steingeing 23327.10 +3002002 importoexporti #x 581 oughteinganti 34669.00 +3002002 importoexporti #x 597 ationn stanti 23181.94 +4001001 amalgedu pack #x 106 callybarought 23272.95 +4001001 amalgedu pack #x 236 callypriable 23425.22 +4001001 amalgedu pack #x 379 n stationpri 32777.45 +4002001 importoedu pack #x 101 oughtbarought 18892.36 +4002001 importoedu pack #x 96 callyn st 25291.42 +4002002 importoedu pack #x 615 antioughtcally 34673.98 +4003001 exportiedu pack #x 239 n stpriable 14778.52 +4003001 exportiedu pack #x 30 barpri 27681.74 +4003001 exportiedu pack #x 640 baresecally 20218.12 +4003002 exportiedu pack #x 117 ationoughtought 14161.18 +4004001 edu packedu pack #x 257 ationantiable 18605.21 +4004001 edu packedu pack #x 718 eingoughtation 20488.80 +4004002 edu packedu pack #x 293 prin stable 22272.04 +5001001 amalgscholar #x 192 ablen stought 28136.83 +5001002 amalgscholar #x 124 eseableought 21004.37 +5002001 importoscholar #x 202 ablebarable 24662.36 +5002001 importoscholar #x 442 ableeseese 34618.53 +5002002 importoscholar #x 503 pribaranti 38877.55 +5003001 exportischolar #x 224 eseableable 34541.38 +5003001 exportischolar #x 457 ationantiese 28560.52 +5003002 exportischolar #x 162 ablecallyought 20986.26 +5003002 exportischolar #x 50 baranti 35402.74 +5004001 edu packscholar #x 191 oughtn stought 22767.49 +5004001 edu packscholar #x 361 oughtcallypri 28656.02 +5004001 edu packscholar #x 595 antin stanti 14910.27 +5004002 edu packscholar #x 168 eingcallyought 33004.86 +5004002 edu packscholar #x 427 ationableese 24502.14 +6004005 edu packcorp #x 224 eseableable 17081.31 +6005006 scholarcorp #x 270 barationable 17373.47 +6006001 corpcorp #x 258 eingantiable 14579.72 +6007007 brandcorp #x 47 ationese 16413.40 +6009001 maxicorp #x 609 n stbarcally 37679.02 +6010003 univbrand #x 165 anticallyought 27826.40 +6011005 amalgbrand #x 373 priationpri 22935.30 +6013003 exportibrand #x 16 callyought 15594.16 +7001002 amalgbrand #x 122 ableableought 29576.48 +7002005 importobrand #x 822 ableableeing 23637.35 +7008009 namelessbrand #x 540 bareseanti 28888.95 +7009009 maxibrand #x 10 barought 32448.47 +7013001 exportinameless #x 18 eingought 28720.16 +7014001 edu packnameless #x 23 priable 21554.24 +8001009 amalgnameless #x 21 oughtable 32020.26 +8003003 exportinameless #x 85 antieing 14890.03 +8006008 corpnameless #x 605 antibarcally 21599.44 +8007009 brandnameless #x 34 esepri 27968.38 +8009007 maxinameless #x 146 callyeseought 24020.70 +8011002 amalgmaxi #x 293 prin stable 18991.25 +8012001 importomaxi #x 277 ationationable 18325.53 +8012007 importomaxi #x 320 barablepri 17247.22 +8014007 edu packmaxi #x 350 barantipri 16580.66 +8014009 edu packmaxi #x 214 eseoughtable 20379.43 +8016009 corpmaxi #x 734 esepriation 14055.01 +9004003 edu packmaxi #x 191 oughtn stought 29977.55 +9004011 edu packmaxi #x 241 oughteseable 23233.46 +9009011 maximaxi #x 117 ationoughtought 26149.58 +9011008 amalgunivamalg #x 93 prin st 22103.70 +9012003 importounivamalg #x 818 eingoughteing 18832.74 +9016003 corpunivamalg #x 51 oughtanti 15172.76 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out index 6230e48277e9..b78930c3591c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out @@ -85,2516 +85,2516 @@ ORDER BY d_week_seq1 -- !query schema struct -- !query output -5270 NULL NULL NULL 1.68 NULL NULL NULL -5270 NULL NULL NULL 1.68 NULL NULL NULL -5270 NULL NULL NULL 1.68 NULL NULL NULL -5270 NULL NULL NULL 1.68 NULL NULL NULL -5270 NULL NULL NULL 1.68 NULL NULL NULL -5270 NULL NULL NULL 1.68 NULL NULL NULL -5270 NULL NULL NULL 1.68 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5271 NULL NULL NULL 1.25 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5272 NULL NULL NULL 1.10 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5273 NULL NULL NULL 0.85 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5274 NULL NULL NULL 1.05 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5275 NULL NULL NULL 0.67 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5276 NULL NULL NULL 1.12 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5277 NULL NULL NULL 1.09 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5278 NULL NULL NULL 1.35 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5279 NULL NULL NULL 1.03 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5280 NULL NULL NULL 1.35 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5281 NULL NULL NULL 0.96 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5282 NULL NULL NULL 1.02 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5283 NULL NULL NULL 0.96 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5284 NULL NULL NULL 0.72 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5285 NULL NULL NULL 0.96 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5286 NULL NULL NULL 0.99 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5287 NULL NULL NULL 1.13 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5288 NULL NULL NULL 1.01 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5289 NULL NULL NULL 1.11 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5290 NULL NULL NULL 1.28 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5291 NULL NULL NULL 0.93 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5292 NULL NULL NULL 1.10 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5293 NULL NULL NULL 1.20 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5294 NULL NULL NULL 0.85 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5295 NULL NULL NULL 0.86 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5296 NULL NULL NULL 0.90 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5297 NULL NULL NULL 0.86 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5298 NULL NULL NULL 1.00 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5299 NULL NULL NULL 1.06 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5300 NULL NULL NULL 0.96 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5301 NULL NULL NULL 0.40 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5302 NULL NULL NULL 1.03 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5303 NULL NULL NULL 1.00 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5304 NULL NULL NULL 0.98 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5305 NULL NULL NULL 0.93 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5306 NULL NULL NULL 1.19 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5307 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5308 NULL NULL NULL 1.03 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5309 NULL NULL NULL 0.99 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5310 NULL NULL NULL 1.01 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5311 NULL NULL NULL 1.07 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5312 NULL NULL NULL 0.92 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5313 NULL NULL NULL 1.05 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5314 NULL NULL NULL 0.58 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5315 NULL NULL NULL 0.96 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5316 NULL NULL NULL 1.02 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5317 NULL NULL NULL 1.04 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5318 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5319 NULL NULL NULL 1.02 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5320 NULL NULL NULL 0.97 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5321 NULL NULL NULL 1.29 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL -5322 NULL NULL NULL 1.94 NULL NULL NULL +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5270 3.48 2.15 1.81 1.68 3.18 3.29 3.13 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5271 0.84 0.91 0.96 1.25 1.21 1.09 1.14 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5272 0.98 0.97 0.98 1.10 1.00 1.00 1.15 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5273 1.04 0.93 1.21 0.85 0.91 1.08 0.75 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5274 0.98 0.89 1.06 1.05 0.80 0.89 1.02 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5275 0.95 1.00 0.88 0.67 1.06 1.42 0.88 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5276 1.16 1.09 1.16 1.12 1.04 0.94 0.96 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5277 0.76 1.05 0.97 1.09 0.96 1.39 1.28 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5278 1.31 1.07 1.00 1.35 1.04 5.70 1.69 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5279 1.21 0.94 0.98 1.03 0.56 0.77 1.32 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5280 1.14 1.12 0.92 1.35 0.83 0.99 0.96 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5281 1.00 1.00 1.01 0.96 0.93 1.05 0.89 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5282 1.18 1.11 1.11 1.02 1.17 0.95 0.98 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5283 1.16 1.10 0.75 0.96 1.07 0.87 1.01 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5284 0.91 1.01 0.92 0.72 0.99 1.11 1.02 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5285 1.09 0.88 0.82 0.96 1.17 1.02 0.95 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5286 0.95 1.04 1.01 0.99 0.96 1.17 0.93 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5287 1.28 1.12 0.95 1.13 1.05 1.18 1.17 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5288 1.05 0.95 1.12 1.01 0.96 1.09 1.12 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5289 1.09 1.03 1.31 1.11 1.05 1.02 1.19 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5290 0.90 0.74 0.92 1.28 1.11 0.99 1.10 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5291 0.99 1.33 0.89 0.93 0.97 1.01 1.18 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5292 1.33 0.99 0.92 1.10 1.03 0.95 0.90 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5293 1.08 0.82 0.86 1.20 0.95 0.87 1.18 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5294 1.00 0.86 0.91 0.85 0.89 0.84 1.05 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5295 1.17 0.94 1.07 0.86 0.93 1.03 1.04 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5296 0.94 1.10 0.88 0.90 0.92 1.02 0.94 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5297 0.82 1.26 0.98 0.86 1.17 0.90 1.33 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5298 0.97 1.08 0.83 1.00 1.11 1.25 1.08 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5299 0.85 1.12 1.06 1.06 1.04 1.12 0.81 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5300 0.51 0.41 0.87 0.96 1.20 0.54 0.45 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5301 0.98 0.98 0.47 0.40 0.91 1.03 0.93 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5302 1.00 1.15 0.84 1.03 1.00 1.07 1.29 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5303 1.09 1.02 1.02 1.00 1.10 1.00 1.02 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5304 0.96 1.03 1.03 0.98 0.94 1.09 1.04 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5305 0.93 1.02 1.06 0.93 0.91 1.07 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5306 1.15 0.91 0.98 1.19 1.08 1.03 1.13 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5307 0.91 1.12 0.88 1.03 1.05 0.95 0.98 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5308 0.97 1.04 0.97 1.03 1.10 1.13 1.02 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5309 1.15 0.98 1.03 0.99 1.06 0.91 1.05 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5310 1.07 1.05 0.93 1.01 1.10 1.03 0.97 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5311 1.00 1.01 1.17 1.07 0.93 0.96 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5312 0.91 0.90 1.06 0.92 1.02 0.85 1.00 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5313 0.54 0.67 1.03 1.05 0.99 1.01 0.82 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5314 1.10 0.96 0.74 0.58 0.63 0.90 1.00 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5315 0.92 1.10 1.01 0.96 0.98 0.95 0.94 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5316 1.01 0.91 0.93 1.02 0.96 0.95 1.04 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5317 1.07 0.94 0.94 1.04 1.09 0.86 1.00 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5318 0.87 0.97 1.11 1.02 1.05 1.06 0.98 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5319 1.06 0.97 1.04 1.02 0.94 1.02 1.07 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5320 0.98 0.91 1.06 0.97 1.13 1.10 1.03 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5321 0.96 1.06 0.90 1.29 0.92 1.02 1.07 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 +5322 5.61 4.31 0.99 1.94 1.74 6.28 5.35 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out index a8e1ec33704f..ab79ee7cffaa 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out @@ -22,4 +22,103 @@ LIMIT 100 -- !query schema struct -- !query output - +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 +Af Books arts 6.04 4695.48 2.34008441384012204 +All Books business 9.44 182.52 0.11630380986735745 +Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 +Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 +Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 +Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 +Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 +Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 +Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 +Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 +Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 +Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 +Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 +Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 +Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 +Euro Books business 3.01 4889.34 3.11554278838957647 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 +External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 +Final governm Books computers 6.22 5102.98 2.69967102821577286 +Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 +Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 +Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 +Genera Books computers 2.84 950.58 0.50289307149966282 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 +Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 +Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 +High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 +Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 +Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 +Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 +Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 +Less imp Books arts 9.12 1511.60 0.75333546303268856 +Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 +Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 +Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 +Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 +NULL Books NULL NULL 2838.09 24.10978012204021058 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 +Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 +Othe Books arts 60.94 2242.14 1.11741437885956095 +Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 +Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 +Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 +Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 +Prese Books business 15.17 5628.92 3.58681153538552336 +Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 +Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 +Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 +Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 +Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 +Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 +Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 +Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 +Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 +Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 +Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 +Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 +Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 +Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 +Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 +Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 +Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 +Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 +Ye Books computers 9.75 1367.76 0.72359720115548277 +Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 +Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out index 822e2e1aab99..6ea8f147884d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out @@ -18,103 +18,103 @@ LIMIT 100 -- !query schema struct -- !query output -ableationprieing NULL NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses Women 445.99583333333334 -antibareingantiought NULL NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x shirts Men 445.4065040650407 -antibareingantiought importoimporto #x shirts NULL 445.4065040650407 -ationantibarationought NULL NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x pools NULL 445.4190871369295 -ationantibarationought univmaxi #x pools Sports 445.4190871369295 -ationationprin st NULL NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x newborn Children 435.5102880658436 -ationationprin st amalgexporti #x newborn NULL 435.5102880658436 -ationbarn stableought NULL NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x rugs Home 444.09274193548384 -ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 -ationbarn station NULL NULL NULL 430.3577235772358 -ationbarn station amalgbrand #x NULL NULL 430.3577235772358 -ationbarn station amalgbrand #x bathroom Home 430.3577235772358 -ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 -ationeingation NULL NULL NULL 443.78225806451616 -ationeingation amalgexporti #x NULL NULL 443.78225806451616 -ationeingation amalgexporti #x newborn Children 443.78225806451616 -ationeingation amalgexporti #x newborn NULL 443.78225806451616 -ationoughtn stn st NULL NULL NULL 435.26506024096386 -ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 -ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 -ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 -callyesebaration NULL NULL NULL 437.3943089430894 -callyesebaration namelesscorp #x NULL NULL 437.3943089430894 -callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 -callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 -eingableableationought NULL NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x accessories Men 444.7142857142857 -eingableableationought amalgimporto #x accessories NULL 444.7142857142857 -eseationcallyableought NULL NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x infants Children 444.5443548387097 -eseationcallyableought importoexporti #x infants NULL 444.5443548387097 -n stbarought NULL NULL NULL 440.31474103585657 -n stbarought corpbrand #x NULL NULL 440.31474103585657 -n stbarought corpbrand #x rugs Home 440.31474103585657 -n stbarought corpbrand #x rugs NULL 440.31474103585657 -n stcallyableoughtought NULL NULL NULL 439.71836734693875 -n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 -n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 -n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 -n stcallyesepriought NULL NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 -n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 -n steseantiation NULL NULL NULL 445.33196721311475 -n steseantiation univmaxi #x NULL NULL 445.33196721311475 -n steseantiation univmaxi #x pools NULL 445.33196721311475 -n steseantiation univmaxi #x pools Sports 445.33196721311475 -n stn stantioughtought NULL NULL NULL 440.92857142857144 -n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 -n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 -n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 -n stprieingationought NULL NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 -n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 -oughtbarantiese NULL NULL NULL 441.7459677419355 -oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 -oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 -oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 -oughtbarprin st NULL NULL NULL 442.0734693877551 -oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 -oughtbarprin st edu packscholar #x classical Music 442.0734693877551 -oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 -oughtcallyn stantiought NULL NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 -oughtn stprin st NULL NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 -oughtpricallybarought NULL NULL NULL 445.4859437751004 -oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 -oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 -oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 -priantiationation NULL NULL NULL 441.6707317073171 -priantiationation importoimporto #x NULL NULL 441.6707317073171 -priantiationation importoimporto #x shirts Men 441.6707317073171 -priantiationation importoimporto #x shirts NULL 441.6707317073171 -priationn stn st NULL NULL NULL 439.096 -priationn stn st importoscholar #x NULL NULL 439.096 -priationn stn st importoscholar #x country Music 439.096 -priationn stn st importoscholar #x country NULL 439.096 -pribarpribarought NULL NULL NULL 446.0408163265306 -pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 -pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 -pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 +ableationprieing NULL NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses Women 445.99583333333334 +antibareingantiought NULL NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts Men 445.4065040650407 +antibareingantiought importoimporto #x shirts NULL 445.4065040650407 +ationantibarationought NULL NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x pools NULL 445.4190871369295 +ationantibarationought univmaxi #x pools Sports 445.4190871369295 +ationationprin st NULL NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn Children 435.5102880658436 +ationationprin st amalgexporti #x newborn NULL 435.5102880658436 +ationbarn stableought NULL NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs Home 444.09274193548384 +ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 +ationbarn station NULL NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x bathroom Home 430.3577235772358 +ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 +ationeingation NULL NULL NULL 443.78225806451616 +ationeingation amalgexporti #x NULL NULL 443.78225806451616 +ationeingation amalgexporti #x newborn Children 443.78225806451616 +ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationoughtn stn st NULL NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 +callyesebaration NULL NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 +callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 +eingableableationought NULL NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories Men 444.7142857142857 +eingableableationought amalgimporto #x accessories NULL 444.7142857142857 +eseationcallyableought NULL NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants Children 444.5443548387097 +eseationcallyableought importoexporti #x infants NULL 444.5443548387097 +n stbarought NULL NULL NULL 440.31474103585657 +n stbarought corpbrand #x NULL NULL 440.31474103585657 +n stbarought corpbrand #x rugs Home 440.31474103585657 +n stbarought corpbrand #x rugs NULL 440.31474103585657 +n stcallyableoughtought NULL NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 +n stcallyesepriought NULL NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 +n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 +n steseantiation NULL NULL NULL 445.33196721311475 +n steseantiation univmaxi #x NULL NULL 445.33196721311475 +n steseantiation univmaxi #x pools NULL 445.33196721311475 +n steseantiation univmaxi #x pools Sports 445.33196721311475 +n stn stantioughtought NULL NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 +n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 +n stprieingationought NULL NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 +n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +oughtbarantiese NULL NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 +oughtbarprin st NULL NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x classical Music 442.0734693877551 +oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 +oughtcallyn stantiought NULL NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 +oughtn stprin st NULL NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtpricallybarought NULL NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 +priantiationation NULL NULL NULL 441.6707317073171 +priantiationation importoimporto #x NULL NULL 441.6707317073171 +priantiationation importoimporto #x shirts Men 441.6707317073171 +priantiationation importoimporto #x shirts NULL 441.6707317073171 +priationn stn st NULL NULL NULL 439.096 +priationn stn st importoscholar #x NULL NULL 439.096 +priationn stn st importoscholar #x country Music 439.096 +priationn stn st importoscholar #x country NULL 439.096 +pribarpribarought NULL NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out index b0ddfc28acd3..780eb183fc17 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out @@ -72,7 +72,7 @@ LIMIT 100 -- !query schema struct -- !query output -Brown Monika 6031.52 -Collins Gordon 727.57 -Green Jesse 9672.96 -NULL Robert 598.86 +Brown Monika 6031.52 +Collins Gordon 727.57 +Green Jesse 9672.96 +NULL Robert 598.86 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out index a83e6e5a14a6..4db7acf7d63d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out @@ -38,4 +38,10 @@ FROM ssales) -- !query schema struct -- !query output - +Holt Curtis able 8225.80 +Kunz Lee able 34631.52 +Littlefield Clarence able 127380.00 +NULL Tommy able 38118.08 +Pettit Richard able 3930.52 +Townsend Franklin able 68983.20 +Winchester Margaret bar 14269.20 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out index e44fe77b1ac4..e039235d3178 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out @@ -38,4 +38,4 @@ FROM ssales) -- !query schema struct -- !query output - +Griffith Ray able 161564.48 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out index 5fc05b12c961..eb9fc7a06d8e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out @@ -37,4 +37,4 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAADPMBAAAA Things know alone letters. Flights should tend even jewish fees. Civil plans could not cry also social days; other losses might not pay walls; still able signs should not remove too human AAAAAAAAHAAAAAAA ation 12.84 91.41 -1329.46 +AAAAAAAADPMBAAAA Things know alone letters. Flights should tend even jewish fees. Civil plans could not cry also social days; other losses might not pay walls; still able signs should not remove too human AAAAAAAAHAAAAAAA ation 12.84 91.41 -1329.46 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out index d955dee446ac..589d492f4d41 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out @@ -23,4 +23,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAAAEAAAA 63.0 30.010000 0.000000 25.290000 +AAAAAAAAAABEAAAA 96.0 75.340000 0.000000 10.540000 +AAAAAAAAAACAAAAA 73.0 199.770000 0.000000 41.950000 +AAAAAAAAAACCAAAA 23.5 26.620000 110.970000 14.200000 +AAAAAAAAAADBAAAA 23.0 131.560000 0.000000 26.310000 +AAAAAAAAAADEAAAA 15.0 283.910000 0.000000 19.870000 +AAAAAAAAAAEAAAAA 71.0 176.713333 0.000000 142.693333 +AAAAAAAAAAEBAAAA 96.0 66.740000 1014.390000 16.010000 +AAAAAAAAAAFCAAAA 85.0 76.810000 143.610000 42.240000 +AAAAAAAAAAGEAAAA 47.0 136.925000 0.000000 95.275000 +AAAAAAAAAAHBAAAA 27.0 105.840000 0.000000 35.980000 +AAAAAAAAAAIDAAAA 78.33333333333333 126.370000 0.000000 61.943333 +AAAAAAAAAAJBAAAA 60.333333333333336 85.596667 23.200000 15.500000 +AAAAAAAAAAKDAAAA 21.0 84.415000 0.000000 26.850000 +AAAAAAAAAALCAAAA 20.0 62.790000 0.000000 48.970000 +AAAAAAAAAALDAAAA 49.0 73.155000 0.000000 21.005000 +AAAAAAAAAAMCAAAA 81.0 229.620000 15221.170000 202.060000 +AAAAAAAAAANAAAAA 42.0 79.990000 0.000000 76.790000 +AAAAAAAAAANDAAAA 94.0 27.920000 0.000000 1.670000 +AAAAAAAAAAOAAAAA 66.0 44.295000 25.820000 10.055000 +AAAAAAAAAAOCAAAA 34.333333333333336 84.496667 1133.953333 63.430000 +AAAAAAAAABABAAAA 45.0 79.820000 0.000000 67.840000 +AAAAAAAAABAEAAAA 1.0 171.540000 0.000000 49.740000 +AAAAAAAAABBAAAAA 8.0 279.080000 0.000000 55.810000 +AAAAAAAAABBCAAAA 56.0 45.970000 1286.380000 23.440000 +AAAAAAAAABBDAAAA 47.0 22.440000 0.000000 21.990000 +AAAAAAAAABCBAAAA 84.0 43.870000 0.000000 28.510000 +AAAAAAAAABEDAAAA 43.0 105.770000 668.400000 37.010000 +AAAAAAAAABFEAAAA 66.0 239.550000 0.000000 184.450000 +AAAAAAAAABJAAAAA 49.0 10.240000 0.000000 8.080000 +AAAAAAAAABKAAAAA 71.0 99.420000 0.000000 15.900000 +AAAAAAAAABLBAAAA 40.0 233.600000 0.000000 93.440000 +AAAAAAAAABOCAAAA 51.0 4.550000 0.000000 4.140000 +AAAAAAAAACCAAAAA 39.0 63.745000 22.260000 17.785000 +AAAAAAAAACDCAAAA 51.0 158.975000 1334.070000 124.785000 +AAAAAAAAACDDAAAA 85.5 75.735000 0.000000 36.285000 +AAAAAAAAACEEAAAA 38.0 78.690000 0.000000 19.670000 +AAAAAAAAACFDAAAA 93.0 59.440000 0.000000 7.720000 +AAAAAAAAACGCAAAA 55.0 103.210000 0.000000 27.860000 +AAAAAAAAACHBAAAA 62.0 180.290000 0.000000 32.450000 +AAAAAAAAACIBAAAA 95.0 214.400000 0.000000 4.280000 +AAAAAAAAACKBAAAA 59.0 92.910000 0.000000 29.675000 +AAAAAAAAACMCAAAA 65.0 119.550000 0.000000 84.880000 +AAAAAAAAACNBAAAA 65.0 169.290000 0.000000 121.880000 +AAAAAAAAACNCAAAA 12.0 64.160000 0.000000 16.040000 +AAAAAAAAACOBAAAA 90.0 50.840000 0.000000 6.100000 +AAAAAAAAACODAAAA 46.0 35.840000 0.000000 16.276667 +AAAAAAAAACPAAAAA 62.0 191.000000 823.815000 132.195000 +AAAAAAAAADABAAAA 31.0 30.660000 0.000000 2.450000 +AAAAAAAAADACAAAA 31.0 174.060000 0.000000 46.990000 +AAAAAAAAADAEAAAA 21.0 65.430000 0.000000 62.150000 +AAAAAAAAADBAAAAA 88.0 102.570000 7392.180000 92.310000 +AAAAAAAAADBDAAAA 67.0 221.220000 0.000000 79.630000 +AAAAAAAAADCAAAAA 67.0 70.160000 2248.620000 36.480000 +AAAAAAAAADCDAAAA 37.0 92.280000 0.000000 31.660000 +AAAAAAAAADDCAAAA 27.0 133.790000 0.000000 14.710000 +AAAAAAAAADEAAAAA 99.0 26.540000 0.000000 8.750000 +AAAAAAAAADFDAAAA 49.0 56.580000 0.000000 5.650000 +AAAAAAAAADGEAAAA 49.0 87.960000 0.000000 15.830000 +AAAAAAAAADHAAAAA 36.0 32.890000 849.520000 25.650000 +AAAAAAAAADIAAAAA 98.0 168.890000 0.000000 69.240000 +AAAAAAAAADIDAAAA 5.0 99.295000 0.000000 86.445000 +AAAAAAAAADJBAAAA 87.0 88.350000 7.680000 8.830000 +AAAAAAAAADJCAAAA 71.0 30.500000 0.000000 7.010000 +AAAAAAAAADKAAAAA 40.5 123.010000 0.000000 8.120000 +AAAAAAAAADKBAAAA 23.0 61.770000 0.000000 52.500000 +AAAAAAAAADLAAAAA 35.0 108.690000 0.000000 78.250000 +AAAAAAAAADMBAAAA 14.0 181.430000 0.000000 170.540000 +AAAAAAAAADNAAAAA 23.0 43.280000 0.000000 5.620000 +AAAAAAAAADNBAAAA 19.0 119.640000 0.000000 7.170000 +AAAAAAAAADOCAAAA 37.5 30.225000 0.000000 19.355000 +AAAAAAAAADODAAAA 66.0 4.610000 0.000000 2.530000 +AAAAAAAAAEADAAAA 63.0 153.040000 0.000000 148.440000 +AAAAAAAAAEAEAAAA 25.0 189.940000 0.000000 144.350000 +AAAAAAAAAEBAAAAA 15.0 96.740000 0.000000 10.640000 +AAAAAAAAAECBAAAA 57.0 31.660000 0.000000 11.390000 +AAAAAAAAAEDBAAAA 90.0 185.310000 0.000000 18.530000 +AAAAAAAAAEFBAAAA 44.0 56.320000 0.000000 39.495000 +AAAAAAAAAEFCAAAA 14.0 136.800000 735.430000 82.080000 +AAAAAAAAAEGBAAAA 93.0 138.200000 0.000000 134.050000 +AAAAAAAAAEGDAAAA 71.0 109.730000 332.440000 59.200000 +AAAAAAAAAEHCAAAA 73.0 216.230000 0.000000 211.900000 +AAAAAAAAAEHDAAAA 28.0 85.425000 0.000000 38.965000 +AAAAAAAAAEJBAAAA 46.0 85.180000 0.000000 79.210000 +AAAAAAAAAEKCAAAA 59.0 69.260000 0.000000 2.070000 +AAAAAAAAAEMDAAAA 3.0 183.780000 0.000000 134.150000 +AAAAAAAAAFAAAAAA 54.0 255.710000 0.000000 86.940000 +AAAAAAAAAFADAAAA 90.0 51.000000 0.000000 7.650000 +AAAAAAAAAFBEAAAA 34.5 105.160000 0.000000 37.665000 +AAAAAAAAAFCDAAAA 81.0 66.525000 0.000000 54.125000 +AAAAAAAAAFDDAAAA 24.0 110.745000 0.000000 56.095000 +AAAAAAAAAFEEAAAA 44.0 78.870000 2115.770000 71.770000 +AAAAAAAAAFFBAAAA 39.5 189.825000 0.000000 56.225000 +AAAAAAAAAFFDAAAA 27.0 73.310000 37.250000 2.190000 +AAAAAAAAAFGCAAAA 64.0 164.065000 883.155000 150.200000 +AAAAAAAAAFHBAAAA 18.0 92.060000 0.000000 26.690000 +AAAAAAAAAFIDAAAA 26.0 165.650000 409.990000 46.380000 +AAAAAAAAAFLBAAAA 12.5 146.010000 13.645000 118.775000 +AAAAAAAAAFMCAAAA 41.0 37.880000 0.000000 13.630000 +AAAAAAAAAFMDAAAA 72.0 97.770000 0.000000 24.440000 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out index 48b833fa1ba6..97f4db03cbb5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out @@ -25,4 +25,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAAABAAAA NULL 1 46.0 114.720000 0.000000 32.120000 +AAAAAAAAAAABAAAA TN 0 46.0 114.720000 0.000000 32.120000 +AAAAAAAAAAAEAAAA NULL 1 100.0 77.970000 0.000000 57.690000 +AAAAAAAAAAAEAAAA TN 0 100.0 77.970000 0.000000 57.690000 +AAAAAAAAAABAAAAA NULL 1 6.0 48.890000 13.610000 2.440000 +AAAAAAAAAABAAAAA TN 0 6.0 48.890000 13.610000 2.440000 +AAAAAAAAAACAAAAA NULL 1 62.0 32.213333 0.000000 5.506667 +AAAAAAAAAACAAAAA TN 0 62.0 32.213333 0.000000 5.506667 +AAAAAAAAAACDAAAA NULL 1 97.0 161.780000 0.000000 55.000000 +AAAAAAAAAACDAAAA TN 0 97.0 161.780000 0.000000 55.000000 +AAAAAAAAAADBAAAA NULL 1 28.0 136.010000 575.760000 73.440000 +AAAAAAAAAADBAAAA TN 0 28.0 136.010000 575.760000 73.440000 +AAAAAAAAAADCAAAA NULL 1 64.0 116.140000 0.000000 108.010000 +AAAAAAAAAADCAAAA TN 0 64.0 116.140000 0.000000 108.010000 +AAAAAAAAAAEBAAAA NULL 1 9.0 5.430000 0.000000 5.210000 +AAAAAAAAAAEBAAAA TN 0 9.0 5.430000 0.000000 5.210000 +AAAAAAAAAAEDAAAA NULL 1 45.5 87.635000 0.000000 51.840000 +AAAAAAAAAAEDAAAA TN 0 45.5 87.635000 0.000000 51.840000 +AAAAAAAAAAGBAAAA NULL 1 29.0 101.940000 0.000000 100.920000 +AAAAAAAAAAGBAAAA TN 0 29.0 101.940000 0.000000 100.920000 +AAAAAAAAAAGCAAAA NULL 1 97.0 65.270000 0.000000 21.530000 +AAAAAAAAAAGCAAAA TN 0 97.0 65.270000 0.000000 21.530000 +AAAAAAAAAAGEAAAA NULL 1 55.0 73.875000 0.000000 71.000000 +AAAAAAAAAAGEAAAA TN 0 55.0 73.875000 0.000000 71.000000 +AAAAAAAAAAHAAAAA NULL 1 20.0 134.300000 0.000000 119.520000 +AAAAAAAAAAHAAAAA TN 0 20.0 134.300000 0.000000 119.520000 +AAAAAAAAAAHBAAAA NULL 1 97.0 7.400000 0.000000 6.730000 +AAAAAAAAAAHBAAAA TN 0 97.0 7.400000 0.000000 6.730000 +AAAAAAAAAAHDAAAA NULL 1 69.0 5.620000 0.000000 0.330000 +AAAAAAAAAAHDAAAA TN 0 69.0 5.620000 0.000000 0.330000 +AAAAAAAAAAIAAAAA NULL 1 87.0 106.980000 0.000000 27.810000 +AAAAAAAAAAIAAAAA TN 0 87.0 106.980000 0.000000 27.810000 +AAAAAAAAAAKBAAAA NULL 1 84.5 66.175000 847.835000 57.380000 +AAAAAAAAAAKBAAAA TN 0 84.5 66.175000 847.835000 57.380000 +AAAAAAAAAALAAAAA NULL 1 6.0 32.280000 0.000000 7.420000 +AAAAAAAAAALAAAAA TN 0 6.0 32.280000 0.000000 7.420000 +AAAAAAAAAALCAAAA NULL 1 98.0 34.310000 55.300000 1.710000 +AAAAAAAAAALCAAAA TN 0 98.0 34.310000 55.300000 1.710000 +AAAAAAAAAALDAAAA NULL 1 59.0 129.470000 713.900000 22.000000 +AAAAAAAAAALDAAAA TN 0 59.0 129.470000 713.900000 22.000000 +AAAAAAAAAANAAAAA NULL 1 74.0 60.875000 0.000000 13.200000 +AAAAAAAAAANAAAAA TN 0 74.0 60.875000 0.000000 13.200000 +AAAAAAAAAANBAAAA NULL 1 96.0 130.790000 1864.510000 129.480000 +AAAAAAAAAANBAAAA TN 0 96.0 130.790000 1864.510000 129.480000 +AAAAAAAAAAOAAAAA NULL 1 85.0 130.340000 0.000000 122.510000 +AAAAAAAAAAOAAAAA TN 0 85.0 130.340000 0.000000 122.510000 +AAAAAAAAAAOCAAAA NULL 1 14.0 64.575000 0.000000 33.975000 +AAAAAAAAAAOCAAAA TN 0 14.0 64.575000 0.000000 33.975000 +AAAAAAAAAAODAAAA NULL 1 84.0 30.500000 0.000000 28.970000 +AAAAAAAAAAODAAAA TN 0 84.0 30.500000 0.000000 28.970000 +AAAAAAAAAAPBAAAA NULL 1 45.0 118.890000 2380.595000 84.715000 +AAAAAAAAAAPBAAAA TN 0 45.0 118.890000 2380.595000 84.715000 +AAAAAAAAABAAAAAA NULL 1 97.0 124.750000 0.000000 74.850000 +AAAAAAAAABAAAAAA TN 0 97.0 124.750000 0.000000 74.850000 +AAAAAAAAABABAAAA NULL 1 31.0 29.980000 17.090000 27.580000 +AAAAAAAAABABAAAA TN 0 31.0 29.980000 17.090000 27.580000 +AAAAAAAAABAEAAAA NULL 1 34.0 17.210000 0.000000 13.420000 +AAAAAAAAABAEAAAA TN 0 34.0 17.210000 0.000000 13.420000 +AAAAAAAAABCBAAAA NULL 1 38.0 131.375000 0.000000 52.320000 +AAAAAAAAABCBAAAA TN 0 38.0 131.375000 0.000000 52.320000 +AAAAAAAAABDAAAAA NULL 1 31.5 68.345000 0.000000 63.275000 +AAAAAAAAABDAAAAA TN 0 31.5 68.345000 0.000000 63.275000 +AAAAAAAAABDBAAAA NULL 1 56.0 103.850000 1624.170000 59.190000 +AAAAAAAAABDBAAAA TN 0 56.0 103.850000 1624.170000 59.190000 +AAAAAAAAABDDAAAA NULL 1 67.33333333333333 119.420000 23.186667 38.720000 +AAAAAAAAABDDAAAA TN 0 67.33333333333333 119.420000 23.186667 38.720000 +AAAAAAAAABDEAAAA NULL 1 61.0 85.950000 2282.360000 44.605000 +AAAAAAAAABDEAAAA TN 0 61.0 85.950000 2282.360000 44.605000 +AAAAAAAAABEDAAAA NULL 1 61.0 85.140000 0.000000 50.230000 +AAAAAAAAABEDAAAA TN 0 61.0 85.140000 0.000000 50.230000 +AAAAAAAAABFBAAAA NULL 1 31.0 23.550000 0.000000 13.650000 +AAAAAAAAABFBAAAA TN 0 31.0 23.550000 0.000000 13.650000 +AAAAAAAAABFCAAAA NULL 1 83.0 15.500000 0.000000 0.000000 +AAAAAAAAABFCAAAA TN 0 83.0 15.500000 0.000000 0.000000 +AAAAAAAAABGAAAAA NULL 1 64.0 35.080000 0.000000 3.150000 +AAAAAAAAABGAAAAA TN 0 64.0 35.080000 0.000000 3.150000 +AAAAAAAAABGBAAAA NULL 1 40.0 25.070000 0.000000 16.040000 +AAAAAAAAABGBAAAA TN 0 40.0 25.070000 0.000000 16.040000 +AAAAAAAAABGEAAAA NULL 1 39.5 56.765000 14.255000 36.005000 +AAAAAAAAABGEAAAA TN 0 39.5 56.765000 14.255000 36.005000 +AAAAAAAAABHAAAAA NULL 1 93.0 74.800000 0.000000 21.690000 +AAAAAAAAABHAAAAA TN 0 93.0 74.800000 0.000000 21.690000 +AAAAAAAAABHCAAAA NULL 1 31.5 79.835000 181.380000 61.935000 +AAAAAAAAABHCAAAA TN 0 31.5 79.835000 181.380000 61.935000 +AAAAAAAAABIBAAAA NULL 1 48.0 170.890000 0.000000 140.120000 +AAAAAAAAABIBAAAA TN 0 48.0 170.890000 0.000000 140.120000 +AAAAAAAAABJAAAAA NULL 1 46.5 82.325000 0.000000 44.985000 +AAAAAAAAABJAAAAA TN 0 46.5 82.325000 0.000000 44.985000 +AAAAAAAAABJBAAAA NULL 1 76.0 12.400000 0.000000 3.960000 +AAAAAAAAABJBAAAA TN 0 76.0 12.400000 0.000000 3.960000 +AAAAAAAAABJDAAAA NULL 1 34.0 118.505000 0.000000 61.205000 +AAAAAAAAABJDAAAA TN 0 34.0 118.505000 0.000000 61.205000 +AAAAAAAAABKAAAAA NULL 1 65.0 8.775000 0.000000 5.180000 +AAAAAAAAABKAAAAA TN 0 65.0 8.775000 0.000000 5.180000 +AAAAAAAAABKCAAAA NULL 1 26.0 51.570000 0.000000 41.250000 +AAAAAAAAABKCAAAA TN 0 26.0 51.570000 0.000000 41.250000 +AAAAAAAAABLBAAAA NULL 1 61.5 149.120000 0.000000 82.540000 +AAAAAAAAABLBAAAA TN 0 61.5 149.120000 0.000000 82.540000 +AAAAAAAAABMAAAAA NULL 1 14.0 109.970000 0.000000 10.990000 +NULL NULL 1 51.05758807588076 75.659586 194.407904 38.256373 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out index 5dcf9af74942..fe00bdb0ef0b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out @@ -36,4 +36,4 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAABOKDAAAA Immediate women sell. Slowly sure measures might ensure in order from a duties. Privately aware damages may compensate so for example previous letters AAAAAAAABAAAAAAA ought 99 81 22 +AAAAAAAABOKDAAAA Immediate women sell. Slowly sure measures might ensure in order from a duties. Privately aware damages may compensate so for example previous letters AAAAAAAABAAAAAAA ought 99 81 22 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out index 865d7badfc42..9df35d46447d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out @@ -17,92 +17,92 @@ LIMIT 100 -- !query schema struct -- !query output -1998 10001002 amalgunivamalg #x 15434.73 -1998 10010002 univamalgamalg #x 20398.90 -1998 1001002 amalgamalg #x 10725.87 -1998 1003001 exportiamalg #x 25408.10 -1998 1004001 edu packamalg #x 17434.09 -1998 2001001 amalgimporto #x 45162.45 -1998 3001001 amalgexporti #x 30280.72 -1998 3001002 amalgexporti #x 27644.68 -1998 3004001 edu packexporti #x 32443.16 -1998 5001001 amalgscholar #x 32515.11 -1998 5003001 exportischolar #x 40600.56 -1998 5003002 exportischolar #x 10250.29 -1998 5004001 edu packscholar #x 15184.40 -1998 6004008 edu packcorp #x 18022.24 -1998 7003009 exportibrand #x 11669.32 -1998 7007010 brandbrand #x 23346.45 -1998 7009008 maxibrand #x 19199.75 -1998 8001009 amalgnameless #x 20792.57 -1999 10001002 amalgunivamalg #x 25166.82 -1999 10010002 univamalgamalg #x 7640.55 -1999 1001002 amalgamalg #x 18476.51 -1999 1003001 exportiamalg #x 28354.52 -1999 1004001 edu packamalg #x 14950.65 -1999 2001001 amalgimporto #x 46294.06 -1999 3001001 amalgexporti #x 13895.01 -1999 3001002 amalgexporti #x 2940.88 -1999 3004001 edu packexporti #x 57285.04 -1999 5001001 amalgscholar #x 11468.36 -1999 5003001 exportischolar #x 20350.80 -1999 5003002 exportischolar #x 17769.35 -1999 5004001 edu packscholar #x 29587.74 -1999 6004008 edu packcorp #x 14524.78 -1999 7003009 exportibrand #x 60081.08 -1999 7007010 brandbrand #x 10103.81 -1999 7009008 maxibrand #x 16413.03 -1999 8001009 amalgnameless #x 7324.50 -2000 10001002 amalgunivamalg #x 19325.34 -2000 10008017 namelessunivamalg #x 17207.60 -2000 1001002 amalgamalg #x 19888.62 -2000 1003001 exportiamalg #x 35841.00 -2000 1004001 edu packamalg #x 15074.32 -2000 2001001 amalgimporto #x 32500.27 -2000 3001001 amalgexporti #x 19261.58 -2000 3001002 amalgexporti #x 32059.56 -2000 3004001 edu packexporti #x 29891.01 -2000 5003001 amalgunivamalg #x 15140.30 -2000 5003002 exportischolar #x 16365.82 -2000 5004001 edu packscholar #x 14744.21 -2000 6004008 edu packcorp #x 13303.65 -2000 7003009 exportibrand #x 11347.80 -2000 7007010 brandbrand #x 12915.75 -2000 7009008 maxibrand #x 15042.42 -2000 8001009 importoexporti #x 10520.76 -2001 10008017 namelessunivamalg #x 25766.09 -2001 1001002 amalgamalg #x 40840.34 -2001 1003001 exportiamalg #x 21192.81 -2001 1004001 exportiexporti #x 27499.42 -2001 2001001 exportischolar #x 15894.57 -2001 3001001 importoscholar #x 7765.96 -2001 3001002 amalgexporti #x 18047.23 -2001 4001001 scholaramalgamalg #x 23917.98 -2001 5003001 amalgunivamalg #x 15883.30 -2001 5003002 exportischolar #x 20410.45 -2001 5004001 edu packunivamalg #x 10452.64 -2001 6004008 edu packcorp #x 20966.17 -2001 6005001 edu packimporto #x 16801.34 -2001 7007010 brandbrand #x 23807.16 -2001 7009008 maxibrand #x 3570.11 -2001 7011010 amalgnameless #x 15174.18 -2001 8001009 importoexporti #x 19273.11 -2001 8004010 edu packnameless #x 8565.95 -2002 10008017 amalgedu pack #x 10334.40 -2002 1001002 amalgamalg #x 57204.62 -2002 10013016 exportiamalgamalg #x 8356.19 -2002 1003001 exportiamalg #x 20535.46 -2002 1004001 exportiexporti #x 13016.75 -2002 2001001 exportischolar #x 4162.39 -2002 3001001 importoscholar #x 21157.23 -2002 3001002 amalgexporti #x 23025.23 -2002 4001001 scholaramalgamalg #x 14984.83 -2002 5001001 amalgscholar #x 3537.49 -2002 5003002 exportischolar #x 5435.81 -2002 5004001 edu packunivamalg #x 15175.94 -2002 6004008 edu packcorp #x 39584.99 -2002 6005001 edu packimporto #x 14774.23 -2002 7007010 brandbrand #x 19387.78 -2002 7009008 maxibrand #x 17673.93 -2002 7011010 amalgnameless #x 12343.97 -2002 8004010 edu packnameless #x 30357.37 +1998 10001002 amalgunivamalg #x 15434.73 +1998 10010002 univamalgamalg #x 20398.90 +1998 1001002 amalgamalg #x 10725.87 +1998 1003001 exportiamalg #x 25408.10 +1998 1004001 edu packamalg #x 17434.09 +1998 2001001 amalgimporto #x 45162.45 +1998 3001001 amalgexporti #x 30280.72 +1998 3001002 amalgexporti #x 27644.68 +1998 3004001 edu packexporti #x 32443.16 +1998 5001001 amalgscholar #x 32515.11 +1998 5003001 exportischolar #x 40600.56 +1998 5003002 exportischolar #x 10250.29 +1998 5004001 edu packscholar #x 15184.40 +1998 6004008 edu packcorp #x 18022.24 +1998 7003009 exportibrand #x 11669.32 +1998 7007010 brandbrand #x 23346.45 +1998 7009008 maxibrand #x 19199.75 +1998 8001009 amalgnameless #x 20792.57 +1999 10001002 amalgunivamalg #x 25166.82 +1999 10010002 univamalgamalg #x 7640.55 +1999 1001002 amalgamalg #x 18476.51 +1999 1003001 exportiamalg #x 28354.52 +1999 1004001 edu packamalg #x 14950.65 +1999 2001001 amalgimporto #x 46294.06 +1999 3001001 amalgexporti #x 13895.01 +1999 3001002 amalgexporti #x 2940.88 +1999 3004001 edu packexporti #x 57285.04 +1999 5001001 amalgscholar #x 11468.36 +1999 5003001 exportischolar #x 20350.80 +1999 5003002 exportischolar #x 17769.35 +1999 5004001 edu packscholar #x 29587.74 +1999 6004008 edu packcorp #x 14524.78 +1999 7003009 exportibrand #x 60081.08 +1999 7007010 brandbrand #x 10103.81 +1999 7009008 maxibrand #x 16413.03 +1999 8001009 amalgnameless #x 7324.50 +2000 10001002 amalgunivamalg #x 19325.34 +2000 10008017 namelessunivamalg #x 17207.60 +2000 1001002 amalgamalg #x 19888.62 +2000 1003001 exportiamalg #x 35841.00 +2000 1004001 edu packamalg #x 15074.32 +2000 2001001 amalgimporto #x 32500.27 +2000 3001001 amalgexporti #x 19261.58 +2000 3001002 amalgexporti #x 32059.56 +2000 3004001 edu packexporti #x 29891.01 +2000 5003001 amalgunivamalg #x 15140.30 +2000 5003002 exportischolar #x 16365.82 +2000 5004001 edu packscholar #x 14744.21 +2000 6004008 edu packcorp #x 13303.65 +2000 7003009 exportibrand #x 11347.80 +2000 7007010 brandbrand #x 12915.75 +2000 7009008 maxibrand #x 15042.42 +2000 8001009 importoexporti #x 10520.76 +2001 10008017 namelessunivamalg #x 25766.09 +2001 1001002 amalgamalg #x 40840.34 +2001 1003001 exportiamalg #x 21192.81 +2001 1004001 exportiexporti #x 27499.42 +2001 2001001 exportischolar #x 15894.57 +2001 3001001 importoscholar #x 7765.96 +2001 3001002 amalgexporti #x 18047.23 +2001 4001001 scholaramalgamalg #x 23917.98 +2001 5003001 amalgunivamalg #x 15883.30 +2001 5003002 exportischolar #x 20410.45 +2001 5004001 edu packunivamalg #x 10452.64 +2001 6004008 edu packcorp #x 20966.17 +2001 6005001 edu packimporto #x 16801.34 +2001 7007010 brandbrand #x 23807.16 +2001 7009008 maxibrand #x 3570.11 +2001 7011010 amalgnameless #x 15174.18 +2001 8001009 importoexporti #x 19273.11 +2001 8004010 edu packnameless #x 8565.95 +2002 10008017 amalgedu pack #x 10334.40 +2002 1001002 amalgamalg #x 57204.62 +2002 10013016 exportiamalgamalg #x 8356.19 +2002 1003001 exportiamalg #x 20535.46 +2002 1004001 exportiexporti #x 13016.75 +2002 2001001 exportischolar #x 4162.39 +2002 3001001 importoscholar #x 21157.23 +2002 3001002 amalgexporti #x 23025.23 +2002 4001001 scholaramalgamalg #x 14984.83 +2002 5001001 amalgscholar #x 3537.49 +2002 5003002 exportischolar #x 5435.81 +2002 5004001 edu packunivamalg #x 15175.94 +2002 6004008 edu packcorp #x 39584.99 +2002 6005001 edu packimporto #x 14774.23 +2002 7007010 brandbrand #x 19387.78 +2002 7009008 maxibrand #x 17673.93 +2002 7011010 amalgnameless #x 12343.97 +2002 8004010 edu packnameless #x 30357.37 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out index 7fd220c25180..1f5dc6e0ef63 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out @@ -39,103 +39,103 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAAAAIBAAA Mr. Eduardo Goodwin Y 24 11 1950 GHANA NULL Eduardo.Goodwin@rolemn2xusv5Ot0.edu 2452312 3838.00 -AAAAAAAAABHAAAAA Sir Robert Thornton Y 24 5 1924 HONG KONG NULL Robert.Thornton@jas.edu 2452431 2434.58 -AAAAAAAAABPNAAAA Mr. Alonzo Huddleston Y 19 4 1957 FAROE ISLANDS NULL Alonzo.Huddleston@g.edu 2452289 2813.00 -AAAAAAAAAFCGBAAA Ms. Pamela Slater Y 2 6 1931 GAMBIA NULL Pamela.Slater@ajU1sMrf5vC7.com 2452613 1746.58 -AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 -AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 1850.70 -AAAAAAAAAFOEBAAA Dr. Trevor Battle N 12 8 1953 THAILAND NULL Trevor.Battle@0F.com 2452643 3556.00 -AAAAAAAAAIKEAAAA Dr. Joseph Miller N 17 12 1930 MONACO NULL Joseph.Miller@Ampmde.edu 2452332 7037.55 -AAAAAAAAAJMABAAA Miss Brenda Sloan Y 23 3 1982 MALAYSIA NULL Brenda.Sloan@csCoX.edu 2452336 1783.19 +AAAAAAAAAAAIBAAA Mr. Eduardo Goodwin Y 24 11 1950 GHANA NULL Eduardo.Goodwin@rolemn2xusv5Ot0.edu 2452312 3838.00 +AAAAAAAAABHAAAAA Sir Robert Thornton Y 24 5 1924 HONG KONG NULL Robert.Thornton@jas.edu 2452431 2434.58 +AAAAAAAAABPNAAAA Mr. Alonzo Huddleston Y 19 4 1957 FAROE ISLANDS NULL Alonzo.Huddleston@g.edu 2452289 2813.00 +AAAAAAAAAFCGBAAA Ms. Pamela Slater Y 2 6 1931 GAMBIA NULL Pamela.Slater@ajU1sMrf5vC7.com 2452613 1746.58 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 1850.70 +AAAAAAAAAFOEBAAA Dr. Trevor Battle N 12 8 1953 THAILAND NULL Trevor.Battle@0F.com 2452643 3556.00 +AAAAAAAAAIKEAAAA Dr. Joseph Miller N 17 12 1930 MONACO NULL Joseph.Miller@Ampmde.edu 2452332 7037.55 +AAAAAAAAAJMABAAA Miss Brenda Sloan Y 23 3 1982 MALAYSIA NULL Brenda.Sloan@csCoX.edu 2452336 1783.19 AAAAAAAAAKDNAAAA NULL NULL NULL NULL NULL 12 NULL NULL NULL NULL 2452544 2448.03 -AAAAAAAAANCLAAAA Mr. Raymond Dixon N 31 12 1977 MONTENEGRO NULL Raymond.Dixon@07IH.edu 2452514 1785.96 -AAAAAAAAANNNAAAA Ms. Cindy Julian Y 4 8 1982 UGANDA NULL Cindy.Julian@ChEB5eyUCBe.org 2452368 2449.04 -AAAAAAAAAPKJAAAA Ms. Elizabeth Pepper Y 28 12 1930 NICARAGUA NULL Elizabeth.Pepper@xlygC22.org 2452645 1764.40 -AAAAAAAABAKCBAAA Miss Denise Brock Y 10 4 1958 JAMAICA NULL Denise.Brock@7ffTBTNaX7is.com 2452435 1618.24 -AAAAAAAABBMDAAAA Dr. Walter Bernard Y 2 10 1948 BELARUS NULL Walter.Bernard@Th.org 2452628 1755.66 -AAAAAAAABIBBBAAA Miss Lorene Mayfield N 17 12 1947 ALBANIA NULL Lorene.Mayfield@ECni6UFkF2.edu 2452450 3157.70 -AAAAAAAABIIDAAAA Mr. Paul Stevenson N 26 2 1953 BARBADOS NULL Paul.Stevenson@tHMZG9.com 2452488 1947.77 -AAAAAAAABMJAAAAA Dr. Marion Mclain N 16 2 1931 ANGUILLA NULL Marion.Mclain@PKik2BMH.com 2452382 3134.46 -AAAAAAAABNFHBAAA Mr. Kristofer Payne N 12 5 1945 SYRIAN ARAB REPUBLIC NULL Kristofer.Payne@nc70sAM.com 2452436 3813.33 -AAAAAAAABOLLAAAA Miss Lisa Way N 11 1 1941 LEBANON NULL Lisa.Way@nnVbE2MvTT.com 2452383 1829.88 -AAAAAAAABPHKAAAA Dr. Gabriela Jerome Y 9 7 1969 IRAQ NULL Gabriela.Jerome@Hay.com 2452567 5360.55 -AAAAAAAACBAFAAAA Dr. Timothy Carroll Y 14 8 1957 UGANDA NULL Timothy.Carroll@pUcgCvxC4nkcM.edu 2452535 1642.80 -AAAAAAAACBPMAAAA Ms. Shana Fulton N 10 2 1955 RWANDA NULL Shana.Fulton@2CAVqR7d.org 2452378 2089.36 -AAAAAAAACCFCBAAA Mr. Mark Pacheco N 9 3 1956 YEMEN NULL Mark.Pacheco@NMMki.edu 2452377 1838.48 -AAAAAAAACCMEAAAA Dr. Adriane Harmon N 1 10 1964 ARGENTINA NULL Adriane.Harmon@X0nMJZPDL.com 2452562 8986.95 -AAAAAAAACCNJAAAA Dr. Elizabeth Gilbreath Y 17 1 1985 KIRIBATI NULL Elizabeth.Gilbreath@4LxlO8fArnEeEavQe.com 2452485 2450.86 -AAAAAAAACDDNAAAA Ms. Holly Kim N 15 6 1941 ICELAND NULL Holly.Kim@OkTfC7tRYgy4.edu 2452580 2719.44 -AAAAAAAACGILAAAA Sir Nolan Mosley N 20 3 1980 KENYA NULL Nolan.Mosley@5E.org 2452317 1865.64 -AAAAAAAACHFHBAAA Mr. Dallas Courtney Y 21 5 1928 CÔTE D'IVOIRE NULL Dallas.Courtney@c7.org 2452496 4394.79 -AAAAAAAACKOFAAAA Dr. Eric Bucher Y 19 9 1979 ALBANIA NULL Eric.Bucher@sxSne.org 2452541 4662.35 -AAAAAAAACMHNAAAA Miss Lisa Dukes Y 4 3 1964 SOLOMON ISLANDS NULL Lisa.Dukes@tuRJRXkQm.com 2452303 10387.84 -AAAAAAAACNGBAAAA Mr. Michael Haley Y 10 5 1933 SWAZILAND NULL Michael.Haley@OfAOvhrm.com 2452359 4187.82 -AAAAAAAACOFAAAAA Ms. Tammy Searcy N 6 5 1989 SURINAME NULL Tammy.Searcy@6ZFFGtIuCqT.com 2452295 5091.84 -AAAAAAAADBBHAAAA Dr. Charles Fernandez N 8 12 1992 CAMBODIA NULL Charles.Fernandez@MVhjrzVNVY.com 2452574 4640.37 -AAAAAAAADFCBBAAA Dr. Micheal Collier N 1 9 1934 HONDURAS NULL Micheal.Collier@NztJvzb.org 2452446 15944.40 -AAAAAAAADIHHAAAA Miss Vikki Garza Y 29 8 1950 NAMIBIA NULL Vikki.Garza@v.edu 2452608 2373.84 -AAAAAAAADJAPAAAA Ms. Angel Dodd Y 22 12 1950 TIMOR-LESTE NULL Angel.Dodd@gQOLRKqU285BfTIT.edu 2452634 2227.83 -AAAAAAAADKEFAAAA Ms. Martha Dillon N 9 12 1971 VANUATU NULL Martha.Dillon@iKkeDtKERbu.org 2452404 1863.40 -AAAAAAAADKIFAAAA Sir Walter Stout Y 18 1 1970 BURUNDI NULL Walter.Stout@Q961tU4iePsOy.org 2452449 2465.55 -AAAAAAAADLHNAAAA Mr. Joseph Mckinney Y 23 3 1940 ARMENIA NULL Joseph.Mckinney@4YYp7B8ccPz.edu 2452595 1820.02 -AAAAAAAADMMDBAAA Mr. Darrell Padgett Y 17 3 1992 HONDURAS NULL Darrell.Padgett@IrqARXX.org 2452554 2052.54 -AAAAAAAADNHPAAAA Mr. John Mathews N 23 2 1925 NICARAGUA NULL John.Mathews@UOtpEd.edu 2452543 7883.40 -AAAAAAAADOCMAAAA Dr. Yvonne Poirier Y 30 1 1950 ESTONIA NULL Yvonne.Poirier@l.org 2452648 4075.55 -AAAAAAAADODBAAAA Mrs. Elizabeth Spalding N 27 11 1947 KAZAKHSTAN NULL Elizabeth.Spalding@ihnjlmxMbs.edu 2452318 10349.68 -AAAAAAAAEBAOAAAA Miss Amy Causey N 21 9 1951 COMOROS NULL Amy.Causey@7EvHzf02opq6QlO.com 2452443 8005.40 -AAAAAAAAEBLEAAAA Mr. Leroy Couture N 7 5 1938 SWITZERLAND NULL Leroy.Couture@vqrL.com 2452595 1683.88 -AAAAAAAAEEADAAAA Mr. Robert Donohue Y 21 8 1938 SWAZILAND NULL Robert.Donohue@U2xz7.org 2452436 11083.80 -AAAAAAAAEHAABAAA Dr. Victoria Morgan Y 31 5 1960 JERSEY NULL Victoria.Morgan@Sk3jzrDZTq.org 2452646 1712.16 -AAAAAAAAEHGOAAAA Miss Jillian Nelson Y 27 7 1978 TURKMENISTAN NULL Jillian.Nelson@ph0qObqh3fbv.com 2452315 4432.69 -AAAAAAAAEHPNAAAA Dr. Rachael King Y 28 11 1927 PANAMA NULL Rachael.King@t8dA2klrEIBiCd.edu 2452438 2251.50 -AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1783.12 -AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1857.63 -AAAAAAAAEIOBBAAA Mr. Gary Davis N 9 6 1992 KYRGYZSTAN NULL Gary.Davis@GTXc2AbKvkM.edu 2452322 1652.70 -AAAAAAAAEJFNAAAA Dr. Chad Baldwin Y 11 11 1937 BULGARIA NULL Chad.Baldwin@cN988.org 2452560 11133.36 -AAAAAAAAEJOPAAAA Dr. Alexandra Henderson N 4 2 1986 MONTENEGRO NULL Alexandra.Henderson@4FCXABbkVkrLK.com 2452376 3426.36 -AAAAAAAAELEBAAAA Mrs. Dianne Ross Y 19 7 1949 ICELAND NULL Dianne.Ross@D4VH75e9n.org 2452429 4018.30 -AAAAAAAAEMDIBAAA Sir Scott Obrien Y 3 8 1926 JERSEY NULL Scott.Obrien@a84VTAJCTB.com 2452504 1456.67 -AAAAAAAAEMIAAAAA Dr. Danny Ness Y 25 10 1955 IRAQ NULL Danny.Ness@CC8vAp.edu 2452487 5569.50 -AAAAAAAAEMNGBAAA Mr. Milton Oakley Y 10 10 1976 FINLAND NULL Milton.Oakley@O4DHXT.com 2452355 1505.16 -AAAAAAAAEMPKAAAA Sir Gilbert Palmer N 23 10 1933 BRUNEI DARUSSALAM NULL Gilbert.Palmer@7UYjIOOIg0.org 2452463 2391.95 -AAAAAAAAENFLAAAA Sir Joseph Gaffney N 22 1 1967 BULGARIA NULL Joseph.Gaffney@nBDj.org 2452608 6135.48 -AAAAAAAAEPELAAAA Dr. Emily Thomas Y 14 3 1981 MOZAMBIQUE NULL Emily.Thomas@qtJnzLvYcK598T.edu 2452617 3239.04 -AAAAAAAAFBLHAAAA Mr. Carter Lombardo N 22 11 1950 MONACO NULL Carter.Lombardo@X.edu 2452582 3965.43 -AAAAAAAAFHODBAAA Ms. Diana Hall N 14 7 1934 LATVIA NULL Diana.Hall@Be.com 2452546 9391.76 -AAAAAAAAFLAJAAAA Mr. John Hardy Y 4 9 1977 ANGUILLA NULL John.Hardy@LnaYnyZ9AYee.edu 2452289 1640.80 -AAAAAAAAFLDFBAAA Mr. Demetrius Hunt N 30 8 1956 ZAMBIA NULL Demetrius.Hunt@J3.com 2452647 3673.60 -AAAAAAAAFMCFBAAA Mrs. Karen Middleton Y 21 10 1934 GUADELOUPE NULL Karen.Middleton@q.com 2452343 1415.70 -AAAAAAAAFMENAAAA Ms. Anne Jernigan Y 14 8 1952 ITALY NULL Anne.Jernigan@BBtNT7SneOEKG.edu 2452612 1735.14 -AAAAAAAAFMLEAAAA Mr. Gavin NULL NULL 21 NULL 1933 BRAZIL NULL Gavin.Maples@AT6ClrGUc79.com NULL 4882.15 -AAAAAAAAFMPMAAAA Sir Jack Thomas Y 12 1 1971 ARMENIA NULL Jack.Thomas@dn0mBXIEu7XPH.com 2452409 2501.94 -AAAAAAAAFNHBBAAA Miss Jennifer Long Y 12 6 1984 VENEZUELA NULL Jennifer.Long@RyRC5oxxCoVPG.com 2452285 4430.88 -AAAAAAAAGAGEAAAA Sir Jeffrey Cleveland N 2 8 1974 GUADELOUPE NULL Jeffrey.Cleveland@ijNnAoDZQajhuz.edu 2452380 4215.15 -AAAAAAAAGCNPAAAA Sir Jack Stewart N 19 12 1926 SAN MARINO NULL Jack.Stewart@G6N710E1oO.edu 2452618 2859.50 -AAAAAAAAGFKEAAAA Dr. NULL Brown NULL NULL 4 1933 ROMANIA NULL NULL NULL 11364.32 -AAAAAAAAGGBIBAAA Dr. Michael Christiansen Y 4 3 1947 ISRAEL NULL Michael.Christiansen@kQmauEb.org 2452583 1726.20 -AAAAAAAAGHHEAAAA Sir Jerry Glover Y 3 6 1942 ANTIGUA AND BARBUDA NULL Jerry.Glover@yCUI3N8C0o7LPvL.edu 2452645 6382.26 -AAAAAAAAGICFAAAA Mr. Charles Sloan Y 8 4 1991 KOREA, REPUBLIC OF NULL Charles.Sloan@gnfGZRA0F.com 2452431 2793.57 -AAAAAAAAGIFHBAAA Sir Joe Jackson N 31 10 1969 FRENCH POLYNESIA NULL Joe.Jackson@eHmBJ4QqjNKJypF.com 2452534 1692.69 -AAAAAAAAGJEGBAAA Dr. Carlos Hampton N 18 11 1947 DOMINICA NULL Carlos.Hampton@nrYQ8MXgIunX6gf.com 2452470 5556.75 -AAAAAAAAGMDJAAAA Dr. Christopher Payne Y 30 12 1958 DJIBOUTI NULL Christopher.Payne@R6POV.org 2452350 1638.72 -AAAAAAAAGOPMAAAA Mrs. Donna West N 2 12 1977 SOLOMON ISLANDS NULL Donna.West@6Q.com 2452645 1623.20 -AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 4377.30 -AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 5013.12 -AAAAAAAAHCJKAAAA Ms. Emma Bailey N 2 10 1935 LATVIA NULL Emma.Bailey@beDlbUDUUcPhilRyy9.edu 2452491 5638.14 -AAAAAAAAHGCHBAAA Dr. Thomas Hull Y 24 2 1931 DENMARK NULL Thomas.Hull@XobY92y.com 2452648 2487.60 -AAAAAAAAHGIFAAAA Sir James Turner N 25 10 1937 JERSEY NULL James.Turner@4RGTbOoV.org 2452293 2757.44 -AAAAAAAAHIIDBAAA Mrs. Andrew Barrett Y 24 5 1992 GUERNSEY NULL Andrew.Barrett@i85phxAtKhZfES.com 2452319 7854.67 -AAAAAAAAHJOBAAAA Mrs. April Wallace N 19 7 1930 FIJI NULL April.Wallace@9iuUi3U0K.edu 2452382 4596.60 -AAAAAAAAHMEFBAAA NULL Joshua Bruno NULL 1 11 NULL NULL NULL Joshua.Bruno@7Ds6hF5nMgOTel9.org 2452303 1806.33 -AAAAAAAAHMNNAAAA Sir Jeffery Thomas Y 8 3 1929 MONTSERRAT NULL Jeffery.Thomas@Ld7t.org 2452598 2441.40 -AAAAAAAAICMGAAAA Miss Edith Robinson Y 11 7 1967 PUERTO RICO NULL Edith.Robinson@zuf2DUz3bhKnEB.org 2452319 7193.61 -AAAAAAAAIGLCBAAA Miss Erika Edmondson Y 1 8 1944 DJIBOUTI NULL Erika.Edmondson@BuAbOSrTiD06f.edu 2452460 2381.83 -AAAAAAAAIJGGBAAA Ms. Carolyn Cardona N 15 9 1936 BULGARIA NULL Carolyn.Cardona@EhKjaAPoU8gf.edu 2452453 7659.19 -AAAAAAAAIMAHBAAA Mrs. Elizabeth Guzman Y 19 9 1950 GREECE NULL Elizabeth.Guzman@4Rq0Cyh9c.edu 2452315 1856.20 -AAAAAAAAIMGFAAAA Dr. Paul Powell Y 28 11 1935 GREECE NULL Paul.Powell@3EgM4I28gtaqb.org 2452320 8416.80 -AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 1552.46 -AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 2639.34 -AAAAAAAAIMPNAAAA Sir Charles Chadwick N 21 1 1936 ALAND ISLANDS NULL Charles.Chadwick@ofbPzGan.org 2452414 4241.44 -AAAAAAAAIPHCAAAA Mr. Robert Parham Y 9 2 1967 ETHIOPIA NULL Robert.Parham@0GnPcZbUE.org 2452519 4317.18 -AAAAAAAAJABDBAAA NULL NULL NULL NULL 9 6 1972 TIMOR-LESTE NULL NULL NULL 2387.28 +AAAAAAAAANCLAAAA Mr. Raymond Dixon N 31 12 1977 MONTENEGRO NULL Raymond.Dixon@07IH.edu 2452514 1785.96 +AAAAAAAAANNNAAAA Ms. Cindy Julian Y 4 8 1982 UGANDA NULL Cindy.Julian@ChEB5eyUCBe.org 2452368 2449.04 +AAAAAAAAAPKJAAAA Ms. Elizabeth Pepper Y 28 12 1930 NICARAGUA NULL Elizabeth.Pepper@xlygC22.org 2452645 1764.40 +AAAAAAAABAKCBAAA Miss Denise Brock Y 10 4 1958 JAMAICA NULL Denise.Brock@7ffTBTNaX7is.com 2452435 1618.24 +AAAAAAAABBMDAAAA Dr. Walter Bernard Y 2 10 1948 BELARUS NULL Walter.Bernard@Th.org 2452628 1755.66 +AAAAAAAABIBBBAAA Miss Lorene Mayfield N 17 12 1947 ALBANIA NULL Lorene.Mayfield@ECni6UFkF2.edu 2452450 3157.70 +AAAAAAAABIIDAAAA Mr. Paul Stevenson N 26 2 1953 BARBADOS NULL Paul.Stevenson@tHMZG9.com 2452488 1947.77 +AAAAAAAABMJAAAAA Dr. Marion Mclain N 16 2 1931 ANGUILLA NULL Marion.Mclain@PKik2BMH.com 2452382 3134.46 +AAAAAAAABNFHBAAA Mr. Kristofer Payne N 12 5 1945 SYRIAN ARAB REPUBLIC NULL Kristofer.Payne@nc70sAM.com 2452436 3813.33 +AAAAAAAABOLLAAAA Miss Lisa Way N 11 1 1941 LEBANON NULL Lisa.Way@nnVbE2MvTT.com 2452383 1829.88 +AAAAAAAABPHKAAAA Dr. Gabriela Jerome Y 9 7 1969 IRAQ NULL Gabriela.Jerome@Hay.com 2452567 5360.55 +AAAAAAAACBAFAAAA Dr. Timothy Carroll Y 14 8 1957 UGANDA NULL Timothy.Carroll@pUcgCvxC4nkcM.edu 2452535 1642.80 +AAAAAAAACBPMAAAA Ms. Shana Fulton N 10 2 1955 RWANDA NULL Shana.Fulton@2CAVqR7d.org 2452378 2089.36 +AAAAAAAACCFCBAAA Mr. Mark Pacheco N 9 3 1956 YEMEN NULL Mark.Pacheco@NMMki.edu 2452377 1838.48 +AAAAAAAACCMEAAAA Dr. Adriane Harmon N 1 10 1964 ARGENTINA NULL Adriane.Harmon@X0nMJZPDL.com 2452562 8986.95 +AAAAAAAACCNJAAAA Dr. Elizabeth Gilbreath Y 17 1 1985 KIRIBATI NULL Elizabeth.Gilbreath@4LxlO8fArnEeEavQe.com 2452485 2450.86 +AAAAAAAACDDNAAAA Ms. Holly Kim N 15 6 1941 ICELAND NULL Holly.Kim@OkTfC7tRYgy4.edu 2452580 2719.44 +AAAAAAAACGILAAAA Sir Nolan Mosley N 20 3 1980 KENYA NULL Nolan.Mosley@5E.org 2452317 1865.64 +AAAAAAAACHFHBAAA Mr. Dallas Courtney Y 21 5 1928 CÔTE D'IVOIRE NULL Dallas.Courtney@c7.org 2452496 4394.79 +AAAAAAAACKOFAAAA Dr. Eric Bucher Y 19 9 1979 ALBANIA NULL Eric.Bucher@sxSne.org 2452541 4662.35 +AAAAAAAACMHNAAAA Miss Lisa Dukes Y 4 3 1964 SOLOMON ISLANDS NULL Lisa.Dukes@tuRJRXkQm.com 2452303 10387.84 +AAAAAAAACNGBAAAA Mr. Michael Haley Y 10 5 1933 SWAZILAND NULL Michael.Haley@OfAOvhrm.com 2452359 4187.82 +AAAAAAAACOFAAAAA Ms. Tammy Searcy N 6 5 1989 SURINAME NULL Tammy.Searcy@6ZFFGtIuCqT.com 2452295 5091.84 +AAAAAAAADBBHAAAA Dr. Charles Fernandez N 8 12 1992 CAMBODIA NULL Charles.Fernandez@MVhjrzVNVY.com 2452574 4640.37 +AAAAAAAADFCBBAAA Dr. Micheal Collier N 1 9 1934 HONDURAS NULL Micheal.Collier@NztJvzb.org 2452446 15944.40 +AAAAAAAADIHHAAAA Miss Vikki Garza Y 29 8 1950 NAMIBIA NULL Vikki.Garza@v.edu 2452608 2373.84 +AAAAAAAADJAPAAAA Ms. Angel Dodd Y 22 12 1950 TIMOR-LESTE NULL Angel.Dodd@gQOLRKqU285BfTIT.edu 2452634 2227.83 +AAAAAAAADKEFAAAA Ms. Martha Dillon N 9 12 1971 VANUATU NULL Martha.Dillon@iKkeDtKERbu.org 2452404 1863.40 +AAAAAAAADKIFAAAA Sir Walter Stout Y 18 1 1970 BURUNDI NULL Walter.Stout@Q961tU4iePsOy.org 2452449 2465.55 +AAAAAAAADLHNAAAA Mr. Joseph Mckinney Y 23 3 1940 ARMENIA NULL Joseph.Mckinney@4YYp7B8ccPz.edu 2452595 1820.02 +AAAAAAAADMMDBAAA Mr. Darrell Padgett Y 17 3 1992 HONDURAS NULL Darrell.Padgett@IrqARXX.org 2452554 2052.54 +AAAAAAAADNHPAAAA Mr. John Mathews N 23 2 1925 NICARAGUA NULL John.Mathews@UOtpEd.edu 2452543 7883.40 +AAAAAAAADOCMAAAA Dr. Yvonne Poirier Y 30 1 1950 ESTONIA NULL Yvonne.Poirier@l.org 2452648 4075.55 +AAAAAAAADODBAAAA Mrs. Elizabeth Spalding N 27 11 1947 KAZAKHSTAN NULL Elizabeth.Spalding@ihnjlmxMbs.edu 2452318 10349.68 +AAAAAAAAEBAOAAAA Miss Amy Causey N 21 9 1951 COMOROS NULL Amy.Causey@7EvHzf02opq6QlO.com 2452443 8005.40 +AAAAAAAAEBLEAAAA Mr. Leroy Couture N 7 5 1938 SWITZERLAND NULL Leroy.Couture@vqrL.com 2452595 1683.88 +AAAAAAAAEEADAAAA Mr. Robert Donohue Y 21 8 1938 SWAZILAND NULL Robert.Donohue@U2xz7.org 2452436 11083.80 +AAAAAAAAEHAABAAA Dr. Victoria Morgan Y 31 5 1960 JERSEY NULL Victoria.Morgan@Sk3jzrDZTq.org 2452646 1712.16 +AAAAAAAAEHGOAAAA Miss Jillian Nelson Y 27 7 1978 TURKMENISTAN NULL Jillian.Nelson@ph0qObqh3fbv.com 2452315 4432.69 +AAAAAAAAEHPNAAAA Dr. Rachael King Y 28 11 1927 PANAMA NULL Rachael.King@t8dA2klrEIBiCd.edu 2452438 2251.50 +AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1783.12 +AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1857.63 +AAAAAAAAEIOBBAAA Mr. Gary Davis N 9 6 1992 KYRGYZSTAN NULL Gary.Davis@GTXc2AbKvkM.edu 2452322 1652.70 +AAAAAAAAEJFNAAAA Dr. Chad Baldwin Y 11 11 1937 BULGARIA NULL Chad.Baldwin@cN988.org 2452560 11133.36 +AAAAAAAAEJOPAAAA Dr. Alexandra Henderson N 4 2 1986 MONTENEGRO NULL Alexandra.Henderson@4FCXABbkVkrLK.com 2452376 3426.36 +AAAAAAAAELEBAAAA Mrs. Dianne Ross Y 19 7 1949 ICELAND NULL Dianne.Ross@D4VH75e9n.org 2452429 4018.30 +AAAAAAAAEMDIBAAA Sir Scott Obrien Y 3 8 1926 JERSEY NULL Scott.Obrien@a84VTAJCTB.com 2452504 1456.67 +AAAAAAAAEMIAAAAA Dr. Danny Ness Y 25 10 1955 IRAQ NULL Danny.Ness@CC8vAp.edu 2452487 5569.50 +AAAAAAAAEMNGBAAA Mr. Milton Oakley Y 10 10 1976 FINLAND NULL Milton.Oakley@O4DHXT.com 2452355 1505.16 +AAAAAAAAEMPKAAAA Sir Gilbert Palmer N 23 10 1933 BRUNEI DARUSSALAM NULL Gilbert.Palmer@7UYjIOOIg0.org 2452463 2391.95 +AAAAAAAAENFLAAAA Sir Joseph Gaffney N 22 1 1967 BULGARIA NULL Joseph.Gaffney@nBDj.org 2452608 6135.48 +AAAAAAAAEPELAAAA Dr. Emily Thomas Y 14 3 1981 MOZAMBIQUE NULL Emily.Thomas@qtJnzLvYcK598T.edu 2452617 3239.04 +AAAAAAAAFBLHAAAA Mr. Carter Lombardo N 22 11 1950 MONACO NULL Carter.Lombardo@X.edu 2452582 3965.43 +AAAAAAAAFHODBAAA Ms. Diana Hall N 14 7 1934 LATVIA NULL Diana.Hall@Be.com 2452546 9391.76 +AAAAAAAAFLAJAAAA Mr. John Hardy Y 4 9 1977 ANGUILLA NULL John.Hardy@LnaYnyZ9AYee.edu 2452289 1640.80 +AAAAAAAAFLDFBAAA Mr. Demetrius Hunt N 30 8 1956 ZAMBIA NULL Demetrius.Hunt@J3.com 2452647 3673.60 +AAAAAAAAFMCFBAAA Mrs. Karen Middleton Y 21 10 1934 GUADELOUPE NULL Karen.Middleton@q.com 2452343 1415.70 +AAAAAAAAFMENAAAA Ms. Anne Jernigan Y 14 8 1952 ITALY NULL Anne.Jernigan@BBtNT7SneOEKG.edu 2452612 1735.14 +AAAAAAAAFMLEAAAA Mr. Gavin NULL NULL 21 NULL 1933 BRAZIL NULL Gavin.Maples@AT6ClrGUc79.com NULL 4882.15 +AAAAAAAAFMPMAAAA Sir Jack Thomas Y 12 1 1971 ARMENIA NULL Jack.Thomas@dn0mBXIEu7XPH.com 2452409 2501.94 +AAAAAAAAFNHBBAAA Miss Jennifer Long Y 12 6 1984 VENEZUELA NULL Jennifer.Long@RyRC5oxxCoVPG.com 2452285 4430.88 +AAAAAAAAGAGEAAAA Sir Jeffrey Cleveland N 2 8 1974 GUADELOUPE NULL Jeffrey.Cleveland@ijNnAoDZQajhuz.edu 2452380 4215.15 +AAAAAAAAGCNPAAAA Sir Jack Stewart N 19 12 1926 SAN MARINO NULL Jack.Stewart@G6N710E1oO.edu 2452618 2859.50 +AAAAAAAAGFKEAAAA Dr. NULL Brown NULL NULL 4 1933 ROMANIA NULL NULL NULL 11364.32 +AAAAAAAAGGBIBAAA Dr. Michael Christiansen Y 4 3 1947 ISRAEL NULL Michael.Christiansen@kQmauEb.org 2452583 1726.20 +AAAAAAAAGHHEAAAA Sir Jerry Glover Y 3 6 1942 ANTIGUA AND BARBUDA NULL Jerry.Glover@yCUI3N8C0o7LPvL.edu 2452645 6382.26 +AAAAAAAAGICFAAAA Mr. Charles Sloan Y 8 4 1991 KOREA, REPUBLIC OF NULL Charles.Sloan@gnfGZRA0F.com 2452431 2793.57 +AAAAAAAAGIFHBAAA Sir Joe Jackson N 31 10 1969 FRENCH POLYNESIA NULL Joe.Jackson@eHmBJ4QqjNKJypF.com 2452534 1692.69 +AAAAAAAAGJEGBAAA Dr. Carlos Hampton N 18 11 1947 DOMINICA NULL Carlos.Hampton@nrYQ8MXgIunX6gf.com 2452470 5556.75 +AAAAAAAAGMDJAAAA Dr. Christopher Payne Y 30 12 1958 DJIBOUTI NULL Christopher.Payne@R6POV.org 2452350 1638.72 +AAAAAAAAGOPMAAAA Mrs. Donna West N 2 12 1977 SOLOMON ISLANDS NULL Donna.West@6Q.com 2452645 1623.20 +AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 4377.30 +AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 5013.12 +AAAAAAAAHCJKAAAA Ms. Emma Bailey N 2 10 1935 LATVIA NULL Emma.Bailey@beDlbUDUUcPhilRyy9.edu 2452491 5638.14 +AAAAAAAAHGCHBAAA Dr. Thomas Hull Y 24 2 1931 DENMARK NULL Thomas.Hull@XobY92y.com 2452648 2487.60 +AAAAAAAAHGIFAAAA Sir James Turner N 25 10 1937 JERSEY NULL James.Turner@4RGTbOoV.org 2452293 2757.44 +AAAAAAAAHIIDBAAA Mrs. Andrew Barrett Y 24 5 1992 GUERNSEY NULL Andrew.Barrett@i85phxAtKhZfES.com 2452319 7854.67 +AAAAAAAAHJOBAAAA Mrs. April Wallace N 19 7 1930 FIJI NULL April.Wallace@9iuUi3U0K.edu 2452382 4596.60 +AAAAAAAAHMEFBAAA NULL Joshua Bruno NULL 1 11 NULL NULL NULL Joshua.Bruno@7Ds6hF5nMgOTel9.org 2452303 1806.33 +AAAAAAAAHMNNAAAA Sir Jeffery Thomas Y 8 3 1929 MONTSERRAT NULL Jeffery.Thomas@Ld7t.org 2452598 2441.40 +AAAAAAAAICMGAAAA Miss Edith Robinson Y 11 7 1967 PUERTO RICO NULL Edith.Robinson@zuf2DUz3bhKnEB.org 2452319 7193.61 +AAAAAAAAIGLCBAAA Miss Erika Edmondson Y 1 8 1944 DJIBOUTI NULL Erika.Edmondson@BuAbOSrTiD06f.edu 2452460 2381.83 +AAAAAAAAIJGGBAAA Ms. Carolyn Cardona N 15 9 1936 BULGARIA NULL Carolyn.Cardona@EhKjaAPoU8gf.edu 2452453 7659.19 +AAAAAAAAIMAHBAAA Mrs. Elizabeth Guzman Y 19 9 1950 GREECE NULL Elizabeth.Guzman@4Rq0Cyh9c.edu 2452315 1856.20 +AAAAAAAAIMGFAAAA Dr. Paul Powell Y 28 11 1935 GREECE NULL Paul.Powell@3EgM4I28gtaqb.org 2452320 8416.80 +AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 1552.46 +AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 2639.34 +AAAAAAAAIMPNAAAA Sir Charles Chadwick N 21 1 1936 ALAND ISLANDS NULL Charles.Chadwick@ofbPzGan.org 2452414 4241.44 +AAAAAAAAIPHCAAAA Mr. Robert Parham Y 9 2 1967 ETHIOPIA NULL Robert.Parham@0GnPcZbUE.org 2452519 4317.18 +AAAAAAAAJABDBAAA NULL NULL NULL NULL 9 6 1972 TIMOR-LESTE NULL NULL NULL 2387.28 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out index eeeefc52b8d1..4384999acf8f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out @@ -64,54 +64,54 @@ ORDER BY ss1.ca_county -- !query schema struct -- !query output -Atchison County 2000 0.80022122255323317000 0.24296409050189942849 11.94456037903146355226 3.16295390051170170763 -Bacon County 2000 1.16882639439524736666 0.39403766524802860090 0.96879954629747597005 0.51074307597909569854 -Bourbon County 2000 1.91311509060926393907 0.98192792964261971464 3.36480235006260707247 1.38012281034904128393 -Boyd County 2000 1.08632395123137284457 0.81150651538925166542 1.16897233718456018406 0.74205710398976401757 -Bradley County 2000 1.48963163619571691601 0.57578486548522805647 1.34438973649360942364 0.99891877138928417661 -Buchanan County 2000 1.19566727137363387847 0.74604885883738339356 3.33290427837514742060 2.23978773438142572525 -Carter County 2000 3.95373858000429962456 1.15103299806721497936 2.11928465969209945784 1.84449113264660250006 -Cass County 2000 2.39871955045681555703 1.19058197978290502997 2.25716916969997271359 0.84780101549115186839 -Corson County 2000 0.56030923342547497714 0.17508101507548449599 4.80740878627220555847 3.22714074515267865690 -Crockett County 2000 1.63710645180620765280 0.36046806152742691417 2.13404230057910706355 1.83245132932599520497 -Culpeper County 2000 0.66175108378675541380 0.61901443941343764310 1.65924813480490638521 1.22416906368605971701 -Edmonson County 2000 0.73244217660594344500 0.29975334157457252215 1.60289705148679454873 1.49124566966590956426 -Ferry County 2000 0.70137257653502215768 0.34101041397923842861 4.00291948296976322273 2.60346424433491811555 -Fillmore County 2000 0.50776892269141097567 0.34992122526149135952 2.44316167851217836017 1.30113584148891856725 -Forest County 2000 0.64474509676311067690 0.34236715380074355949 5.77102736641623072189 1.88107396292615725710 -Gaston County 2000 0.76377358550287164559 0.45549556863686726153 3.95561127950703527358 2.14157208867586400248 -Grant County 2000 0.69333590652908074631 0.62287006574997139298 1.78864440391255808704 1.72219698265008746344 -Green County 2000 0.76366674014323608886 0.32149850381679389313 4.69415179614253064232 4.20703393156246569025 -Harlan County 2000 1.67035452402648727700 1.59011462583916549826 2.47195880035173527035 2.10729423552902100895 -Harris County 2000 2.33756878339064961706 0.33312643409982710927 2.41705787693964913783 1.02579422343889163671 -Heard County 2000 4.10255425797345111941 1.26694736944349772211 3.50022796085130486101 1.12780400281997028726 -Houston County 2000 2.04532581379072173991 1.03898262024544230726 1.96505101107434259024 1.42119328479424659036 -Ingham County 2000 0.57439040456317571111 0.38411364614137043667 1.30651659021888851792 0.99206101318719730275 -Lake County 2000 1.25507734972894098443 0.74592816715512231750 1.51514725864381842572 1.26566157863214393532 -Lamar County 2000 0.74935756785185025726 0.74561686926617447527 4.26903583162332184191 2.02958382186798565684 -Lincoln County 2000 1.01913659071384428173 0.94484496987343286653 2.33595981997358419041 1.77692773583797247242 -Marion County 2000 1.15899867146899535786 0.91651142001299549685 2.44503995542958764571 1.85107281966013413618 -Mercer County 2000 0.73834174125133450643 0.60167821268000052444 3.01245002846535210487 2.72447026833096876671 -Meriwether County 2000 0.36574758846944088321 0.30041718463447056981 2.77227009866799734273 0.78776868963148061476 -Miller County 2000 2.57574486635571802638 1.31827331294324454530 2.19196784625244992680 0.98221811316296353289 -Mitchell County 2000 4.43923300874974085759 1.16133474512593180929 1.39403628066461255296 1.25607445425888971888 -Mora County 2000 1.18326068380690729344 0.63565423603324903385 2.51312040659621924019 0.91856717529667620671 -Nantucket County 2000 1.43789670528374954374 0.72269208618896859355 1.17548815032780566738 0.96230376242629915245 -New Kent County 2000 0.60261619426584361180 0.39906221113515664790 2.86938639567487181076 2.62589483534122492728 -Nicholas County 2000 2.16511619646191995296 2.05627395349407767109 6.02129981251529356489 1.26257658392038084654 -Otero County 2000 2.75465526787611351203 1.24629885719290895616 2.97611082044226499804 2.24583464561823034066 -Oxford County 2000 0.97314297173872373148 0.75724045599001459667 4.01268689882568157677 1.64075103593614289373 -Perry County 2000 1.58078031254531177495 0.76445318524892981780 2.15336994924911466063 1.80241038564110521224 -Prince William County 2000 3.37637294390632576616 0.63078729636059462761 1.70696672591256025796 0.93432375394637831912 -Refugio County 2000 1.81297643260970719702 0.58673180053863495251 1.30198390085676088583 1.26960356663764360133 -Rice County 2000 1.13469845554799428548 0.73301764481377922410 2.37814935529700688682 1.98640182855261776228 -Richmond County 2000 1.57166529010943629981 1.29401499151472667973 2.30959201118034046830 1.77801574004216753435 -Sheridan County 2000 1.38602993112914940937 1.25065703628942682513 1.57593627431305158027 0.53788607762307843012 -Smith County 2000 0.63693574125248122057 0.42788183437540550995 5.74484457179102206628 4.47795842098561613796 -Stark County 2000 7.33821959455125692531 1.41758911718790894451 1.86383952742221993890 1.22736577699011640744 -Steele County 2000 1.37741333938882476057 0.76651250341980977052 1.24797335804696750207 0.93119537471174059736 -Stone County 2000 1.90004219386908689286 0.81192032477816489356 3.69936110579529869550 1.52166194955095355112 -Tooele County 2000 6.59030285094209332150 0.76891048907427463498 1.78863718124696571211 0.34006728939756397967 -Vernon County 2000 0.97445432611778328311 0.91594620425255140696 1.36880362121572107271 1.04171186172364664013 -Williamson County 2000 2.98510216435126620827 0.39141774151209165379 5.80596457866338618084 4.39669909544374083772 -Wright County 2000 5.02933513881997226847 1.97080989390700524628 4.07652891489033681973 1.96647245178231099547 +Atchison County 2000 0.80022122255323317000 0.24296409050189942849 11.94456037903146355226 3.16295390051170170763 +Bacon County 2000 1.16882639439524736666 0.39403766524802860090 0.96879954629747597005 0.51074307597909569854 +Bourbon County 2000 1.91311509060926393907 0.98192792964261971464 3.36480235006260707247 1.38012281034904128393 +Boyd County 2000 1.08632395123137284457 0.81150651538925166542 1.16897233718456018406 0.74205710398976401757 +Bradley County 2000 1.48963163619571691601 0.57578486548522805647 1.34438973649360942364 0.99891877138928417661 +Buchanan County 2000 1.19566727137363387847 0.74604885883738339356 3.33290427837514742060 2.23978773438142572525 +Carter County 2000 3.95373858000429962456 1.15103299806721497936 2.11928465969209945784 1.84449113264660250006 +Cass County 2000 2.39871955045681555703 1.19058197978290502997 2.25716916969997271359 0.84780101549115186839 +Corson County 2000 0.56030923342547497714 0.17508101507548449599 4.80740878627220555847 3.22714074515267865690 +Crockett County 2000 1.63710645180620765280 0.36046806152742691417 2.13404230057910706355 1.83245132932599520497 +Culpeper County 2000 0.66175108378675541380 0.61901443941343764310 1.65924813480490638521 1.22416906368605971701 +Edmonson County 2000 0.73244217660594344500 0.29975334157457252215 1.60289705148679454873 1.49124566966590956426 +Ferry County 2000 0.70137257653502215768 0.34101041397923842861 4.00291948296976322273 2.60346424433491811555 +Fillmore County 2000 0.50776892269141097567 0.34992122526149135952 2.44316167851217836017 1.30113584148891856725 +Forest County 2000 0.64474509676311067690 0.34236715380074355949 5.77102736641623072189 1.88107396292615725710 +Gaston County 2000 0.76377358550287164559 0.45549556863686726153 3.95561127950703527358 2.14157208867586400248 +Grant County 2000 0.69333590652908074631 0.62287006574997139298 1.78864440391255808704 1.72219698265008746344 +Green County 2000 0.76366674014323608886 0.32149850381679389313 4.69415179614253064232 4.20703393156246569025 +Harlan County 2000 1.67035452402648727700 1.59011462583916549826 2.47195880035173527035 2.10729423552902100895 +Harris County 2000 2.33756878339064961706 0.33312643409982710927 2.41705787693964913783 1.02579422343889163671 +Heard County 2000 4.10255425797345111941 1.26694736944349772211 3.50022796085130486101 1.12780400281997028726 +Houston County 2000 2.04532581379072173991 1.03898262024544230726 1.96505101107434259024 1.42119328479424659036 +Ingham County 2000 0.57439040456317571111 0.38411364614137043667 1.30651659021888851792 0.99206101318719730275 +Lake County 2000 1.25507734972894098443 0.74592816715512231750 1.51514725864381842572 1.26566157863214393532 +Lamar County 2000 0.74935756785185025726 0.74561686926617447527 4.26903583162332184191 2.02958382186798565684 +Lincoln County 2000 1.01913659071384428173 0.94484496987343286653 2.33595981997358419041 1.77692773583797247242 +Marion County 2000 1.15899867146899535786 0.91651142001299549685 2.44503995542958764571 1.85107281966013413618 +Mercer County 2000 0.73834174125133450643 0.60167821268000052444 3.01245002846535210487 2.72447026833096876671 +Meriwether County 2000 0.36574758846944088321 0.30041718463447056981 2.77227009866799734273 0.78776868963148061476 +Miller County 2000 2.57574486635571802638 1.31827331294324454530 2.19196784625244992680 0.98221811316296353289 +Mitchell County 2000 4.43923300874974085759 1.16133474512593180929 1.39403628066461255296 1.25607445425888971888 +Mora County 2000 1.18326068380690729344 0.63565423603324903385 2.51312040659621924019 0.91856717529667620671 +Nantucket County 2000 1.43789670528374954374 0.72269208618896859355 1.17548815032780566738 0.96230376242629915245 +New Kent County 2000 0.60261619426584361180 0.39906221113515664790 2.86938639567487181076 2.62589483534122492728 +Nicholas County 2000 2.16511619646191995296 2.05627395349407767109 6.02129981251529356489 1.26257658392038084654 +Otero County 2000 2.75465526787611351203 1.24629885719290895616 2.97611082044226499804 2.24583464561823034066 +Oxford County 2000 0.97314297173872373148 0.75724045599001459667 4.01268689882568157677 1.64075103593614289373 +Perry County 2000 1.58078031254531177495 0.76445318524892981780 2.15336994924911466063 1.80241038564110521224 +Prince William County 2000 3.37637294390632576616 0.63078729636059462761 1.70696672591256025796 0.93432375394637831912 +Refugio County 2000 1.81297643260970719702 0.58673180053863495251 1.30198390085676088583 1.26960356663764360133 +Rice County 2000 1.13469845554799428548 0.73301764481377922410 2.37814935529700688682 1.98640182855261776228 +Richmond County 2000 1.57166529010943629981 1.29401499151472667973 2.30959201118034046830 1.77801574004216753435 +Sheridan County 2000 1.38602993112914940937 1.25065703628942682513 1.57593627431305158027 0.53788607762307843012 +Smith County 2000 0.63693574125248122057 0.42788183437540550995 5.74484457179102206628 4.47795842098561613796 +Stark County 2000 7.33821959455125692531 1.41758911718790894451 1.86383952742221993890 1.22736577699011640744 +Steele County 2000 1.37741333938882476057 0.76651250341980977052 1.24797335804696750207 0.93119537471174059736 +Stone County 2000 1.90004219386908689286 0.81192032477816489356 3.69936110579529869550 1.52166194955095355112 +Tooele County 2000 6.59030285094209332150 0.76891048907427463498 1.78863718124696571211 0.34006728939756397967 +Vernon County 2000 0.97445432611778328311 0.91594620425255140696 1.36880362121572107271 1.04171186172364664013 +Williamson County 2000 2.98510216435126620827 0.39141774151209165379 5.80596457866338618084 4.39669909544374083772 +Wright County 2000 5.02933513881997226847 1.97080989390700524628 4.07652891489033681973 1.96647245178231099547 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out index e9ac0760a40b..67d81ced1000 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out @@ -69,4 +69,103 @@ LIMIT 100 -- !query schema struct -- !query output - +1000 10992.09 +299 12649.43 +358 5955.66 +385 12992.19 +402 10322.05 +423 6878.60 +430 9891.62 +432 8779.74 +445 9913.18 +464 641.96 +472 6060.92 +476 8166.70 +493 11859.91 +529 6476.80 +564 3210.59 +567 9226.08 +590 13381.82 +607 5770.19 +623 12388.39 +651 11129.87 +655 11632.71 +658 10926.50 +668 5666.30 +678 9976.96 +682 1074.64 +692 2773.42 +696 7732.80 +697 959.48 +698 214.34 +704 3574.75 +705 10202.62 +709 7247.76 +710 7783.45 +718 13768.98 +723 12068.58 +733 10653.42 +737 4284.65 +738 2945.77 +741 1195.96 +766 6237.09 +770 3379.72 +772 7196.00 +773 9431.83 +774 5138.38 +780 7973.56 +783 6341.40 +784 7894.58 +789 10376.28 +793 6871.33 +794 6474.90 +795 6859.76 +797 3485.44 +798 5017.15 +799 6360.64 +806 7143.83 +810 12598.51 +811 6887.18 +812 2069.00 +821 3446.02 +824 6198.72 +826 12657.78 +828 8398.05 +832 2684.32 +838 2256.80 +839 8299.55 +842 8879.82 +844 11348.42 +849 5099.82 +853 3850.44 +860 5957.46 +870 12927.40 +872 8722.84 +874 12585.39 +880 7202.52 +887 6998.14 +898 3854.56 +899 2355.04 +910 2291.67 +920 10922.38 +928 6536.81 +929 539.60 +936 10760.28 +937 3968.27 +938 858.22 +939 5122.92 +942 4618.19 +946 6817.54 +947 5138.04 +951 5973.81 +954 11383.41 +961 7098.23 +963 2380.92 +965 11158.41 +966 8715.08 +968 8461.36 +974 3527.17 +977 10067.34 +981 8899.15 +99 11785.13 +990 2370.68 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out index f6f5b4431886..4dc4f181d453 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out @@ -30,103 +30,103 @@ LIMIT 100 -- !query schema struct -- !query output --0.26589148220819283218 NULL camcorders 0 12 --0.27064424572443175872 NULL archery 0 11 --0.27508678304500224336 Home NULL 0 17 --0.28539122306143442168 NULL semi-precious 0 10 --0.34005050656417290867 NULL dresses 0 9 --0.39744598372518447806 Home lighting 0 16 --0.40245262346372099670 Books mystery 0 17 --0.40366859037486696971 Jewelry diamonds 0 17 --0.40542576815272145614 Jewelry custom 0 16 --0.40793159422928459857 Books science 0 16 +-0.26589148220819283218 NULL camcorders 0 12 +-0.27064424572443175872 NULL archery 0 11 +-0.27508678304500224336 Home NULL 0 17 +-0.28539122306143442168 NULL semi-precious 0 10 +-0.34005050656417290867 NULL dresses 0 9 +-0.39744598372518447806 Home lighting 0 16 +-0.40245262346372099670 Books mystery 0 17 +-0.40366859037486696971 Jewelry diamonds 0 17 +-0.40542576815272145614 Jewelry custom 0 16 +-0.40793159422928459857 Books science 0 16 -0.40836402008057582653 NULL NULL 1 11 --0.41124201443701810288 NULL glassware 0 8 --0.41212458162913484759 NULL womens 0 7 --0.41251547672854467533 Jewelry mens watch 0 15 --0.41260353474281855969 Jewelry jewelry boxes 0 14 --0.41310850453072551485 Books reference 0 15 +-0.41124201443701810288 NULL glassware 0 8 +-0.41212458162913484759 NULL womens 0 7 +-0.41251547672854467533 Jewelry mens watch 0 15 +-0.41260353474281855969 Jewelry jewelry boxes 0 14 +-0.41310850453072551485 Books reference 0 15 -0.41495404146284130562 NULL NULL 0 6 --0.41613781444454454986 Home bathroom 0 15 --0.41679680505477792423 Home furniture 0 14 --0.41751153877909731108 Jewelry costume 0 13 --0.41789640560157945271 Electronics memory 0 16 --0.41960622296567551769 Home mattresses 0 13 --0.42115697861057938103 NULL scanners 0 5 --0.42129274488855599877 Home flatware 0 12 --0.42138982555517437187 Books travel 0 14 --0.42207950104662553973 Jewelry earings 0 12 --0.42360559890474258839 Men shirts 0 4 --0.42522226098880617297 Books fiction 0 13 --0.42695086400137496396 Books sports 0 12 --0.42748482637369844882 Electronics cameras 0 15 --0.42776698070726368847 Books history 0 11 --0.42779157418952820742 Electronics televisions 0 14 --0.42839677730714699934 Music NULL 1 10 --0.42883926078775451741 Jewelry NULL 1 9 --0.42933247849990414591 Books cooking 0 10 --0.42956478115982797323 Electronics dvd/vcr players 0 13 --0.42960552582644072429 Home glassware 0 11 --0.42973592140259967603 Jewelry pendants 0 11 --0.43006222255725822329 Electronics disk drives 0 12 --0.43075457486338446118 Jewelry estate 0 10 --0.43153443572803164724 Children school-uniforms 0 5 --0.43278560834074678585 Women NULL 1 8 --0.43281415543162804755 Books NULL 1 7 --0.43340689540104111843 Jewelry rings 0 9 --0.43351068602360130689 Books business 0 9 --0.43393697804808898647 Men NULL 1 6 --0.43452651037695847067 Jewelry loose stones 0 8 +-0.41613781444454454986 Home bathroom 0 15 +-0.41679680505477792423 Home furniture 0 14 +-0.41751153877909731108 Jewelry costume 0 13 +-0.41789640560157945271 Electronics memory 0 16 +-0.41960622296567551769 Home mattresses 0 13 +-0.42115697861057938103 NULL scanners 0 5 +-0.42129274488855599877 Home flatware 0 12 +-0.42138982555517437187 Books travel 0 14 +-0.42207950104662553973 Jewelry earings 0 12 +-0.42360559890474258839 Men shirts 0 4 +-0.42522226098880617297 Books fiction 0 13 +-0.42695086400137496396 Books sports 0 12 +-0.42748482637369844882 Electronics cameras 0 15 +-0.42776698070726368847 Books history 0 11 +-0.42779157418952820742 Electronics televisions 0 14 +-0.42839677730714699934 Music NULL 1 10 +-0.42883926078775451741 Jewelry NULL 1 9 +-0.42933247849990414591 Books cooking 0 10 +-0.42956478115982797323 Electronics dvd/vcr players 0 13 +-0.42960552582644072429 Home glassware 0 11 +-0.42973592140259967603 Jewelry pendants 0 11 +-0.43006222255725822329 Electronics disk drives 0 12 +-0.43075457486338446118 Jewelry estate 0 10 +-0.43153443572803164724 Children school-uniforms 0 5 +-0.43278560834074678585 Women NULL 1 8 +-0.43281415543162804755 Books NULL 1 7 +-0.43340689540104111843 Jewelry rings 0 9 +-0.43351068602360130689 Books business 0 9 +-0.43393697804808898647 Men NULL 1 6 +-0.43452651037695847067 Jewelry loose stones 0 8 -0.43462724506002262370 NULL NULL 2 1 --0.43463136229782141649 Jewelry birdal 0 7 --0.43478698928992011318 Shoes NULL 1 5 --0.43513489629708125698 Sports NULL 1 4 --0.43537480144353351811 Home NULL 1 3 --0.43563339425082642263 Electronics monitors 0 11 --0.43569052857862351541 Jewelry bracelets 0 6 --0.43591436770437870970 Men pants 0 3 --0.43617080023918784688 Books entertainments 0 8 --0.43673314302002928611 Home accent 0 10 --0.43752822100984156811 Jewelry NULL 0 5 --0.43771696562800042599 Books computers 0 7 --0.43790091133376661791 Men accessories 0 2 --0.43895803630934707802 Jewelry semi-precious 0 4 --0.43905844420578105228 Children NULL 1 2 --0.43938912464753373228 Children newborn 0 4 --0.43981106600973008332 Books arts 0 6 --0.44027000033489061489 Home curtains/drapes 0 9 --0.44073645117906210945 Men sports-apparel 0 1 --0.44116627613556820101 Children toddlers 0 3 --0.44195666541862319401 Home decor 0 8 --0.44226642074734303189 Jewelry womens watch 0 3 --0.44243449730184029928 Electronics stereo 0 10 --0.44290016028385165797 Home kids 0 7 --0.44395496111990127625 Children infants 0 2 --0.44442920947055918169 Home paint 0 6 --0.44475849078129724089 Electronics camcorders 0 9 --0.44572554799116219144 Electronics NULL 1 1 --0.44658684174291725928 Electronics karoke 0 8 --0.45000581608953359374 Home bedding 0 5 --0.45059679325892113822 Electronics personal 0 7 --0.45080477272002672886 Home tables 0 4 --0.45242850294146098803 Books home repair 0 5 --0.45292311445740197686 Jewelry gold 0 2 --0.45309723975037373700 Books parenting 0 4 --0.45361415486337503032 Books romance 0 3 --0.45390886610438835872 Home blinds/shades 0 3 --0.45766868256713105910 Electronics automotive 0 6 --0.45812351000722227211 Home rugs 0 2 --0.45820671158324357422 Home wallpaper 0 1 --0.45905963240510827926 Books self-help 0 2 --0.45928545493036909637 Electronics portable 0 5 --0.45964361686942834850 Electronics audio 0 4 --0.46881366722199291834 Electronics musical 0 3 --0.47476243999949568098 Electronics wireless 0 2 --0.48111115518133356447 Electronics scanners 0 1 --0.48202255658119515719 Jewelry consignment 0 1 --0.49313849125801216327 Books NULL 0 1 --0.49701734380944367559 NULL flatware 0 4 --0.51634800723316361608 NULL sports-apparel 0 3 --0.51972874082540593735 Children NULL 0 1 --0.52477558789270398353 NULL pants 0 2 --0.57506229781958116689 NULL swimwear 0 1 +-0.43463136229782141649 Jewelry birdal 0 7 +-0.43478698928992011318 Shoes NULL 1 5 +-0.43513489629708125698 Sports NULL 1 4 +-0.43537480144353351811 Home NULL 1 3 +-0.43563339425082642263 Electronics monitors 0 11 +-0.43569052857862351541 Jewelry bracelets 0 6 +-0.43591436770437870970 Men pants 0 3 +-0.43617080023918784688 Books entertainments 0 8 +-0.43673314302002928611 Home accent 0 10 +-0.43752822100984156811 Jewelry NULL 0 5 +-0.43771696562800042599 Books computers 0 7 +-0.43790091133376661791 Men accessories 0 2 +-0.43895803630934707802 Jewelry semi-precious 0 4 +-0.43905844420578105228 Children NULL 1 2 +-0.43938912464753373228 Children newborn 0 4 +-0.43981106600973008332 Books arts 0 6 +-0.44027000033489061489 Home curtains/drapes 0 9 +-0.44073645117906210945 Men sports-apparel 0 1 +-0.44116627613556820101 Children toddlers 0 3 +-0.44195666541862319401 Home decor 0 8 +-0.44226642074734303189 Jewelry womens watch 0 3 +-0.44243449730184029928 Electronics stereo 0 10 +-0.44290016028385165797 Home kids 0 7 +-0.44395496111990127625 Children infants 0 2 +-0.44442920947055918169 Home paint 0 6 +-0.44475849078129724089 Electronics camcorders 0 9 +-0.44572554799116219144 Electronics NULL 1 1 +-0.44658684174291725928 Electronics karoke 0 8 +-0.45000581608953359374 Home bedding 0 5 +-0.45059679325892113822 Electronics personal 0 7 +-0.45080477272002672886 Home tables 0 4 +-0.45242850294146098803 Books home repair 0 5 +-0.45292311445740197686 Jewelry gold 0 2 +-0.45309723975037373700 Books parenting 0 4 +-0.45361415486337503032 Books romance 0 3 +-0.45390886610438835872 Home blinds/shades 0 3 +-0.45766868256713105910 Electronics automotive 0 6 +-0.45812351000722227211 Home rugs 0 2 +-0.45820671158324357422 Home wallpaper 0 1 +-0.45905963240510827926 Books self-help 0 2 +-0.45928545493036909637 Electronics portable 0 5 +-0.45964361686942834850 Electronics audio 0 4 +-0.46881366722199291834 Electronics musical 0 3 +-0.47476243999949568098 Electronics wireless 0 2 +-0.48111115518133356447 Electronics scanners 0 1 +-0.48202255658119515719 Jewelry consignment 0 1 +-0.49313849125801216327 Books NULL 0 1 +-0.49701734380944367559 NULL flatware 0 4 +-0.51634800723316361608 NULL sports-apparel 0 3 +-0.51972874082540593735 Children NULL 0 1 +-0.52477558789270398353 NULL pants 0 2 +-0.57506229781958116689 NULL swimwear 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out index efd23a6128f4..9abf329d39cb 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out @@ -19,4 +19,4 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAHFMBAAAA Jobs crack at all public countries. Possible, traditional initiatives will make british problems. Fiscal years call extremely just growing pupils. Soon dutch voices 86.11 +AAAAAAAAHFMBAAAA Jobs crack at all public countries. Possible, traditional initiatives will make british problems. Fiscal years call extremely just growing pupils. Soon dutch voices 86.11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out index e2bb67662380..a5baa3b618d1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out @@ -124,11 +124,11 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAABIJBAAAA James White N IRAQ NULL James.White@DI8oHLVIxJer5MMljj.org -AAAAAAAADIIOAAAA David Carroll Y GIBRALTAR NULL David.Carroll@fm.edu -AAAAAAAAIJCIBAAA Thomas Oneal Y BANGLADESH NULL Thomas.Oneal@YhHzOk6o3RiKc1AREv.edu -AAAAAAAAKJBLAAAA Kerry Davis Y AFGHANISTAN NULL Kerry.Davis@i.com -AAAAAAAAMFPFBAAA Jamie Woods Y TAJIKISTAN NULL Jamie.Woods@zjTJlz.edu -AAAAAAAANJAMAAAA Thaddeus Griffin N LITHUANIA NULL NULL -AAAAAAAANJOLAAAA Debra Underwood Y BOTSWANA NULL Debra.Underwood@f3193uX.org -AAAAAAAAPEHEBAAA Edith Molina Y GREENLAND NULL Edith.Molina@q9CS0P.com +AAAAAAAABIJBAAAA James White N IRAQ NULL James.White@DI8oHLVIxJer5MMljj.org +AAAAAAAADIIOAAAA David Carroll Y GIBRALTAR NULL David.Carroll@fm.edu +AAAAAAAAIJCIBAAA Thomas Oneal Y BANGLADESH NULL Thomas.Oneal@YhHzOk6o3RiKc1AREv.edu +AAAAAAAAKJBLAAAA Kerry Davis Y AFGHANISTAN NULL Kerry.Davis@i.com +AAAAAAAAMFPFBAAA Jamie Woods Y TAJIKISTAN NULL Jamie.Woods@zjTJlz.edu +AAAAAAAANJAMAAAA Thaddeus Griffin N LITHUANIA NULL NULL +AAAAAAAANJOLAAAA Debra Underwood Y BOTSWANA NULL Debra.Underwood@f3193uX.org +AAAAAAAAPEHEBAAA Edith Molina Y GREENLAND NULL Edith.Molina@q9CS0P.com diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out index c9dcdaf8f44e..d0dd2e58076e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out @@ -53,7 +53,4 @@ LIMIT 100 -- !query schema struct -- !query output -ableationableought -anticallyeingese -callycallyeingese -oughtationableought + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out index 664c5a39f900..f990de756cee 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out @@ -22,13 +22,13 @@ LIMIT 100 -- !query schema struct -- !query output -2000 1 Women 320132.43 -2000 10 Electronics 281421.74 -2000 2 Men 368718.95 -2000 3 Children 370261.29 -2000 4 Shoes 221242.25 -2000 5 Music 223420.70 -2000 6 Jewelry 167920.91 -2000 7 Home 458017.85 -2000 8 Sports 200806.45 -2000 9 Books 161721.11 +2000 1 Women 320132.43 +2000 10 Electronics 281421.74 +2000 2 Men 368718.95 +2000 3 Children 370261.29 +2000 4 Shoes 221242.25 +2000 5 Music 223420.70 +2000 6 Jewelry 167920.91 +2000 7 Home 458017.85 +2000 8 Sports 200806.45 +2000 9 Books 161721.11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out index 6b590bbb3023..9bc882d8969b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out @@ -37,9 +37,9 @@ LIMIT 100 -- !query schema struct -- !query output -able AAAAAAAACAAAAAAA NULL NULL NULL 443696.30 NULL NULL NULL -ation AAAAAAAAHAAAAAAA NULL NULL NULL 492870.99 NULL NULL NULL -bar AAAAAAAAKAAAAAAA NULL NULL NULL 474630.24 NULL NULL NULL -eing AAAAAAAAIAAAAAAA NULL NULL NULL 454921.28 NULL NULL NULL -ese AAAAAAAAEAAAAAAA NULL NULL NULL 466232.23 NULL NULL NULL -ought AAAAAAAABAAAAAAA NULL NULL NULL 482690.52 NULL NULL NULL +able AAAAAAAACAAAAAAA 517884.59 469230.50 505832.67 443696.30 479716.97 462447.50 503064.60 +ation AAAAAAAAHAAAAAAA 508811.68 474290.02 448808.84 492870.99 498127.64 474355.89 505906.68 +bar AAAAAAAAKAAAAAAA 496021.80 459933.01 479825.96 474630.24 482326.79 478330.87 505252.22 +eing AAAAAAAAIAAAAAAA 498752.97 476119.01 485965.24 454921.28 491953.89 476014.69 484633.67 +ese AAAAAAAAEAAAAAAA 493724.01 499637.85 452314.62 466232.23 481922.38 477933.29 500577.95 +ought AAAAAAAABAAAAAAA 505735.34 471490.23 463248.39 482690.52 485818.98 481816.20 491354.68 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out index 472010043f58..0f45f98a6e1c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out @@ -50,13 +50,13 @@ LIMIT 100 -- !query schema struct -- !query output -1 oughtantiprin st callyeingbarcallyought -10 eingoughtn station barcallyableought -2 barcallyprioughtought bareseationcallyought -3 ableeingantiable barn stcallycally -4 n stesebarn st eingoughtn stn st -5 antioughtationbarought callycallybarantiought -6 callyeseationantiought NULL -7 priableeseableought eseableablepriought -8 ableoughtableeseought ationoughtantianti -9 esebarableeseought callyn stantieseought +1 oughtantiprin st callyeingbarcallyought +10 eingoughtn station barcallyableought +2 barcallyprioughtought bareseationcallyought +3 ableeingantiable barn stcallycally +4 n stesebarn st eingoughtn stn st +5 antioughtationbarought callycallybarantiought +6 callyeseationantiought NULL +7 priableeseableought eseableablepriought +8 ableoughtableeseought ationoughtantianti +9 esebarableeseought callyn stantieseought diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out index 268ca3a9d07a..2b04b474664c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out @@ -25,22 +25,22 @@ LIMIT 100 -- !query schema struct -- !query output -10150 Bunker Hill 20.25 -16098 Five Points 18.05 -28048 Salem 9.81 -29584 Oakdale 41.21 -31289 Lincoln 1.26 -34975 Kingston 56.67 -36971 Wilson 202.63 -38354 Sulphur Springs 25.68 -44975 Kingston 12.62 -62808 Hamilton 85.39 -62812 Shady Grove 48.77 -66557 Arlington 2.68 -68252 Maple Grove 11.37 -69583 Jackson 54.42 -73003 Hillcrest 36.03 -78222 Clinton 85.87 -83683 Plainview 43.82 -84536 Friendship 64.44 -88370 Oak Grove 52.42 +10150 Bunker Hill 20.25 +16098 Five Points 18.05 +28048 Salem 9.81 +29584 Oakdale 41.21 +31289 Lincoln 1.26 +34975 Kingston 56.67 +36971 Wilson 202.63 +38354 Sulphur Springs 25.68 +44975 Kingston 12.62 +62808 Hamilton 85.39 +62812 Shady Grove 48.77 +66557 Arlington 2.68 +68252 Maple Grove 11.37 +69583 Jackson 54.42 +73003 Hillcrest 36.03 +78222 Clinton 85.87 +83683 Plainview 43.82 +84536 Friendship 64.44 +88370 Oak Grove 52.42 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out index 4ab2cf81fa03..65c9575f1f55 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out @@ -36,103 +36,4 @@ LIMIT 100 -- !query schema struct -- !query output -NULL NULL Antioch Belmont 149232 1500.41 -3669.87 -NULL NULL Ashland Philadelphia 155902 2303.72 -9449.87 -NULL NULL Bayview Springdale 162862 529.16 -18595.60 -NULL NULL Belleview Nichols 59976 13402.13 -15556.69 -NULL NULL Blair Hamilton 206536 0.00 -1287.17 -NULL NULL Brownsville Bunker Hill 159429 4557.21 -21733.27 -NULL NULL Brownsville Mechanicsburg 60829 2340.86 -7083.55 -NULL NULL Brunswick Mountain View 123733 2956.13 -17208.64 -NULL NULL Buckingham Siloam 93903 319.04 -8652.20 -NULL NULL Bunker Hill Antioch 199878 0.00 -773.27 -NULL NULL Bunker Hill Greenfield 127182 862.70 -15471.32 -NULL NULL Bunker Hill Hopewell 53497 1896.43 -14367.16 -NULL NULL Cedar Grove Jackson 81259 8.55 -11335.94 -NULL NULL Centerville Bethel 210801 6002.21 -18193.72 -NULL NULL Centerville Mount Olive 66053 2445.21 -8995.89 -NULL NULL Centerville Mount Zion 83650 3896.13 -11148.64 -NULL NULL Centerville Providence 62604 156.21 -13626.64 -NULL NULL Clifton Mount Vernon 95501 3283.17 -13463.75 -NULL NULL Concord Stringtown 97052 2949.46 -762.97 -NULL NULL Cordova Crossroads 85385 38.97 -1522.58 -NULL NULL Crossroads Buena Vista 221999 6605.50 -14108.43 -NULL NULL Crossroads Unionville 58203 1393.55 -11986.88 -NULL NULL Deerfield Riverside 226924 1511.10 -12462.44 -NULL NULL Derby Riverdale 140237 4006.86 -7955.30 -NULL NULL Edgewood Hopewell 167421 3066.70 -20260.27 -NULL NULL Empire Five Forks 43396 1194.37 -7701.69 -NULL NULL Empire Midway 165554 258.33 -16775.39 -NULL NULL Enterprise Highland Park 147688 2213.54 -1680.47 -NULL NULL Enterprise Red Hill 115200 7016.43 -19331.97 -NULL NULL Fairfield Bridgeport 13112 1111.88 -10033.40 -NULL NULL Fairfield Midway 671 438.90 2207.18 -NULL NULL Fairfield Shiloh 149867 2723.49 -7041.50 -NULL NULL Fairfield Springdale 66752 3844.64 -8300.75 -NULL NULL Fairview Florence 90439 7932.81 -18236.19 -NULL NULL Five Forks Lakewood 186991 4960.22 -10929.93 -NULL NULL Five Forks Shady Grove 239479 374.43 -21828.49 -NULL NULL Five Points Union Hill 57715 3618.57 -14013.63 -NULL NULL Florence Edgewood 110370 434.48 -7367.45 -NULL NULL Florence Oak Ridge 45989 164.64 -13462.57 -NULL NULL Florence Spring Hill 104935 40.79 -9961.14 -NULL NULL Forest Hills Argyle 139387 508.08 -3990.97 -NULL NULL Forest Hills Ashland 214771 1585.36 -2846.81 -NULL NULL Forest Hills Riverside 184229 2485.60 -7673.40 -NULL NULL Franklin Floyd 230648 791.64 -8627.59 -NULL NULL Friendship Ashland 11043 382.33 -4808.33 -NULL NULL Georgetown Clifton 123750 189.60 -5249.53 -NULL NULL Georgetown Glendale 27617 787.61 -8592.30 -NULL NULL Georgetown Red Hill 234956 50.90 -12681.22 -NULL NULL Georgetown Summit 120620 1005.21 -3159.14 -NULL NULL Gladstone Hopewell 229820 184.68 -9366.12 -NULL NULL Glendale Four Points 167992 29.32 3058.64 -NULL NULL Glendale Indian Village 203729 3173.01 -5661.90 -NULL NULL Glendale Marion 51036 993.75 -10587.28 -NULL NULL Glendale Mount Pleasant 159389 2415.56 -12041.36 -NULL NULL Glendale West Liberty 5509 694.86 -23013.69 -NULL NULL Glenwood Antioch 86386 413.05 -6649.42 -NULL NULL Glenwood Clinton 4460 1568.11 -17245.05 -NULL NULL Glenwood Clinton 90728 3371.21 -15159.10 -NULL NULL Granite Clinton 211465 8156.94 -18944.88 -NULL NULL Green Acres Avery 191571 383.26 -7422.35 -NULL NULL Greenfield Edgewood 69782 1026.47 -14367.20 -NULL NULL Greenfield Red Oak 214549 1610.58 -1902.29 -NULL NULL Greenfield Riverdale 133538 9390.10 -15802.28 -NULL NULL Greenville Mountain View 103238 4318.13 -4564.09 -NULL NULL Greenville Shiloh 155915 0.00 -9362.72 -NULL NULL Greenwood Bridgeport 228626 994.35 -11510.47 -NULL NULL Greenwood Lakeside 37922 2446.00 -7423.85 -NULL NULL Greenwood Macedonia 133102 0.00 -2193.62 -NULL NULL Hamilton Cedar 112720 201.76 -11031.54 -NULL NULL Hamilton Liberty 121398 536.72 -8979.34 -NULL NULL Hamilton Valley View 161021 222.62 -14659.54 -NULL NULL Hardy Unionville 193341 5110.44 -14494.71 -NULL NULL Harmony Bethel 77060 5652.18 -15038.44 -NULL NULL Highland Park Salem 69302 1868.14 -9374.04 -NULL NULL Hillcrest Valley View 218569 1675.85 1324.33 -NULL NULL Hopewell Centerville 17403 0.00 -6426.77 -NULL NULL Jackson Springdale 72874 32.49 -3297.92 -NULL NULL Jackson Union Hill 114590 6854.05 -10691.19 -NULL NULL Jackson Union Hill 181398 1.53 -2517.92 -NULL NULL Kingston Clinton 169584 14529.68 -33013.98 -NULL NULL Lakeview Richville 165849 0.00 -25580.39 -NULL NULL Lakewood Arlington 113298 5265.99 -6933.54 -NULL NULL Lakewood Bridgeport 169124 1332.90 -11714.51 -NULL NULL Lakewood Spring Hill 144979 4075.69 -7995.34 -NULL NULL Lawrenceville Bunker Hill 237291 9583.05 -5869.08 -NULL NULL Lebanon Pomona 55371 11413.39 -9108.39 -NULL NULL Lewis Red Hill 43196 0.00 -4774.25 -NULL NULL Liberty Spring Hill 95200 703.30 -6668.63 -NULL NULL Lincoln Mount Olive 148878 1735.15 -4123.35 -NULL NULL Lincoln Shiloh 152927 475.43 -9245.75 -NULL NULL Ludlow Shiloh 150308 0.00 2815.96 -NULL NULL Macedonia Summerville 96898 190.19 -5906.64 -NULL NULL Maple Grove Hardy 94091 74.16 -730.04 -NULL NULL Maple Grove Waterloo 225826 3816.54 -8655.39 -NULL NULL Marion White Oak 8347 1737.44 -6934.85 -NULL NULL Midway Jackson 99981 340.00 -4399.74 -NULL NULL Midway Oakwood 11488 671.76 -7713.43 -NULL NULL Milan Woodland 226048 3239.64 -13933.74 -NULL NULL Mount Pleasant Clifton 33934 2089.09 -5930.92 -NULL NULL Mount Pleasant Union 157956 7732.84 -12103.02 + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out index b5cb55f57e2e..61ea73a9d455 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out @@ -67,103 +67,103 @@ LIMIT 100 -- !query schema struct -- !query output -Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 -Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 -Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 -Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 -Children exportiexporti #x ation Unknown 1999 4 5238.357500 2232.03 3221.70 3649.52 -Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 -Children exportiexporti #x bar Unknown 1999 7 5280.662500 2324.79 3003.61 5961.39 -Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 -Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 -Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 -Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 -Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 -Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 -Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 -Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 -Children importoexporti #x eing Unknown 1999 2 4650.438333 1734.45 2341.19 2720.78 -Men amalgimporto #x ation Unknown 1999 2 4909.460833 2116.43 3187.20 3356.64 -Men amalgimporto #x ation Unknown 1999 4 4909.460833 2136.23 3356.64 3046.51 -Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 -Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 -Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 -Men edu packimporto #x ation Unknown 1999 4 5170.369167 2407.58 3086.77 2492.73 -Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 -Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 -Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 -Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 -Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 -Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 -Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 -Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 -Men edu packimporto #x ought Unknown 1999 4 5176.257500 2424.94 4285.78 3286.20 -Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 -Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 -Men importoimporto #x ation Unknown 1999 3 5410.916667 2672.68 3591.65 2988.08 -Men importoimporto #x ation Unknown 1999 5 5410.916667 2677.81 2988.08 2881.34 -Men importoimporto #x eing Unknown 1999 5 5074.076667 2356.88 2833.40 2854.62 -Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 -Men importoimporto #x ese Unknown 1999 4 5492.817500 2784.11 2070.65 3210.74 -Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 -Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 -Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 -Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 -Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 -Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 -Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 -Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 -Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 -Music edu packscholar #x ation Unknown 1999 6 5622.227500 2943.26 3643.42 3847.77 -Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 -Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 -Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 -Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 -Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 -Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 -Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 -Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 -Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 -Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 -Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 -Music exportischolar #x ation Unknown 1999 4 4962.650000 2283.77 3210.01 2539.84 -Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 -Music exportischolar #x bar Unknown 1999 4 5318.146667 2651.96 2989.10 3649.76 -Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 -Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 -Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 -Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 -Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 -Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 -Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 -Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 -Shoes amalgedu pack #x bar Unknown 1999 6 4805.401667 2149.56 2686.70 3098.25 -Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 -Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 -Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 -Shoes edu packedu pack #x ought Unknown 1999 5 4745.295833 2109.27 3203.82 2737.82 -Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 -Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 -Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 -Shoes exportiedu pack #x ation Unknown 1999 7 4873.510833 2256.56 3236.50 6245.37 -Shoes exportiedu pack #x bar Unknown 1999 2 5296.089167 2685.85 4235.44 2410.44 -Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 -Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 -Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 -Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 -Shoes importoedu pack #x able Unknown 1999 7 4700.911667 2100.12 2533.01 5888.57 -Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 -Shoes importoedu pack #x bar Unknown 1999 3 4794.679167 2225.70 2756.97 2413.76 -Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 -Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 -Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 -Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 -Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 -Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 -Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 -Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 -Women edu packamalg #x ation Unknown 1999 2 4507.417500 1951.42 4166.02 2865.38 -Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 -Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 -Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 -Women importoamalg #x bar Unknown 1999 3 4437.210833 1895.27 2678.48 2999.04 +Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 +Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 +Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 +Children exportiexporti #x ation Unknown 1999 4 5238.357500 2232.03 3221.70 3649.52 +Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 +Children exportiexporti #x bar Unknown 1999 7 5280.662500 2324.79 3003.61 5961.39 +Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 +Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 +Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 +Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 +Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 +Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 +Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 +Children importoexporti #x eing Unknown 1999 2 4650.438333 1734.45 2341.19 2720.78 +Men amalgimporto #x ation Unknown 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men amalgimporto #x ation Unknown 1999 4 4909.460833 2136.23 3356.64 3046.51 +Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 +Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 +Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 +Men edu packimporto #x ation Unknown 1999 4 5170.369167 2407.58 3086.77 2492.73 +Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 +Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 +Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 +Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 +Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 +Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 +Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 +Men edu packimporto #x ought Unknown 1999 4 5176.257500 2424.94 4285.78 3286.20 +Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 +Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 +Men importoimporto #x ation Unknown 1999 3 5410.916667 2672.68 3591.65 2988.08 +Men importoimporto #x ation Unknown 1999 5 5410.916667 2677.81 2988.08 2881.34 +Men importoimporto #x eing Unknown 1999 5 5074.076667 2356.88 2833.40 2854.62 +Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 +Men importoimporto #x ese Unknown 1999 4 5492.817500 2784.11 2070.65 3210.74 +Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 +Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 +Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 +Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 +Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 +Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 +Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 +Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 +Music edu packscholar #x ation Unknown 1999 6 5622.227500 2943.26 3643.42 3847.77 +Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 +Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 +Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 +Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 +Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 +Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 +Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 +Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 +Music exportischolar #x ation Unknown 1999 4 4962.650000 2283.77 3210.01 2539.84 +Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 +Music exportischolar #x bar Unknown 1999 4 5318.146667 2651.96 2989.10 3649.76 +Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 +Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 +Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 +Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 +Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 +Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 +Shoes amalgedu pack #x bar Unknown 1999 6 4805.401667 2149.56 2686.70 3098.25 +Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 +Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 +Shoes edu packedu pack #x ought Unknown 1999 5 4745.295833 2109.27 3203.82 2737.82 +Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 +Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 +Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes exportiedu pack #x ation Unknown 1999 7 4873.510833 2256.56 3236.50 6245.37 +Shoes exportiedu pack #x bar Unknown 1999 2 5296.089167 2685.85 4235.44 2410.44 +Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 +Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 +Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 +Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 +Shoes importoedu pack #x able Unknown 1999 7 4700.911667 2100.12 2533.01 5888.57 +Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 +Shoes importoedu pack #x bar Unknown 1999 3 4794.679167 2225.70 2756.97 2413.76 +Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 +Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 +Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 +Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 +Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 +Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 +Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 +Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 +Women edu packamalg #x ation Unknown 1999 2 4507.417500 1951.42 4166.02 2865.38 +Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 +Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 +Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women importoamalg #x bar Unknown 1999 3 4437.210833 1895.27 2678.48 2999.04 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out index 599023c81ab4..f541c284b5e3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out @@ -51,9 +51,9 @@ LIMIT 100 -- !query schema struct120 days :bigint> -- !query output -able 1 255 Sycamore Dr. Suite 410 Midway Williamson County TN 31904 67 48 61 66 98 -ation 1 811 Lee Circle Suite T Midway Williamson County TN 31904 70 51 50 61 109 -bar 1 175 4th Court Suite C Midway Williamson County TN 31904 96 53 55 76 86 -eing 1 226 12th Lane Suite D Fairview Williamson County TN 35709 69 63 62 63 114 -ese 1 27 Lake Ln Suite 260 Midway Williamson County TN 31904 58 57 55 54 106 -ought 1 767 Spring Wy Suite 250 Midway Williamson County TN 31904 81 63 52 58 103 +able 1 255 Sycamore Dr. Suite 410 Midway Williamson County TN 31904 67 48 61 66 98 +ation 1 811 Lee Circle Suite T Midway Williamson County TN 31904 70 51 50 61 109 +bar 1 175 4th Court Suite C Midway Williamson County TN 31904 96 53 55 76 86 +eing 1 226 12th Lane Suite D Fairview Williamson County TN 35709 69 63 62 63 114 +ese 1 27 Lake Ln Suite 260 Midway Williamson County TN 31904 58 57 55 54 106 +ought 1 767 Spring Wy Suite 250 Midway Williamson County TN 31904 81 63 52 58 103 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out index e4bf71f22cb9..08f1973cc719 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out @@ -18,103 +18,103 @@ LIMIT 100 -- !query schema struct -- !query output -2000 10002012 importounivamalg #x 13080.55 -2000 10003016 exportiunivamalg #x 18413.97 -2000 10004004 edu packunivamalg #x 21950.07 -2000 10004005 importounivamalg #x 15258.42 -2000 10004012 edu packunivamalg #x 17608.05 -2000 10009015 maxiunivamalg #x 23576.97 -2000 1001001 amalgamalg #x 31305.49 -2000 10010013 univamalgamalg #x 29071.87 -2000 1001002 amalgamalg #x 32518.42 -2000 10012004 importoamalgamalg #x 13514.95 -2000 10014001 maxibrand #x 23662.09 -2000 10015013 scholaramalgamalg #x 20610.41 -2000 1002001 importoamalg #x 9579.28 -2000 1002001 importounivamalg #x 36393.47 -2000 1002002 importoamalg #x 38952.02 -2000 1003001 exportiamalg #x 85038.62 -2000 1003002 exportiamalg #x 41130.32 -2000 1004001 edu packamalg #x 30464.10 -2000 1004002 edu packamalg #x 21563.27 -2000 2001001 importoimporto #x 21106.22 -2000 2001002 amalgimporto #x 133668.20 -2000 2002001 importoimporto #x 50831.66 -2000 2002002 importoimporto #x 21502.53 -2000 2003001 exportiimporto #x 19074.52 -2000 2003002 exportiimporto #x 39318.67 -2000 2004001 edu packunivamalg #x 17084.17 -2000 2004001 importoexporti #x 17646.57 -2000 2004002 edu packimporto #x 65904.27 -2000 3001001 amalgexporti #x 9373.84 -2000 3001001 maxibrand #x 18290.52 -2000 3001002 amalgexporti #x 25858.35 -2000 3002001 importoexporti #x 21677.43 -2000 3002002 importoexporti #x 79104.47 -2000 3003001 exportiedu pack #x 21959.63 -2000 3003001 exportiexporti #x 67105.01 -2000 3003002 exportiexporti #x 20711.54 -2000 3004001 edu packexporti #x 18504.78 -2000 3004001 edu packscholar #x 11025.47 -2000 3004002 edu packexporti #x 78772.08 -2000 4001001 amalgedu pack #x 11110.78 -2000 4001002 amalgedu pack #x 56283.13 -2000 4002001 importoedu pack #x 31248.26 -2000 4002001 scholarmaxi #x 34103.67 -2000 4003001 exportiedu pack #x 42810.52 -2000 4003001 exportischolar #x 19693.88 -2000 4004001 edu packedu pack #x 25715.17 -2000 4004001 maxinameless #x 23992.40 -2000 4004002 edu packedu pack #x 32114.76 -2000 5001001 brandunivamalg #x 26418.90 -2000 5001001 edu packexporti #x 31507.22 -2000 5001001 exportinameless #x 18493.00 -2000 5001002 amalgscholar #x 42061.33 -2000 5002002 importoscholar #x 54390.12 -2000 5003001 exportischolar #x 27336.64 -2000 5003002 exportischolar #x 17930.96 -2000 5004002 edu packscholar #x 45205.15 -2000 6002004 importocorp #x 12491.48 -2000 6003008 exporticorp #x 11621.79 -2000 6004002 edu packcorp #x 14905.77 -2000 6005001 scholarcorp #x 30955.09 -2000 6005005 edu packnameless #x 31445.28 -2000 6008002 namelesscorp #x 15199.06 -2000 6008005 namelesscorp #x 19067.51 -2000 6010005 univbrand #x 9222.91 -2000 6011008 amalgbrand #x 12236.00 -2000 6012008 importobrand #x 28799.91 -2000 6015006 scholarbrand #x 13421.39 -2000 7001005 amalgbrand #x 50727.31 -2000 7004009 importoimporto #x 17312.88 -2000 7006007 edu packamalg #x 13705.14 -2000 7007004 brandbrand #x 38993.74 -2000 7008004 namelessbrand #x 19128.07 -2000 7008009 namelessbrand #x 13759.65 -2000 7009004 maxibrand #x 29127.01 -2000 7009009 exportibrand #x 25380.68 -2000 7009010 maxibrand #x 11061.00 -2000 7010005 corpunivamalg #x 19821.13 -2000 7010009 univnameless #x 19176.91 -2000 7012001 amalgamalgamalg #x 10846.24 -2000 7012010 importonameless #x 14697.15 -2000 7013007 exportinameless #x 14068.62 -2000 7014001 edu packnameless #x 9596.47 -2000 7016001 corpnameless #x 51331.65 -2000 7016007 corpnameless #x 18103.37 -2000 7016009 univnameless #x 10454.42 -2000 8002009 importonameless #x 17513.05 -2000 8003007 edu packnameless #x 18265.99 -2000 8003010 exportinameless #x 37010.51 -2000 8004003 edu packnameless #x 12480.24 -2000 8005008 scholarnameless #x 11609.84 -2000 8005009 corpnameless #x 28231.03 -2000 8010004 univmaxi #x 9508.89 -2000 8016004 corpmaxi #x 17828.86 -2000 9012003 importounivamalg #x 21075.27 -2000 9012008 importounivamalg #x 19463.65 -2000 9013009 exportiunivamalg #x 14704.96 -2000 9014006 edu packunivamalg #x 16958.88 -2000 9015009 scholarunivamalg #x 49522.53 -2000 9015011 exportiamalg #x 15875.77 -2000 9016003 corpunivamalg #x 12936.25 +2000 10002012 importounivamalg #x 13080.55 +2000 10003016 exportiunivamalg #x 18413.97 +2000 10004004 edu packunivamalg #x 21950.07 +2000 10004005 importounivamalg #x 15258.42 +2000 10004012 edu packunivamalg #x 17608.05 +2000 10009015 maxiunivamalg #x 23576.97 +2000 1001001 amalgamalg #x 31305.49 +2000 10010013 univamalgamalg #x 29071.87 +2000 1001002 amalgamalg #x 32518.42 +2000 10012004 importoamalgamalg #x 13514.95 +2000 10014001 maxibrand #x 23662.09 +2000 10015013 scholaramalgamalg #x 20610.41 +2000 1002001 importoamalg #x 9579.28 +2000 1002001 importounivamalg #x 36393.47 +2000 1002002 importoamalg #x 38952.02 +2000 1003001 exportiamalg #x 85038.62 +2000 1003002 exportiamalg #x 41130.32 +2000 1004001 edu packamalg #x 30464.10 +2000 1004002 edu packamalg #x 21563.27 +2000 2001001 importoimporto #x 21106.22 +2000 2001002 amalgimporto #x 133668.20 +2000 2002001 importoimporto #x 50831.66 +2000 2002002 importoimporto #x 21502.53 +2000 2003001 exportiimporto #x 19074.52 +2000 2003002 exportiimporto #x 39318.67 +2000 2004001 edu packunivamalg #x 17084.17 +2000 2004001 importoexporti #x 17646.57 +2000 2004002 edu packimporto #x 65904.27 +2000 3001001 amalgexporti #x 9373.84 +2000 3001001 maxibrand #x 18290.52 +2000 3001002 amalgexporti #x 25858.35 +2000 3002001 importoexporti #x 21677.43 +2000 3002002 importoexporti #x 79104.47 +2000 3003001 exportiedu pack #x 21959.63 +2000 3003001 exportiexporti #x 67105.01 +2000 3003002 exportiexporti #x 20711.54 +2000 3004001 edu packexporti #x 18504.78 +2000 3004001 edu packscholar #x 11025.47 +2000 3004002 edu packexporti #x 78772.08 +2000 4001001 amalgedu pack #x 11110.78 +2000 4001002 amalgedu pack #x 56283.13 +2000 4002001 importoedu pack #x 31248.26 +2000 4002001 scholarmaxi #x 34103.67 +2000 4003001 exportiedu pack #x 42810.52 +2000 4003001 exportischolar #x 19693.88 +2000 4004001 edu packedu pack #x 25715.17 +2000 4004001 maxinameless #x 23992.40 +2000 4004002 edu packedu pack #x 32114.76 +2000 5001001 brandunivamalg #x 26418.90 +2000 5001001 edu packexporti #x 31507.22 +2000 5001001 exportinameless #x 18493.00 +2000 5001002 amalgscholar #x 42061.33 +2000 5002002 importoscholar #x 54390.12 +2000 5003001 exportischolar #x 27336.64 +2000 5003002 exportischolar #x 17930.96 +2000 5004002 edu packscholar #x 45205.15 +2000 6002004 importocorp #x 12491.48 +2000 6003008 exporticorp #x 11621.79 +2000 6004002 edu packcorp #x 14905.77 +2000 6005001 scholarcorp #x 30955.09 +2000 6005005 edu packnameless #x 31445.28 +2000 6008002 namelesscorp #x 15199.06 +2000 6008005 namelesscorp #x 19067.51 +2000 6010005 univbrand #x 9222.91 +2000 6011008 amalgbrand #x 12236.00 +2000 6012008 importobrand #x 28799.91 +2000 6015006 scholarbrand #x 13421.39 +2000 7001005 amalgbrand #x 50727.31 +2000 7004009 importoimporto #x 17312.88 +2000 7006007 edu packamalg #x 13705.14 +2000 7007004 brandbrand #x 38993.74 +2000 7008004 namelessbrand #x 19128.07 +2000 7008009 namelessbrand #x 13759.65 +2000 7009004 maxibrand #x 29127.01 +2000 7009009 exportibrand #x 25380.68 +2000 7009010 maxibrand #x 11061.00 +2000 7010005 corpunivamalg #x 19821.13 +2000 7010009 univnameless #x 19176.91 +2000 7012001 amalgamalgamalg #x 10846.24 +2000 7012010 importonameless #x 14697.15 +2000 7013007 exportinameless #x 14068.62 +2000 7014001 edu packnameless #x 9596.47 +2000 7016001 corpnameless #x 51331.65 +2000 7016007 corpnameless #x 18103.37 +2000 7016009 univnameless #x 10454.42 +2000 8002009 importonameless #x 17513.05 +2000 8003007 edu packnameless #x 18265.99 +2000 8003010 exportinameless #x 37010.51 +2000 8004003 edu packnameless #x 12480.24 +2000 8005008 scholarnameless #x 11609.84 +2000 8005009 corpnameless #x 28231.03 +2000 8010004 univmaxi #x 9508.89 +2000 8016004 corpmaxi #x 17828.86 +2000 9012003 importounivamalg #x 21075.27 +2000 9012008 importounivamalg #x 19463.65 +2000 9013009 exportiunivamalg #x 14704.96 +2000 9014006 edu packunivamalg #x 16958.88 +2000 9015009 scholarunivamalg #x 49522.53 +2000 9015011 exportiamalg #x 15875.77 +2000 9016003 corpunivamalg #x 12936.25 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out index c7682ce90621..a636298a1fd0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out @@ -34,4 +34,103 @@ LIMIT 100 -- !query schema struct -- !query output - +129 301.69 436.452500 +129 325.26 436.452500 +129 550.47 436.452500 +129 568.39 436.452500 +147 212.53 455.892500 +147 366.10 455.892500 +147 553.92 455.892500 +147 691.02 455.892500 +190 1013.09 451.982500 +190 202.77 451.982500 +190 233.10 451.982500 +190 358.97 451.982500 +208 151.84 410.385000 +208 207.02 410.385000 +208 533.75 410.385000 +208 748.93 410.385000 +221 183.63 416.082500 +221 534.62 416.082500 +221 552.44 416.082500 +235 111.64 441.030000 +235 179.51 441.030000 +235 493.83 441.030000 +235 979.14 441.030000 +247 313.42 427.682500 +247 353.08 427.682500 +247 628.37 427.682500 +271 1071.58 354.330000 +271 179.61 354.330000 +271 79.26 354.330000 +271 86.87 354.330000 +296 188.61 369.125000 +296 265.76 369.125000 +296 655.24 369.125000 +30 165.67 340.635000 +30 247.07 340.635000 +30 627.63 340.635000 +308 200.28 385.982500 +308 214.07 385.982500 +308 489.17 385.982500 +308 640.41 385.982500 +316 158.85 423.035000 +316 36.25 423.035000 +316 697.32 423.035000 +316 799.72 423.035000 +360 143.83 445.415000 +360 293.99 445.415000 +360 928.51 445.415000 +394 264.65 413.405000 +394 272.02 413.405000 +394 674.12 413.405000 +411 364.09 426.892500 +411 519.60 426.892500 +486 178.80 400.530000 +486 455.08 400.530000 +486 468.01 400.530000 +486 500.23 400.530000 +507 505.36 419.465000 +507 644.24 419.465000 +507 76.98 419.465000 +517 194.87 426.287500 +517 313.41 426.287500 +517 482.41 426.287500 +517 714.46 426.287500 +554 191.48 407.975000 +554 346.80 407.975000 +554 660.97 407.975000 +56 110.81 423.097500 +56 371.77 423.097500 +56 500.77 423.097500 +56 709.04 423.097500 +619 158.76 348.640000 +619 210.81 348.640000 +619 464.26 348.640000 +619 560.73 348.640000 +621 232.20 418.115000 +621 624.80 418.115000 +652 228.75 434.752500 +652 314.98 434.752500 +652 365.90 434.752500 +652 829.38 434.752500 +662 199.83 412.135000 +662 300.61 412.135000 +662 460.94 412.135000 +662 687.16 412.135000 +665 283.25 456.087500 +665 357.22 456.087500 +665 691.20 456.087500 +732 106.56 447.065000 +732 300.77 447.065000 +732 498.49 447.065000 +732 882.44 447.065000 +827 320.05 356.590000 +827 666.52 356.590000 +827 82.44 356.590000 +85 325.28 456.280000 +85 350.10 456.280000 +99 1013.10 438.667500 +99 164.24 438.667500 +99 183.75 438.667500 +99 393.58 438.667500 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out index 14ce3575c75f..31d20cf7d780 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out @@ -65,4 +65,4 @@ LIMIT 100 -- !query schema struct -- !query output - +11860 1 593000 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out index 200a3714bbed..82c0afdd8d6f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out @@ -17,103 +17,103 @@ LIMIT 100 -- !query schema struct -- !query output -10004001 edu packunivamalg #x 20237.13 -10005001 scholarunivamalg #x 22468.38 -10006001 corpunivamalg #x 15835.02 -10006017 corpunivamalg #x 14040.95 -1001001 amalgamalg #x 106541.65 -1001002 amalgamalg #x 48363.52 -10011013 amalgamalgamalg #x 8336.80 -10012012 importoamalgamalg #x 14995.50 -10013009 exportiamalgamalg #x 8324.62 -10014016 edu packamalgamalg #x 33635.08 -10015001 scholaramalgamalg #x 18789.40 -10015011 scholaramalgamalg #x 36984.49 -10016003 corpamalgamalg #x 24575.24 -1002001 importoamalg #x 98315.70 -1003001 exportiamalg #x 36391.68 -1003002 exportiamalg #x 12479.78 -1004001 edu packamalg #x 46127.07 -1004002 edu packamalg #x 66973.45 -2001001 amalgimporto #x 128393.59 -2001002 amalgimporto #x 19388.05 -2002001 importoimporto #x 43360.76 -2003001 exportiimporto #x 19467.87 -2003002 exportiimporto #x 10938.52 -2004001 edu packimporto #x 44063.02 -2004002 edu packimporto #x 37031.29 -3001001 amalgexporti #x 34860.20 -3001002 amalgexporti #x 32035.45 -3002001 importoexporti #x 24004.65 -3002002 importoexporti #x 20292.13 -3003001 exportiexporti #x 65256.40 -3003002 exportiexporti #x 23607.27 -3004001 edu packexporti #x 27273.13 -4001001 amalgedu pack #x 75471.82 -4001002 amalgedu pack #x 41578.64 -4002001 importoedu pack #x 52314.09 -4002002 importoedu pack #x 16426.77 -4003001 exportiedu pack #x 58980.05 -4004002 edu packedu pack #x 27176.70 -5001001 amalgscholar #x 114563.05 -5001002 amalgscholar #x 50720.91 -5002001 importoscholar #x 81980.18 -5002002 importoscholar #x 40981.69 -5003001 exportischolar #x 104481.32 -5003002 exportischolar #x 36835.57 -5004001 edu packscholar #x 73945.27 -6001005 amalgcorp #x 9749.25 -6002001 importocorp #x 18495.43 -6002002 importocorp #x 34241.20 -6003006 exporticorp #x 9165.48 -6005001 scholarcorp #x 33315.76 -6005003 scholarcorp #x 6941.66 -6006002 corpcorp #x 22325.52 -6006006 corpcorp #x 8284.80 -6008001 namelesscorp #x 17727.46 -6008008 namelesscorp #x 10056.32 -6009003 maxicorp #x 11124.10 -6009008 maxicorp #x 15232.66 -6011001 amalgbrand #x 26270.95 -6011006 amalgbrand #x 10284.31 -6013005 exportibrand #x 18356.01 -6013007 exportibrand #x 16727.14 -6014001 edu packbrand #x 22383.40 -6014007 edu packbrand #x 24592.55 -6014008 edu packbrand #x 11413.01 -6015001 scholarbrand #x 19136.97 -6015003 scholarbrand #x 11218.72 -6015005 scholarbrand #x 13026.37 -7002004 importobrand #x 18040.61 -7003005 exportibrand #x 30027.76 -7006010 corpbrand #x 15745.12 -7009005 maxibrand #x 35893.23 -7011009 amalgnameless #x 15381.64 -7015003 scholarnameless #x 16482.66 -7015007 scholarnameless #x 11804.43 -8001003 amalgnameless #x 32795.69 -8002010 importonameless #x 16810.57 -8004003 edu packnameless #x 12978.96 -8004009 edu packnameless #x 21775.18 -8005010 scholarnameless #x 28072.90 -8006005 corpnameless #x 19946.01 -8006008 corpnameless #x 20393.22 -8009003 maxinameless #x 21849.29 -8009007 maxinameless #x 18581.52 -8010006 univmaxi #x 19389.31 -8011009 amalgmaxi #x 24766.62 -8012005 importomaxi #x 7777.35 -8013006 exportimaxi #x 7794.40 -8013007 exportimaxi #x 15718.95 -9003003 exportimaxi #x 21996.83 -9004008 edu packmaxi #x 9443.32 -9005002 scholarmaxi #x 5871.46 -9005011 scholarmaxi #x 15426.87 -9008008 namelessmaxi #x 17517.04 -9009002 maximaxi #x 25941.37 -9011003 amalgunivamalg #x 7703.20 -9011008 amalgunivamalg #x 6554.12 -9011009 amalgunivamalg #x 26702.81 -9013009 exportiunivamalg #x 44895.45 -9016003 corpunivamalg #x 13412.20 -9016009 corpunivamalg #x 18671.29 +10004001 edu packunivamalg #x 20237.13 +10005001 scholarunivamalg #x 22468.38 +10006001 corpunivamalg #x 15835.02 +10006017 corpunivamalg #x 14040.95 +1001001 amalgamalg #x 106541.65 +1001002 amalgamalg #x 48363.52 +10011013 amalgamalgamalg #x 8336.80 +10012012 importoamalgamalg #x 14995.50 +10013009 exportiamalgamalg #x 8324.62 +10014016 edu packamalgamalg #x 33635.08 +10015001 scholaramalgamalg #x 18789.40 +10015011 scholaramalgamalg #x 36984.49 +10016003 corpamalgamalg #x 24575.24 +1002001 importoamalg #x 98315.70 +1003001 exportiamalg #x 36391.68 +1003002 exportiamalg #x 12479.78 +1004001 edu packamalg #x 46127.07 +1004002 edu packamalg #x 66973.45 +2001001 amalgimporto #x 128393.59 +2001002 amalgimporto #x 19388.05 +2002001 importoimporto #x 43360.76 +2003001 exportiimporto #x 19467.87 +2003002 exportiimporto #x 10938.52 +2004001 edu packimporto #x 44063.02 +2004002 edu packimporto #x 37031.29 +3001001 amalgexporti #x 34860.20 +3001002 amalgexporti #x 32035.45 +3002001 importoexporti #x 24004.65 +3002002 importoexporti #x 20292.13 +3003001 exportiexporti #x 65256.40 +3003002 exportiexporti #x 23607.27 +3004001 edu packexporti #x 27273.13 +4001001 amalgedu pack #x 75471.82 +4001002 amalgedu pack #x 41578.64 +4002001 importoedu pack #x 52314.09 +4002002 importoedu pack #x 16426.77 +4003001 exportiedu pack #x 58980.05 +4004002 edu packedu pack #x 27176.70 +5001001 amalgscholar #x 114563.05 +5001002 amalgscholar #x 50720.91 +5002001 importoscholar #x 81980.18 +5002002 importoscholar #x 40981.69 +5003001 exportischolar #x 104481.32 +5003002 exportischolar #x 36835.57 +5004001 edu packscholar #x 73945.27 +6001005 amalgcorp #x 9749.25 +6002001 importocorp #x 18495.43 +6002002 importocorp #x 34241.20 +6003006 exporticorp #x 9165.48 +6005001 scholarcorp #x 33315.76 +6005003 scholarcorp #x 6941.66 +6006002 corpcorp #x 22325.52 +6006006 corpcorp #x 8284.80 +6008001 namelesscorp #x 17727.46 +6008008 namelesscorp #x 10056.32 +6009003 maxicorp #x 11124.10 +6009008 maxicorp #x 15232.66 +6011001 amalgbrand #x 26270.95 +6011006 amalgbrand #x 10284.31 +6013005 exportibrand #x 18356.01 +6013007 exportibrand #x 16727.14 +6014001 edu packbrand #x 22383.40 +6014007 edu packbrand #x 24592.55 +6014008 edu packbrand #x 11413.01 +6015001 scholarbrand #x 19136.97 +6015003 scholarbrand #x 11218.72 +6015005 scholarbrand #x 13026.37 +7002004 importobrand #x 18040.61 +7003005 exportibrand #x 30027.76 +7006010 corpbrand #x 15745.12 +7009005 maxibrand #x 35893.23 +7011009 amalgnameless #x 15381.64 +7015003 scholarnameless #x 16482.66 +7015007 scholarnameless #x 11804.43 +8001003 amalgnameless #x 32795.69 +8002010 importonameless #x 16810.57 +8004003 edu packnameless #x 12978.96 +8004009 edu packnameless #x 21775.18 +8005010 scholarnameless #x 28072.90 +8006005 corpnameless #x 19946.01 +8006008 corpnameless #x 20393.22 +8009003 maxinameless #x 21849.29 +8009007 maxinameless #x 18581.52 +8010006 univmaxi #x 19389.31 +8011009 amalgmaxi #x 24766.62 +8012005 importomaxi #x 7777.35 +8013006 exportimaxi #x 7794.40 +8013007 exportimaxi #x 15718.95 +9003003 exportimaxi #x 21996.83 +9004008 edu packmaxi #x 9443.32 +9005002 scholarmaxi #x 5871.46 +9005011 scholarmaxi #x 15426.87 +9008008 namelessmaxi #x 17517.04 +9009002 maximaxi #x 25941.37 +9011003 amalgunivamalg #x 7703.20 +9011008 amalgunivamalg #x 6554.12 +9011009 amalgunivamalg #x 26702.81 +9013009 exportiunivamalg #x 44895.45 +9016003 corpunivamalg #x 13412.20 +9016009 corpunivamalg #x 18671.29 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out index a0061f816351..f4b13a662097 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out @@ -69,4 +69,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAACGCAAAA 562.68 +AAAAAAAAAEGAAAAA 572.32 +AAAAAAAAAEKAAAAA 525.52 +AAAAAAAAAFNBAAAA 460.32 +AAAAAAAAAHCBAAAA 604.38 +AAAAAAAAAKHCAAAA 657.04 +AAAAAAAAALIBAAAA 48.62 +AAAAAAAABLKAAAAA 691.26 +AAAAAAAACAKBAAAA 800.27 +AAAAAAAACCJDAAAA 955.08 +AAAAAAAACCOBAAAA 522.92 +AAAAAAAACCPDAAAA 971.77 +AAAAAAAACENDAAAA 0.00 +AAAAAAAACHLCAAAA 410.56 +AAAAAAAACIBAAAAA 297.76 +AAAAAAAACKAEAAAA 66.30 +AAAAAAAACOLBAAAA 918.96 +AAAAAAAACPDCAAAA 265.33 +AAAAAAAACPIBAAAA 737.64 +AAAAAAAADEIBAAAA 726.72 +AAAAAAAADGDEAAAA 121.74 +AAAAAAAADNJAAAAA 731.92 +AAAAAAAAEADAAAAA 648.20 +AAAAAAAAEDDAAAAA 48.80 +AAAAAAAAEEBEAAAA 626.40 +AAAAAAAAEHOAAAAA 153.54 +AAAAAAAAEIACAAAA 332.80 +AAAAAAAAEJLBAAAA 442.50 +AAAAAAAAEKLBAAAA 572.32 +AAAAAAAAENCBAAAA 109.20 +AAAAAAAAEOIDAAAA 14.02 +AAAAAAAAEPADAAAA 126.08 +AAAAAAAAEPDEAAAA 0.00 +AAAAAAAAEPPBAAAA 759.36 +AAAAAAAAFBGBAAAA 3.52 +AAAAAAAAFFNCAAAA 923.35 +AAAAAAAAFOCEAAAA 105.98 +AAAAAAAAGBEAAAAA 54.53 +AAAAAAAAGDBAAAAA 868.77 +AAAAAAAAGGFAAAAA 235.20 +AAAAAAAAGHBCAAAA 359.90 +AAAAAAAAGHEDAAAA 538.85 +AAAAAAAAGJABAAAA 172.50 +AAAAAAAAGKPDAAAA 773.56 +AAAAAAAAGLIDAAAA 843.75 +AAAAAAAAGMBDAAAA 418.46 +AAAAAAAAGNDDAAAA 645.99 +AAAAAAAAHKJCAAAA 129.84 +AAAAAAAAHOBDAAAA 49.50 +AAAAAAAAIBOCAAAA 777.48 +AAAAAAAAIGBEAAAA 0.00 +AAAAAAAAIGDCAAAA 371.79 +AAAAAAAAIJMCAAAA 422.10 +AAAAAAAAINHAAAAA 127.92 +AAAAAAAAINHBAAAA 7.28 +AAAAAAAAIPODAAAA 240.96 +AAAAAAAAJAJBAAAA 518.30 +AAAAAAAAJHGDAAAA 631.81 +AAAAAAAAKBCAAAAA 775.30 +AAAAAAAAKBHCAAAA 730.20 +AAAAAAAAKDGDAAAA 479.88 +AAAAAAAAKFKBAAAA 780.41 +AAAAAAAAKFNDAAAA 617.96 +AAAAAAAAKHMCAAAA 105.44 +AAAAAAAAKHOAAAAA 72.72 +AAAAAAAAKIKBAAAA 236.95 +AAAAAAAAKJBDAAAA 527.15 +AAAAAAAAKKNCAAAA 494.48 +AAAAAAAAKMBCAAAA 628.95 +AAAAAAAAKMPAAAAA 283.53 +AAAAAAAAKNCEAAAA 998.60 +AAAAAAAAKPKCAAAA 651.42 +AAAAAAAALFADAAAA 606.67 +AAAAAAAALNHDAAAA 761.60 +AAAAAAAAMBGAAAAA 8.52 +AAAAAAAAMFMDAAAA 351.12 +AAAAAAAAMGCCAAAA 51.84 +AAAAAAAAMIOBAAAA 238.92 +AAAAAAAAMKAEAAAA 691.02 +AAAAAAAAMKCEAAAA 268.37 +AAAAAAAAMMCAAAAA 959.76 +AAAAAAAANDHCAAAA 460.07 +AAAAAAAANEFAAAAA NULL +AAAAAAAANFPBAAAA 74.48 +AAAAAAAANGIBAAAA 111.00 +AAAAAAAAOCCBAAAA 200.93 +AAAAAAAAOEIDAAAA 660.24 +AAAAAAAAOEKAAAAA 619.39 +AAAAAAAAOFMBAAAA 83.22 +AAAAAAAAOFNDAAAA 806.19 +AAAAAAAAOFPBAAAA 737.28 +AAAAAAAAOGEEAAAA 339.65 +AAAAAAAAOGFDAAAA 887.30 +AAAAAAAAOHICAAAA NULL +AAAAAAAAOHKDAAAA 136.36 +AAAAAAAAOJBEAAAA 777.84 +AAAAAAAAOLFBAAAA 132.16 +AAAAAAAAOMLDAAAA 631.89 +AAAAAAAAPJCCAAAA 783.00 +AAAAAAAAPLEBAAAA 135.34 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out index 0f1e632cb5c7..d88463a15513 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out @@ -60,103 +60,103 @@ LIMIT 100 -- !query schema struct -- !query output -Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 -Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 -Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 -Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 -Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 -Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 -Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 -Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 -Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 -Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 -Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 -Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 -Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 -Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 -Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 -Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 -Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 -Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 -Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 -Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 -Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 -Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 -Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 -Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 -Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 -Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 -Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 -Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 -Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 -Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 -Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 -Men edu packimporto #x NY Metro 1999 4 7659.241667 3227.88 4759.01 4664.83 -Men edu packimporto #x NY Metro 1999 7 7659.241667 3327.90 4566.86 11656.06 -Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 -Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 -Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 -Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 -Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 -Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 -Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 -Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 -Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 -Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 -Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 -Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 -Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 -Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 -Men importoimporto #x North Midwest 1999 5 7640.491667 3327.30 3534.12 5530.63 -Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 -Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 -Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 -Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 -Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 -Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 -Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 -Music edu packscholar #x Mid Atlantic 1999 1 8223.719167 3965.88 14493.32 4943.68 -Music edu packscholar #x Mid Atlantic 1999 4 8223.719167 4091.54 5753.94 4797.32 -Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 -Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 -Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 -Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 -Music edu packscholar #x NY Metro 1999 7 7966.579167 3944.74 5030.35 10791.61 -Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 -Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 -Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 -Music edu packscholar #x North Midwest 1999 5 8078.690000 4148.83 5184.39 5483.81 -Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 -Music exportischolar #x Mid Atlantic 1999 2 7243.994167 3430.04 3662.97 3617.09 -Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 -Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 -Music exportischolar #x NY Metro 1999 1 7047.803333 3237.56 15805.49 4308.87 -Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 -Music exportischolar #x NY Metro 1999 4 7047.803333 3265.21 2832.46 3885.17 -Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 -Music exportischolar #x North Midwest 1999 2 7593.929167 3821.24 4748.20 4271.45 -Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 -Shoes amalgedu pack #x Mid Atlantic 1999 3 6642.085833 2928.82 3648.57 3892.32 -Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 -Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 -Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 -Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 -Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 -Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 -Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 -Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 -Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 -Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 -Shoes importoedu pack #x Mid Atlantic 1999 4 6959.934167 3271.07 2951.09 4231.88 -Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 -Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 -Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 -Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 -Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 -Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 -Women edu packamalg #x NY Metro 1999 4 6608.485833 2976.95 3489.35 3812.22 -Women exportiamalg #x Mid Atlantic 1999 2 6013.088333 2536.08 3406.41 3718.65 -Women exportiamalg #x NY Metro 1999 4 6031.042500 2588.60 3554.29 3915.46 -Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 -Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 -Women importoamalg #x NY Metro 1999 4 6352.682500 2928.62 3718.55 3387.14 +Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 +Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 +Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 +Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 +Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 +Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 +Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 +Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 +Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 +Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 +Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 +Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 +Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 +Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 +Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 +Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 +Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 +Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 +Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 +Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 +Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 +Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 +Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 +Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 +Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 +Men edu packimporto #x NY Metro 1999 4 7659.241667 3227.88 4759.01 4664.83 +Men edu packimporto #x NY Metro 1999 7 7659.241667 3327.90 4566.86 11656.06 +Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 +Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 +Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 +Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 +Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 +Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 +Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 +Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 +Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 +Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 +Men importoimporto #x North Midwest 1999 5 7640.491667 3327.30 3534.12 5530.63 +Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 +Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 +Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 +Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 +Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 +Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 +Music edu packscholar #x Mid Atlantic 1999 1 8223.719167 3965.88 14493.32 4943.68 +Music edu packscholar #x Mid Atlantic 1999 4 8223.719167 4091.54 5753.94 4797.32 +Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 +Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 +Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 +Music edu packscholar #x NY Metro 1999 7 7966.579167 3944.74 5030.35 10791.61 +Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 +Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 +Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music edu packscholar #x North Midwest 1999 5 8078.690000 4148.83 5184.39 5483.81 +Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 +Music exportischolar #x Mid Atlantic 1999 2 7243.994167 3430.04 3662.97 3617.09 +Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 +Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 +Music exportischolar #x NY Metro 1999 1 7047.803333 3237.56 15805.49 4308.87 +Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 +Music exportischolar #x NY Metro 1999 4 7047.803333 3265.21 2832.46 3885.17 +Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 +Music exportischolar #x North Midwest 1999 2 7593.929167 3821.24 4748.20 4271.45 +Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 +Shoes amalgedu pack #x Mid Atlantic 1999 3 6642.085833 2928.82 3648.57 3892.32 +Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 +Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 +Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 +Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 +Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 +Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 +Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 +Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 +Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 +Shoes importoedu pack #x Mid Atlantic 1999 4 6959.934167 3271.07 2951.09 4231.88 +Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 +Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 +Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 +Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 +Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 +Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 +Women edu packamalg #x NY Metro 1999 4 6608.485833 2976.95 3489.35 3812.22 +Women exportiamalg #x Mid Atlantic 1999 2 6013.088333 2536.08 3406.41 3718.65 +Women exportiamalg #x NY Metro 1999 4 6031.042500 2588.60 3554.29 3915.46 +Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 +Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 +Women importoamalg #x NY Metro 1999 4 6352.682500 2928.62 3718.55 3387.14 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out index a5e1eb98f6bd..17448fd28639 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out @@ -79,103 +79,103 @@ LIMIT 100 -- !query schema struct -- !query output -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5271 NULL NULL NULL 0.48042359796009775186 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5272 NULL NULL NULL 0.98738612326077246564 NULL NULL NULL -able AAAAAAAACAAAAAAA 5273 NULL NULL NULL 0.63246293381445168550 NULL NULL NULL -able AAAAAAAACAAAAAAA 5273 NULL NULL NULL 0.63246293381445168550 NULL NULL NULL +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5273 1.19728505080764215903 1.02715075434757572268 0.47495191280188074375 0.63246293381445168550 0.70891506186318804209 1.49232889938186165619 0.57400582745244495806 +able AAAAAAAACAAAAAAA 5273 1.19728505080764215903 1.02715075434757572268 0.47495191280188074375 0.63246293381445168550 0.70891506186318804209 1.49232889938186165619 0.57400582745244495806 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out index 13454539d9b7..ac47e641ea95 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out @@ -66,4 +66,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAABBAAAA 6287.84 +AAAAAAAAAABEAAAA 1297.26 +AAAAAAAAAADCAAAA 8936.88 +AAAAAAAAAADEAAAA 20945.84 +AAAAAAAAAAHAAAAA 7227.38 +AAAAAAAAAANDAAAA 17117.56 +AAAAAAAAAAOCAAAA 4287.89 +AAAAAAAAABADAAAA 499.72 +AAAAAAAAABBCAAAA 22704.66 +AAAAAAAAABCEAAAA 22499.76 +AAAAAAAAABDEAAAA 5527.74 +AAAAAAAAABFBAAAA 4953.67 +AAAAAAAAABFEAAAA 12523.22 +AAAAAAAAABHCAAAA 20093.49 +AAAAAAAAABIBAAAA 382.30 +AAAAAAAAABICAAAA 1271.62 +AAAAAAAAABKCAAAA 7355.85 +AAAAAAAAABLBAAAA 786.05 +AAAAAAAAABNAAAAA 8385.94 +AAAAAAAAACACAAAA 11564.85 +AAAAAAAAACBEAAAA 13046.23 +AAAAAAAAACCDAAAA 14533.50 +AAAAAAAAACDCAAAA 820.49 +AAAAAAAAACLBAAAA 6761.17 +AAAAAAAAACNCAAAA 19023.15 +AAAAAAAAACODAAAA 7322.65 +AAAAAAAAADACAAAA 4696.41 +AAAAAAAAADBAAAAA 988.80 +AAAAAAAAADDCAAAA 5661.21 +AAAAAAAAADDEAAAA 1846.56 +AAAAAAAAADEEAAAA 15327.48 +AAAAAAAAADGEAAAA 4511.21 +AAAAAAAAADHDAAAA 27866.80 +AAAAAAAAADICAAAA 15624.49 +AAAAAAAAADLCAAAA 399.00 +AAAAAAAAADNDAAAA 6403.89 +AAAAAAAAADPCAAAA 4246.28 +AAAAAAAAAEBAAAAA 1946.34 +AAAAAAAAAEBCAAAA 2021.69 +AAAAAAAAAEBDAAAA 6664.64 +AAAAAAAAAECCAAAA 11363.72 +AAAAAAAAAECEAAAA 10198.96 +AAAAAAAAAEFCAAAA 62.04 +AAAAAAAAAEGDAAAA 9547.35 +AAAAAAAAAEIBAAAA 3804.21 +AAAAAAAAAEICAAAA 7097.51 +AAAAAAAAAEKCAAAA 20954.40 +AAAAAAAAAEPDAAAA 2162.31 +AAAAAAAAAFBEAAAA 10916.01 +AAAAAAAAAFCDAAAA 14657.18 +AAAAAAAAAFDCAAAA 794.73 +AAAAAAAAAFFAAAAA 9979.09 +AAAAAAAAAFHCAAAA 2060.61 +AAAAAAAAAFIAAAAA 705.60 +AAAAAAAAAFJCAAAA 13594.18 +AAAAAAAAAFMDAAAA 2354.86 +AAAAAAAAAFNBAAAA 17475.06 +AAAAAAAAAGBBAAAA 2052.41 +AAAAAAAAAGCCAAAA 8040.70 +AAAAAAAAAGCDAAAA 16455.28 +AAAAAAAAAGDCAAAA 2495.73 +AAAAAAAAAGDEAAAA 6750.35 +AAAAAAAAAGFAAAAA 5985.82 +AAAAAAAAAGHAAAAA 17532.15 +AAAAAAAAAGHDAAAA 1220.67 +AAAAAAAAAGJCAAAA 7564.93 +AAAAAAAAAGKAAAAA 14082.90 +AAAAAAAAAGKDAAAA 1891.00 +AAAAAAAAAGNBAAAA 7856.78 +AAAAAAAAAGOCAAAA 14920.31 +AAAAAAAAAGPCAAAA 7986.28 +AAAAAAAAAHCBAAAA 15074.94 +AAAAAAAAAHECAAAA 11667.69 +AAAAAAAAAHHDAAAA 2491.48 +AAAAAAAAAHJDAAAA 4056.95 +AAAAAAAAAHMAAAAA 15866.43 +AAAAAAAAAHNDAAAA 7289.53 +AAAAAAAAAIACAAAA 2603.30 +AAAAAAAAAIBCAAAA 9.09 +AAAAAAAAAIBEAAAA 6979.53 +AAAAAAAAAIDAAAAA 32.70 +AAAAAAAAAIDCAAAA 15307.29 +AAAAAAAAAIIAAAAA 11268.14 +AAAAAAAAAIIDAAAA 6837.36 +AAAAAAAAAIJCAAAA 28318.16 +AAAAAAAAAIMAAAAA 4013.06 +AAAAAAAAAINBAAAA 7691.92 +AAAAAAAAAINCAAAA 13190.42 +AAAAAAAAAIODAAAA 17489.85 +AAAAAAAAAIPDAAAA 6096.92 +AAAAAAAAAJAEAAAA 30169.62 +AAAAAAAAAJCCAAAA 17608.54 +AAAAAAAAAJGBAAAA 14.10 +AAAAAAAAAJJCAAAA 2763.55 +AAAAAAAAAJMBAAAA 1013.43 +AAAAAAAAAJMCAAAA 12220.00 +AAAAAAAAAJNBAAAA 8076.70 +AAAAAAAAAJODAAAA 5113.02 +AAAAAAAAAKBAAAAA 2413.44 +AAAAAAAAAKDAAAAA 15712.05 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out index e66379ffd66e..741cb1d56cd8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out @@ -37,4 +37,4 @@ LIMIT 100 -- !query schema struct -- !query output -NULL NULL NULL +2894229.70 5493575.41 52.6838986269599601250 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out index 72b3882487cc..65f2c65fe9e1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out @@ -39,103 +39,103 @@ LIMIT 100 -- !query schema struct120 days :bigint> -- !query output -Bad cards must make. EXPRESS site_0 251 248 268 277 0 -Bad cards must make. EXPRESS site_1 262 304 290 267 0 -Bad cards must make. EXPRESS site_2 287 290 293 286 0 -Bad cards must make. EXPRESS site_3 283 260 267 290 0 -Bad cards must make. EXPRESS site_4 281 310 309 321 0 -Bad cards must make. LIBRARY site_0 254 265 226 231 0 -Bad cards must make. LIBRARY site_1 198 231 211 201 0 -Bad cards must make. LIBRARY site_2 181 172 190 176 0 -Bad cards must make. LIBRARY site_3 196 214 173 226 0 -Bad cards must make. LIBRARY site_4 241 241 247 236 0 -Bad cards must make. NEXT DAY site_0 259 255 279 260 0 -Bad cards must make. NEXT DAY site_1 287 334 295 300 0 -Bad cards must make. NEXT DAY site_2 269 309 306 272 0 -Bad cards must make. NEXT DAY site_3 281 322 308 277 0 -Bad cards must make. NEXT DAY site_4 273 295 275 281 0 -Bad cards must make. OVERNIGHT site_0 221 216 201 213 0 -Bad cards must make. OVERNIGHT site_1 250 228 257 235 0 -Bad cards must make. OVERNIGHT site_2 255 223 230 238 0 -Bad cards must make. OVERNIGHT site_3 195 217 199 211 0 -Bad cards must make. OVERNIGHT site_4 175 165 169 164 0 -Bad cards must make. REGULAR site_0 176 239 220 233 0 -Bad cards must make. REGULAR site_1 187 163 200 198 0 -Bad cards must make. REGULAR site_2 190 231 195 208 0 -Bad cards must make. REGULAR site_3 227 241 231 252 0 -Bad cards must make. REGULAR site_4 258 245 260 245 0 -Bad cards must make. TWO DAY site_0 222 235 235 223 0 -Bad cards must make. TWO DAY site_1 264 248 237 227 0 -Bad cards must make. TWO DAY site_2 181 230 231 207 0 -Bad cards must make. TWO DAY site_3 182 158 209 185 0 -Bad cards must make. TWO DAY site_4 203 218 198 221 0 -Conventional childr EXPRESS site_0 311 308 336 287 0 -Conventional childr EXPRESS site_1 250 269 273 260 0 -Conventional childr EXPRESS site_2 255 280 235 276 0 -Conventional childr EXPRESS site_3 269 292 303 278 0 -Conventional childr EXPRESS site_4 275 324 268 330 0 -Conventional childr LIBRARY site_0 212 211 225 250 0 -Conventional childr LIBRARY site_1 218 249 244 204 0 -Conventional childr LIBRARY site_2 203 215 222 205 0 -Conventional childr LIBRARY site_3 163 181 180 193 0 -Conventional childr LIBRARY site_4 189 208 207 191 0 -Conventional childr NEXT DAY site_0 253 269 285 258 0 -Conventional childr NEXT DAY site_1 289 244 254 269 0 -Conventional childr NEXT DAY site_2 341 290 310 315 0 -Conventional childr NEXT DAY site_3 309 294 328 270 0 -Conventional childr NEXT DAY site_4 312 311 275 291 0 -Conventional childr OVERNIGHT site_0 180 193 167 211 0 -Conventional childr OVERNIGHT site_1 196 210 238 194 0 -Conventional childr OVERNIGHT site_2 218 236 287 220 0 -Conventional childr OVERNIGHT site_3 235 253 228 246 0 -Conventional childr OVERNIGHT site_4 211 199 201 201 0 -Conventional childr REGULAR site_0 209 262 232 207 0 -Conventional childr REGULAR site_1 214 218 222 227 0 -Conventional childr REGULAR site_2 166 193 184 183 0 -Conventional childr REGULAR site_3 195 191 221 219 0 -Conventional childr REGULAR site_4 248 236 244 256 0 -Conventional childr TWO DAY site_0 192 225 232 225 0 -Conventional childr TWO DAY site_1 248 239 233 251 0 -Conventional childr TWO DAY site_2 230 214 237 201 0 -Conventional childr TWO DAY site_3 236 190 190 222 0 -Conventional childr TWO DAY site_4 197 159 202 176 0 -Doors canno EXPRESS site_0 303 312 304 319 0 -Doors canno EXPRESS site_1 321 278 313 297 0 -Doors canno EXPRESS site_2 267 277 265 257 0 -Doors canno EXPRESS site_3 263 245 258 285 0 -Doors canno EXPRESS site_4 282 313 319 323 0 -Doors canno LIBRARY site_0 201 210 201 200 0 -Doors canno LIBRARY site_1 239 217 208 206 0 -Doors canno LIBRARY site_2 229 233 244 241 0 -Doors canno LIBRARY site_3 216 198 182 222 0 -Doors canno LIBRARY site_4 176 163 170 216 0 -NULL EXPRESS site_0 260 283 296 314 0 -NULL EXPRESS site_1 330 285 315 329 0 -NULL EXPRESS site_2 283 291 318 333 0 -NULL EXPRESS site_3 274 280 277 258 0 -NULL EXPRESS site_4 247 244 268 259 0 -NULL LIBRARY site_0 197 180 203 180 0 -NULL LIBRARY site_1 208 205 185 211 0 -NULL LIBRARY site_2 258 230 267 243 0 -NULL LIBRARY site_3 243 204 241 252 0 -NULL LIBRARY site_4 211 213 216 206 0 -NULL NEXT DAY site_0 332 290 340 289 0 -NULL NEXT DAY site_1 297 292 275 334 0 -NULL NEXT DAY site_2 287 253 272 220 0 -NULL NEXT DAY site_3 255 252 243 264 0 -NULL NEXT DAY site_4 300 309 309 281 0 -NULL OVERNIGHT site_0 242 224 226 237 0 -NULL OVERNIGHT site_1 237 202 213 204 0 -NULL OVERNIGHT site_2 172 182 158 181 0 -NULL OVERNIGHT site_3 217 193 201 175 0 -NULL OVERNIGHT site_4 231 251 249 237 0 -NULL REGULAR site_0 227 216 199 193 0 -NULL REGULAR site_1 239 209 254 246 0 -NULL REGULAR site_2 235 241 259 219 0 -NULL REGULAR site_3 204 212 185 237 0 -NULL REGULAR site_4 171 176 182 163 0 -NULL TWO DAY site_0 189 201 202 218 0 -NULL TWO DAY site_1 199 170 177 174 0 -NULL TWO DAY site_2 200 202 181 179 0 -NULL TWO DAY site_3 237 234 233 253 0 -NULL TWO DAY site_4 233 229 234 238 0 +Bad cards must make. EXPRESS site_0 251 248 268 277 0 +Bad cards must make. EXPRESS site_1 262 304 290 267 0 +Bad cards must make. EXPRESS site_2 287 290 293 286 0 +Bad cards must make. EXPRESS site_3 283 260 267 290 0 +Bad cards must make. EXPRESS site_4 281 310 309 321 0 +Bad cards must make. LIBRARY site_0 254 265 226 231 0 +Bad cards must make. LIBRARY site_1 198 231 211 201 0 +Bad cards must make. LIBRARY site_2 181 172 190 176 0 +Bad cards must make. LIBRARY site_3 196 214 173 226 0 +Bad cards must make. LIBRARY site_4 241 241 247 236 0 +Bad cards must make. NEXT DAY site_0 259 255 279 260 0 +Bad cards must make. NEXT DAY site_1 287 334 295 300 0 +Bad cards must make. NEXT DAY site_2 269 309 306 272 0 +Bad cards must make. NEXT DAY site_3 281 322 308 277 0 +Bad cards must make. NEXT DAY site_4 273 295 275 281 0 +Bad cards must make. OVERNIGHT site_0 221 216 201 213 0 +Bad cards must make. OVERNIGHT site_1 250 228 257 235 0 +Bad cards must make. OVERNIGHT site_2 255 223 230 238 0 +Bad cards must make. OVERNIGHT site_3 195 217 199 211 0 +Bad cards must make. OVERNIGHT site_4 175 165 169 164 0 +Bad cards must make. REGULAR site_0 176 239 220 233 0 +Bad cards must make. REGULAR site_1 187 163 200 198 0 +Bad cards must make. REGULAR site_2 190 231 195 208 0 +Bad cards must make. REGULAR site_3 227 241 231 252 0 +Bad cards must make. REGULAR site_4 258 245 260 245 0 +Bad cards must make. TWO DAY site_0 222 235 235 223 0 +Bad cards must make. TWO DAY site_1 264 248 237 227 0 +Bad cards must make. TWO DAY site_2 181 230 231 207 0 +Bad cards must make. TWO DAY site_3 182 158 209 185 0 +Bad cards must make. TWO DAY site_4 203 218 198 221 0 +Conventional childr EXPRESS site_0 311 308 336 287 0 +Conventional childr EXPRESS site_1 250 269 273 260 0 +Conventional childr EXPRESS site_2 255 280 235 276 0 +Conventional childr EXPRESS site_3 269 292 303 278 0 +Conventional childr EXPRESS site_4 275 324 268 330 0 +Conventional childr LIBRARY site_0 212 211 225 250 0 +Conventional childr LIBRARY site_1 218 249 244 204 0 +Conventional childr LIBRARY site_2 203 215 222 205 0 +Conventional childr LIBRARY site_3 163 181 180 193 0 +Conventional childr LIBRARY site_4 189 208 207 191 0 +Conventional childr NEXT DAY site_0 253 269 285 258 0 +Conventional childr NEXT DAY site_1 289 244 254 269 0 +Conventional childr NEXT DAY site_2 341 290 310 315 0 +Conventional childr NEXT DAY site_3 309 294 328 270 0 +Conventional childr NEXT DAY site_4 312 311 275 291 0 +Conventional childr OVERNIGHT site_0 180 193 167 211 0 +Conventional childr OVERNIGHT site_1 196 210 238 194 0 +Conventional childr OVERNIGHT site_2 218 236 287 220 0 +Conventional childr OVERNIGHT site_3 235 253 228 246 0 +Conventional childr OVERNIGHT site_4 211 199 201 201 0 +Conventional childr REGULAR site_0 209 262 232 207 0 +Conventional childr REGULAR site_1 214 218 222 227 0 +Conventional childr REGULAR site_2 166 193 184 183 0 +Conventional childr REGULAR site_3 195 191 221 219 0 +Conventional childr REGULAR site_4 248 236 244 256 0 +Conventional childr TWO DAY site_0 192 225 232 225 0 +Conventional childr TWO DAY site_1 248 239 233 251 0 +Conventional childr TWO DAY site_2 230 214 237 201 0 +Conventional childr TWO DAY site_3 236 190 190 222 0 +Conventional childr TWO DAY site_4 197 159 202 176 0 +Doors canno EXPRESS site_0 303 312 304 319 0 +Doors canno EXPRESS site_1 321 278 313 297 0 +Doors canno EXPRESS site_2 267 277 265 257 0 +Doors canno EXPRESS site_3 263 245 258 285 0 +Doors canno EXPRESS site_4 282 313 319 323 0 +Doors canno LIBRARY site_0 201 210 201 200 0 +Doors canno LIBRARY site_1 239 217 208 206 0 +Doors canno LIBRARY site_2 229 233 244 241 0 +Doors canno LIBRARY site_3 216 198 182 222 0 +Doors canno LIBRARY site_4 176 163 170 216 0 +NULL EXPRESS site_0 260 283 296 314 0 +NULL EXPRESS site_1 330 285 315 329 0 +NULL EXPRESS site_2 283 291 318 333 0 +NULL EXPRESS site_3 274 280 277 258 0 +NULL EXPRESS site_4 247 244 268 259 0 +NULL LIBRARY site_0 197 180 203 180 0 +NULL LIBRARY site_1 208 205 185 211 0 +NULL LIBRARY site_2 258 230 267 243 0 +NULL LIBRARY site_3 243 204 241 252 0 +NULL LIBRARY site_4 211 213 216 206 0 +NULL NEXT DAY site_0 332 290 340 289 0 +NULL NEXT DAY site_1 297 292 275 334 0 +NULL NEXT DAY site_2 287 253 272 220 0 +NULL NEXT DAY site_3 255 252 243 264 0 +NULL NEXT DAY site_4 300 309 309 281 0 +NULL OVERNIGHT site_0 242 224 226 237 0 +NULL OVERNIGHT site_1 237 202 213 204 0 +NULL OVERNIGHT site_2 172 182 158 181 0 +NULL OVERNIGHT site_3 217 193 201 175 0 +NULL OVERNIGHT site_4 231 251 249 237 0 +NULL REGULAR site_0 227 216 199 193 0 +NULL REGULAR site_1 239 209 254 246 0 +NULL REGULAR site_2 235 241 259 219 0 +NULL REGULAR site_3 204 212 185 237 0 +NULL REGULAR site_4 171 176 182 163 0 +NULL TWO DAY site_0 189 201 202 218 0 +NULL TWO DAY site_1 199 170 177 174 0 +NULL TWO DAY site_2 200 202 181 179 0 +NULL TWO DAY site_3 237 234 233 253 0 +NULL TWO DAY site_4 233 229 234 238 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out index be2036996be1..b72e15cac3bb 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out @@ -35,4 +35,103 @@ LIMIT 100 -- !query schema struct -- !query output - +1 189.04 531.919167 +1 203.73 531.919167 +1 355.17 531.919167 +1 359.53 531.919167 +1 365.84 531.919167 +1 373.26 531.919167 +1 430.03 531.919167 +1 698.60 531.919167 +1 909.18 531.919167 +1 995.02 531.919167 +1 998.95 531.919167 +10 1294.20 1125.259167 +10 1342.05 1125.259167 +10 1914.64 1125.259167 +10 3105.53 1125.259167 +10 314.30 1125.259167 +10 365.57 1125.259167 +10 591.30 1125.259167 +10 760.81 1125.259167 +10 776.91 1125.259167 +10 959.65 1125.259167 +10 975.25 1125.259167 +2 143.64 625.031667 +2 1487.82 625.031667 +2 1660.48 625.031667 +2 253.85 625.031667 +2 34.79 625.031667 +2 359.05 625.031667 +2 445.59 625.031667 +2 499.99 625.031667 +2 538.36 625.031667 +2 780.07 625.031667 +3 1161.47 988.293333 +3 1234.30 988.293333 +3 1251.01 988.293333 +3 1522.49 988.293333 +3 2624.04 988.293333 +3 270.10 988.293333 +3 367.94 988.293333 +3 491.20 988.293333 +3 529.42 988.293333 +3 629.34 988.293333 +3 757.70 988.293333 +5 1359.61 1169.482500 +5 1712.35 1169.482500 +5 1794.66 1169.482500 +5 2080.16 1169.482500 +5 2173.58 1169.482500 +5 353.24 1169.482500 +5 581.28 1169.482500 +5 694.79 1169.482500 +5 696.66 1169.482500 +5 740.99 1169.482500 +5 890.86 1169.482500 +5 955.61 1169.482500 +6 1056.06 1772.998333 +6 1150.40 1772.998333 +6 1196.50 1772.998333 +6 1551.15 1772.998333 +6 2576.64 1772.998333 +6 2875.54 1772.998333 +6 3299.70 1772.998333 +6 3309.13 1772.998333 +6 644.61 1772.998333 +6 851.23 1772.998333 +6 868.62 1772.998333 +7 1046.24 1499.657500 +7 1667.92 1499.657500 +7 2750.32 1499.657500 +7 2970.80 1499.657500 +7 3524.00 1499.657500 +7 638.30 1499.657500 +7 663.54 1499.657500 +7 779.65 1499.657500 +7 800.25 1499.657500 +7 811.54 1499.657500 +7 987.78 1499.657500 +8 1019.24 1618.954167 +8 1159.06 1618.954167 +8 1290.94 1618.954167 +8 2168.17 1618.954167 +8 2264.18 1618.954167 +8 3033.41 1618.954167 +8 3213.77 1618.954167 +8 803.53 1618.954167 +8 819.18 1618.954167 +8 933.76 1618.954167 +8 944.19 1618.954167 +9 1239.49 1509.977500 +9 1848.85 1509.977500 +9 2172.04 1509.977500 +9 2178.07 1509.977500 +9 315.31 1509.977500 +9 3165.98 1509.977500 +9 3270.26 1509.977500 +9 559.82 1509.977500 +9 728.72 1509.977500 +9 784.15 1509.977500 +9 923.36 1509.977500 +9 933.68 1509.977500 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out index 984c14679385..b90d887889dc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out @@ -96,4 +96,13 @@ ORDER BY cs1.product_name, cs1.store_name, cs2.cnt -- !query schema struct -- !query output - +n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out index 6b76fc1f093e..812277b99999 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out @@ -37,103 +37,103 @@ LIMIT 100 -- !query schema struct -- !query output -able Commercial, popular processes give later now wooden facts. Black, outer purposes examine national, precise heels. Invisible times s 36.06 5.25 1.68 amalgedu pack #x -able Conventional, responsible products discuss delicately then actual findings. Extremel 36.42 3.67 2.82 namelessnameless #x -able Difficulties wou 25.25 6.61 2.31 importobrand #x -able Efforts might come ever. Even agricultural operations live plus a members. Arts may ring too carefully numerous windows. In particular new ch 22.13 1.49 0.95 edu packamalg #x -able Even chief games can present privately extra whole steps. Over old reasons ought to 21.58 4.30 1.41 namelesscorp #x -able Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action 11.03 4.95 3.06 scholarnameless #x -able Once olympic sorts could control governments. Final sections mig 21.77 7.76 4.42 edu packscholar #x -able Small others will provide probably complete countries. Only effective pensions violate on board maybe left animals. Old r 26.38 2.55 1.60 maxiunivamalg #x -able Somehow revolutionary sh 31.09 7.10 3.05 amalgunivamalg #x -able Stupid years should not modify loose. Special, sure developments may 7.84 5.81 4.47 maxicorp #x -able Swiss, capable lovers handle at least present details. Over here uncomfortable stations take by a lips. Private organisations can supply in a examinatio 29.73 8.15 3.99 amalgedu pack #x -able Toys must not meet again goods. Comfortable, major members last days. Popular, double occupations may compensate researchers. Conditions 25.02 3.35 2.41 edu packscholar #x -able Wrong, good values could not work in a minds. Normal structures correct here later massive boo 21.49 4.17 1.45 importoedu pack #x -ation Animals conduct primary, sorry tickets. Bare, labour matters used to buy between a patterns. Light authorities explain rules; future eggs can 1.57 0.86 0.47 edu packamalg #x -ation Average services could try unfortunately plants; extensive procedures must 34.63 4.94 3.26 scholarunivamalg #x -ation Direct ways topple inches. Complex years can take also across a words. Stupid, global implications would provide sure things. Russians take much for the spots. Indoors local men w 16.06 7.18 4.88 exportiedu pack #x -ation Disciplinary signs could prepare particular, other councils. Live criteria ought to stand extra, basic bones. Local leaders tell now tasks. Most old recordings use ago in the governors; par 36.65 8.96 4.39 amalgscholar #x -ation Fair families ought to leave relationships. Separate, firm services would assist delicious, serious laws; a 15.31 7.51 2.70 importoamalg #x -ation Gradually general affairs come at a gardens. Members may liv 18.43 28.90 11.27 edu packamalgamalg #x -ation Here equivalent expectations should stop since to th 18.23 7.88 5.04 scholarunivamalg #x -ation Laws propose policies. Commercial, foreign restaurants could take. District 29.49 84.97 32.28 amalgnameless #x -ation New r 36.57 2.10 1.19 importoimporto #x -ation Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit 25.41 9.36 3.55 maxibrand #x -ation Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific 28.75 2.34 2.01 exportinameless #x -ation Or 23.64 3.00 1.86 amalgedu pack #x -ation Pensions used to meet in the words. Very african obligati 27.27 0.54 0.27 exportiexporti #x -ation Public, limited pup 34.60 9.38 3.93 amalgmaxi #x -ation Small kinds would recognize notably violent, labour years. Electronic days would not 30.96 0.90 0.34 namelesscorp #x -ation Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t 36.10 3.91 2.54 maxinameless #x -ation Trustees grow well thereby national attitudes. Social, excellent bacteria contain permanent gaps. Only dynamic uses ought to halt very long, bright men; japanese, distin 3.96 3.31 2.87 exporticorp #x -bar Categories shall 18.32 8.98 7.81 scholarmaxi #x -bar Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory 28.26 6.27 4.57 brandbrand #x -bar Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt 12.64 0.55 0.19 namelessbrand #x -bar Hours must carry virtually new seats. Polish, happy affairs might get. Originally warm libraries operate real patients. Then soft scie 35.96 28.04 25.23 edu packedu pack #x -bar Individual flowers used to give thanks. Particular doubts refer a bit for a directions. Police could 8.31 1.74 1.21 exportiimporto #x -bar Low sorts understand. Vegetables must not carry. There legal rates shake so democratic styles. Convenient, single committees might forget 21.35 7.16 5.79 amalgedu pack #x -bar Minutes achieve however for a allies. Areas pay apparently alive officers 32.01 3.28 1.34 amalgedu pack #x -bar Moments incur pa 32.92 6.14 1.84 exportiimporto #x -bar Of course commercial uses look rapidly historical societies. Writers make just high 31.29 3.82 1.33 exportischolar #x -bar Old, valuable 23.07 0.23 0.07 namelessnameless #x -bar Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr 24.90 0.27 0.09 edu packnameless #x -bar Pupils change. Frequently nice rates shall not decide future yards. Over upper girls ought to lower in a developments. Formal 36.24 2.19 1.16 edu packexporti #x -bar Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev 13.88 4.24 2.96 scholarmaxi #x -bar Round managers take processes. Primary, particular courses used to hold sacred cases. C 7.23 4.13 2.84 edu packscholar #x -bar Simple guests leave british, skilled terms. Kind, little standards must suspect. Combinations may think like, distinguished inches. Artists beat awfully. Ide 27.08 1.68 0.53 edu packedu pack #x -bar So damp tests imagine resources. Innocently prime developments shall work small pl 30.83 0.61 0.33 scholarnameless #x -bar So much as close reforms would hide at first measures; alone, important contracts lose linguisti 20.14 2.37 1.37 exportinameless #x -bar Strange do 15.41 9.47 4.82 exportiexporti #x -bar Wide, technical paren 17.06 6.64 3.98 exportiexporti #x -bar Wonderful servants must not resolve once physical lives. Later significant an 27.44 0.33 0.22 brandbrand #x -bar Years need much. Good interests use too different, junior services. Young items shall not find. Disastrous hands release fast new, alternative applications. American police make in 33.95 7.68 4.45 exportiamalg #x -eing Birds stay foreign, chronic parts. So young cases shall not conclude buildings. About important months may not look; degrees catch just; other societies may not ge 18.42 4.67 2.33 amalgscholar #x -eing Central, other hands will agree especially crucial differences 16.71 4.49 3.00 exportischolar #x -eing Even single waters make for instance particular hours. Mental rights may cross as just contemporary m 30.54 0.97 0.82 importounivamalg #x -eing Flowers cultivate still so-called, available 10.50 3.84 1.22 edu packmaxi #x -eing Good, helpful men close. Please difficult lakes should waste very conservative, labour 11.84 3.13 0.97 edu packbrand #x -eing However modern companies ought to make industria 23.09 9.56 3.25 brandcorp #x -eing Important, frequent councils explore general, local ideas. Representatives last more. Foreign, sensible pupils pay. Social, american reservations used to get so much 2.86 0.59 0.25 amalgbrand #x -eing Increased, special pound 24.05 2.52 1.20 importoedu pack #x -eing Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, 30.53 9.69 7.46 edu packmaxi #x -eing Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst 19.15 9.17 6.05 maxinameless #x -eing More different attempts replace. Changes look shoes. E 25.75 2.47 1.40 amalgexporti #x -eing Nations save further new complaints. Perfect things murder different odds. General firms will like also; fatal grounds lie however working sorts. However internal police should design 23.32 8.09 3.31 amalgexporti #x -eing Ordinary orders can inspect. New int 34.66 9.58 3.92 exportiedu pack #x -eing Other, eager christians live very others. Young, financ 8.49 8.22 5.01 edu packscholar #x -eing Parliamentary guests could not convey real chiefs; integrated, full responsibilities take later then important categories. T 28.83 0.41 0.13 edu packamalg #x -eing Physical polls melt as eyes. Clear, special sources might invent at once. As immediate things will not 24.71 3.77 1.80 edu packamalg #x -eing Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f 10.89 0.51 0.26 edu packunivamalg #x -eing Students help factors. Seats take matters; likely sources make ridiculous children. Police might say then just natural characters. A 9.32 1.15 0.62 exportischolar #x -eing Tired days used to admit for a customs 29.84 5.94 4.93 importoamalg #x -eing Wrong, high terms make relatively holidays. Major, relevant theories consider difficult, new markets. Sure, real subjec 27.35 3.29 1.51 amalgscholar #x -ese As sure women fall proposals. Entire, loc 35.61 1.91 1.14 edu packexporti #x -ese Backwards royal assets get plans; countries used to swing then. Most strange 28.67 1.84 0.82 exportiedu pack #x -ese Civil firms say; prospective technologies used to take there. Easy, high assets enter so practical, structural buildings. Studies woul 26.23 9.09 3.45 maxiunivamalg #x -ese Comfortable experiments hit defensive implications. Bad resources would not heal central, national twins. Kind, modern thoughts shall ensure home short 34.17 92.12 71.85 importoedu pack #x -ese Companies find financially substances. National, enormous conclusions might object here firms; exactly different jobs should complete; practices encourage really months. Necessary, previous recor 24.08 5.63 3.71 importoamalgamalg #x -ese Democrats follow mostly available, 25.69 0.59 0.47 exportibrand #x -ese Excellent, real advantages would exist posts. Activities shall continue in a feet. Effects think only confidently local c 25.63 2.41 1.90 amalgunivamalg #x -ese Expensive reasons shall not carry hardly ri 19.68 4.59 1.46 scholarbrand #x -ese Fresh, industrial vegetables could proceed quite i 29.70 7.16 2.57 scholarunivamalg #x -ese Full rules may persuade pregnant cars. Earnings publish worried symptoms. Ready 36.87 5.88 4.99 amalgimporto #x -ese Horses last results. There thorough parents sail everywhere into a gua 23.67 3.45 2.55 scholarnameless #x -ese Large businessmen might give successful poles; children believe however. Hard, fine companies must not dismiss likely advantages. Now great nations shall not walk to 2.78 3.48 1.07 brandcorp #x -ese Modern areas include indeed political children. White, widespread services attend also. Pink boundaries explain early because of a letters. Often assistant men make never pale windows. Then inte 30.08 6.20 4.21 exportiedu pack #x -ese NULL 29.58 NULL NULL exportischolar #x -ese Nowhere sure shops ought to constitute by a conditions. Apparent hands shall not fit slightly general men. Oth 26.20 3.59 3.08 amalgscholar #x -ese Political, french streets used to introduce just labour 21.21 1.59 1.38 edu packunivamalg #x -ese Publications could not judge; double deputies 35.52 6.30 2.39 edu packamalg #x -ese Reasonably direct interests turn. Certainly existing 12.36 1.86 0.89 importoscholar #x -ese Temperatures reflect quite 34.31 0.90 0.45 scholarnameless #x -ese Tests will maintain only. Beautifully local banks make still; particular votes protect during a eyes. Contracts must understand primarily. Difficult countries cast in a 19.06 4.13 2.68 edu packimporto #x -ese Totally pure styles would seek charges; values say. Normal, big activi 30.40 1.07 0.84 maxiunivamalg #x -ese Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho 32.52 1.73 0.77 exportibrand #x -ought Active abilities depend smoothly by a 30.54 2.40 1.44 importoexporti #x -ought Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the 18.54 4.46 1.33 corpmaxi #x -ought At last political managers would get new, historic workers. Requirements seem loose shadows; activities carry favorite mothers; likely issues stand aside environmental, current funds; below 6.48 1.08 0.43 exportiexporti #x -ought Authorities used to leave exactly other co 15.13 2.14 0.72 exporticorp #x -ought Costs receive. British teachers evolve mentally only, new words. Good tickets give 34.78 0.12 0.06 edu packexporti #x -ought European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods 12.84 8.03 4.57 univnameless #x -ought Full-time clothes discharge glad, concerned details. Customs must survive 10.29 8.52 6.73 exportiunivamalg #x +able Commercial, popular processes give later now wooden facts. Black, outer purposes examine national, precise heels. Invisible times s 36.06 5.25 1.68 amalgedu pack #x +able Conventional, responsible products discuss delicately then actual findings. Extremel 36.42 3.67 2.82 namelessnameless #x +able Difficulties wou 25.25 6.61 2.31 importobrand #x +able Efforts might come ever. Even agricultural operations live plus a members. Arts may ring too carefully numerous windows. In particular new ch 22.13 1.49 0.95 edu packamalg #x +able Even chief games can present privately extra whole steps. Over old reasons ought to 21.58 4.30 1.41 namelesscorp #x +able Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action 11.03 4.95 3.06 scholarnameless #x +able Once olympic sorts could control governments. Final sections mig 21.77 7.76 4.42 edu packscholar #x +able Small others will provide probably complete countries. Only effective pensions violate on board maybe left animals. Old r 26.38 2.55 1.60 maxiunivamalg #x +able Somehow revolutionary sh 31.09 7.10 3.05 amalgunivamalg #x +able Stupid years should not modify loose. Special, sure developments may 7.84 5.81 4.47 maxicorp #x +able Swiss, capable lovers handle at least present details. Over here uncomfortable stations take by a lips. Private organisations can supply in a examinatio 29.73 8.15 3.99 amalgedu pack #x +able Toys must not meet again goods. Comfortable, major members last days. Popular, double occupations may compensate researchers. Conditions 25.02 3.35 2.41 edu packscholar #x +able Wrong, good values could not work in a minds. Normal structures correct here later massive boo 21.49 4.17 1.45 importoedu pack #x +ation Animals conduct primary, sorry tickets. Bare, labour matters used to buy between a patterns. Light authorities explain rules; future eggs can 1.57 0.86 0.47 edu packamalg #x +ation Average services could try unfortunately plants; extensive procedures must 34.63 4.94 3.26 scholarunivamalg #x +ation Direct ways topple inches. Complex years can take also across a words. Stupid, global implications would provide sure things. Russians take much for the spots. Indoors local men w 16.06 7.18 4.88 exportiedu pack #x +ation Disciplinary signs could prepare particular, other councils. Live criteria ought to stand extra, basic bones. Local leaders tell now tasks. Most old recordings use ago in the governors; par 36.65 8.96 4.39 amalgscholar #x +ation Fair families ought to leave relationships. Separate, firm services would assist delicious, serious laws; a 15.31 7.51 2.70 importoamalg #x +ation Gradually general affairs come at a gardens. Members may liv 18.43 28.90 11.27 edu packamalgamalg #x +ation Here equivalent expectations should stop since to th 18.23 7.88 5.04 scholarunivamalg #x +ation Laws propose policies. Commercial, foreign restaurants could take. District 29.49 84.97 32.28 amalgnameless #x +ation New r 36.57 2.10 1.19 importoimporto #x +ation Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit 25.41 9.36 3.55 maxibrand #x +ation Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific 28.75 2.34 2.01 exportinameless #x +ation Or 23.64 3.00 1.86 amalgedu pack #x +ation Pensions used to meet in the words. Very african obligati 27.27 0.54 0.27 exportiexporti #x +ation Public, limited pup 34.60 9.38 3.93 amalgmaxi #x +ation Small kinds would recognize notably violent, labour years. Electronic days would not 30.96 0.90 0.34 namelesscorp #x +ation Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t 36.10 3.91 2.54 maxinameless #x +ation Trustees grow well thereby national attitudes. Social, excellent bacteria contain permanent gaps. Only dynamic uses ought to halt very long, bright men; japanese, distin 3.96 3.31 2.87 exporticorp #x +bar Categories shall 18.32 8.98 7.81 scholarmaxi #x +bar Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory 28.26 6.27 4.57 brandbrand #x +bar Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt 12.64 0.55 0.19 namelessbrand #x +bar Hours must carry virtually new seats. Polish, happy affairs might get. Originally warm libraries operate real patients. Then soft scie 35.96 28.04 25.23 edu packedu pack #x +bar Individual flowers used to give thanks. Particular doubts refer a bit for a directions. Police could 8.31 1.74 1.21 exportiimporto #x +bar Low sorts understand. Vegetables must not carry. There legal rates shake so democratic styles. Convenient, single committees might forget 21.35 7.16 5.79 amalgedu pack #x +bar Minutes achieve however for a allies. Areas pay apparently alive officers 32.01 3.28 1.34 amalgedu pack #x +bar Moments incur pa 32.92 6.14 1.84 exportiimporto #x +bar Of course commercial uses look rapidly historical societies. Writers make just high 31.29 3.82 1.33 exportischolar #x +bar Old, valuable 23.07 0.23 0.07 namelessnameless #x +bar Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr 24.90 0.27 0.09 edu packnameless #x +bar Pupils change. Frequently nice rates shall not decide future yards. Over upper girls ought to lower in a developments. Formal 36.24 2.19 1.16 edu packexporti #x +bar Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev 13.88 4.24 2.96 scholarmaxi #x +bar Round managers take processes. Primary, particular courses used to hold sacred cases. C 7.23 4.13 2.84 edu packscholar #x +bar Simple guests leave british, skilled terms. Kind, little standards must suspect. Combinations may think like, distinguished inches. Artists beat awfully. Ide 27.08 1.68 0.53 edu packedu pack #x +bar So damp tests imagine resources. Innocently prime developments shall work small pl 30.83 0.61 0.33 scholarnameless #x +bar So much as close reforms would hide at first measures; alone, important contracts lose linguisti 20.14 2.37 1.37 exportinameless #x +bar Strange do 15.41 9.47 4.82 exportiexporti #x +bar Wide, technical paren 17.06 6.64 3.98 exportiexporti #x +bar Wonderful servants must not resolve once physical lives. Later significant an 27.44 0.33 0.22 brandbrand #x +bar Years need much. Good interests use too different, junior services. Young items shall not find. Disastrous hands release fast new, alternative applications. American police make in 33.95 7.68 4.45 exportiamalg #x +eing Birds stay foreign, chronic parts. So young cases shall not conclude buildings. About important months may not look; degrees catch just; other societies may not ge 18.42 4.67 2.33 amalgscholar #x +eing Central, other hands will agree especially crucial differences 16.71 4.49 3.00 exportischolar #x +eing Even single waters make for instance particular hours. Mental rights may cross as just contemporary m 30.54 0.97 0.82 importounivamalg #x +eing Flowers cultivate still so-called, available 10.50 3.84 1.22 edu packmaxi #x +eing Good, helpful men close. Please difficult lakes should waste very conservative, labour 11.84 3.13 0.97 edu packbrand #x +eing However modern companies ought to make industria 23.09 9.56 3.25 brandcorp #x +eing Important, frequent councils explore general, local ideas. Representatives last more. Foreign, sensible pupils pay. Social, american reservations used to get so much 2.86 0.59 0.25 amalgbrand #x +eing Increased, special pound 24.05 2.52 1.20 importoedu pack #x +eing Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, 30.53 9.69 7.46 edu packmaxi #x +eing Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst 19.15 9.17 6.05 maxinameless #x +eing More different attempts replace. Changes look shoes. E 25.75 2.47 1.40 amalgexporti #x +eing Nations save further new complaints. Perfect things murder different odds. General firms will like also; fatal grounds lie however working sorts. However internal police should design 23.32 8.09 3.31 amalgexporti #x +eing Ordinary orders can inspect. New int 34.66 9.58 3.92 exportiedu pack #x +eing Other, eager christians live very others. Young, financ 8.49 8.22 5.01 edu packscholar #x +eing Parliamentary guests could not convey real chiefs; integrated, full responsibilities take later then important categories. T 28.83 0.41 0.13 edu packamalg #x +eing Physical polls melt as eyes. Clear, special sources might invent at once. As immediate things will not 24.71 3.77 1.80 edu packamalg #x +eing Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f 10.89 0.51 0.26 edu packunivamalg #x +eing Students help factors. Seats take matters; likely sources make ridiculous children. Police might say then just natural characters. A 9.32 1.15 0.62 exportischolar #x +eing Tired days used to admit for a customs 29.84 5.94 4.93 importoamalg #x +eing Wrong, high terms make relatively holidays. Major, relevant theories consider difficult, new markets. Sure, real subjec 27.35 3.29 1.51 amalgscholar #x +ese As sure women fall proposals. Entire, loc 35.61 1.91 1.14 edu packexporti #x +ese Backwards royal assets get plans; countries used to swing then. Most strange 28.67 1.84 0.82 exportiedu pack #x +ese Civil firms say; prospective technologies used to take there. Easy, high assets enter so practical, structural buildings. Studies woul 26.23 9.09 3.45 maxiunivamalg #x +ese Comfortable experiments hit defensive implications. Bad resources would not heal central, national twins. Kind, modern thoughts shall ensure home short 34.17 92.12 71.85 importoedu pack #x +ese Companies find financially substances. National, enormous conclusions might object here firms; exactly different jobs should complete; practices encourage really months. Necessary, previous recor 24.08 5.63 3.71 importoamalgamalg #x +ese Democrats follow mostly available, 25.69 0.59 0.47 exportibrand #x +ese Excellent, real advantages would exist posts. Activities shall continue in a feet. Effects think only confidently local c 25.63 2.41 1.90 amalgunivamalg #x +ese Expensive reasons shall not carry hardly ri 19.68 4.59 1.46 scholarbrand #x +ese Fresh, industrial vegetables could proceed quite i 29.70 7.16 2.57 scholarunivamalg #x +ese Full rules may persuade pregnant cars. Earnings publish worried symptoms. Ready 36.87 5.88 4.99 amalgimporto #x +ese Horses last results. There thorough parents sail everywhere into a gua 23.67 3.45 2.55 scholarnameless #x +ese Large businessmen might give successful poles; children believe however. Hard, fine companies must not dismiss likely advantages. Now great nations shall not walk to 2.78 3.48 1.07 brandcorp #x +ese Modern areas include indeed political children. White, widespread services attend also. Pink boundaries explain early because of a letters. Often assistant men make never pale windows. Then inte 30.08 6.20 4.21 exportiedu pack #x +ese NULL 29.58 NULL NULL exportischolar #x +ese Nowhere sure shops ought to constitute by a conditions. Apparent hands shall not fit slightly general men. Oth 26.20 3.59 3.08 amalgscholar #x +ese Political, french streets used to introduce just labour 21.21 1.59 1.38 edu packunivamalg #x +ese Publications could not judge; double deputies 35.52 6.30 2.39 edu packamalg #x +ese Reasonably direct interests turn. Certainly existing 12.36 1.86 0.89 importoscholar #x +ese Temperatures reflect quite 34.31 0.90 0.45 scholarnameless #x +ese Tests will maintain only. Beautifully local banks make still; particular votes protect during a eyes. Contracts must understand primarily. Difficult countries cast in a 19.06 4.13 2.68 edu packimporto #x +ese Totally pure styles would seek charges; values say. Normal, big activi 30.40 1.07 0.84 maxiunivamalg #x +ese Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho 32.52 1.73 0.77 exportibrand #x +ought Active abilities depend smoothly by a 30.54 2.40 1.44 importoexporti #x +ought Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the 18.54 4.46 1.33 corpmaxi #x +ought At last political managers would get new, historic workers. Requirements seem loose shadows; activities carry favorite mothers; likely issues stand aside environmental, current funds; below 6.48 1.08 0.43 exportiexporti #x +ought Authorities used to leave exactly other co 15.13 2.14 0.72 exporticorp #x +ought Costs receive. British teachers evolve mentally only, new words. Good tickets give 34.78 0.12 0.06 edu packexporti #x +ought European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods 12.84 8.03 4.57 univnameless #x +ought Full-time clothes discharge glad, concerned details. Customs must survive 10.29 8.52 6.73 exportiunivamalg #x diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out index 2c1bae46973c..1aa04ffa06e4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out @@ -244,4 +244,8 @@ LIMIT 100 -- !query schema struct -- !query output - +Bad cards must make. 621234 Fairview Williamson County TN United States DHL,BARIAN 2001 9506753.46 8008140.33 6116769.63 11973045.15 7756254.92 5352978.49 13733996.10 16418794.37 17212743.32 17042707.41 34304935.61 35324164.21 15.303015385507 12.890698722221 9.846160432301 19.273003650798 12.485238927683 8.616686288902 22.107605346777 26.429323523825 27.707342676029 27.433635972918 55.220634430827 56.861286101534 30534943.77 24481685.94 22178710.81 25695798.18 29954903.78 18084140.05 30805576.13 47156887.22 51158588.86 55759942.80 86253544.16 83451555.63 +Conventional childr 977787 Fairview Williamson County TN United States DHL,BARIAN 2001 8860645.55 14415813.74 6761497.23 11820654.76 8246260.69 6636877.49 11434492.25 25673812.14 23074206.96 21834581.94 26894900.53 33575091.74 9.061938387399 14.743306814265 6.915102399603 12.089191981484 8.433596161537 6.787651594877 11.694256775759 26.257060218637 23.598398178745 22.330611820366 27.505888838776 34.337838138572 23836085.83 32073313.37 25037904.18 22659895.86 21757401.03 24451608.10 21933001.85 55996703.43 57371880.44 62087214.51 82849910.15 88970319.31 +Doors canno 294242 Fairview Williamson County TN United States DHL,BARIAN 2001 6355232.31 10198920.36 10246200.97 12209716.50 8566998.28 8806316.81 9789405.60 16466584.88 26443785.61 27016047.80 33660589.67 27462468.62 21.598657941422 34.661674268120 34.822360404021 41.495491806065 29.115484125312 29.928823247531 33.269912520986 55.962727550791 89.870873668613 91.815742823934 114.397637556841 93.332932144289 22645143.09 24487254.60 24925759.42 30503655.27 26558160.29 20976233.52 29895796.09 56002198.38 53488158.53 76287235.46 82483747.59 88088266.69 +Important issues liv 138504 Fairview Williamson County TN United States DHL,BARIAN 2001 11748784.55 14351305.77 9896470.93 7990874.78 8879247.90 7362383.09 10011144.75 17741201.32 21346976.05 18074978.16 29675125.64 32545325.29 84.826319456478 103.616543709929 71.452600141512 57.694180529082 64.108241639231 53.156465445041 72.280546049212 128.091616993011 154.125339701380 130.501488476867 214.254647086005 234.977511768614 27204167.15 25980378.13 19943398.93 25710421.13 19484481.03 26346611.48 25075158.43 54094778.13 41066732.11 54547058.28 72465962.92 92770328.27 +NULL NULL Fairview Williamson County TN United States DHL,BARIAN 2001 9597806.95 11121820.57 8670867.91 8994786.04 10887248.09 14187671.36 9732598.41 19798897.07 21007842.34 21495513.67 34795669.17 33122997.94 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 21913594.59 32518476.51 24885662.72 25698343.86 33735910.61 35527031.58 25465193.48 53623238.66 51409986.76 54159173.90 92227043.25 83435390.84 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out index 50dd87032e56..81c8a6ae64c5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out @@ -48,97 +48,97 @@ NULL NULL NULL NULL NULL NULL NULL NULL 102328.59 62 NULL NULL NULL NULL NULL NULL NULL NULL 1628997.00 3 NULL NULL NULL NULL NULL NULL NULL NULL 3113996.92 2 NULL NULL NULL NULL NULL NULL NULL NULL 596191.74 4 -NULL NULL NULL ablepriablebarought 2000 NULL NULL NULL 117683.53 38 -NULL NULL NULL ablepriablebarought NULL NULL NULL NULL 117683.53 38 -NULL NULL NULL antiationeinganti 2000 NULL NULL NULL 142234.21 15 -NULL NULL NULL antiationeinganti NULL NULL NULL NULL 142234.21 15 -NULL NULL NULL barationableeing 2000 4 NULL NULL 66366.69 100 -NULL NULL NULL barationableeing 2000 NULL NULL NULL 133715.91 25 -NULL NULL NULL barationableeing NULL NULL NULL NULL 133715.91 25 -NULL NULL NULL eingcallyoughteing 2000 NULL NULL NULL 100229.50 67 -NULL NULL NULL eingcallyoughteing NULL NULL NULL NULL 100229.50 67 -NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 102830.03 59 -NULL NULL brandmaxi #x oughteingought 2000 NULL NULL NULL 102830.03 59 -NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 102830.03 59 -NULL NULL corpunivamalg #x NULL NULL NULL NULL NULL 87301.37 80 -NULL NULL corpunivamalg #x eseantin stationought 2000 NULL NULL NULL 87301.37 80 -NULL NULL corpunivamalg #x eseantin stationought NULL NULL NULL NULL 87301.37 80 -NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 106947.83 48 -NULL NULL edu packamalg #x oughtn stn stese 2000 NULL NULL NULL 106947.83 48 -NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 106947.83 48 -NULL NULL edu packamalgamalg #x NULL 2000 NULL NULL NULL 91126.70 77 -NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 -NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 -NULL NULL edu packexporti #x NULL 2000 4 NULL NULL 68406.85 97 -NULL NULL edu packexporti #x NULL 2000 NULL NULL NULL 163163.84 6 -NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 -NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 -NULL NULL exportischolar #x NULL NULL NULL NULL NULL 121562.94 31 -NULL NULL exportischolar #x prieingeseought 2000 NULL NULL NULL 121562.94 31 -NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 121562.94 31 -NULL NULL importoedu pack #x NULL 2000 4 NULL NULL 73781.23 90 -NULL NULL importoedu pack #x NULL 2000 NULL NULL NULL 154984.03 9 -NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 -NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 -NULL NULL namelesscorp #x NULL 2000 4 NULL NULL 67371.60 98 -NULL NULL namelesscorp #x NULL 2000 NULL NULL NULL 148627.34 12 -NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 -NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 -NULL archery NULL NULL NULL NULL NULL NULL 110088.99 44 -NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 110088.99 44 -NULL archery amalgmaxi #x antioughtn stought 2000 NULL NULL NULL 110088.99 44 -NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 110088.99 44 -NULL baseball NULL NULL 2000 NULL NULL NULL 93607.10 73 -NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 -NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 -NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 -NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 -NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 -NULL dresses NULL antieseoughtcally 2000 4 NULL NULL 69138.80 96 -NULL dresses NULL antieseoughtcally 2000 NULL NULL NULL 138018.80 17 -NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 138018.80 17 -NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 -NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 -NULL flatware NULL oughteingationn st 2000 NULL NULL NULL 74808.21 86 -NULL flatware NULL oughteingationn st NULL NULL NULL NULL 74808.21 86 -NULL glassware NULL NULL 2000 NULL NULL NULL 98111.30 69 -NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 -NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 -NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 -NULL outdoor NULL NULL NULL NULL NULL NULL 115448.60 40 -NULL outdoor namelessnameless #x NULL 2000 NULL NULL NULL 115448.60 40 -NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 -NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 -NULL pants NULL NULL NULL NULL NULL NULL 135855.95 21 -NULL pants exportiimporto #x NULL NULL NULL NULL NULL 135855.95 21 -NULL pants exportiimporto #x antibarableableought 2000 4 NULL NULL 66808.00 99 -NULL pants exportiimporto #x antibarableableought 2000 NULL NULL NULL 135855.95 21 -NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 135855.95 21 -NULL scanners NULL NULL NULL NULL NULL NULL 118366.60 34 -NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 118366.60 34 -NULL scanners namelessunivamalg #x n stbaresepri 2000 4 NULL NULL 70357.97 95 -NULL scanners namelessunivamalg #x n stbaresepri 2000 NULL NULL NULL 118366.60 34 -NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 118366.60 34 -NULL semi-precious NULL NULL NULL NULL NULL NULL 105040.42 51 -NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 105040.42 51 -NULL semi-precious amalgbrand #x ationeseoughtanti 2000 NULL NULL NULL 105040.42 51 -NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 105040.42 51 -NULL sports-apparel NULL NULL 2000 NULL NULL NULL 104579.05 55 -NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 -NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 -NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 -NULL swimwear NULL NULL NULL NULL NULL NULL 132397.04 27 -NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 132397.04 27 -NULL swimwear edu packamalg #x antieingoughtcally 2000 NULL NULL NULL 132397.04 27 -NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 132397.04 27 -NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 -NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 -NULL tennis NULL barpribaranti 2000 NULL NULL NULL 73252.58 91 -NULL tennis NULL barpribaranti NULL NULL NULL NULL 73252.58 91 -NULL womens NULL NULL 2000 NULL NULL NULL 78649.41 83 -NULL womens NULL NULL NULL NULL NULL NULL 180234.29 5 -NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 -NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 -NULL womens amalgedu pack #x NULL 2000 NULL NULL NULL 101584.88 64 -NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 -NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 +NULL NULL NULL ablepriablebarought 2000 NULL NULL NULL 117683.53 38 +NULL NULL NULL ablepriablebarought NULL NULL NULL NULL 117683.53 38 +NULL NULL NULL antiationeinganti 2000 NULL NULL NULL 142234.21 15 +NULL NULL NULL antiationeinganti NULL NULL NULL NULL 142234.21 15 +NULL NULL NULL barationableeing 2000 4 NULL NULL 66366.69 100 +NULL NULL NULL barationableeing 2000 NULL NULL NULL 133715.91 25 +NULL NULL NULL barationableeing NULL NULL NULL NULL 133715.91 25 +NULL NULL NULL eingcallyoughteing 2000 NULL NULL NULL 100229.50 67 +NULL NULL NULL eingcallyoughteing NULL NULL NULL NULL 100229.50 67 +NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 102830.03 59 +NULL NULL brandmaxi #x oughteingought 2000 NULL NULL NULL 102830.03 59 +NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 102830.03 59 +NULL NULL corpunivamalg #x NULL NULL NULL NULL NULL 87301.37 80 +NULL NULL corpunivamalg #x eseantin stationought 2000 NULL NULL NULL 87301.37 80 +NULL NULL corpunivamalg #x eseantin stationought NULL NULL NULL NULL 87301.37 80 +NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 106947.83 48 +NULL NULL edu packamalg #x oughtn stn stese 2000 NULL NULL NULL 106947.83 48 +NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 106947.83 48 +NULL NULL edu packamalgamalg #x NULL 2000 NULL NULL NULL 91126.70 77 +NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 +NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 +NULL NULL edu packexporti #x NULL 2000 4 NULL NULL 68406.85 97 +NULL NULL edu packexporti #x NULL 2000 NULL NULL NULL 163163.84 6 +NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 +NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 +NULL NULL exportischolar #x NULL NULL NULL NULL NULL 121562.94 31 +NULL NULL exportischolar #x prieingeseought 2000 NULL NULL NULL 121562.94 31 +NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 121562.94 31 +NULL NULL importoedu pack #x NULL 2000 4 NULL NULL 73781.23 90 +NULL NULL importoedu pack #x NULL 2000 NULL NULL NULL 154984.03 9 +NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 +NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 +NULL NULL namelesscorp #x NULL 2000 4 NULL NULL 67371.60 98 +NULL NULL namelesscorp #x NULL 2000 NULL NULL NULL 148627.34 12 +NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 +NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 +NULL archery NULL NULL NULL NULL NULL NULL 110088.99 44 +NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 110088.99 44 +NULL archery amalgmaxi #x antioughtn stought 2000 NULL NULL NULL 110088.99 44 +NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 110088.99 44 +NULL baseball NULL NULL 2000 NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 +NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 +NULL dresses NULL antieseoughtcally 2000 4 NULL NULL 69138.80 96 +NULL dresses NULL antieseoughtcally 2000 NULL NULL NULL 138018.80 17 +NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 138018.80 17 +NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 +NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 +NULL flatware NULL oughteingationn st 2000 NULL NULL NULL 74808.21 86 +NULL flatware NULL oughteingationn st NULL NULL NULL NULL 74808.21 86 +NULL glassware NULL NULL 2000 NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL outdoor NULL NULL NULL NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL 2000 NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 +NULL pants NULL NULL NULL NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x NULL NULL NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x antibarableableought 2000 4 NULL NULL 66808.00 99 +NULL pants exportiimporto #x antibarableableought 2000 NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 135855.95 21 +NULL scanners NULL NULL NULL NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x n stbaresepri 2000 4 NULL NULL 70357.97 95 +NULL scanners namelessunivamalg #x n stbaresepri 2000 NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 118366.60 34 +NULL semi-precious NULL NULL NULL NULL NULL NULL 105040.42 51 +NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 105040.42 51 +NULL semi-precious amalgbrand #x ationeseoughtanti 2000 NULL NULL NULL 105040.42 51 +NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 105040.42 51 +NULL sports-apparel NULL NULL 2000 NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL swimwear NULL NULL NULL NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x antieingoughtcally 2000 NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 132397.04 27 +NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 +NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 +NULL tennis NULL barpribaranti 2000 NULL NULL NULL 73252.58 91 +NULL tennis NULL barpribaranti NULL NULL NULL NULL 73252.58 91 +NULL womens NULL NULL 2000 NULL NULL NULL 78649.41 83 +NULL womens NULL NULL NULL NULL NULL NULL 180234.29 5 +NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 +NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 +NULL womens amalgedu pack #x NULL 2000 NULL NULL NULL 101584.88 64 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out index 4ff3a34bcc5a..84caa921d2a1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out @@ -38,103 +38,4 @@ LIMIT 100 -- !query schema struct -- !query output -Aaron Guy Lakeside Mount Pleasant 210815 24704.66 678.88 45673.18 -Abbott Harriet Wesley Forest Hills 84405 23666.36 1274.86 45689.64 -Abbott Joseph Greenfield Midway 62751 37795.50 1086.40 53385.17 -Abney Louis Gladstone Green Acres 140967 20698.82 491.86 48086.21 -Acevedo David Clinton Shady Grove 131505 22075.16 772.60 46961.99 -Acosta David Harmony Bunker Hill 112259 11738.20 399.34 17105.96 -Acosta Johnnie Centerville Enterprise 69183 21688.97 1059.74 34387.30 -Adair Evan Blanchard New Hope 117449 10843.01 540.08 20084.01 -Adams Genevieve Enterprise Union Hill 109910 32666.21 1432.96 61189.81 -Adams John Marion Oak Ridge 206733 34785.44 852.47 57926.68 -Adams Joyce Newtown Concord 166181 18450.10 1108.79 28427.74 -NULL Ana Deerfield Jamestown 26329 37277.21 1346.72 65078.34 -NULL Andrew Centerville Plainview 98661 40661.38 973.31 79995.51 -NULL Andrew Shiloh Mount Zion 205712 18320.09 575.85 32773.59 -NULL Antone Antioch Forest Hills 192973 14507.02 841.86 34973.08 -NULL Barbara Westgate Crossroads 202167 17296.28 1017.79 30562.26 -NULL Bernadette Ashland Pleasant Grove 134217 6757.46 306.65 17709.08 -NULL David Florence Springdale 108460 17730.57 647.69 43637.79 -NULL Diane Five Points Mount Zion 203347 26281.72 533.37 42267.33 -NULL Donna Oak Hill Sulphur Springs 36870 25603.09 1331.75 53982.97 -NULL Douglas Crossroads Sunnyside 218776 22822.92 884.66 42559.53 -NULL Emiko Liberty Oakdale 193771 9730.58 249.23 22985.99 -NULL Frank Riverview Waterloo 109144 18721.91 846.02 29241.20 -NULL George Pleasant Grove Shiloh 179953 18237.84 607.57 44135.38 -NULL Gertrude Greenwood Macedonia 137410 33678.21 1866.59 47276.52 -NULL Jack Oakwood Liberty 149758 18006.16 299.45 37000.83 -NULL James Riverview Valley View 99563 22376.23 546.85 42749.50 -NULL James Shiloh Wesley 142680 28622.37 1046.33 61645.20 -NULL John Fairview Lakeside 123374 21712.42 1337.39 31640.02 -NULL John Parkwood Edgewood 24159 24087.46 1200.55 51305.29 -NULL Joseph Lakewood Mount Olive 231104 34934.39 1256.89 55986.84 -NULL Joseph Springdale Lakeside 134343 17381.47 748.31 37418.87 -NULL Joshua Five Points Hopewell 227114 19755.36 674.30 28406.59 -NULL Joshua Lakeside Highland Park 46736 29566.29 1020.12 55274.62 -NULL Juanita Waterloo Georgetown 100509 26660.53 676.41 51566.27 -NULL Karen Greenfield Friendship 40841 15048.50 678.00 45109.61 -NULL Kent Wilson Mountain View 27855 34594.01 1145.23 61220.01 -NULL Lacey Jamestown Riverside 134462 10125.84 293.43 26180.45 -NULL Larry Oak Hill Five Points 54597 31630.41 1432.78 55835.87 -NULL Lillian Fairview Pleasant Hill 90533 32594.36 1558.26 66144.34 -NULL Malcolm Spring Hill Bridgeport 97846 27789.25 1441.65 70190.53 -NULL Marti Greenwood Providence 231861 18475.92 694.12 33988.12 -NULL Melvin Woodville Harmony 115030 15067.30 734.83 31515.14 -NULL NULL Brownsville Walnut Grove 53883 23832.80 1031.26 32052.94 -NULL NULL Buena Vista Griffin 109500 35164.09 1692.37 53432.26 -NULL NULL Centerville Providence 62604 6898.02 324.99 30892.81 -NULL NULL Clinton Redland 36631 20981.79 1799.58 26288.30 -NULL NULL Dallas Shady Grove 55706 22011.96 313.15 53826.72 -NULL NULL Deerfield Lakeside 232906 18068.60 650.65 43837.36 -NULL NULL Edgewood Belmont 230383 14998.93 844.15 26544.25 -NULL NULL Fairview Florence 90439 18472.43 665.54 45369.45 -NULL NULL Five Points Tracy 159202 32371.98 1162.21 65641.10 -NULL NULL Florence Spring Hill 104935 19660.92 1221.31 44977.11 -NULL NULL Forest Hills Argyle 139387 14190.66 566.22 26171.36 -NULL NULL Franklin Floyd 230648 16319.23 871.53 38604.51 -NULL NULL Galena Sulphur Springs 137765 12788.84 545.88 35276.70 -NULL NULL Georgetown Forest Hills 195266 11924.71 382.35 28208.78 -NULL NULL Glendale Mount Pleasant 159389 19529.56 568.73 42661.40 -NULL NULL Guilford Wildwood 49651 14471.24 513.47 32498.08 -NULL NULL Hillcrest Valley View 218569 37536.35 1322.01 54952.26 -NULL NULL Kingston Wildwood 176614 38949.49 2260.34 62962.63 -NULL NULL Lakeside Jackson 235093 15888.52 457.78 39640.17 -NULL NULL Leon Five Points 50330 18970.87 926.99 49138.72 -NULL NULL Littleton Walnut Grove 209023 22998.20 640.55 41076.55 -NULL NULL Midway Oakwood 11488 13314.57 425.70 30008.53 -NULL NULL Morris Sullivan 97140 13728.72 455.24 22377.36 -NULL NULL Mount Pleasant Greenville 206301 20248.08 682.37 57143.50 -NULL NULL Mount Zion Greenwood 174923 17133.91 313.95 51727.01 -NULL NULL Mountain View Deerfield 194436 16962.72 773.97 33070.54 -NULL NULL Newport Bunker Hill 47193 37645.73 1195.20 72749.99 -NULL NULL Newtown Union Hill 186823 18161.92 709.16 27119.67 -NULL NULL Pleasant Grove Newtown 164893 15334.29 612.95 39959.97 -NULL NULL Pleasant Hill Waterloo 156554 20178.41 1143.87 34449.89 -NULL NULL Salem Mount Pleasant 50365 26947.72 531.11 39988.78 -NULL NULL Shady Grove Clifford 103990 20797.70 1019.91 44546.93 -NULL NULL Shelby Clifton 54573 25576.31 723.92 42159.67 -NULL NULL Shiloh Oakland 46266 25416.89 1427.81 45735.58 -NULL NULL Springfield Florence 77578 11201.04 573.75 39745.55 -NULL NULL Springfield Jackson 176898 22035.46 785.41 36552.00 -NULL NULL Summit Concord 224470 17167.29 893.49 36546.18 -NULL NULL Sunnyside Newtown 40831 22656.49 1011.26 54581.80 -NULL NULL Unionville Woodlawn 70 14472.01 383.45 27139.95 -NULL NULL Walnut Grove Willow 147740 24550.37 1403.66 47888.99 -NULL NULL Waterloo Spring Hill 206784 21355.86 1366.98 37107.65 -NULL NULL White Oak Florence 92664 13525.33 462.86 28408.35 -NULL NULL Wilson Jamestown 111773 21025.19 845.83 39863.08 -NULL Norman Jamestown Farmington 218063 37475.56 1480.70 61106.57 -NULL Ralph Valley View Harmony 125234 17152.89 603.81 43572.89 -NULL Raymond Springfield Greenfield 174183 26633.39 1132.88 66071.66 -NULL Rene Caledonia Spring Valley 30016 48048.11 1969.99 88469.89 -NULL Rene Caledonia Stringtown 16638 20732.47 915.66 38600.63 -NULL Ricky Stringtown Glenwood 120194 22030.71 790.40 54088.54 -NULL Roy Georgetown Riverside 200033 35666.28 644.10 62654.54 -NULL Shannon Brownsville Deerfield 57279 31806.93 1450.73 59987.95 -NULL Susan Green Acres Liberty 143399 13352.11 880.61 30549.47 -NULL Tabatha Harmony Greenfield 56102 17377.84 420.63 38464.67 -NULL Victor Providence Antioch 161524 14173.12 860.07 26079.25 -NULL Violet Woodlawn Woodville 193534 17536.20 1067.01 30308.64 -NULL Warren Bunker Hill Greenville 134828 10481.74 350.80 19160.46 -NULL Willie Freeport Wyoming 147738 15265.05 608.18 43336.34 + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out index 31bf382226cd..ef9b844c68d5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out @@ -42,103 +42,103 @@ LIMIT 100 -- !query schema struct -- !query output -F D 2 yr Degree 1 2500 1 Low Risk 1 -F D 2 yr Degree 1 4500 1 Good 1 -F D 2 yr Degree 1 9000 1 Good 1 -F D 2 yr Degree 1 9500 1 Good 1 -F D 2 yr Degree 2 4500 2 Low Risk 2 -F D 4 yr Degree 1 1000 1 Low Risk 1 -F D 4 yr Degree 1 1500 1 Low Risk 1 -F D 4 yr Degree 1 1500 1 Unknown 1 -F D 4 yr Degree 1 2000 1 Good 1 -F D 4 yr Degree 1 2500 1 Unknown 1 -F D 4 yr Degree 1 4000 1 Unknown 1 -F D 4 yr Degree 1 5500 1 Good 1 -F D 4 yr Degree 1 7000 1 Good 1 -F D 4 yr Degree 1 7000 1 High Risk 1 -F D 4 yr Degree 1 8000 1 High Risk 1 -F D 4 yr Degree 1 8500 1 Unknown 1 -F D Advanced Degree 1 1000 1 Good 1 -F D Advanced Degree 1 10000 1 Low Risk 1 -F D Advanced Degree 1 3500 1 Good 1 -F D Advanced Degree 1 3500 1 High Risk 1 -F D Advanced Degree 1 4000 1 High Risk 1 -F D Advanced Degree 1 5000 1 High Risk 1 -F D Advanced Degree 1 5500 1 Good 1 -F D Advanced Degree 1 5500 1 Low Risk 1 -F D Advanced Degree 1 6500 1 Low Risk 1 -F D Advanced Degree 1 7000 1 High Risk 1 -F D Advanced Degree 1 8000 1 Low Risk 1 -F D Advanced Degree 1 8500 1 High Risk 1 -F D Advanced Degree 1 9500 1 Low Risk 1 -F D Advanced Degree 1 9500 1 Unknown 1 -F D College 1 1500 1 Low Risk 1 -F D College 1 2500 1 Good 1 -F D College 1 4000 1 High Risk 1 -F D College 1 6000 1 Good 1 -F D College 1 6000 1 High Risk 1 -F D College 1 9000 1 High Risk 1 -F D Primary 1 10000 1 Good 1 -F D Primary 1 3000 1 High Risk 1 -F D Primary 1 4000 1 Low Risk 1 -F D Primary 1 4000 1 Unknown 1 -F D Primary 1 4500 1 Unknown 1 -F D Primary 1 5000 1 High Risk 1 -F D Primary 1 5000 1 Unknown 1 -F D Primary 1 6000 1 Good 1 -F D Primary 1 6000 1 Unknown 1 -F D Primary 1 8500 1 Unknown 1 -F D Primary 1 9000 1 Unknown 1 -F D Primary 1 9500 1 High Risk 1 -F D Primary 1 9500 1 Unknown 1 -F D Primary 2 10000 2 Low Risk 2 -F D Secondary 1 1000 1 High Risk 1 -F D Secondary 1 10000 1 Low Risk 1 -F D Secondary 1 3000 1 Good 1 -F D Secondary 1 3500 1 Good 1 -F D Secondary 1 500 1 Low Risk 1 -F D Secondary 1 6000 1 Low Risk 1 -F D Secondary 1 6500 1 Unknown 1 -F D Secondary 1 8500 1 High Risk 1 -F D Unknown 1 10000 1 Unknown 1 -F D Unknown 1 1500 1 High Risk 1 -F D Unknown 1 3000 1 Good 1 -F D Unknown 1 3000 1 High Risk 1 -F D Unknown 1 6000 1 Good 1 -F D Unknown 1 6500 1 High Risk 1 -F D Unknown 2 8000 2 Low Risk 2 -F M 2 yr Degree 1 2500 1 Low Risk 1 -F M 2 yr Degree 1 4500 1 Low Risk 1 -F M 2 yr Degree 1 8500 1 High Risk 1 -F M 2 yr Degree 3 4000 3 Unknown 3 -F M 4 yr Degree 1 1000 1 Good 1 -F M 4 yr Degree 1 1500 1 Good 1 -F M 4 yr Degree 1 4000 1 Low Risk 1 -F M 4 yr Degree 1 4000 1 Unknown 1 -F M 4 yr Degree 1 5000 1 Unknown 1 -F M 4 yr Degree 1 5500 1 Low Risk 1 -F M 4 yr Degree 1 6000 1 Good 1 -F M 4 yr Degree 1 8000 1 High Risk 1 -F M Advanced Degree 1 10000 1 Low Risk 1 -F M Advanced Degree 1 2500 1 Good 1 -F M Advanced Degree 1 3500 1 High Risk 1 -F M Advanced Degree 1 500 1 Low Risk 1 -F M Advanced Degree 1 500 1 Unknown 1 -F M Advanced Degree 1 6500 1 Good 1 -F M Advanced Degree 1 6500 1 Unknown 1 -F M Advanced Degree 1 8000 1 Low Risk 1 -F M Advanced Degree 1 9500 1 Good 1 -F M Advanced Degree 2 5500 2 Unknown 2 -F M College 1 1000 1 Unknown 1 -F M College 1 10000 1 High Risk 1 -F M College 1 3000 1 Good 1 -F M College 1 6000 1 Low Risk 1 -F M College 1 7000 1 High Risk 1 -F M College 1 8000 1 Good 1 -F M College 1 9000 1 Good 1 -F M College 1 9500 1 High Risk 1 -F M College 2 5000 2 High Risk 2 -F M College 2 9000 2 High Risk 2 -F M Primary 1 1000 1 Low Risk 1 -F M Primary 1 1500 1 High Risk 1 -F M Primary 1 7000 1 Good 1 +F D 2 yr Degree 1 2500 1 Low Risk 1 +F D 2 yr Degree 1 4500 1 Good 1 +F D 2 yr Degree 1 9000 1 Good 1 +F D 2 yr Degree 1 9500 1 Good 1 +F D 2 yr Degree 2 4500 2 Low Risk 2 +F D 4 yr Degree 1 1000 1 Low Risk 1 +F D 4 yr Degree 1 1500 1 Low Risk 1 +F D 4 yr Degree 1 1500 1 Unknown 1 +F D 4 yr Degree 1 2000 1 Good 1 +F D 4 yr Degree 1 2500 1 Unknown 1 +F D 4 yr Degree 1 4000 1 Unknown 1 +F D 4 yr Degree 1 5500 1 Good 1 +F D 4 yr Degree 1 7000 1 Good 1 +F D 4 yr Degree 1 7000 1 High Risk 1 +F D 4 yr Degree 1 8000 1 High Risk 1 +F D 4 yr Degree 1 8500 1 Unknown 1 +F D Advanced Degree 1 1000 1 Good 1 +F D Advanced Degree 1 10000 1 Low Risk 1 +F D Advanced Degree 1 3500 1 Good 1 +F D Advanced Degree 1 3500 1 High Risk 1 +F D Advanced Degree 1 4000 1 High Risk 1 +F D Advanced Degree 1 5000 1 High Risk 1 +F D Advanced Degree 1 5500 1 Good 1 +F D Advanced Degree 1 5500 1 Low Risk 1 +F D Advanced Degree 1 6500 1 Low Risk 1 +F D Advanced Degree 1 7000 1 High Risk 1 +F D Advanced Degree 1 8000 1 Low Risk 1 +F D Advanced Degree 1 8500 1 High Risk 1 +F D Advanced Degree 1 9500 1 Low Risk 1 +F D Advanced Degree 1 9500 1 Unknown 1 +F D College 1 1500 1 Low Risk 1 +F D College 1 2500 1 Good 1 +F D College 1 4000 1 High Risk 1 +F D College 1 6000 1 Good 1 +F D College 1 6000 1 High Risk 1 +F D College 1 9000 1 High Risk 1 +F D Primary 1 10000 1 Good 1 +F D Primary 1 3000 1 High Risk 1 +F D Primary 1 4000 1 Low Risk 1 +F D Primary 1 4000 1 Unknown 1 +F D Primary 1 4500 1 Unknown 1 +F D Primary 1 5000 1 High Risk 1 +F D Primary 1 5000 1 Unknown 1 +F D Primary 1 6000 1 Good 1 +F D Primary 1 6000 1 Unknown 1 +F D Primary 1 8500 1 Unknown 1 +F D Primary 1 9000 1 Unknown 1 +F D Primary 1 9500 1 High Risk 1 +F D Primary 1 9500 1 Unknown 1 +F D Primary 2 10000 2 Low Risk 2 +F D Secondary 1 1000 1 High Risk 1 +F D Secondary 1 10000 1 Low Risk 1 +F D Secondary 1 3000 1 Good 1 +F D Secondary 1 3500 1 Good 1 +F D Secondary 1 500 1 Low Risk 1 +F D Secondary 1 6000 1 Low Risk 1 +F D Secondary 1 6500 1 Unknown 1 +F D Secondary 1 8500 1 High Risk 1 +F D Unknown 1 10000 1 Unknown 1 +F D Unknown 1 1500 1 High Risk 1 +F D Unknown 1 3000 1 Good 1 +F D Unknown 1 3000 1 High Risk 1 +F D Unknown 1 6000 1 Good 1 +F D Unknown 1 6500 1 High Risk 1 +F D Unknown 2 8000 2 Low Risk 2 +F M 2 yr Degree 1 2500 1 Low Risk 1 +F M 2 yr Degree 1 4500 1 Low Risk 1 +F M 2 yr Degree 1 8500 1 High Risk 1 +F M 2 yr Degree 3 4000 3 Unknown 3 +F M 4 yr Degree 1 1000 1 Good 1 +F M 4 yr Degree 1 1500 1 Good 1 +F M 4 yr Degree 1 4000 1 Low Risk 1 +F M 4 yr Degree 1 4000 1 Unknown 1 +F M 4 yr Degree 1 5000 1 Unknown 1 +F M 4 yr Degree 1 5500 1 Low Risk 1 +F M 4 yr Degree 1 6000 1 Good 1 +F M 4 yr Degree 1 8000 1 High Risk 1 +F M Advanced Degree 1 10000 1 Low Risk 1 +F M Advanced Degree 1 2500 1 Good 1 +F M Advanced Degree 1 3500 1 High Risk 1 +F M Advanced Degree 1 500 1 Low Risk 1 +F M Advanced Degree 1 500 1 Unknown 1 +F M Advanced Degree 1 6500 1 Good 1 +F M Advanced Degree 1 6500 1 Unknown 1 +F M Advanced Degree 1 8000 1 Low Risk 1 +F M Advanced Degree 1 9500 1 Good 1 +F M Advanced Degree 2 5500 2 Unknown 2 +F M College 1 1000 1 Unknown 1 +F M College 1 10000 1 High Risk 1 +F M College 1 3000 1 Good 1 +F M College 1 6000 1 Low Risk 1 +F M College 1 7000 1 High Risk 1 +F M College 1 8000 1 Good 1 +F M College 1 9000 1 Good 1 +F M College 1 9500 1 High Risk 1 +F M College 2 5000 2 High Risk 2 +F M College 2 9000 2 High Risk 2 +F M Primary 1 1000 1 Low Risk 1 +F M Primary 1 1500 1 High Risk 1 +F M Primary 1 7000 1 Good 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out index 2118de08a2a9..2967bc4e6ca5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out @@ -23,4 +23,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAAACAAAA 17.0 13.150000 7.700000 1.970000 +AAAAAAAAAAAEAAAA 99.0 123.440000 0.000000 44.430000 +AAAAAAAAAABBAAAA 11.0 77.310000 0.000000 38.650000 +AAAAAAAAAABEAAAA 35.5 18.900000 0.000000 4.850000 +AAAAAAAAAACAAAAA 61.0 38.630000 90.245000 16.385000 +AAAAAAAAAACCAAAA 10.5 83.465000 0.000000 30.020000 +AAAAAAAAAADBAAAA 44.0 108.360000 0.000000 13.000000 +AAAAAAAAAADCAAAA 54.0 59.290000 0.000000 34.980000 +AAAAAAAAAADEAAAA 93.0 43.570000 0.000000 38.340000 +AAAAAAAAAAEAAAAA 72.0 16.460000 0.000000 13.330000 +AAAAAAAAAAEBAAAA 88.0 29.020000 0.000000 0.870000 +AAAAAAAAAAEDAAAA 91.0 84.375000 0.000000 9.090000 +AAAAAAAAAAFDAAAA 37.0 33.130000 0.000000 20.200000 +AAAAAAAAAAGEAAAA 35.0 56.480000 881.450000 23.630000 +AAAAAAAAAAHDAAAA 33.0 59.050000 0.000000 48.530000 +AAAAAAAAAAICAAAA 68.5 108.730000 166.780000 69.220000 +AAAAAAAAAAIDAAAA 76.0 97.190000 0.000000 43.730000 +AAAAAAAAAAJCAAAA 30.0 47.550000 0.000000 30.430000 +AAAAAAAAAAKBAAAA 59.0 55.080000 0.000000 17.070000 +AAAAAAAAAAMBAAAA 74.0 10.390000 0.000000 8.620000 +AAAAAAAAAAMCAAAA 86.0 24.100000 0.410000 0.480000 +AAAAAAAAAANAAAAA 43.0 80.160000 0.000000 41.680000 +AAAAAAAAAANBAAAA 28.0 112.270000 0.000000 57.250000 +AAAAAAAAAAOAAAAA 46.0 12.630000 0.000000 4.670000 +AAAAAAAAAAPBAAAA 66.0 39.590000 969.800000 18.600000 +AAAAAAAAAAPCAAAA 90.0 68.280000 0.000000 47.790000 +AAAAAAAAABAAAAAA 10.5 71.480000 0.000000 28.920000 +AAAAAAAAABABAAAA 12.5 100.530000 2.230000 34.807500 +AAAAAAAAABADAAAA 100.0 68.670000 0.000000 50.810000 +AAAAAAAAABAEAAAA 49.0 15.790000 0.000000 11.840000 +AAAAAAAAABBCAAAA 52.0 115.100000 0.000000 24.170000 +AAAAAAAAABDEAAAA 92.0 168.960000 0.000000 23.650000 +AAAAAAAAABEAAAAA 33.333333333333336 58.646667 99.473333 22.166667 +AAAAAAAAABECAAAA 43.0 167.740000 0.000000 88.900000 +AAAAAAAAABEDAAAA 74.0 129.100000 0.000000 108.440000 +AAAAAAAAABFBAAAA 36.0 115.180000 0.000000 109.420000 +AAAAAAAAABFCAAAA 51.0 121.980000 0.000000 17.070000 +AAAAAAAAABFEAAAA 65.0 117.880000 0.000000 107.270000 +AAAAAAAAABGBAAAA 52.0 71.545000 0.000000 30.285000 +AAAAAAAAABGDAAAA 67.5 58.860000 0.000000 35.250000 +AAAAAAAAABHAAAAA 71.0 39.385000 804.375000 8.380000 +AAAAAAAAABHCAAAA 48.0 12.670000 52.160000 4.180000 +AAAAAAAAABHDAAAA 55.0 17.780000 0.000000 5.515000 +AAAAAAAAABJAAAAA 32.0 20.110000 0.000000 15.680000 +AAAAAAAAABJBAAAA 21.0 72.335000 0.000000 11.370000 +AAAAAAAAABJDAAAA 43.0 74.920000 0.000000 8.240000 +AAAAAAAAABKAAAAA 67.0 103.070000 0.000000 34.010000 +AAAAAAAAABKCAAAA 43.0 73.930000 0.000000 48.050000 +AAAAAAAAABKDAAAA 84.0 102.950000 0.000000 42.200000 +AAAAAAAAABMAAAAA 58.0 136.340000 0.000000 35.440000 +AAAAAAAAABMDAAAA 80.0 3.060000 0.000000 1.890000 +AAAAAAAAABNAAAAA 96.0 81.950000 0.000000 64.740000 +AAAAAAAAABNCAAAA 42.0 88.830000 0.000000 20.650000 +AAAAAAAAABOBAAAA 18.0 81.490000 0.000000 58.670000 +AAAAAAAAABOCAAAA 31.0 73.876667 0.000000 59.940000 +AAAAAAAAABPBAAAA 48.5 37.830000 183.780000 11.720000 +AAAAAAAAACACAAAA 60.0 104.375000 351.565000 25.315000 +AAAAAAAAACADAAAA 29.0 43.740000 0.000000 13.990000 +AAAAAAAAACBBAAAA 44.5 87.510000 0.000000 36.140000 +AAAAAAAAACBEAAAA 76.0 156.050000 0.000000 113.910000 +AAAAAAAAACCDAAAA 26.0 35.573333 0.000000 13.013333 +AAAAAAAAACCEAAAA 4.0 10.980000 0.000000 4.940000 +AAAAAAAAACDAAAAA 16.0 87.870000 36.260000 75.560000 +AAAAAAAAACDCAAAA 27.0 89.860000 0.000000 40.430000 +AAAAAAAAACEBAAAA 42.0 94.580000 0.000000 51.260000 +AAAAAAAAACFBAAAA 45.0 88.305000 0.000000 24.260000 +AAAAAAAAACGAAAAA 47.0 10.460000 0.000000 5.640000 +AAAAAAAAACGDAAAA 24.0 51.545000 0.000000 18.835000 +AAAAAAAAACHBAAAA 44.0 103.270000 0.000000 65.060000 +AAAAAAAAACHCAAAA 68.5 91.680000 0.000000 66.165000 +AAAAAAAAACIAAAAA 7.0 25.420000 0.000000 8.640000 +AAAAAAAAACIBAAAA 21.0 89.290000 915.010000 71.430000 +AAAAAAAAACIDAAAA 43.0 56.280000 56.110000 4.500000 +AAAAAAAAACLAAAAA 36.0 125.570000 0.000000 13.810000 +AAAAAAAAACLDAAAA 61.333333333333336 114.206667 0.000000 59.123333 +AAAAAAAAACMDAAAA 56.0 79.020000 0.000000 64.000000 +AAAAAAAAACNCAAAA 63.0 54.200000 0.000000 29.260000 +AAAAAAAAACOAAAAA 50.0 27.430000 229.215000 13.430000 +AAAAAAAAACPAAAAA 32.0 147.620000 2480.320000 87.090000 +AAAAAAAAACPCAAAA 80.0 12.600000 0.000000 0.370000 +AAAAAAAAACPDAAAA 87.0 105.930000 0.000000 9.530000 +AAAAAAAAADABAAAA 68.5 35.795000 0.000000 27.840000 +AAAAAAAAADACAAAA 96.0 101.540000 0.000000 99.500000 +AAAAAAAAADAEAAAA 53.0 74.640000 0.000000 7.630000 +AAAAAAAAADBBAAAA 6.0 85.580000 234.140000 81.300000 +AAAAAAAAADBDAAAA 47.0 39.330000 62.710000 12.090000 +AAAAAAAAADBEAAAA 52.0 2.410000 0.000000 1.060000 +AAAAAAAAADCAAAAA 91.0 92.170000 0.000000 67.280000 +AAAAAAAAADCCAAAA 33.0 40.800000 0.000000 28.560000 +AAAAAAAAADDBAAAA 45.0 18.630000 0.000000 17.690000 +AAAAAAAAADDCAAAA 66.0 162.170000 1525.900000 37.290000 +AAAAAAAAADDEAAAA 35.0 78.256667 0.000000 36.630000 +AAAAAAAAADEBAAAA 59.5 110.380000 157.965000 16.165000 +AAAAAAAAADEEAAAA 17.0 54.540000 0.000000 16.360000 +AAAAAAAAADFAAAAA 44.0 133.510000 0.000000 25.360000 +AAAAAAAAADGBAAAA 31.0 107.550000 919.825000 56.535000 +AAAAAAAAADGCAAAA 78.0 119.610000 0.000000 74.150000 +AAAAAAAAADGEAAAA 45.5 99.305000 0.000000 1.065000 +AAAAAAAAADHAAAAA 86.0 81.090000 0.000000 37.300000 +AAAAAAAAADHBAAAA 28.0 68.580000 223.790000 53.615000 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out index a30427b86644..bbd7ab3ff112 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out @@ -44,4 +44,4 @@ struct -- !query output - +10002012 importounivamalg #x 17 1 8360.00 +10002012 importounivamalg #x 17 51 3766.14 +10002012 importounivamalg #x 18 0 3063.20 +10002012 importounivamalg #x 18 10 3870.00 +10002012 importounivamalg #x 18 16 6634.95 +10002012 importounivamalg #x 18 3 6471.90 +10002012 importounivamalg #x 18 4 963.80 +10002012 importounivamalg #x 19 19 3925.48 +10003004 exportiunivamalg #x 17 27 9719.37 +10003004 exportiunivamalg #x 18 18 5692.22 +10003004 exportiunivamalg #x 19 43 4701.06 +10003004 exportiunivamalg #x 19 46 2423.18 +10003004 exportiunivamalg #x 7 34 3756.20 +10003004 exportiunivamalg #x 9 23 1272.43 +10003016 exportiunivamalg #x 17 55 5519.20 +10003016 exportiunivamalg #x 18 20 471.66 +10003016 exportiunivamalg #x 19 34 641.39 +10003016 exportiunivamalg #x 19 4 137.40 +10003016 exportiunivamalg #x 19 43 7272.65 +10004001 edu packunivamalg #x 17 26 1081.80 +10004001 edu packunivamalg #x 18 13 3864.00 +10004001 edu packunivamalg #x 18 49 2031.20 +10004001 edu packunivamalg #x 18 58 1212.96 +10004001 edu packunivamalg #x 19 56 13160.28 +10004001 edu packunivamalg #x 8 39 2472.93 +10004001 edu packunivamalg #x 9 20 5002.40 +10004004 edu packunivamalg #x 19 3 344.64 +10004004 edu packunivamalg #x 19 59 861.10 +10009015 maxiunivamalg #x 17 29 1104.61 +10009015 maxiunivamalg #x 18 2 1150.73 +10009015 maxiunivamalg #x 19 55 1476.75 +10009015 maxiunivamalg #x 7 51 3912.99 +10009015 maxiunivamalg #x 8 32 6322.29 +10009015 maxiunivamalg #x 9 58 402.38 +1001001 amalgamalg #x 17 19 1877.46 +1001001 amalgamalg #x 17 48 10597.73 +1001001 amalgamalg #x 17 56 1250.08 +1001001 amalgamalg #x 17 59 1813.11 +1001001 amalgamalg #x 18 49 3045.12 +1001001 amalgamalg #x 19 13 549.43 +1001001 amalgamalg #x 19 3 8431.69 +1001001 amalgamalg #x 19 44 3818.40 +1001001 amalgamalg #x 19 53 2149.70 +1001001 amalgamalg #x 19 54 234.00 +1001001 amalgamalg #x 7 31 682.08 +1001001 amalgamalg #x 8 16 253.34 +1001001 amalgamalg #x 9 14 1745.24 +1001001 amalgamalg #x 9 18 2793.44 +1001001 amalgamalg #x 9 41 148.05 +10010013 univamalgamalg #x 17 7 5590.62 +10010013 univamalgamalg #x 18 32 630.00 +10010013 univamalgamalg #x 18 51 1677.20 +10010013 univamalgamalg #x 7 11 5799.04 +10010013 univamalgamalg #x 8 30 2513.25 +10010013 univamalgamalg #x 9 26 54.80 +1001002 amalgamalg #x 17 26 190.50 +1001002 amalgamalg #x 17 55 1505.25 +1001002 amalgamalg #x 18 11 2491.16 +1001002 amalgamalg #x 18 25 3408.48 +1001002 amalgamalg #x 18 37 3522.98 +1001002 amalgamalg #x 18 45 622.21 +1001002 amalgamalg #x 19 15 12395.76 +1001002 amalgamalg #x 19 31 4758.75 +1001002 amalgamalg #x 19 41 41.52 +1001002 amalgamalg #x 19 48 203.28 +1001002 amalgamalg #x 19 54 634.68 +1001002 amalgamalg #x 19 59 3542.94 +1001002 amalgamalg #x 8 38 388.35 +1001002 amalgamalg #x 9 28 12.47 +1001002 amalgamalg #x 9 46 1114.40 +1001002 amalgamalg #x 9 48 1624.59 +10012004 importoamalgamalg #x 17 24 450.90 +10012004 importoamalgamalg #x 18 33 717.21 +10012004 importoamalgamalg #x 19 4 20.91 +10012004 importoamalgamalg #x 6 49 6234.24 +10012004 importoamalgamalg #x 8 8 503.10 +10012011 importoamalgamalg #x 17 31 1173.28 +10012011 importoamalgamalg #x 17 9 2589.95 +10012011 importoamalgamalg #x 18 17 5384.79 +10012011 importoamalgamalg #x 18 29 4531.45 +10012011 importoamalgamalg #x 19 25 48.45 +10012011 importoamalgamalg #x 19 27 6218.47 +10012011 importoamalgamalg #x 8 53 486.50 +10012011 importoamalgamalg #x 9 19 541.25 +10012017 importoamalgamalg #x 17 16 1565.38 +10012017 importoamalgamalg #x 17 19 625.56 +10012017 importoamalgamalg #x 17 29 76.50 +10012017 importoamalgamalg #x 17 7 1107.54 +10012017 importoamalgamalg #x 18 26 3027.72 +10012017 importoamalgamalg #x 18 54 5415.90 +10012017 importoamalgamalg #x 19 11 595.65 +10012017 importoamalgamalg #x 8 4 558.69 +10012017 importoamalgamalg #x 8 53 4045.00 +10013013 exportiamalgamalg #x 17 44 814.80 +10013013 exportiamalgamalg #x 18 27 34.23 +10013013 exportiamalgamalg #x 19 39 81.96 +10013013 exportiamalgamalg #x 7 33 2103.93 +10013013 exportiamalgamalg #x 7 42 879.36 +10013013 exportiamalgamalg #x 8 0 2831.12 +10013015 exportiamalgamalg #x 17 14 1192.50 +10013015 exportiamalgamalg #x 8 30 1057.80 +10013015 exportiamalgamalg #x 9 18 8828.12 +10015004 scholaramalgamalg #x 17 46 9033.72 +10015004 scholaramalgamalg #x 17 58 7966.40 +10015004 scholaramalgamalg #x 19 42 525.80 +10015004 scholaramalgamalg #x 9 2 1736.72 +10015013 scholaramalgamalg #x 17 10 64.26 +10015013 scholaramalgamalg #x 18 20 574.24 +10015013 scholaramalgamalg #x 19 51 1553.20 +10015013 scholaramalgamalg #x 8 18 51.48 +10015013 scholaramalgamalg #x 8 25 2746.86 +10015013 scholaramalgamalg #x 8 32 438.48 +10015013 scholaramalgamalg #x 9 34 1257.30 +1002001 importoamalg #x 17 22 6511.08 +1002001 importoamalg #x 17 32 876.30 +1002001 importoamalg #x 17 46 3195.24 +1002001 importoamalg #x 18 10 68.37 +1002001 importoamalg #x 18 21 45.32 +1002001 importoamalg #x 18 59 464.52 +1002001 importoamalg #x 19 14 2513.30 +1002001 importoamalg #x 19 20 554.88 +1002001 importoamalg #x 19 21 2579.48 +1002001 importoamalg #x 19 26 977.60 +1002001 importoamalg #x 19 40 901.60 +1002001 importoamalg #x 19 46 583.47 +1002001 importoamalg #x 19 53 22.28 +1002001 importoamalg #x 6 6 6334.24 +1002001 importoamalg #x 8 1 64.48 +1002001 importoamalg #x 8 24 418.92 +1002001 importoamalg #x 9 28 1904.10 +1002001 importoamalg #x 9 56 6.44 +1002002 importoamalg #x 17 0 4183.34 +1002002 importoamalg #x 17 33 416.67 +1002002 importoamalg #x 17 4 330.01 +1002002 importoamalg #x 17 44 1415.25 +1002002 importoamalg #x 18 15 5240.76 +1002002 importoamalg #x 18 27 1343.93 +1002002 importoamalg #x 18 29 250.80 +1002002 importoamalg #x 18 31 489.72 +1002002 importoamalg #x 18 42 1852.20 +1002002 importoamalg #x 18 51 6924.69 +1002002 importoamalg #x 19 16 1182.37 +1002002 importoamalg #x 19 21 628.67 +1002002 importoamalg #x 19 42 1178.88 +1002002 importoamalg #x 19 52 109.44 +1002002 importoamalg #x 19 57 2451.06 +1002002 importoamalg #x 8 13 13246.16 +1002002 importoamalg #x 8 37 3220.80 +1002002 importoamalg #x 9 27 1040.43 +1002002 importoamalg #x 9 36 2668.77 +1002002 importoamalg #x 9 42 1893.54 +1002002 importoamalg #x 9 48 3374.00 +1002002 importoamalg #x 9 56 1600.82 +1002002 importoamalg #x 9 9 2926.95 +1003001 exportiamalg #x 17 37 2779.50 +1003001 exportiamalg #x 17 40 953.55 +1003001 exportiamalg #x 17 41 2751.84 +1003001 exportiamalg #x 18 21 2028.31 +1003001 exportiamalg #x 18 3 1704.75 +1003001 exportiamalg #x 19 10 3110.49 +1003001 exportiamalg #x 19 19 2355.12 +1003001 exportiamalg #x 19 4 4483.98 +1003001 exportiamalg #x 19 50 1455.83 +1003001 exportiamalg #x 19 52 15.81 +1003001 exportiamalg #x 6 10 386.40 +1003001 exportiamalg #x 6 53 528.90 +1003001 exportiamalg #x 7 23 2784.84 +1003001 exportiamalg #x 7 57 5617.50 +1003001 exportiamalg #x 8 35 3007.26 +1003001 exportiamalg #x 8 5 2360.81 +1003001 exportiamalg #x 9 26 2633.15 +1003001 exportiamalg #x 9 36 1007.81 +1003001 exportiamalg #x 9 44 73.92 +1003001 exportiamalg #x 9 58 2871.44 +1003002 exportiamalg #x 17 41 2197.60 +1003002 exportiamalg #x 17 59 2670.50 +1003002 exportiamalg #x 18 0 374.99 +1003002 exportiamalg #x 18 21 2783.00 +1003002 exportiamalg #x 18 35 7620.51 +1003002 exportiamalg #x 18 52 6013.26 +1003002 exportiamalg #x 18 53 4374.72 +1003002 exportiamalg #x 19 10 46.80 +1003002 exportiamalg #x 19 33 839.90 +1003002 exportiamalg #x 19 42 304.64 +1003002 exportiamalg #x 19 58 3423.80 +1003002 exportiamalg #x 7 40 1418.18 +1003002 exportiamalg #x 7 42 127.68 +1003002 exportiamalg #x 8 19 681.56 +1003002 exportiamalg #x 8 25 2957.35 +1003002 exportiamalg #x 8 56 3097.12 +1003002 exportiamalg #x 8 58 10023.00 +1003002 exportiamalg #x 9 38 4428.98 +1003002 exportiamalg #x 9 41 7345.80 +1003002 exportiamalg #x 9 49 4255.80 +1004001 edu packamalg #x 17 26 194.18 +1004001 edu packamalg #x 17 57 5860.74 +1004001 edu packamalg #x 19 2 1148.16 +1004001 edu packamalg #x 19 26 1439.04 +1004001 edu packamalg #x 19 42 1878.76 +1004001 edu packamalg #x 8 16 1629.81 +1004002 edu packamalg #x 17 11 1340.64 +1004002 edu packamalg #x 17 16 4061.68 +1004002 edu packamalg #x 17 2 6118.65 +1004002 edu packamalg #x 17 32 6524.70 +1004002 edu packamalg #x 17 39 580.32 +1004002 edu packamalg #x 18 24 2551.16 +1004002 edu packamalg #x 18 32 1742.52 +1004002 edu packamalg #x 19 0 1261.65 +1004002 edu packamalg #x 19 25 1117.39 +1004002 edu packamalg #x 19 26 9298.01 +1004002 edu packamalg #x 19 5 736.92 +1004002 edu packamalg #x 19 9 242.25 +1004002 edu packamalg #x 7 0 4599.14 +1004002 edu packamalg #x 7 2 210.14 +1004002 edu packamalg #x 7 41 81.59 +1004002 edu packamalg #x 8 13 1922.68 +1004002 edu packamalg #x 8 26 608.52 +1004002 edu packamalg #x 8 49 264.60 +1004002 edu packamalg #x 9 12 103.87 +1004002 edu packamalg #x 9 53 5382.72 +1004002 edu packamalg #x 9 55 4427.52 +2001001 amalgimporto #x 17 28 1135.06 +2001001 amalgimporto #x 18 47 142.29 +2001001 amalgimporto #x 19 48 72.03 +2001001 amalgimporto #x 6 40 5295.40 +2001002 amalgimporto #x 17 11 1951.95 +2001002 amalgimporto #x 17 12 2396.61 +2001002 amalgimporto #x 17 22 1269.07 +2001002 amalgimporto #x 17 27 1955.20 +2001002 amalgimporto #x 17 32 15801.28 +2001002 amalgimporto #x 17 34 8160.75 +2001002 amalgimporto #x 17 56 820.26 +2001002 amalgimporto #x 18 1 65.00 +2001002 amalgimporto #x 18 20 276.77 +2001002 amalgimporto #x 18 21 1659.84 +2001002 amalgimporto #x 18 24 2749.95 +2001002 amalgimporto #x 18 31 108.78 +2001002 amalgimporto #x 18 4 229.32 +2001002 amalgimporto #x 18 48 1511.30 +2001002 amalgimporto #x 18 49 333.66 +2001002 amalgimporto #x 19 19 33.20 +2001002 amalgimporto #x 19 25 253.50 +2001002 amalgimporto #x 19 45 76.36 +2001002 amalgimporto #x 19 47 2894.46 +2001002 amalgimporto #x 19 6 14.72 +2001002 amalgimporto #x 19 9 4681.05 +2001002 amalgimporto #x 7 46 1213.44 +2001002 amalgimporto #x 7 8 1414.14 +2001002 amalgimporto #x 8 51 3725.90 +2001002 amalgimporto #x 8 54 688.71 +2001002 amalgimporto #x 9 27 213.64 +2001002 amalgimporto #x 9 3 1157.20 +2001002 amalgimporto #x 9 36 2715.18 +2002001 importoimporto #x 17 0 86.10 +2002001 importoimporto #x 17 24 12932.04 +2002001 importoimporto #x 17 38 116.16 +2002001 importoimporto #x 17 4 1649.28 +2002001 importoimporto #x 17 40 126.49 +2002001 importoimporto #x 17 51 222.80 +2002001 importoimporto #x 18 1 273.60 +2002001 importoimporto #x 18 33 232.56 +2002001 importoimporto #x 18 34 177.79 +2002001 importoimporto #x 19 10 818.40 +2002001 importoimporto #x 19 15 107.64 +2002001 importoimporto #x 19 31 709.32 +2002001 importoimporto #x 19 47 2338.56 +2002001 importoimporto #x 6 34 9043.24 +2002001 importoimporto #x 7 32 1023.75 +2002001 importoimporto #x 8 8 2420.34 +2002001 importoimporto #x 9 20 943.56 +2002001 importoimporto #x 9 32 735.13 +2002001 importoimporto #x 9 43 1715.64 +2002001 importoimporto #x 9 58 NULL +2003001 exportiimporto #x 17 18 15.17 +2003001 exportiimporto #x 18 28 5107.41 +2003001 exportiimporto #x 18 54 864.36 +2003001 exportiimporto #x 19 11 184.90 +2003001 exportiimporto #x 19 58 2528.40 +2003001 exportiimporto #x 8 42 7326.20 +2003001 exportiimporto #x 9 17 7900.62 +2003001 exportiimporto #x 9 23 1310.16 +2003001 exportiimporto #x 9 32 4723.95 +2003001 exportiimporto #x 9 59 8113.05 +2003002 exportiimporto #x 18 18 414.12 +2003002 exportiimporto #x 18 26 7621.35 +2003002 exportiimporto #x 18 9 1874.40 +2003002 exportiimporto #x 19 52 568.92 +2003002 exportiimporto #x 6 17 842.40 +2003002 exportiimporto #x 6 53 10190.88 +2003002 exportiimporto #x 8 25 650.25 +2003002 exportiimporto #x 9 27 NULL +2003002 exportiimporto #x 9 31 8513.40 +2003002 exportiimporto #x 9 41 2471.90 +2003002 exportiimporto #x 9 49 137.40 +2004001 edu packimporto #x 17 3 7568.00 +2004001 edu packimporto #x 17 48 241.50 +2004001 edu packimporto #x 18 4 3757.34 +2004001 edu packimporto #x 18 42 172.48 +2004001 edu packimporto #x 19 10 202.12 +2004001 edu packimporto #x 19 27 1490.13 +2004001 edu packimporto #x 19 33 4138.56 +2004001 edu packimporto #x 19 4 3051.40 +2004001 edu packimporto #x 19 45 70.40 +2004001 edu packimporto #x 19 50 1934.46 +2004002 edu packimporto #x 17 2 6744.98 +2004002 edu packimporto #x 17 46 3144.40 +2004002 edu packimporto #x 17 59 1676.84 +2004002 edu packimporto #x 18 28 1052.64 +2004002 edu packimporto #x 18 37 56.75 +2004002 edu packimporto #x 18 46 3194.31 +2004002 edu packimporto #x 18 57 646.34 +2004002 edu packimporto #x 19 14 8165.73 +2004002 edu packimporto #x 19 16 581.28 +2004002 edu packimporto #x 19 20 553.76 +2004002 edu packimporto #x 19 26 2776.36 +2004002 edu packimporto #x 7 56 4267.90 +2004002 edu packimporto #x 8 39 51.68 +2004002 edu packimporto #x 9 24 304.36 +2004002 edu packimporto #x 9 28 1353.15 +2004002 edu packimporto #x 9 3 1475.84 +2004002 edu packimporto #x 9 41 5165.58 +2004002 edu packimporto #x 9 46 716.38 +2004002 edu packimporto #x 9 7 NULL +3001001 amalgexporti #x 17 10 3217.50 +3001001 amalgexporti #x 17 18 3.96 +3001001 amalgexporti #x 17 25 15765.36 +3001001 amalgexporti #x 17 33 191.98 +3001001 amalgexporti #x 17 38 72.96 +3001001 amalgexporti #x 19 1 7502.67 +3001001 amalgexporti #x 19 57 247.68 +3001001 amalgexporti #x 7 26 7840.00 +3001001 amalgexporti #x 8 38 3125.32 +3001001 amalgexporti #x 9 41 1211.50 +3002001 importoexporti #x 17 0 38.34 +3002001 importoexporti #x 17 1 108.45 +3002001 importoexporti #x 17 13 2741.54 +3002001 importoexporti #x 17 14 1644.96 +3002001 importoexporti #x 17 33 369.75 +3002001 importoexporti #x 17 40 1379.04 +3002001 importoexporti #x 17 5 4561.20 +3002001 importoexporti #x 17 51 2181.96 +3002001 importoexporti #x 18 20 2694.50 +3002001 importoexporti #x 18 21 2403.96 +3002001 importoexporti #x 18 3 6203.20 +3002001 importoexporti #x 18 31 319.90 +3002001 importoexporti #x 18 37 589.28 +3002001 importoexporti #x 18 39 1094.10 +3002001 importoexporti #x 18 50 5950.48 +3002001 importoexporti #x 19 27 738.14 +3002001 importoexporti #x 19 3 7400.40 +3002001 importoexporti #x 19 35 397.71 +3002001 importoexporti #x 19 4 8664.04 +3002001 importoexporti #x 19 43 10914.60 +3002001 importoexporti #x 19 45 8497.28 +3002001 importoexporti #x 19 49 826.74 +3002001 importoexporti #x 6 40 5245.80 +3002001 importoexporti #x 6 50 95.22 +3002001 importoexporti #x 8 1 186.93 +3002001 importoexporti #x 8 5 454.77 +3002001 importoexporti #x 8 52 1770.00 +3002001 importoexporti #x 9 26 209.95 +3002001 importoexporti #x 9 41 755.15 +3002001 importoexporti #x 9 59 6964.25 +3002002 importoexporti #x 17 15 2902.20 +3002002 importoexporti #x 17 18 3304.55 +3002002 importoexporti #x 17 45 1301.90 +3002002 importoexporti #x 18 21 490.82 +3002002 importoexporti #x 18 24 935.00 +3002002 importoexporti #x 18 52 4436.80 +3002002 importoexporti #x 19 13 6487.20 +3002002 importoexporti #x 19 19 748.41 +3002002 importoexporti #x 6 41 1760.58 +3002002 importoexporti #x 8 35 421.26 +3002002 importoexporti #x 8 51 4938.16 +3002002 importoexporti #x 8 58 2399.13 +3002002 importoexporti #x 9 12 378.08 +3002002 importoexporti #x 9 28 414.12 +3002002 importoexporti #x 9 53 27.74 +3003001 exportiexporti #x 17 21 9190.80 +3003001 exportiexporti #x 17 28 389.88 +3003001 exportiexporti #x 17 42 42.08 +3003001 exportiexporti #x 17 56 5104.62 +3003001 exportiexporti #x 17 6 196.38 +3003001 exportiexporti #x 17 9 6450.60 +3003001 exportiexporti #x 18 15 0.00 +3003001 exportiexporti #x 18 33 1386.35 +3003001 exportiexporti #x 19 16 101.58 +3003001 exportiexporti #x 19 20 13.26 +3003001 exportiexporti #x 19 24 10307.88 +3003001 exportiexporti #x 19 25 2713.30 +3003001 exportiexporti #x 19 37 16531.50 +3003001 exportiexporti #x 19 38 5990.76 +3003001 exportiexporti #x 19 40 4711.07 +3003001 exportiexporti #x 19 49 7845.76 +3003001 exportiexporti #x 19 53 2118.88 +3003001 exportiexporti #x 7 23 203.61 +3003001 exportiexporti #x 7 29 2408.70 +3003001 exportiexporti #x 8 19 1301.37 +3003001 exportiexporti #x 8 32 5008.64 +3003001 exportiexporti #x 8 48 1167.05 +3003001 exportiexporti #x 8 58 302.40 +3003001 exportiexporti #x 8 9 2206.47 +3003001 exportiexporti #x 9 1 156.98 +3003001 exportiexporti #x 9 14 1139.60 +3003001 exportiexporti #x 9 22 1982.73 +3003001 exportiexporti #x 9 48 258.39 +3003001 exportiexporti #x 9 6 151.92 +3003002 exportiexporti #x 17 21 221.20 +3003002 exportiexporti #x 18 26 1248.48 +3003002 exportiexporti #x 18 29 665.01 +3003002 exportiexporti #x 18 8 2844.00 +3003002 exportiexporti #x 19 24 410.00 +3003002 exportiexporti #x 19 36 154.38 +3003002 exportiexporti #x 19 37 38.80 +3003002 exportiexporti #x 19 5 5201.25 +3003002 exportiexporti #x 6 35 0.00 +3003002 exportiexporti #x 7 31 7195.50 +3003002 exportiexporti #x 7 37 313.24 +3003002 exportiexporti #x 9 20 367.90 +3003002 exportiexporti #x 9 27 234.60 +3003002 exportiexporti #x 9 42 1217.28 +3004001 edu packexporti #x 17 1 100.80 +3004001 edu packexporti #x 17 46 2375.45 +3004001 edu packexporti #x 17 51 539.95 +3004001 edu packexporti #x 18 0 7698.24 +3004001 edu packexporti #x 18 16 106.60 +3004001 edu packexporti #x 18 21 1270.66 +3004001 edu packexporti #x 18 4 633.06 +3004001 edu packexporti #x 18 49 1433.88 +3004001 edu packexporti #x 19 14 3127.20 +3004001 edu packexporti #x 19 17 763.00 +3004001 edu packexporti #x 19 47 10.00 +3004001 edu packexporti #x 19 9 2261.52 +3004001 edu packexporti #x 7 45 17.11 +3004001 edu packexporti #x 7 50 3029.00 +3004001 edu packexporti #x 7 56 3218.22 +3004001 edu packexporti #x 9 31 1541.43 +3004001 edu packexporti #x 9 36 5218.56 +3004001 edu packexporti #x 9 40 91.77 +4001001 amalgedu pack #x 17 15 1488.84 +4001001 amalgedu pack #x 17 26 469.58 +4001001 amalgedu pack #x 17 28 1643.76 +4001001 amalgedu pack #x 17 38 796.38 +4001001 amalgedu pack #x 17 54 22.38 +4001001 amalgedu pack #x 17 55 3890.08 +4001001 amalgedu pack #x 17 7 777.12 +4001001 amalgedu pack #x 17 8 4586.22 +4001001 amalgedu pack #x 19 13 1708.26 +4001001 amalgedu pack #x 19 43 2067.52 +4001001 amalgedu pack #x 19 45 227.84 +4001001 amalgedu pack #x 19 58 844.90 +4001001 amalgedu pack #x 19 59 9881.19 +4001001 amalgedu pack #x 19 9 2512.00 +4001001 amalgedu pack #x 6 45 1639.44 +4001001 amalgedu pack #x 7 58 135.78 +4001001 amalgedu pack #x 9 12 2930.95 +4001001 amalgedu pack #x 9 29 34.76 +4001001 amalgedu pack #x 9 3 2738.34 +4001001 amalgedu pack #x 9 48 211.32 +4001002 amalgedu pack #x 17 14 886.48 +4001002 amalgedu pack #x 17 53 198.33 +4001002 amalgedu pack #x 17 55 1880.97 +4001002 amalgedu pack #x 17 57 792.74 +4001002 amalgedu pack #x 17 6 724.80 +4001002 amalgedu pack #x 19 19 2018.40 +4001002 amalgedu pack #x 19 51 1706.46 +4001002 amalgedu pack #x 6 3 2012.80 +4001002 amalgedu pack #x 7 40 1431.54 +4001002 amalgedu pack #x 7 45 63.47 +4001002 amalgedu pack #x 7 6 253.80 +4001002 amalgedu pack #x 8 50 341.33 +4002001 importoedu pack #x 18 51 2567.40 +4003001 exportiedu pack #x 17 4 6.84 +4003001 exportiedu pack #x 17 43 3598.98 +4003001 exportiedu pack #x 17 45 182.28 +4003001 exportiedu pack #x 18 33 0.00 +4003001 exportiedu pack #x 18 35 745.20 +4003001 exportiedu pack #x 18 37 260.23 +4003001 exportiedu pack #x 19 20 231.99 +4003001 exportiedu pack #x 19 39 13.49 +4003001 exportiedu pack #x 6 50 1129.20 +4003001 exportiedu pack #x 8 1 202.30 +4003001 exportiedu pack #x 8 3 1514.43 +4003001 exportiedu pack #x 8 33 3358.72 +4003001 exportiedu pack #x 8 34 14784.50 +4003001 exportiedu pack #x 9 12 62.26 +4003001 exportiedu pack #x 9 31 424.26 +4003001 exportiedu pack #x 9 38 2631.20 +4003001 exportiedu pack #x 9 42 3952.59 +4003001 exportiedu pack #x 9 47 98.25 +4003001 exportiedu pack #x 9 51 4781.14 +4003001 exportiedu pack #x 9 54 5994.50 +4004001 edu packedu pack #x 17 15 4028.96 +4004001 edu packedu pack #x 17 18 1644.00 +4004001 edu packedu pack #x 17 30 517.65 +4004001 edu packedu pack #x 17 35 524.59 +4004001 edu packedu pack #x 17 37 1430.37 +4004001 edu packedu pack #x 17 5 2386.20 +4004001 edu packedu pack #x 18 22 26.00 +4004001 edu packedu pack #x 18 30 17.50 +4004001 edu packedu pack #x 18 50 8728.56 +4004001 edu packedu pack #x 18 52 122.67 +4004001 edu packedu pack #x 19 11 300.48 +4004001 edu packedu pack #x 19 13 80.24 +4004001 edu packedu pack #x 19 48 276.92 +4004001 edu packedu pack #x 19 50 610.50 +4004001 edu packedu pack #x 7 34 62.68 +4004001 edu packedu pack #x 8 22 4316.62 +4004001 edu packedu pack #x 9 11 1930.50 +4004001 edu packedu pack #x 9 23 16687.92 +4004001 edu packedu pack #x 9 25 2215.21 +4004001 edu packedu pack #x 9 32 154.79 +4004001 edu packedu pack #x 9 37 449.90 +4004001 edu packedu pack #x 9 41 7.14 +4004001 edu packedu pack #x 9 54 2787.20 +4004002 edu packedu pack #x 17 2 3400.05 +4004002 edu packedu pack #x 17 3 6447.42 +4004002 edu packedu pack #x 17 57 0.00 +4004002 edu packedu pack #x 18 18 943.66 +4004002 edu packedu pack #x 18 23 2483.01 +4004002 edu packedu pack #x 19 7 1264.56 +4004002 edu packedu pack #x 9 34 951.00 +5001001 amalgscholar #x 17 1 384.75 +5001001 amalgscholar #x 17 10 118.36 +5001001 amalgscholar #x 17 19 323.90 +5001001 amalgscholar #x 17 43 2731.37 +5001001 amalgscholar #x 17 44 9369.40 +5001001 amalgscholar #x 17 52 2707.54 +5001001 amalgscholar #x 17 54 3180.02 +5001001 amalgscholar #x 17 56 4638.84 +5001001 amalgscholar #x 18 23 909.48 +5001001 amalgscholar #x 18 27 3326.04 +5001001 amalgscholar #x 18 35 1713.96 +5001001 amalgscholar #x 18 40 405.15 +5001001 amalgscholar #x 19 12 3735.76 +5001001 amalgscholar #x 19 18 818.09 +5001001 amalgscholar #x 19 19 3617.97 +5001001 amalgscholar #x 19 21 1643.22 +5001001 amalgscholar #x 19 27 85.65 +5001001 amalgscholar #x 19 51 778.40 +5001001 amalgscholar #x 19 54 920.16 +5001001 amalgscholar #x 19 57 6841.12 +5001001 amalgscholar #x 8 31 1205.50 +5001001 amalgscholar #x 8 41 0.30 +5001001 amalgscholar #x 9 28 12171.40 +5001001 amalgscholar #x 9 38 126.56 +5001002 amalgscholar #x 17 44 255.00 +5001002 amalgscholar #x 18 15 6118.20 +5001002 amalgscholar #x 18 35 1654.44 +5001002 amalgscholar #x 19 24 762.96 +5001002 amalgscholar #x 19 42 2444.80 +5001002 amalgscholar #x 19 51 1360.00 +5001002 amalgscholar #x 8 25 0.00 +5001002 amalgscholar #x 8 59 633.36 +5001002 amalgscholar #x 9 39 378.56 +5001002 amalgscholar #x 9 46 78.68 +5002001 importoscholar #x 17 38 2822.47 +5002001 importoscholar #x 17 58 38.27 +5002001 importoscholar #x 18 2 5471.54 +5002001 importoscholar #x 18 32 4324.52 +5002001 importoscholar #x 18 38 257.53 +5002001 importoscholar #x 18 53 365.10 +5002001 importoscholar #x 19 31 91.20 +5002001 importoscholar #x 19 32 615.12 +5002001 importoscholar #x 19 33 1434.24 +5002001 importoscholar #x 19 55 1563.38 +5002001 importoscholar #x 19 59 7964.88 +5002001 importoscholar #x 19 9 4787.43 +5002001 importoscholar #x 6 7 1789.20 +5002001 importoscholar #x 8 1 377.57 +5002001 importoscholar #x 8 24 1725.50 +5002001 importoscholar #x 8 48 1123.47 +5002001 importoscholar #x 8 52 141.15 +5002001 importoscholar #x 9 22 8143.74 +5002002 importoscholar #x 17 27 227.52 +5002002 importoscholar #x 17 30 1404.00 +5002002 importoscholar #x 17 38 3709.44 +5002002 importoscholar #x 17 49 1980.88 +5002002 importoscholar #x 17 51 252.56 +5002002 importoscholar #x 17 52 1345.02 +5002002 importoscholar #x 18 14 1817.00 +5002002 importoscholar #x 18 26 755.09 +5002002 importoscholar #x 18 27 986.24 +5002002 importoscholar #x 18 40 1159.40 +5002002 importoscholar #x 19 0 558.98 +5002002 importoscholar #x 19 10 55.68 +5002002 importoscholar #x 19 15 4754.40 +5002002 importoscholar #x 19 18 2016.96 +5002002 importoscholar #x 19 19 7349.90 +5002002 importoscholar #x 19 27 745.92 +5002002 importoscholar #x 19 31 6745.90 +5002002 importoscholar #x 6 23 3383.10 +5002002 importoscholar #x 6 3 4774.25 +5002002 importoscholar #x 6 34 416.52 +5002002 importoscholar #x 9 16 13.13 +5002002 importoscholar #x 9 7 328.26 +5003001 exportischolar #x 17 11 1328.00 +5003001 exportischolar #x 17 14 5214.72 +5003001 exportischolar #x 17 25 46.72 +5003001 exportischolar #x 17 28 7029.12 +5003001 exportischolar #x 17 32 1714.80 +5003001 exportischolar #x 17 36 0.00 +5003001 exportischolar #x 17 4 21.70 +5003001 exportischolar #x 17 45 12101.22 +5003001 exportischolar #x 17 46 17.63 +5003001 exportischolar #x 17 59 1466.25 +5003001 exportischolar #x 17 9 87.10 +5003001 exportischolar #x 18 1 4889.22 +5003001 exportischolar #x 18 10 1461.98 +5003001 exportischolar #x 18 14 1210.20 +5003001 exportischolar #x 18 17 4099.20 +5003001 exportischolar #x 18 31 4452.80 +5003001 exportischolar #x 18 43 374.68 +5003001 exportischolar #x 19 10 1403.22 +5003001 exportischolar #x 19 2 4412.78 +5003001 exportischolar #x 19 27 231.84 +5003001 exportischolar #x 19 28 147.14 +5003001 exportischolar #x 19 29 407.34 +5003001 exportischolar #x 19 35 11523.60 +5003001 exportischolar #x 19 58 2294.62 +5003001 exportischolar #x 6 18 901.42 +5003001 exportischolar #x 7 44 5589.90 +5003001 exportischolar #x 8 1 116.10 +5003001 exportischolar #x 8 25 1446.36 +5003001 exportischolar #x 8 50 2555.28 +5003001 exportischolar #x 8 59 2144.73 +5003001 exportischolar #x 9 24 6694.80 +5003001 exportischolar #x 9 26 1482.30 +5003001 exportischolar #x 9 28 4064.76 +5003001 exportischolar #x 9 29 1150.77 +5003001 exportischolar #x 9 3 26.76 +5003001 exportischolar #x 9 43 129.24 +5003001 exportischolar #x 9 46 1361.57 +5003001 exportischolar #x 9 53 6525.33 +5003002 exportischolar #x 17 2 1540.54 +5003002 exportischolar #x 17 23 520.96 +5003002 exportischolar #x 17 26 320.31 +5003002 exportischolar #x 17 37 2388.24 +5003002 exportischolar #x 19 10 790.72 +5003002 exportischolar #x 19 6 1150.92 +5003002 exportischolar #x 8 21 43.89 +5003002 exportischolar #x 8 54 9007.28 +5003002 exportischolar #x 9 14 920.46 +5003002 exportischolar #x 9 20 NULL +5003002 exportischolar #x 9 29 2378.69 +5003002 exportischolar #x 9 47 3222.66 +5003002 exportischolar #x 9 57 650.43 +5004001 edu packscholar #x 18 27 31.02 +5004001 edu packscholar #x 18 30 225.21 +5004001 edu packscholar #x 6 36 1646.50 +5004001 edu packscholar #x 8 19 6527.50 +5004001 edu packscholar #x 8 30 420.28 +5004002 edu packscholar #x 17 10 1016.60 +5004002 edu packscholar #x 17 22 39.36 +5004002 edu packscholar #x 18 15 379.68 +5004002 edu packscholar #x 18 35 1462.00 +5004002 edu packscholar #x 18 47 1481.61 +5004002 edu packscholar #x 18 50 3863.88 +5004002 edu packscholar #x 18 7 2049.67 +5004002 edu packscholar #x 19 2 2061.30 +5004002 edu packscholar #x 19 24 1514.74 +5004002 edu packscholar #x 19 31 20021.76 +6002003 importocorp #x 17 20 1327.58 +6002003 importocorp #x 17 39 1840.98 +6002003 importocorp #x 17 53 140.40 +6002003 importocorp #x 19 26 2152.17 +6002003 importocorp #x 19 52 12649.84 +6002003 importocorp #x 7 2 744.12 +6002005 importocorp #x 17 22 4011.30 +6002005 importocorp #x 18 4 904.12 +6002005 importocorp #x 19 0 2454.03 +6002005 importocorp #x 19 43 7341.75 +6002005 importocorp #x 7 54 11026.50 +6002005 importocorp #x 8 27 2351.04 +6002005 importocorp #x 9 41 99.00 +6003008 exporticorp #x 17 16 218.16 +6003008 exporticorp #x 17 56 31.08 +6003008 exporticorp #x 18 36 22.08 +6003008 exporticorp #x 18 38 4955.40 +6003008 exporticorp #x 18 47 244.44 +6003008 exporticorp #x 18 8 5.15 +6003008 exporticorp #x 6 32 182.90 +6003008 exporticorp #x 9 18 4794.00 +6005001 scholarcorp #x 17 13 10941.60 +6005001 scholarcorp #x 17 14 1488.52 +6005001 scholarcorp #x 17 43 256.48 +6005001 scholarcorp #x 17 45 2522.52 +6005001 scholarcorp #x 17 55 4367.72 +6005001 scholarcorp #x 18 43 2174.48 +6005001 scholarcorp #x 19 16 991.98 +6005001 scholarcorp #x 19 55 4137.88 +6005001 scholarcorp #x 6 58 12395.37 +6005001 scholarcorp #x 7 39 10787.84 +6005001 scholarcorp #x 8 14 3096.90 +6005001 scholarcorp #x 9 25 2143.10 +6005001 scholarcorp #x 9 44 7129.00 +6005001 scholarcorp #x 9 9 597.30 +6006007 corpcorp #x 18 53 375.36 +6006007 corpcorp #x 18 59 1210.32 +6006007 corpcorp #x 19 54 1055.43 +6006007 corpcorp #x 6 1 5578.24 +6006007 corpcorp #x 7 24 2158.40 +6007003 brandcorp #x 17 26 588.80 +6007003 brandcorp #x 17 33 1995.20 +6007003 brandcorp #x 17 49 2522.15 +6007003 brandcorp #x 17 51 1707.48 +6007003 brandcorp #x 19 33 4146.75 +6007003 brandcorp #x 6 9 8053.44 +6007003 brandcorp #x 9 4 2335.10 +6008002 namelesscorp #x 17 31 176.19 +6008002 namelesscorp #x 18 38 3841.04 +6008002 namelesscorp #x 18 48 2683.20 +6008002 namelesscorp #x 19 53 127.32 +6008002 namelesscorp #x 8 59 471.68 +6008002 namelesscorp #x 9 3 578.97 +6008005 namelesscorp #x 17 47 12252.44 +6008005 namelesscorp #x 18 27 4498.44 +6008005 namelesscorp #x 18 51 216.69 +6008005 namelesscorp #x 19 2 10.59 +6008005 namelesscorp #x 9 1 2902.58 +6008005 namelesscorp #x 9 19 3.22 +6008007 namelesscorp #x 17 2 1905.12 +6008007 namelesscorp #x 17 20 810.46 +6008007 namelesscorp #x 18 0 2190.24 +6008007 namelesscorp #x 18 16 3395.62 +6008007 namelesscorp #x 18 47 6953.36 +6008007 namelesscorp #x 19 15 7.36 +6008007 namelesscorp #x 19 54 1058.93 +6009003 maxicorp #x 17 44 457.74 +6009003 maxicorp #x 17 6 3596.58 +6009003 maxicorp #x 19 38 2763.09 +6009003 maxicorp #x 6 4 87.00 +6010005 univbrand #x 17 24 1102.20 +6010005 univbrand #x 17 3 208.32 +6010005 univbrand #x 19 23 4606.83 +6010005 univbrand #x 7 17 598.91 +6010005 univbrand #x 8 18 197.37 +6010005 univbrand #x 8 8 15.47 +6010005 univbrand #x 9 27 4172.35 +6010005 univbrand #x 9 8 339.83 +6011001 amalgbrand #x 19 21 1098.30 +6011001 amalgbrand #x 6 46 752.80 +6011001 amalgbrand #x 7 21 2458.17 +6011001 amalgbrand #x 8 42 15.81 +6011001 amalgbrand #x 8 8 386.54 +6011001 amalgbrand #x 9 18 7129.56 +6011005 amalgbrand #x 17 13 7649.00 +6011005 amalgbrand #x 17 31 1071.00 +6011005 amalgbrand #x 18 33 1435.50 +6011005 amalgbrand #x 18 40 41.54 +6011005 amalgbrand #x 19 3 594.59 +6011005 amalgbrand #x 9 53 1997.52 +6011008 amalgbrand #x 17 4 445.12 +6011008 amalgbrand #x 18 29 83.68 +6011008 amalgbrand #x 18 5 2505.00 +6011008 amalgbrand #x 8 13 315.10 +6011008 amalgbrand #x 8 28 1995.60 +6011008 amalgbrand #x 9 14 178.22 +6011008 amalgbrand #x 9 33 1278.35 +6011008 amalgbrand #x 9 39 1341.93 +6011008 amalgbrand #x 9 50 42.50 +6012005 importobrand #x 17 30 6063.57 +6012005 importobrand #x 19 25 299.52 +6012005 importobrand #x 7 20 2412.30 +6012008 importobrand #x 19 13 3101.32 +6012008 importobrand #x 19 41 16055.65 +6012008 importobrand #x 8 33 2495.65 +6012008 importobrand #x 9 0 0.00 +6012008 importobrand #x 9 10 1327.19 +6012008 importobrand #x 9 53 7286.37 +6015006 scholarbrand #x 17 2 37.29 +6015006 scholarbrand #x 18 23 6755.76 +6015006 scholarbrand #x 19 0 1010.91 +6015006 scholarbrand #x 19 26 211.85 +6015006 scholarbrand #x 19 50 548.68 +6015006 scholarbrand #x 19 58 5080.60 +6015006 scholarbrand #x 6 14 212.28 +6016003 corpbrand #x 17 33 4592.04 +6016003 corpbrand #x 17 58 12.40 +6016003 corpbrand #x 17 8 2.65 +6016003 corpbrand #x 19 19 2421.65 +6016003 corpbrand #x 19 31 3094.50 +6016003 corpbrand #x 19 50 39.20 +6016003 corpbrand #x 19 57 12.48 +6016003 corpbrand #x 19 59 23.73 +6016003 corpbrand #x 7 0 63.20 +6016003 corpbrand #x 8 35 9497.90 +6016003 corpbrand #x 8 54 1733.08 +6016003 corpbrand #x 8 6 11902.80 +6016003 corpbrand #x 9 41 4100.88 +6016003 corpbrand #x 9 9 3262.08 +7001005 amalgbrand #x 8 12 6940.96 +7001005 amalgbrand #x 8 59 8656.83 +7004007 edu packbrand #x 17 57 1713.28 +7004007 edu packbrand #x 17 8 53.20 +7004007 edu packbrand #x 18 15 563.80 +7004007 edu packbrand #x 7 19 3943.82 +7004007 edu packbrand #x 9 23 6173.10 +7004009 edu packbrand #x 17 25 208.25 +7004009 edu packbrand #x 17 42 193.39 +7004009 edu packbrand #x 19 36 221.85 +7004009 edu packbrand #x 6 11 847.26 +7004009 edu packbrand #x 9 36 858.73 +7004009 edu packbrand #x 9 8 789.88 +7007004 brandbrand #x 9 31 1954.11 +7008009 namelessbrand #x 17 29 514.25 +7008009 namelessbrand #x 17 43 75.36 +7008009 namelessbrand #x 17 52 3146.96 +7008009 namelessbrand #x 19 27 1726.56 +7008009 namelessbrand #x 19 39 2132.41 +7008009 namelessbrand #x 19 45 1037.51 +7009010 maxibrand #x 9 38 66.30 +7010003 univnameless #x 17 11 387.00 +7010003 univnameless #x 18 12 811.50 +7010003 univnameless #x 18 35 2234.40 +7010003 univnameless #x 18 37 883.34 +7010003 univnameless #x 19 20 1926.24 +7010003 univnameless #x 19 28 672.51 +7010003 univnameless #x 19 4 5952.32 +7010003 univnameless #x 19 49 1319.57 +7010003 univnameless #x 7 5 2485.08 +7010003 univnameless #x 7 58 1735.12 +7010004 univnameless #x 17 26 129.50 +7010004 univnameless #x 17 44 2509.78 +7010004 univnameless #x 17 51 12082.56 +7010004 univnameless #x 18 21 41.46 +7010004 univnameless #x 18 7 3301.28 +7010004 univnameless #x 19 23 208.20 +7010004 univnameless #x 19 4 3093.35 +7010004 univnameless #x 19 51 30.16 +7010004 univnameless #x 8 21 2502.36 +7010004 univnameless #x 9 16 3126.90 +7010009 univnameless #x 17 37 841.96 +7010009 univnameless #x 17 54 69.56 +7010009 univnameless #x 18 26 3215.11 +7010009 univnameless #x 18 48 2609.88 +7010009 univnameless #x 8 48 95.36 +7010009 univnameless #x 9 22 155.40 +7010009 univnameless #x 9 5 7459.82 +7012003 importonameless #x 18 18 1807.85 +7012003 importonameless #x 8 51 826.89 +7012003 importonameless #x 9 2 258.24 +7012003 importonameless #x 9 22 1399.96 +7012003 importonameless #x 9 29 3573.75 +7012010 importonameless #x 18 37 33.83 +7012010 importonameless #x 18 40 10119.62 +7012010 importonameless #x 18 50 0.00 +7012010 importonameless #x 19 35 1114.76 +7012010 importonameless #x 19 42 8888.32 +7012010 importonameless #x 7 19 1016.80 +7012010 importonameless #x 7 2 17142.78 +7013007 exportinameless #x 18 20 9426.12 +7013007 exportinameless #x 18 47 4323.55 +7013007 exportinameless #x 19 42 4252.78 +7013007 exportinameless #x 19 49 7855.88 +7014001 edu packnameless #x 17 56 9606.96 +7014001 edu packnameless #x 18 38 312.80 +7014001 edu packnameless #x 6 35 4646.40 +7015007 scholarnameless #x 17 55 3734.28 +7015007 scholarnameless #x 17 8 10338.06 +7015007 scholarnameless #x 18 44 357.84 +7015007 scholarnameless #x 18 47 9254.90 +7015007 scholarnameless #x 9 48 3249.72 +7016001 corpnameless #x 17 32 5382.09 +7016001 corpnameless #x 18 53 32.24 +7016001 corpnameless #x 19 5 1806.68 +7016001 corpnameless #x 19 50 817.11 +7016001 corpnameless #x 9 37 93.22 +7016001 corpnameless #x 9 8 9319.91 +7016007 corpnameless #x 17 28 924.66 +7016007 corpnameless #x 17 42 1470.52 +7016007 corpnameless #x 17 56 2817.48 +7016007 corpnameless #x 18 45 992.74 +7016007 corpnameless #x 19 16 892.64 +7016007 corpnameless #x 19 53 3701.95 +7016007 corpnameless #x 9 54 810.24 +8002009 importonameless #x 18 12 2266.60 +8002009 importonameless #x 18 28 7891.65 +8002009 importonameless #x 19 33 5633.00 +8002009 importonameless #x 19 8 29.84 +8002009 importonameless #x 6 46 522.06 +8002009 importonameless #x 8 46 371.42 +8002009 importonameless #x 9 18 3686.90 +8002009 importonameless #x 9 23 983.40 +8002009 importonameless #x 9 37 2079.84 +8003010 exportinameless #x 17 28 2084.72 +8003010 exportinameless #x 17 42 2082.86 +8003010 exportinameless #x 17 7 85.50 +8003010 exportinameless #x 18 27 2507.44 +8003010 exportinameless #x 19 26 387.92 +8003010 exportinameless #x 19 57 263.19 +8003010 exportinameless #x 7 24 931.32 +8003010 exportinameless #x 9 0 1123.08 +8004003 edu packnameless #x 17 23 4282.17 +8004003 edu packnameless #x 18 21 558.90 +8004003 edu packnameless #x 18 44 3232.48 +8004003 edu packnameless #x 18 52 2495.22 +8004003 edu packnameless #x 19 58 1905.78 +8004003 edu packnameless #x 8 11 87.12 +8004003 edu packnameless #x 8 39 90.64 +8004003 edu packnameless #x 9 44 2314.40 +8004009 edu packnameless #x 17 8 829.76 +8004009 edu packnameless #x 19 44 2421.51 +8004009 edu packnameless #x 8 59 110.90 +8005005 scholarnameless #x 17 19 63.70 +8005005 scholarnameless #x 17 31 1800.48 +8005005 scholarnameless #x 19 51 10488.40 +8005005 scholarnameless #x 19 55 2606.45 +8005005 scholarnameless #x 6 50 2972.97 +8005005 scholarnameless #x 9 15 29.20 +8005008 scholarnameless #x 18 20 220.83 +8005008 scholarnameless #x 8 19 111.68 +8011009 amalgmaxi #x 19 15 14.04 +8011009 amalgmaxi #x 19 26 328.35 +8011009 amalgmaxi #x 19 35 3485.72 +8011009 amalgmaxi #x 19 42 951.60 +8011009 amalgmaxi #x 19 5 2457.99 +8011009 amalgmaxi #x 8 23 12.88 +8013007 exportimaxi #x 17 49 318.20 +8013007 exportimaxi #x 18 32 7629.60 +8013007 exportimaxi #x 18 51 1537.90 +8013007 exportimaxi #x 19 3 4989.95 +8013007 exportimaxi #x 7 11 2180.76 +8013009 exportimaxi #x 19 25 174.96 +8013009 exportimaxi #x 19 26 10683.66 +8013009 exportimaxi #x 19 31 168.82 +8013009 exportimaxi #x 9 53 5808.00 +8014005 edu packmaxi #x 17 11 695.64 +8014005 edu packmaxi #x 17 2 352.36 +8014005 edu packmaxi #x 17 40 3049.76 +8014005 edu packmaxi #x 18 14 37.80 +8014005 edu packmaxi #x 18 24 943.00 +8014005 edu packmaxi #x 18 43 3649.00 +8014005 edu packmaxi #x 19 38 4893.48 +8014005 edu packmaxi #x 9 22 850.23 +8014005 edu packmaxi #x 9 34 1058.00 +8016004 corpmaxi #x 17 32 1127.61 +8016004 corpmaxi #x 17 34 8241.06 +8016004 corpmaxi #x 18 43 2482.62 +8016004 corpmaxi #x 18 55 7186.20 +8016004 corpmaxi #x 19 8 4979.25 +8016004 corpmaxi #x 7 53 470.55 +9008002 namelessmaxi #x 17 28 215.76 +9008002 namelessmaxi #x 17 33 5547.78 +9008002 namelessmaxi #x 17 4 660.04 +9008002 namelessmaxi #x 17 41 6207.45 +9008002 namelessmaxi #x 17 52 3635.28 +9008002 namelessmaxi #x 18 6 327.95 +9008002 namelessmaxi #x 19 23 12759.38 +9008002 namelessmaxi #x 9 51 458.82 +9008005 namelessmaxi #x 17 4 1621.62 +9008005 namelessmaxi #x 17 42 567.64 +9008005 namelessmaxi #x 6 9 5382.09 +9008005 namelessmaxi #x 9 52 756.42 +9012003 importounivamalg #x 17 2 3568.96 +9012003 importounivamalg #x 8 13 64.64 +9012003 importounivamalg #x 8 30 5922.09 +9012003 importounivamalg #x 8 59 829.20 +9012003 importounivamalg #x 9 18 2732.40 +9012005 importounivamalg #x 17 45 821.48 +9012005 importounivamalg #x 18 34 2864.88 +9012005 importounivamalg #x 18 4 205.70 +9012005 importounivamalg #x 19 25 176.67 +9012005 importounivamalg #x 19 59 4581.56 +9012005 importounivamalg #x 6 45 91.35 +9012005 importounivamalg #x 7 0 1230.20 +9012005 importounivamalg #x 8 3 339.57 +9012005 importounivamalg #x 8 34 504.60 +9012005 importounivamalg #x 9 12 0.00 +9012008 importounivamalg #x 18 11 4354.35 +9012008 importounivamalg #x 18 22 1873.02 +9012008 importounivamalg #x 18 56 3735.84 +9012008 importounivamalg #x 7 51 715.44 +9012008 importounivamalg #x 9 43 803.64 +9013009 exportiunivamalg #x 17 24 478.00 +9013009 exportiunivamalg #x 17 42 4321.92 +9013009 exportiunivamalg #x 18 43 1722.16 +9013009 exportiunivamalg #x 18 51 1590.00 +9013009 exportiunivamalg #x 19 55 1906.92 +9013009 exportiunivamalg #x 7 31 5155.29 +9013009 exportiunivamalg #x 9 16 34.78 +9013009 exportiunivamalg #x 9 36 1737.57 +9013009 exportiunivamalg #x 9 8 462.80 +9014011 edu packunivamalg #x 17 3 1364.52 +9014011 edu packunivamalg #x 17 44 2436.40 +9014011 edu packunivamalg #x 17 50 4100.40 +9014011 edu packunivamalg #x 18 32 15347.28 +9014011 edu packunivamalg #x 19 18 2363.04 +9014011 edu packunivamalg #x 19 9 110.12 +9014011 edu packunivamalg #x 7 58 86.57 +9014011 edu packunivamalg #x 8 40 896.49 +9015009 scholarunivamalg #x 17 32 181.60 +9015009 scholarunivamalg #x 18 18 1124.16 +9015009 scholarunivamalg #x 18 26 25.96 +9015009 scholarunivamalg #x 18 30 1062.06 +9015009 scholarunivamalg #x 18 31 573.93 +9015009 scholarunivamalg #x 18 40 1222.64 +9015009 scholarunivamalg #x 18 9 1352.61 +9015009 scholarunivamalg #x 19 3 2114.64 +9015009 scholarunivamalg #x 19 9 186.30 +9015009 scholarunivamalg #x 6 44 1788.93 +9015009 scholarunivamalg #x 8 28 248.27 +9015009 scholarunivamalg #x 8 38 147.92 +9015009 scholarunivamalg #x 8 47 54.20 +9015009 scholarunivamalg #x 8 52 4774.34 +9015009 scholarunivamalg #x 9 32 81.84 +9015011 scholarunivamalg #x 17 17 8.60 +9015011 scholarunivamalg #x 17 40 40.70 +9015011 scholarunivamalg #x 18 16 2621.71 +9015011 scholarunivamalg #x 18 55 1487.52 +9015011 scholarunivamalg #x 19 54 555.36 +9015011 scholarunivamalg #x 8 2 2811.48 +9015011 scholarunivamalg #x 8 55 4235.00 +9016003 corpunivamalg #x 17 53 1200.00 +9016003 corpunivamalg #x 18 8 8380.89 +9016003 corpunivamalg #x 19 8 1079.54 +9016003 corpunivamalg #x 8 42 3279.18 +9016003 corpunivamalg #x 9 42 9576.26 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out index 313dfb1fa0fc..629169a9178e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out @@ -37,4 +37,103 @@ LIMIT 100 -- !query schema struct -- !query output - +A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po NULL 5212 1 1 1 +Abilities would not require almost; local Bad cards must make. 5197 1 1 1 +Able Conventional childr 5177 1 1 1 +Able hands help however inevitable policemen. Far true matters will not forgive never hands. Absolutely french events stop now. Well able procedures unde Conventional childr 5195 1 1 1 +Able hands help however inevitable policemen. Far true matters will not forgive never hands. Absolutely french events stop now. Well able procedures unde Doors canno 5195 1 1 1 +Able, alternative police shall not give so other complaints. There complex NULL 5212 1 1 1 +Able, long mammals can want new, serious years. Questions would not cope again mainly unable contributions. Less responsible shelves lose records; leading, similar Important issues liv 5170 1 1 1 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Doors canno 5213 1 1 1 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Important issues liv 5180 1 1 1 +About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Important issues liv 5215 1 1 1 +About natural economie Bad cards must make. 5202 1 1 1 +About other levels should proceed certainly fine, severe facts. Important issues liv 5210 1 1 1 +About working feelings could produce only types. Electoral, new visitors will not make more afraid, large tr NULL 5197 1 1 1 +Absolutely Bad cards must make. 5203 1 1 1 +Absolutely Doors canno 5203 1 1 1 +Absolutely NULL 5206 1 1 1 +Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa NULL 5207 1 1 1 +Absolutely old payments will b Doors canno 5216 1 1 1 +Accused men cannot increase e Important issues liv 5207 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5169 1 1 1 +Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend Conventional childr 5209 1 1 1 +Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend NULL 5209 1 1 1 +Active windows shall not find small, relig Conventional childr 5203 1 1 1 +Actively different proceedings light yet so similar houses. Good circumstances shall not take only levels. Then moral pounds will clean very only national organisations. NULL 5183 1 1 1 +Activities say. Right lips resort current techniques. Regional, possible daughters might not present changes; students can notice ridiculous, l Conventional childr 5192 1 1 1 +Acts Bad cards must make. 5218 1 1 1 +Acts Conventional childr 5218 1 1 1 +Actual, grey hands giv NULL 5214 1 1 1 +Acute, important performances afford. New, nuclear men used to assess again small results. NULL 5187 1 1 1 +Added, similar grounds spend also concrete terms. Fellow, mass Important issues liv 5206 1 1 1 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Doors canno 5216 1 1 1 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Important issues liv 5214 1 1 1 +Adequate things reassure unknown legs. Old, possible bishops shall locate else during a companies; bitter, alone Bad cards must make. 5206 1 1 1 +Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Conventional childr 5214 1 1 1 +Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Important issues liv 5214 1 1 1 +Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very Bad cards must make. 5206 1 1 1 +Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very NULL 5206 1 1 1 +Advanced, certain fields miss electronically for the books. Open measures match therefore s Doors canno 5196 1 1 1 +Advanced, certain fields miss electronically for the books. Open measures match therefore s Important issues liv 5210 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Doors canno 5186 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Important issues liv 5186 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair NULL 5206 1 1 1 +Afraid years suspend much building NULL 5171 1 1 1 +Afraid, grey officers mean costly institutions. Societi Conventional childr 5199 1 1 1 +Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Important issues liv 5210 1 1 1 +Afraid, southern problems need according to a dec Conventional childr 5207 1 1 1 +Afraid, southern problems need according to a dec Important issues liv 5207 1 1 1 +Again available bags breathe good circumstances. Thus final cases must Bad cards must make. 5214 1 1 1 +Again available bags breathe good circumstances. Thus final cases must Conventional childr 5218 1 1 1 +Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W NULL 5214 1 1 1 +Again small deaths could flou Bad cards must make. 5175 1 1 1 +Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Important issues liv 5206 1 1 1 +Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Conventional childr 5209 1 1 1 +Ago foreign writings leave; even considerable artists let fully then minimal workers. Clear ministers keep. Specifically dry men increase central tests. Living, alternative meanings ought Important issues liv 5180 1 1 1 +Ago regional objects finish courts. Large, serio Bad cards must make. 5187 1 1 1 +Agricultural, difficult engines marry according to the things; instances shall not go however quietly statutory images. Still sharp patients work no doubt producers. Magazines Doors canno 5210 1 1 1 +Agricultural, selective groups follow much worthwhile panels. Fully sim Bad cards must make. 5207 1 1 1 +Aims play already Doors canno 5198 1 1 1 +Al NULL 5167 1 1 1 +All Bad cards must make. 5175 1 1 1 +All Important issues liv 5210 1 1 1 +All numerous reasons explain upper teachers; necessary, inte Bad cards must make. 5181 1 1 1 +All realistic employees should attempt all only expert parties. Complete days cannot come as possible rules. Normal candidates would not pay there improved, o Doors canno 5204 1 1 1 +All right deliberate difficulties wait still between a seats; final, actual jobs may mee Bad cards must make. 5212 1 1 1 +All right deliberate difficulties wait still between a seats; final, actual jobs may mee Conventional childr 5174 1 1 1 +All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Doors canno 5188 1 1 1 +Alm Important issues liv 5204 1 1 1 +Almost armed animals will maintain always pure, professional days; differe Conventional childr 5175 1 1 1 +Almost armed animals will maintain always pure, professional days; differe Doors canno 5175 1 1 1 +Almost armed animals will maintain always pure, professional days; differe Important issues liv 5175 1 1 1 +Almost low provisions suggest to Conventional childr 5211 1 1 1 +Almost separate f Bad cards must make. 5215 1 1 1 +Almost separate f NULL 5215 1 1 1 +Alone days must undertake children; pages will face cases. Days fit especially black standards. Certain, involved numbers may not intend high, Conventional childr 5176 1 1 1 +Alone relevant nights pretend so complete years. Currently new unions make horizontally bills. Most political troops could give most possible, australian elements; flowers shall recall most pop Important issues liv 5212 1 1 1 +Alone working-class dates open from a issues. Most european concessions will not tell personal areas; central, poor officials might not act Doors canno 5197 1 1 1 +Alone, small conditions get either likely companies. Inner, long-term patients make hot rebels. Procedures see fi Important issues liv 5215 1 1 1 +Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Doors canno 5215 1 1 1 +Best possible ages tell together new, st Conventional childr 5213 2 2 2 +Closed, good condition Doors canno 5169 2 2 2 +Departments make once again police. Very acceptable results call still extended, known ends; relationships shoot strangely. Acids shall discharge in order ethnic, ric NULL 5168 2 2 2 +Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Conventional childr 5210 2 2 2 +Good, open studies dream more; industrial, social organisations could understand recently quick tall theories. Lines must answer functions; subtle factor Important issues liv 5214 2 2 2 +Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Doors canno 5212 2 2 2 +High, essential groups should not weigh more other years; there different papers could announce; large departments c Important issues liv 5198 2 2 2 +Just young partie Important issues liv 5213 2 2 2 +Levels undermine unfortunately efficient weeks NULL 5210 2 2 2 +NULL Doors canno 5175 1 1 1 +NULL Doors canno 5207 1 1 1 +NULL Important issues liv 5205 1 1 1 +NULL NULL 5175 1 1 1 +NULL NULL 5217 1 1 1 +New, full rises drive however. Legs retain often in a women. Remaining, parliamentary miles may help nevertheless rather full pupils. Glad crimes might Bad cards must make. 5217 2 2 2 +Provisions go too. Sad others contain italian branches. Keys k Bad cards must make. 5213 2 2 2 +Provisions go too. Sad others contain italian branches. Keys k Doors canno 5213 2 2 2 +Shortly desperate nat Conventional childr 5210 2 2 2 +True tears continue currently pale, close men. Soon medical numbers might not take other, Important issues liv 5199 2 2 2 +White employees name; figures feed sure. Speeches can achieve. Extremely final seats may exist too all religious studies. Medite Bad cards must make. 5168 2 2 2 +Words use up a documents. Collections may Conventional childr 5168 2 2 2 +Words use up a documents. Collections may Important issues liv 5168 2 2 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out index b910a4bd343b..0d8914db5788 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out @@ -62,95 +62,95 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAAMGDAAAA Kenneth Harlan -AAAAAAAAANFAAAAA Philip Banks -AAAAAAAAAOPFBAAA Jerry Fields -AAAAAAAABLEIBAAA Paula Wakefield -AAAAAAAABNBBAAAA Irma Smith -AAAAAAAACADPAAAA Cristobal Thomas -AAAAAAAACFCGBAAA Marcus Sanders -AAAAAAAACFENAAAA Christopher Dawson -AAAAAAAACIJMAAAA Elizabeth Thomas -AAAAAAAACJDIAAAA James Kerr -AAAAAAAACNAGBAAA Virginia May -AAAAAAAADBEFBAAA Bennie Bowers -AAAAAAAADCKOAAAA Robert Gonzalez -AAAAAAAADFIEBAAA John Gray -AAAAAAAADFKABAAA Latoya Craft -AAAAAAAADIIOAAAA David Carroll -AAAAAAAADIJGBAAA Ruth Sanders -AAAAAAAADLHBBAAA Henry Bertrand -AAAAAAAAEADJAAAA Ruth Carroll -AAAAAAAAEJDLAAAA Alice Wright -AAAAAAAAEKFPAAAA Annika Chin -AAAAAAAAEKJLAAAA Aisha Carlson -AAAAAAAAEOAKAAAA Molly Benjamin -AAAAAAAAEPOGAAAA Felisha Mendes -AAAAAAAAFACEAAAA Priscilla Miller -AAAAAAAAFBAHAAAA Michael Williams -AAAAAAAAFGIGAAAA Eduardo Miller -AAAAAAAAFGPGAAAA Albert Wadsworth +AAAAAAAAAMGDAAAA Kenneth Harlan +AAAAAAAAANFAAAAA Philip Banks +AAAAAAAAAOPFBAAA Jerry Fields +AAAAAAAABLEIBAAA Paula Wakefield +AAAAAAAABNBBAAAA Irma Smith +AAAAAAAACADPAAAA Cristobal Thomas +AAAAAAAACFCGBAAA Marcus Sanders +AAAAAAAACFENAAAA Christopher Dawson +AAAAAAAACIJMAAAA Elizabeth Thomas +AAAAAAAACJDIAAAA James Kerr +AAAAAAAACNAGBAAA Virginia May +AAAAAAAADBEFBAAA Bennie Bowers +AAAAAAAADCKOAAAA Robert Gonzalez +AAAAAAAADFIEBAAA John Gray +AAAAAAAADFKABAAA Latoya Craft +AAAAAAAADIIOAAAA David Carroll +AAAAAAAADIJGBAAA Ruth Sanders +AAAAAAAADLHBBAAA Henry Bertrand +AAAAAAAAEADJAAAA Ruth Carroll +AAAAAAAAEJDLAAAA Alice Wright +AAAAAAAAEKFPAAAA Annika Chin +AAAAAAAAEKJLAAAA Aisha Carlson +AAAAAAAAEOAKAAAA Molly Benjamin +AAAAAAAAEPOGAAAA Felisha Mendes +AAAAAAAAFACEAAAA Priscilla Miller +AAAAAAAAFBAHAAAA Michael Williams +AAAAAAAAFGIGAAAA Eduardo Miller +AAAAAAAAFGPGAAAA Albert Wadsworth AAAAAAAAFHACBAAA NULL NULL -AAAAAAAAFJHFAAAA Larissa Roy -AAAAAAAAFMHIAAAA Emilio Darling -AAAAAAAAFOGIAAAA Michelle Greene -AAAAAAAAFOJAAAAA Don Castillo -AAAAAAAAGEHIAAAA Tyler Miller -AAAAAAAAGFMDBAAA Kathleen Gibson -AAAAAAAAGHPBBAAA Nick Mendez -AAAAAAAAGNDAAAAA Terry Mcdowell -AAAAAAAAHGOABAAA Sonia White -AAAAAAAAHHCABAAA William Stewart -AAAAAAAAHJLAAAAA Audrey Beltran -AAAAAAAAHMJNAAAA Ryan Baptiste -AAAAAAAAHMOIAAAA Grace Henderson -AAAAAAAAHNFHAAAA Rebecca Wilson -AAAAAAAAIADEBAAA Diane Aldridge -AAAAAAAAIBAEBAAA Sandra Wilson -AAAAAAAAIBFCBAAA Ruth Grantham -AAAAAAAAIBHHAAAA Jennifer Ballard -AAAAAAAAICHFAAAA Linda Mccoy -AAAAAAAAIDKFAAAA Michael Mack -AAAAAAAAIJEMAAAA Charlie Cummings -AAAAAAAAIMHBAAAA Kathy Knowles -AAAAAAAAIMHHBAAA Lillian Davidson -AAAAAAAAJEKFBAAA Norma Burkholder -AAAAAAAAJGMMAAAA Richard Larson -AAAAAAAAJIALAAAA Santos Gutierrez -AAAAAAAAJKBNAAAA Julie Kern -AAAAAAAAJONHBAAA Warren Orozco -AAAAAAAAKAECAAAA Milton Mackey -AAAAAAAAKBCABAAA Debra Bell -AAAAAAAAKJBKAAAA Georgia Scott -AAAAAAAAKJBLAAAA Kerry Davis -AAAAAAAAKKGEAAAA Katie Dunbar -AAAAAAAAKLHHBAAA Manuel Castaneda -AAAAAAAAKNAKAAAA Gladys Banks -AAAAAAAAKOJJAAAA Gracie Mendoza -AAAAAAAALFKKAAAA Ignacio Miller -AAAAAAAALHMCAAAA Brooke Nelson -AAAAAAAALIOPAAAA Derek Allen -AAAAAAAALJNCBAAA George Gamez -AAAAAAAAMDCAAAAA Louann Hamel -AAAAAAAAMFFLAAAA Margret Gray -AAAAAAAAMMOBBAAA Margaret Smith -AAAAAAAANFBDBAAA Vernice Fernandez -AAAAAAAANGDBBAAA Carlos Jewell -AAAAAAAANIPLAAAA Eric Lawrence -AAAAAAAANJAGAAAA Allen Hood -AAAAAAAANJHCBAAA Christopher Schreiber -AAAAAAAAOBADBAAA Elizabeth Burnham -AAAAAAAAOCAJAAAA Jenna Staton -AAAAAAAAOCDJAAAA Nina Sanchez -AAAAAAAAOCICAAAA Zachary Pennington +AAAAAAAAFJHFAAAA Larissa Roy +AAAAAAAAFMHIAAAA Emilio Darling +AAAAAAAAFOGIAAAA Michelle Greene +AAAAAAAAFOJAAAAA Don Castillo +AAAAAAAAGEHIAAAA Tyler Miller +AAAAAAAAGFMDBAAA Kathleen Gibson +AAAAAAAAGHPBBAAA Nick Mendez +AAAAAAAAGNDAAAAA Terry Mcdowell +AAAAAAAAHGOABAAA Sonia White +AAAAAAAAHHCABAAA William Stewart +AAAAAAAAHJLAAAAA Audrey Beltran +AAAAAAAAHMJNAAAA Ryan Baptiste +AAAAAAAAHMOIAAAA Grace Henderson +AAAAAAAAHNFHAAAA Rebecca Wilson +AAAAAAAAIADEBAAA Diane Aldridge +AAAAAAAAIBAEBAAA Sandra Wilson +AAAAAAAAIBFCBAAA Ruth Grantham +AAAAAAAAIBHHAAAA Jennifer Ballard +AAAAAAAAICHFAAAA Linda Mccoy +AAAAAAAAIDKFAAAA Michael Mack +AAAAAAAAIJEMAAAA Charlie Cummings +AAAAAAAAIMHBAAAA Kathy Knowles +AAAAAAAAIMHHBAAA Lillian Davidson +AAAAAAAAJEKFBAAA Norma Burkholder +AAAAAAAAJGMMAAAA Richard Larson +AAAAAAAAJIALAAAA Santos Gutierrez +AAAAAAAAJKBNAAAA Julie Kern +AAAAAAAAJONHBAAA Warren Orozco +AAAAAAAAKAECAAAA Milton Mackey +AAAAAAAAKBCABAAA Debra Bell +AAAAAAAAKJBKAAAA Georgia Scott +AAAAAAAAKJBLAAAA Kerry Davis +AAAAAAAAKKGEAAAA Katie Dunbar +AAAAAAAAKLHHBAAA Manuel Castaneda +AAAAAAAAKNAKAAAA Gladys Banks +AAAAAAAAKOJJAAAA Gracie Mendoza +AAAAAAAALFKKAAAA Ignacio Miller +AAAAAAAALHMCAAAA Brooke Nelson +AAAAAAAALIOPAAAA Derek Allen +AAAAAAAALJNCBAAA George Gamez +AAAAAAAAMDCAAAAA Louann Hamel +AAAAAAAAMFFLAAAA Margret Gray +AAAAAAAAMMOBBAAA Margaret Smith +AAAAAAAANFBDBAAA Vernice Fernandez +AAAAAAAANGDBBAAA Carlos Jewell +AAAAAAAANIPLAAAA Eric Lawrence +AAAAAAAANJAGAAAA Allen Hood +AAAAAAAANJHCBAAA Christopher Schreiber +AAAAAAAAOBADBAAA Elizabeth Burnham +AAAAAAAAOCAJAAAA Jenna Staton +AAAAAAAAOCDJAAAA Nina Sanchez +AAAAAAAAOCICAAAA Zachary Pennington AAAAAAAAOCLBBAAA NULL NULL -AAAAAAAAOFLCAAAA James Taylor -AAAAAAAAOPDLAAAA Ann Pence -AAAAAAAAPDFBAAAA Terrance Banks -AAAAAAAAPEHEBAAA Edith Molina -AAAAAAAAPFCLAAAA Felicia Neville -AAAAAAAAPJENAAAA Ashley Norton -AAAAAAAAPKBCBAAA Andrea White -AAAAAAAAPKIKAAAA Wendy Horvath -AAAAAAAAPMMBBAAA Paul Jordan -AAAAAAAAPPIBBAAA Candice Lee +AAAAAAAAOFLCAAAA James Taylor +AAAAAAAAOPDLAAAA Ann Pence +AAAAAAAAPDFBAAAA Terrance Banks +AAAAAAAAPEHEBAAA Edith Molina +AAAAAAAAPFCLAAAA Felicia Neville +AAAAAAAAPJENAAAA Ashley Norton +AAAAAAAAPKBCBAAA Andrea White +AAAAAAAAPKIKAAAA Wendy Horvath +AAAAAAAAPMMBBAAA Paul Jordan +AAAAAAAAPPIBBAAA Candice Lee diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out index dc388e0d5d9e..f508ebc2bcd1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out @@ -80,4 +80,103 @@ LIMIT 100 -- !query schema struct -- !query output - +2001 2002 10002014 1 9 12 5662 4515 -1147 -47170.70 +2001 2002 10005001 5 9 65 5890 4879 -1011 -57577.01 +2001 2002 1001001 1 9 183 5538 4417 -1121 -34086.49 +2001 2002 1001001 5 9 172 5642 3998 -1644 -65808.52 +2001 2002 10011013 11 9 123 6141 5207 -934 -77290.63 +2001 2002 10015001 1 9 399 6188 5225 -963 -76365.39 +2001 2002 1003001 3 9 242 5504 4697 -807 -10853.56 +2001 2002 2001001 1 9 151 6309 5200 -1109 -13881.98 +2001 2002 2001001 1 9 177 5711 4718 -993 -45422.40 +2001 2002 2001001 7 9 85 5689 3750 -1939 -79485.07 +2001 2002 2004001 16 9 443 5269 4475 -794 -28869.68 +2001 2002 3003001 1 9 175 6170 4892 -1278 -72260.64 +2001 2002 3003001 9 9 210 5703 4761 -942 -22794.72 +2001 2002 3004001 1 9 89 6307 4616 -1691 -105539.10 +2001 2002 4001001 15 9 42 5385 4444 -941 -77081.27 +2001 2002 4002001 2 9 891 6168 5233 -935 -54473.40 +2001 2002 4003001 6 9 356 5890 4815 -1075 -19594.68 +2001 2002 4004001 10 9 105 5560 4533 -1027 -29705.36 +2001 2002 5001001 10 9 136 5271 3918 -1353 -52691.74 +2001 2002 5001001 6 9 201 5714 4615 -1099 -2073.61 +2001 2002 5002001 2 9 230 5856 4887 -969 -25537.87 +2001 2002 6012003 9 9 48 5468 4620 -848 17912.88 +2001 2002 6015001 15 9 543 5041 4252 -789 3631.40 +2001 2002 7004007 2 9 248 5385 4527 -858 -59997.87 +2001 2002 7007001 12 9 221 6250 5147 -1103 8445.22 +2001 2002 8002001 13 9 268 5521 4545 -976 -50681.49 +2001 2002 8007009 9 9 322 5493 3906 -1587 -31458.78 +2001 2002 8015003 4 9 289 6413 4905 -1508 -140884.23 +2001 2002 8015005 11 9 898 5677 4557 -1120 -49916.13 +2001 2002 9001008 1 9 258 5714 4706 -1008 -73311.07 +2001 2002 9002002 2 9 556 5690 4832 -858 2965.47 +2001 2002 9002004 2 9 578 5976 4881 -1095 -26222.70 +2001 2002 9002008 2 9 202 5758 4287 -1471 -27415.18 +2001 2002 9002008 2 9 603 5399 4518 -881 -8944.74 +2001 2002 9003002 3 9 1000 6152 4220 -1932 -51341.52 +2001 2002 9003002 3 9 130 5708 4658 -1050 -121435.05 +2001 2002 9003002 3 9 238 5784 4694 -1090 -52094.93 +2001 2002 9003002 3 9 331 6314 4249 -2065 -162310.87 +2001 2002 9003004 3 9 25 6382 4612 -1770 -109080.80 +2001 2002 9003004 3 9 311 5414 4467 -947 -19498.98 +2001 2002 9003008 3 9 382 5145 4143 -1002 -23005.48 +2001 2002 9003010 3 9 269 6297 5505 -792 -53827.19 +2001 2002 9004002 4 9 55 5596 4196 -1400 -277.92 +2001 2002 9004008 4 9 256 5366 4164 -1202 -93628.46 +2001 2002 9004008 4 9 454 6130 4012 -2118 -137401.99 +2001 2002 9004012 4 9 621 5974 5186 -788 52156.56 +2001 2002 9005002 5 9 105 5650 4508 -1142 -75927.61 +2001 2002 9005002 5 9 226 6438 5559 -879 -78309.56 +2001 2002 9005002 5 9 35 6085 5166 -919 -23898.75 +2001 2002 9005002 5 9 379 5673 4742 -931 -66550.24 +2001 2002 9006004 6 9 620 4822 3594 -1228 -19309.88 +2001 2002 9006008 6 9 156 5824 4793 -1031 -16295.15 +2001 2002 9006010 6 9 100 5322 4271 -1051 -65656.49 +2001 2002 9006010 6 9 373 6584 4510 -2074 -56824.27 +2001 2002 9007002 7 9 207 6416 5088 -1328 -28312.29 +2001 2002 9007002 7 9 306 5398 4608 -790 -67953.64 +2001 2002 9007004 7 9 968 5625 4330 -1295 -86120.30 +2001 2002 9007008 7 9 122 6085 5077 -1008 -108804.86 +2001 2002 9007008 7 9 766 5412 4470 -942 -43150.76 +2001 2002 9008008 8 9 322 5391 3664 -1727 -58283.91 +2001 2002 9008008 8 9 535 6155 4861 -1294 -66647.47 +2001 2002 9008008 8 9 82 6042 4852 -1190 -78558.05 +2001 2002 9009002 9 9 633 5839 4786 -1053 -40163.90 +2001 2002 9009008 9 9 3 5731 4718 -1013 -62660.48 +2001 2002 9009008 9 9 958 5837 5002 -835 -63092.62 +2001 2002 9009010 1 9 311 6980 5065 -1915 -166624.10 +2001 2002 9010002 10 9 351 5553 4668 -885 -58399.99 +2001 2002 9010002 10 9 432 5153 3767 -1386 -56643.31 +2001 2002 9010004 10 9 110 5035 4082 -953 -81282.12 +2001 2002 9010004 3 9 948 5640 4387 -1253 -34985.51 +2001 2002 9010008 10 9 106 5739 4637 -1102 -39967.26 +2001 2002 9010008 10 9 171 6500 5279 -1221 -73654.23 +2001 2002 9010008 10 9 284 5382 4597 -785 22162.92 +2001 2002 9010008 10 9 621 5897 4955 -942 -1466.75 +2001 2002 9010008 10 9 9 5549 4578 -971 45104.79 +2001 2002 9011002 11 9 372 5085 4279 -806 -78551.75 +2001 2002 9011002 11 9 42 5750 4968 -782 -87125.33 +2001 2002 9011004 11 9 730 6136 3927 -2209 -64592.86 +2001 2002 9011004 3 9 115 5101 4064 -1037 -38404.07 +2001 2002 9011010 11 9 254 6635 4698 -1937 -108841.59 +2001 2002 9012004 12 9 808 5796 5006 -790 -43025.36 +2001 2002 9012008 12 9 249 5254 4002 -1252 -15484.88 +2001 2002 9012010 12 9 268 5363 4425 -938 -13775.61 +2001 2002 9012010 12 9 4 6214 5128 -1086 -41244.90 +2001 2002 9013010 12 9 28 5672 4579 -1093 -61365.10 +2001 2002 9013010 13 9 288 5473 4631 -842 22917.88 +2001 2002 9013010 3 9 235 5771 4821 -950 -81516.67 +2001 2002 9014004 12 9 423 6427 4742 -1685 -66528.45 +2001 2002 9014008 14 9 904 5637 4725 -912 -54696.64 +2001 2002 9014010 2 9 727 6579 5396 -1183 -45368.94 +2001 2002 9015002 15 9 224 5915 5112 -803 -46136.85 +2001 2002 9015002 15 9 303 5722 4211 -1511 -81847.95 +2001 2002 9015002 15 9 531 5831 5029 -802 -10846.84 +2001 2002 9015003 15 9 278 5120 3745 -1375 -61503.40 +2001 2002 9015008 15 9 281 5558 4315 -1243 10022.91 +2001 2002 9015008 15 9 384 5348 4519 -829 -29937.40 +2001 2002 9016002 16 9 761 6098 4109 -1989 -75674.23 +2001 2002 9016004 8 9 114 5560 4263 -1297 -65169.90 +2001 2002 9016008 16 9 134 5482 4617 -865 -93343.25 +2001 2002 9016010 16 9 662 5306 4197 -1109 -29664.55 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out index d222fead0d05..753af6834d49 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out @@ -51,103 +51,103 @@ LIMIT 100 -- !query schema struct -- !query output -catalog NULL 1998 1 Books 14 24660.12 -catalog NULL 1998 1 Children 5 5064.75 -catalog NULL 1998 1 Electronics 13 31709.80 -catalog NULL 1998 1 Home 12 11651.18 -catalog NULL 1998 1 Jewelry 13 13102.23 -catalog NULL 1998 1 Men 11 17458.37 -catalog NULL 1998 1 Music 13 6741.65 -catalog NULL 1998 1 Shoes 9 24531.24 -catalog NULL 1998 1 Sports 9 19244.50 -catalog NULL 1998 1 Women 13 24864.50 -catalog NULL 1998 2 Books 14 16581.16 -catalog NULL 1998 2 Children 12 26195.71 -catalog NULL 1998 2 Electronics 9 7133.74 -catalog NULL 1998 2 Home 15 44228.54 -catalog NULL 1998 2 Jewelry 11 6804.54 -catalog NULL 1998 2 Men 11 11700.11 -catalog NULL 1998 2 Music 10 32062.82 +catalog NULL 1998 1 Books 14 24660.12 +catalog NULL 1998 1 Children 5 5064.75 +catalog NULL 1998 1 Electronics 13 31709.80 +catalog NULL 1998 1 Home 12 11651.18 +catalog NULL 1998 1 Jewelry 13 13102.23 +catalog NULL 1998 1 Men 11 17458.37 +catalog NULL 1998 1 Music 13 6741.65 +catalog NULL 1998 1 Shoes 9 24531.24 +catalog NULL 1998 1 Sports 9 19244.50 +catalog NULL 1998 1 Women 13 24864.50 +catalog NULL 1998 2 Books 14 16581.16 +catalog NULL 1998 2 Children 12 26195.71 +catalog NULL 1998 2 Electronics 9 7133.74 +catalog NULL 1998 2 Home 15 44228.54 +catalog NULL 1998 2 Jewelry 11 6804.54 +catalog NULL 1998 2 Men 11 11700.11 +catalog NULL 1998 2 Music 10 32062.82 catalog NULL 1998 2 NULL 1 1535.61 -catalog NULL 1998 2 Shoes 7 4682.58 -catalog NULL 1998 2 Sports 7 5470.29 -catalog NULL 1998 2 Women 5 14928.09 -catalog NULL 1998 3 Books 20 22224.09 -catalog NULL 1998 3 Children 19 18667.83 -catalog NULL 1998 3 Electronics 15 21854.97 -catalog NULL 1998 3 Home 22 24690.28 -catalog NULL 1998 3 Jewelry 14 4586.41 -catalog NULL 1998 3 Men 20 30700.69 -catalog NULL 1998 3 Music 23 44816.68 -catalog NULL 1998 3 Shoes 20 33458.73 -catalog NULL 1998 3 Sports 25 35679.92 -catalog NULL 1998 3 Women 22 48029.28 -catalog NULL 1998 4 Books 28 46283.99 -catalog NULL 1998 4 Children 40 57305.90 -catalog NULL 1998 4 Electronics 29 42656.07 -catalog NULL 1998 4 Home 29 29708.36 -catalog NULL 1998 4 Jewelry 29 24689.26 -catalog NULL 1998 4 Men 36 64378.63 -catalog NULL 1998 4 Music 35 51308.03 +catalog NULL 1998 2 Shoes 7 4682.58 +catalog NULL 1998 2 Sports 7 5470.29 +catalog NULL 1998 2 Women 5 14928.09 +catalog NULL 1998 3 Books 20 22224.09 +catalog NULL 1998 3 Children 19 18667.83 +catalog NULL 1998 3 Electronics 15 21854.97 +catalog NULL 1998 3 Home 22 24690.28 +catalog NULL 1998 3 Jewelry 14 4586.41 +catalog NULL 1998 3 Men 20 30700.69 +catalog NULL 1998 3 Music 23 44816.68 +catalog NULL 1998 3 Shoes 20 33458.73 +catalog NULL 1998 3 Sports 25 35679.92 +catalog NULL 1998 3 Women 22 48029.28 +catalog NULL 1998 4 Books 28 46283.99 +catalog NULL 1998 4 Children 40 57305.90 +catalog NULL 1998 4 Electronics 29 42656.07 +catalog NULL 1998 4 Home 29 29708.36 +catalog NULL 1998 4 Jewelry 29 24689.26 +catalog NULL 1998 4 Men 36 64378.63 +catalog NULL 1998 4 Music 35 51308.03 catalog NULL 1998 4 NULL 2 839.65 -catalog NULL 1998 4 Shoes 27 10881.49 -catalog NULL 1998 4 Sports 33 33380.56 -catalog NULL 1998 4 Women 35 14347.96 -catalog NULL 1999 1 Books 14 35278.57 -catalog NULL 1999 1 Children 13 17183.17 -catalog NULL 1999 1 Electronics 4 153.18 -catalog NULL 1999 1 Home 11 19895.88 -catalog NULL 1999 1 Jewelry 9 1341.90 -catalog NULL 1999 1 Men 9 6625.86 -catalog NULL 1999 1 Music 10 27861.23 -catalog NULL 1999 1 Shoes 15 5365.20 -catalog NULL 1999 1 Sports 9 10745.83 -catalog NULL 1999 1 Women 11 15388.74 -catalog NULL 1999 2 Books 6 3659.91 -catalog NULL 1999 2 Children 13 6066.50 -catalog NULL 1999 2 Electronics 10 14915.50 -catalog NULL 1999 2 Home 13 12035.96 -catalog NULL 1999 2 Jewelry 6 23975.00 -catalog NULL 1999 2 Men 13 16414.16 -catalog NULL 1999 2 Music 13 6061.53 -catalog NULL 1999 2 Shoes 10 12500.71 -catalog NULL 1999 2 Sports 11 2181.52 -catalog NULL 1999 2 Women 11 16390.31 -catalog NULL 1999 3 Books 18 29809.59 -catalog NULL 1999 3 Children 16 12816.74 -catalog NULL 1999 3 Electronics 17 36415.09 -catalog NULL 1999 3 Home 15 19664.04 -catalog NULL 1999 3 Jewelry 20 23257.68 -catalog NULL 1999 3 Men 19 20150.72 -catalog NULL 1999 3 Music 20 12062.24 -catalog NULL 1999 3 Shoes 13 14924.61 -catalog NULL 1999 3 Sports 24 56456.44 -catalog NULL 1999 3 Women 17 6958.54 -catalog NULL 1999 4 Books 27 50890.95 -catalog NULL 1999 4 Children 36 30608.13 -catalog NULL 1999 4 Electronics 28 59307.37 -catalog NULL 1999 4 Home 46 51713.78 -catalog NULL 1999 4 Jewelry 34 44238.07 -catalog NULL 1999 4 Men 19 17925.34 -catalog NULL 1999 4 Music 28 14816.79 +catalog NULL 1998 4 Shoes 27 10881.49 +catalog NULL 1998 4 Sports 33 33380.56 +catalog NULL 1998 4 Women 35 14347.96 +catalog NULL 1999 1 Books 14 35278.57 +catalog NULL 1999 1 Children 13 17183.17 +catalog NULL 1999 1 Electronics 4 153.18 +catalog NULL 1999 1 Home 11 19895.88 +catalog NULL 1999 1 Jewelry 9 1341.90 +catalog NULL 1999 1 Men 9 6625.86 +catalog NULL 1999 1 Music 10 27861.23 +catalog NULL 1999 1 Shoes 15 5365.20 +catalog NULL 1999 1 Sports 9 10745.83 +catalog NULL 1999 1 Women 11 15388.74 +catalog NULL 1999 2 Books 6 3659.91 +catalog NULL 1999 2 Children 13 6066.50 +catalog NULL 1999 2 Electronics 10 14915.50 +catalog NULL 1999 2 Home 13 12035.96 +catalog NULL 1999 2 Jewelry 6 23975.00 +catalog NULL 1999 2 Men 13 16414.16 +catalog NULL 1999 2 Music 13 6061.53 +catalog NULL 1999 2 Shoes 10 12500.71 +catalog NULL 1999 2 Sports 11 2181.52 +catalog NULL 1999 2 Women 11 16390.31 +catalog NULL 1999 3 Books 18 29809.59 +catalog NULL 1999 3 Children 16 12816.74 +catalog NULL 1999 3 Electronics 17 36415.09 +catalog NULL 1999 3 Home 15 19664.04 +catalog NULL 1999 3 Jewelry 20 23257.68 +catalog NULL 1999 3 Men 19 20150.72 +catalog NULL 1999 3 Music 20 12062.24 +catalog NULL 1999 3 Shoes 13 14924.61 +catalog NULL 1999 3 Sports 24 56456.44 +catalog NULL 1999 3 Women 17 6958.54 +catalog NULL 1999 4 Books 27 50890.95 +catalog NULL 1999 4 Children 36 30608.13 +catalog NULL 1999 4 Electronics 28 59307.37 +catalog NULL 1999 4 Home 46 51713.78 +catalog NULL 1999 4 Jewelry 34 44238.07 +catalog NULL 1999 4 Men 19 17925.34 +catalog NULL 1999 4 Music 28 14816.79 catalog NULL 1999 4 NULL 1 NULL -catalog NULL 1999 4 Shoes 35 48226.50 -catalog NULL 1999 4 Sports 32 35012.19 -catalog NULL 1999 4 Women 30 24033.32 -catalog NULL 2000 1 Books 15 50786.51 -catalog NULL 2000 1 Children 6 5623.72 -catalog NULL 2000 1 Electronics 13 35869.18 -catalog NULL 2000 1 Home 14 11212.87 -catalog NULL 2000 1 Jewelry 9 16751.45 -catalog NULL 2000 1 Men 14 34465.53 -catalog NULL 2000 1 Music 9 23103.03 -catalog NULL 2000 1 Shoes 9 2854.29 -catalog NULL 2000 1 Sports 5 159.04 -catalog NULL 2000 1 Women 8 8663.29 -catalog NULL 2000 2 Books 14 18943.05 -catalog NULL 2000 2 Children 8 7309.74 -catalog NULL 2000 2 Electronics 9 11856.27 -catalog NULL 2000 2 Home 8 10107.78 -catalog NULL 2000 2 Jewelry 9 19113.02 -catalog NULL 2000 2 Men 12 41513.90 -catalog NULL 2000 2 Music 10 7181.12 +catalog NULL 1999 4 Shoes 35 48226.50 +catalog NULL 1999 4 Sports 32 35012.19 +catalog NULL 1999 4 Women 30 24033.32 +catalog NULL 2000 1 Books 15 50786.51 +catalog NULL 2000 1 Children 6 5623.72 +catalog NULL 2000 1 Electronics 13 35869.18 +catalog NULL 2000 1 Home 14 11212.87 +catalog NULL 2000 1 Jewelry 9 16751.45 +catalog NULL 2000 1 Men 14 34465.53 +catalog NULL 2000 1 Music 9 23103.03 +catalog NULL 2000 1 Shoes 9 2854.29 +catalog NULL 2000 1 Sports 5 159.04 +catalog NULL 2000 1 Women 8 8663.29 +catalog NULL 2000 2 Books 14 18943.05 +catalog NULL 2000 2 Children 8 7309.74 +catalog NULL 2000 2 Electronics 9 11856.27 +catalog NULL 2000 2 Home 8 10107.78 +catalog NULL 2000 2 Jewelry 9 19113.02 +catalog NULL 2000 2 Men 12 41513.90 +catalog NULL 2000 2 Music 10 7181.12 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out index 32380a32c5d1..b78d1c4c9af1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out @@ -31,103 +31,103 @@ LIMIT 100 -- !query schema struct -- !query output -NULL NULL Fairview 125748 1068.99 -6885.03 -NULL NULL Fairview 129036 612.76 -9951.35 -NULL NULL Fairview 142379 1419.98 -3892.46 -NULL NULL Fairview 146799 1201.82 -9526.13 -NULL NULL Fairview 158139 3721.39 -23039.01 -NULL NULL Fairview 163421 1367.41 -4442.71 -NULL NULL Fairview 167006 2257.97 -13398.38 -NULL NULL Fairview 191089 774.36 -4209.49 -NULL NULL Fairview 198542 1082.91 -1789.20 -NULL NULL Fairview 213610 0.00 -14406.65 -NULL NULL Fairview 228288 344.31 -8873.54 -NULL NULL Fairview 230904 0.00 -2575.26 -NULL NULL Fairview 30114 165.75 -17434.48 -NULL NULL Fairview 34621 2129.85 -7876.49 -NULL NULL Fairview 66717 1521.09 -2431.95 -NULL NULL Fairview 66813 203.64 -7439.28 -NULL NULL Fairview 7153 9.96 -984.62 -NULL NULL Midway 102114 0.00 -6638.65 -NULL NULL Midway 103268 0.00 -14413.59 -NULL NULL Midway 103268 0.00 NULL -NULL NULL Midway 103927 4067.95 -15388.67 -NULL NULL Midway 10538 80.37 -10327.22 -NULL NULL Midway 10660 88.71 -4082.71 -NULL NULL Midway 109728 2083.90 -9357.20 -NULL NULL Midway 109831 7442.01 -14038.22 -NULL NULL Midway 111877 6321.51 -19177.96 -NULL NULL Midway 113867 NULL NULL -NULL NULL Midway 115373 295.40 -10518.54 -NULL NULL Midway 118548 960.04 -6150.21 -NULL NULL Midway 126177 5045.26 -9902.09 -NULL NULL Midway 128634 362.34 -8867.85 -NULL NULL Midway 13073 7191.35 -7052.08 -NULL NULL Midway 132924 1156.08 -21285.03 -NULL NULL Midway 13424 2244.41 -13337.11 -NULL NULL Midway 144321 293.21 -3652.26 -NULL NULL Midway 145180 0.00 -5393.65 -NULL NULL Midway 147740 2601.24 -8887.25 -NULL NULL Midway 152765 0.00 -12123.91 -NULL NULL Midway 152807 885.79 -7355.92 -NULL NULL Midway 153601 1826.35 -7760.98 -NULL NULL Midway 154925 0.00 -13975.29 -NULL NULL Midway 157905 2733.35 -5737.13 -NULL NULL Midway 159742 3230.63 -13929.03 -NULL NULL Midway 16363 2779.59 -12799.66 -NULL NULL Midway 164719 63.69 -5651.93 -NULL NULL Midway 176664 404.35 -7609.57 -NULL NULL Midway 177932 5919.58 -13201.49 -NULL NULL Midway 178696 81.17 -17671.47 -NULL NULL Midway 185866 1172.46 -12011.29 -NULL NULL Midway 188806 4618.18 -8810.05 -NULL NULL Midway 2018 29.76 -22410.59 -NULL NULL Midway 210261 1590.93 -9191.73 -NULL NULL Midway 214448 4036.02 -12189.20 -NULL NULL Midway 215748 2886.30 -6809.03 -NULL NULL Midway 216619 10.99 -7107.27 -NULL NULL Midway 217339 1865.02 -17373.08 -NULL NULL Midway 218338 0.00 -6520.72 -NULL NULL Midway 22110 292.16 -11529.30 -NULL NULL Midway 22249 283.79 -15294.16 -NULL NULL Midway 223610 277.11 -12432.76 -NULL NULL Midway 228411 63.05 -7003.42 -NULL NULL Midway 229149 92.42 -16316.52 -NULL NULL Midway 229921 3612.10 -16374.27 -NULL NULL Midway 230663 285.65 -17047.31 -NULL NULL Midway 230745 335.47 -6460.48 -NULL NULL Midway 234655 0.00 -7284.12 -NULL NULL Midway 23868 0.00 -5875.89 -NULL NULL Midway 24453 3762.75 -23692.00 -NULL NULL Midway 25768 563.65 -5382.14 -NULL NULL Midway 2597 8185.89 -9982.61 -NULL NULL Midway 27979 3118.44 -11169.87 -NULL NULL Midway 28961 1012.33 -6571.16 -NULL NULL Midway 31893 129.98 -7832.45 -NULL NULL Midway 362 545.72 -12767.12 -NULL NULL Midway 37443 5935.63 -11079.34 -NULL NULL Midway 4209 2424.02 -16215.01 -NULL NULL Midway 42870 834.21 -12044.33 -NULL NULL Midway 43495 4179.63 -11521.10 -NULL NULL Midway 44330 2073.16 -9774.23 -NULL NULL Midway 44461 0.00 -9796.43 -NULL NULL Midway 45822 4014.71 -13350.50 -NULL NULL Midway 59324 1963.84 -8402.14 -NULL NULL Midway 6159 0.00 -5326.19 -NULL NULL Midway 63058 543.97 -5986.27 -NULL NULL Midway 64117 3900.85 -13187.49 -NULL NULL Midway 64280 1881.76 -5952.31 -NULL NULL Midway 69241 804.35 -3962.88 -NULL NULL Midway 70150 690.04 -6022.55 -NULL NULL Midway 70505 979.13 -11422.12 -NULL NULL Midway 71117 3317.76 -10629.69 -NULL NULL Midway 72972 380.54 -8579.82 -NULL NULL Midway 76802 492.45 -6584.79 -NULL NULL Midway 7696 36.03 -5756.62 -NULL NULL Midway 77368 6332.15 -13973.11 -NULL NULL Midway 8272 4708.31 -20242.53 -NULL NULL Midway 83601 8274.69 -11017.35 -NULL NULL Midway 86777 1596.97 -12846.14 -NULL NULL Midway 88444 290.18 -12645.67 -NULL NULL Midway 88663 0.00 -9197.71 -NULL NULL Midway 9441 1109.31 -26407.61 +NULL NULL Fairview 125748 1068.99 -6885.03 +NULL NULL Fairview 129036 612.76 -9951.35 +NULL NULL Fairview 142379 1419.98 -3892.46 +NULL NULL Fairview 146799 1201.82 -9526.13 +NULL NULL Fairview 158139 3721.39 -23039.01 +NULL NULL Fairview 163421 1367.41 -4442.71 +NULL NULL Fairview 167006 2257.97 -13398.38 +NULL NULL Fairview 191089 774.36 -4209.49 +NULL NULL Fairview 198542 1082.91 -1789.20 +NULL NULL Fairview 213610 0.00 -14406.65 +NULL NULL Fairview 228288 344.31 -8873.54 +NULL NULL Fairview 230904 0.00 -2575.26 +NULL NULL Fairview 30114 165.75 -17434.48 +NULL NULL Fairview 34621 2129.85 -7876.49 +NULL NULL Fairview 66717 1521.09 -2431.95 +NULL NULL Fairview 66813 203.64 -7439.28 +NULL NULL Fairview 7153 9.96 -984.62 +NULL NULL Midway 102114 0.00 -6638.65 +NULL NULL Midway 103268 0.00 -14413.59 +NULL NULL Midway 103268 0.00 NULL +NULL NULL Midway 103927 4067.95 -15388.67 +NULL NULL Midway 10538 80.37 -10327.22 +NULL NULL Midway 10660 88.71 -4082.71 +NULL NULL Midway 109728 2083.90 -9357.20 +NULL NULL Midway 109831 7442.01 -14038.22 +NULL NULL Midway 111877 6321.51 -19177.96 +NULL NULL Midway 113867 NULL NULL +NULL NULL Midway 115373 295.40 -10518.54 +NULL NULL Midway 118548 960.04 -6150.21 +NULL NULL Midway 126177 5045.26 -9902.09 +NULL NULL Midway 128634 362.34 -8867.85 +NULL NULL Midway 13073 7191.35 -7052.08 +NULL NULL Midway 132924 1156.08 -21285.03 +NULL NULL Midway 13424 2244.41 -13337.11 +NULL NULL Midway 144321 293.21 -3652.26 +NULL NULL Midway 145180 0.00 -5393.65 +NULL NULL Midway 147740 2601.24 -8887.25 +NULL NULL Midway 152765 0.00 -12123.91 +NULL NULL Midway 152807 885.79 -7355.92 +NULL NULL Midway 153601 1826.35 -7760.98 +NULL NULL Midway 154925 0.00 -13975.29 +NULL NULL Midway 157905 2733.35 -5737.13 +NULL NULL Midway 159742 3230.63 -13929.03 +NULL NULL Midway 16363 2779.59 -12799.66 +NULL NULL Midway 164719 63.69 -5651.93 +NULL NULL Midway 176664 404.35 -7609.57 +NULL NULL Midway 177932 5919.58 -13201.49 +NULL NULL Midway 178696 81.17 -17671.47 +NULL NULL Midway 185866 1172.46 -12011.29 +NULL NULL Midway 188806 4618.18 -8810.05 +NULL NULL Midway 2018 29.76 -22410.59 +NULL NULL Midway 210261 1590.93 -9191.73 +NULL NULL Midway 214448 4036.02 -12189.20 +NULL NULL Midway 215748 2886.30 -6809.03 +NULL NULL Midway 216619 10.99 -7107.27 +NULL NULL Midway 217339 1865.02 -17373.08 +NULL NULL Midway 218338 0.00 -6520.72 +NULL NULL Midway 22110 292.16 -11529.30 +NULL NULL Midway 22249 283.79 -15294.16 +NULL NULL Midway 223610 277.11 -12432.76 +NULL NULL Midway 228411 63.05 -7003.42 +NULL NULL Midway 229149 92.42 -16316.52 +NULL NULL Midway 229921 3612.10 -16374.27 +NULL NULL Midway 230663 285.65 -17047.31 +NULL NULL Midway 230745 335.47 -6460.48 +NULL NULL Midway 234655 0.00 -7284.12 +NULL NULL Midway 23868 0.00 -5875.89 +NULL NULL Midway 24453 3762.75 -23692.00 +NULL NULL Midway 25768 563.65 -5382.14 +NULL NULL Midway 2597 8185.89 -9982.61 +NULL NULL Midway 27979 3118.44 -11169.87 +NULL NULL Midway 28961 1012.33 -6571.16 +NULL NULL Midway 31893 129.98 -7832.45 +NULL NULL Midway 362 545.72 -12767.12 +NULL NULL Midway 37443 5935.63 -11079.34 +NULL NULL Midway 4209 2424.02 -16215.01 +NULL NULL Midway 42870 834.21 -12044.33 +NULL NULL Midway 43495 4179.63 -11521.10 +NULL NULL Midway 44330 2073.16 -9774.23 +NULL NULL Midway 44461 0.00 -9796.43 +NULL NULL Midway 45822 4014.71 -13350.50 +NULL NULL Midway 59324 1963.84 -8402.14 +NULL NULL Midway 6159 0.00 -5326.19 +NULL NULL Midway 63058 543.97 -5986.27 +NULL NULL Midway 64117 3900.85 -13187.49 +NULL NULL Midway 64280 1881.76 -5952.31 +NULL NULL Midway 69241 804.35 -3962.88 +NULL NULL Midway 70150 690.04 -6022.55 +NULL NULL Midway 70505 979.13 -11422.12 +NULL NULL Midway 71117 3317.76 -10629.69 +NULL NULL Midway 72972 380.54 -8579.82 +NULL NULL Midway 76802 492.45 -6584.79 +NULL NULL Midway 7696 36.03 -5756.62 +NULL NULL Midway 77368 6332.15 -13973.11 +NULL NULL Midway 8272 4708.31 -20242.53 +NULL NULL Midway 83601 8274.69 -11017.35 +NULL NULL Midway 86777 1596.97 -12846.14 +NULL NULL Midway 88444 290.18 -12645.67 +NULL NULL Midway 88663 0.00 -9197.71 +NULL NULL Midway 9441 1109.31 -26407.61 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out index 5997670efa68..f38d569ff17c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out @@ -91,8 +91,8 @@ LIMIT 100 -- !query schema struct -- !query output -able -9767751.88 -ation -10546549.93 -bar -10133672.06 -ese -10335181.30 -ought -10737659.56 +able -9767751.88 +ation -10546549.93 +bar -10133672.06 +ese -10335181.30 +ought -10737659.56 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out index f7f2b9f688dd..8754163cf029 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out @@ -42,103 +42,103 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAABBEAAAA Dr. Oscar Fox 183 15th Ln Suite P Greenwood Clay County GA 38828 United States -5.00 condo 4607.92 -AAAAAAAAADCEBAAA Sir Billy Bell 690 4th Fifth Ct. Suite 390 Hillcrest Spalding County GA 33003 United States -5.00 condo 5567.44 -AAAAAAAAAFBGAAAA Mrs. Erika Buford 527 1st Ln Suite 380 Lakewood Jasper County GA 38877 United States -5.00 single family 5412.16 -AAAAAAAAAFLABAAA Mr. Richard James 40 2nd Miller Road Suite 190 Arlington Morgan County GA 36557 United States -5.00 apartment 2249.10 -AAAAAAAAAHOEAAAA Mr. Michael Yates 349 Elm South ST Suite 30 Blanchard Talbot County GA 35985 United States -5.00 single family 1810.13 -AAAAAAAAAIEHBAAA Miss Tamara Chestnut 934 13th Cherry Blvd Suite O Antioch Haralson County GA 38605 United States -5.00 condo 1639.26 -AAAAAAAAAJLNAAAA Dr. Sheree Bragg 664 Elm 4th Ave Suite 320 Glenwood McDuffie County GA 33511 United States -5.00 condo 3012.45 -AAAAAAAAAJNEBAAA Dr. David Hamilton 108 Spring Wilson Ct. Suite F Glenwood Macon County GA 33511 United States -5.00 apartment 2567.79 -AAAAAAAAAKJOAAAA Dr. Gus Stewart 883 Valley Drive Suite J Macedonia Lanier County GA 31087 United States -5.00 single family 3530.28 -AAAAAAAAAMFBBAAA Mr. Jackson NULL 177 8th Walnut Ct. Suite 300 Riverview Jenkins County GA 39003 United States -5.00 single family 4875.86 -AAAAAAAAAMPKAAAA Ms. Elizabeth Booth 344 Jackson North Drive Suite 100 Woodville Fayette County GA 34289 United States -5.00 single family 2372.60 -AAAAAAAAANCLAAAA Mr. Raymond Dixon 189 Jackson 7th Parkway Suite 360 Lakewood Dade County GA 38877 United States -5.00 single family 4655.74 -AAAAAAAAANJIAAAA Dr. Dennis Roper 600 Walnut Pkwy Suite 140 Plainview Barrow County GA 33683 United States -5.00 apartment 3500.40 -AAAAAAAAANLABAAA Sir Thomas Zimmerman 496 Forest ST Suite L Saratoga Lumpkin County GA 32123 United States -5.00 apartment 9193.95 -AAAAAAAAAODFAAAA Mrs. Kathy Villegas 156 4th Sunset Cir. Suite I Red Hill Appling County GA 34338 United States -5.00 single family 2106.00 -AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 3891.38 -AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 9787.55 -AAAAAAAAAPBBBAAA Sir Donald Littlejohn 467 Lake Ln Suite 20 Riverside Turner County GA 39231 United States -5.00 single family 4831.52 -AAAAAAAABABBBAAA Mr. David Roe 521 Jefferson Parkway Suite 120 Enterprise Wilcox County GA 31757 United States -5.00 apartment 4079.80 -AAAAAAAABAJHAAAA Mrs. Doris Gillespie 179 Washington Chestnut Dr. Suite W Jackson Columbia County GA 39583 United States -5.00 condo 4617.58 -AAAAAAAABANGBAAA Mr. Ralph Condon 755 Davis Blvd Suite 280 Antioch Pike County GA 38605 United States -5.00 condo 14966.24 -AAAAAAAABBHKAAAA Mrs. Kristin Grant 870 Ash Park Ave Suite 300 Lakeview Harris County GA 38579 United States -5.00 single family 3580.44 -AAAAAAAABBOBBAAA Mr. Herman Rivera 396 Walnut Cir. Suite P Athens Baldwin County GA 36796 United States -5.00 single family 4608.96 -AAAAAAAABCAOAAAA Dr. Brenda Bell 562 7th Park Road Suite 320 Edgewood Troup County GA 30069 United States -5.00 apartment 3721.03 -AAAAAAAABCIMAAAA Dr. Becky Seals 174 Park Park Ct. Suite H Green Acres Schley County GA 37683 United States -5.00 single family 2980.15 -AAAAAAAABDHFAAAA Mr. Charles Miller 531 Church 14th Circle Suite 60 Ashland Franklin County GA 34244 United States -5.00 apartment 3241.85 -AAAAAAAABEHABAAA Dr. Gregory NULL 391 Seventh Road Suite Q Oakwood Liberty County GA 30169 United States -5.00 single family 3520.33 -AAAAAAAABGDGBAAA Sir Brian Adams 915 Jackson RD Suite O Concord Columbia County GA 34107 United States -5.00 apartment 2912.27 -AAAAAAAABGLCBAAA Dr. Joseph Torres 103 Highland 7th Court Suite I Wilson Jenkins County GA 36971 United States -5.00 single family 1842.89 -AAAAAAAABHOFAAAA Ms. Anthony NULL 518 Meadow Smith Ct. Suite C Riverdale Bleckley County GA 39391 United States -5.00 single family 1878.44 -AAAAAAAABIMMAAAA Dr. Shanna Mcrae 764 Walnut Street Suite B Brownsville Lumpkin County GA 39310 United States -5.00 condo 7237.05 -AAAAAAAABINIAAAA Dr. Jose Reynolds 571 Main Ave Suite B Mount Zion Troup County GA 38054 United States -5.00 apartment 2463.65 -AAAAAAAABJMEAAAA Miss Deborah Sheehan 450 Willow Cir. Suite G Marion Franklin County GA 30399 United States -5.00 condo 6623.88 -AAAAAAAABKAIAAAA Miss Ruth Rodriguez 706 Williams Pkwy Suite Y Antioch Lanier County GA 38605 United States -5.00 single family 3025.05 -AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 1637.46 -AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 2373.14 -AAAAAAAABMFDAAAA Mrs. Megan Webster 124 11th Pkwy Suite K Shady Grove Miller County GA 32812 United States -5.00 single family 3059.27 -AAAAAAAABNMGBAAA Mrs. Wanda Shumate 422 Pine 3rd Cir. Suite 170 Crossroads Berrien County GA 30534 United States -5.00 single family 1699.41 -AAAAAAAABNMIAAAA Miss Bobbi Erickson 731 Jefferson Parkway Suite H Mountain View Taylor County GA 34466 United States -5.00 apartment 2925.34 -AAAAAAAABOAPAAAA Ms. Karen Burt 794 Sunset Sunset Drive Suite 470 Glendale Calhoun County GA 33951 United States -5.00 condo 8807.07 -AAAAAAAABOCDBAAA Ms. Flora Messer 608 10th Court Suite A Highland Park Dooly County GA 36534 United States -5.00 single family 3255.56 -AAAAAAAABPIMAAAA Dr. Steve Cano 711 Park Ln Suite N Smith Gwinnett County GA 37317 United States -5.00 single family 2086.39 -AAAAAAAACABFAAAA Sir Steven Lamb 726 Cherry Hill ST Suite E Woodville Worth County GA 34289 United States -5.00 apartment 2361.71 -AAAAAAAACBDDAAAA Sir Terry Seiler 960 Eigth Way Suite 240 Mountain View Putnam County GA 34466 United States -5.00 apartment 3222.09 -AAAAAAAACCBOAAAA Sir Patrick Miller 577 Church Ave Suite 110 Bethel White County GA 35281 United States -5.00 single family 2927.35 -AAAAAAAACDOPAAAA Mrs. Carolyn Singer 399 Second Boulevard Suite O White Oak Wayne County GA 36668 United States -5.00 condo 4011.31 -AAAAAAAACFADBAAA NULL NULL NULL 502 Willow Park Cir. Suite E Dewey Colquitt County GA 31160 United States -5.00 apartment 3732.03 -AAAAAAAACIHABAAA Ms. Arlene Baker 216 Maple Walnut Ave Suite 310 Greenfield Glascock County GA 35038 United States -5.00 single family 2857.28 -AAAAAAAACJCHAAAA Mr. Wilbur Mullins 119 Eigth Dr. Suite W Fairview Wilkes County GA 35709 United States -5.00 single family 4861.83 -AAAAAAAACJJKAAAA Mr. Ramon Zaragoza 934 Park Lane Suite K Lakewood Muscogee County GA 38877 United States -5.00 condo 9022.65 -AAAAAAAACKHEAAAA Mr. Richard Leblanc 18 Green View Court Suite J Woodville Butts County GA 34289 United States -5.00 single family 3787.49 -AAAAAAAACODJAAAA Dr. Neal Nash 95 NULL Street Suite 110 Spring Hill Murray County GA 36787 NULL -5.00 NULL 2144.31 -AAAAAAAACOFIBAAA Mr. Fred Morales 687 5th Park Cir. Suite X Fairview Murray County GA 35709 United States -5.00 condo 1936.70 -AAAAAAAACOHIAAAA Mr. Roger Grider 191 Williams Second Avenue Suite 420 Brownsville Coweta County GA 39310 United States -5.00 single family 5782.43 -AAAAAAAACPBABAAA Miss Lucile Anderson 149 View Williams Ct. Suite L Mount Pleasant Washington County GA 31933 United States -5.00 single family 2600.59 -AAAAAAAADANFBAAA Mrs. Ann Nadeau 247 Maple Avenue Suite 260 Hamilton Elbert County GA 32808 United States -5.00 single family 4103.32 -AAAAAAAADBAHAAAA Dr. Lucille Hill 668 West Laurel Pkwy Suite M Mount Olive Quitman County GA 38059 United States -5.00 single family 2033.22 -AAAAAAAADBEIBAAA Miss Erica Hill 396 Maple Johnson Avenue Suite R Crossroads Hall County GA 30534 United States -5.00 condo 4500.01 -AAAAAAAADBEOAAAA Miss Loretta Smith 149 Maple ST Suite 350 Fairview Cherokee County GA 35709 United States -5.00 apartment 3810.28 -AAAAAAAADBFHBAAA Mr. Charles Robinson 731 Ridge Lane Suite 160 New Hope Bartow County GA 39431 United States -5.00 apartment 4042.46 -AAAAAAAADCAEAAAA Dr. Joanna Walker 665 15th Maple Avenue Suite Y Camden McDuffie County GA 37119 United States -5.00 single family 4067.57 -AAAAAAAADCLBAAAA Mrs. Evelyn Hammett 302 1st Adams Cir. Suite 370 Five Points Pulaski County GA 36098 United States -5.00 single family 2187.12 -AAAAAAAADDENAAAA Sir Alejandro Doyle 916 Cherry Elm ST Suite 110 Providence Clay County GA 36614 United States -5.00 single family 3357.92 -AAAAAAAADEGFAAAA Sir Jesse Johnson 725 Laurel First Parkway Suite O Pleasant Valley Candler County GA 32477 United States -5.00 condo 4969.77 -AAAAAAAADGCCAAAA Miss Loretta Moss 274 3rd Walnut Ave Suite L Arlington Lee County GA 36557 United States -5.00 condo 1891.74 -AAAAAAAADHFLAAAA Mr. George Schneider 579 Johnson Ash Way Suite 110 Concord Seminole County GA 34107 United States -5.00 condo 4011.59 -AAAAAAAADHOIAAAA Miss Andrew James 139 Smith Lincoln Lane Suite 360 Stringtown Coweta County GA 30162 United States -5.00 condo 2834.91 -AAAAAAAADJABAAAA Mrs. Charity Arroyo 158 Highland Elm Ln Suite K Woodland Pickens County GA 34854 United States -5.00 apartment 2443.75 -AAAAAAAADJJMAAAA Dr. Joseph Burns 339 12th Blvd Suite S Hamilton Banks County GA 32808 United States -5.00 condo 2670.84 -AAAAAAAADJODAAAA Dr. Larry Phillips 612 Mill Church Blvd Suite 0 Sunnyside Fannin County GA 31952 United States -5.00 single family 7260.82 -AAAAAAAADKKGAAAA Sir Robert Patrick 638 Fourth Cir. Suite 250 Lebanon Clay County GA 32898 United States -5.00 condo 9049.72 -AAAAAAAADMDHAAAA Mr. Samuel Wells 877 Highland East Road Suite I Valley View Bartow County GA 35124 United States -5.00 single family 4490.95 -AAAAAAAADNIBBAAA Miss Sharon Prince 955 Walnut Ridge Boulevard Suite W Cedar Grove Troup County GA 30411 United States -5.00 condo 2158.11 -AAAAAAAADNOGBAAA Dr. David Lofton 327 11th Central Parkway Suite D White Oak Glynn County GA 36668 United States -5.00 single family 1971.52 -AAAAAAAADOBCBAAA Dr. Benjamin Pham 300 Willow Sycamore Blvd Suite 380 Liberty Twiggs County GA 33451 United States -5.00 apartment 1787.84 -AAAAAAAADOFNAAAA Mrs. Sebrina Jacobs 611 Center Avenue Suite 210 Glenwood Ware County GA 33511 United States -5.00 condo 5738.75 -AAAAAAAAEAFJAAAA Mr. Gregory Quigley 932 Maple Avenue Suite 300 Glendale Butts County GA 33951 United States -5.00 single family 2621.58 -AAAAAAAAEAJGBAAA Miss Helen Flora 38 Park Circle Suite 360 Florence Pike County GA 33394 United States -5.00 apartment 2804.13 -AAAAAAAAEBDFAAAA Mr. Ed Chavis 276 Pine Hill Boulevard Suite 150 Shiloh Lincoln County GA 39275 United States -5.00 single family 1800.04 -AAAAAAAAECIHAAAA Sir Gilberto Mcdonald 615 10th Blvd Suite 150 Oakdale Glynn County GA 39584 United States -5.00 apartment 6023.68 -AAAAAAAAECOGBAAA Dr. David Lamb 436 Second Elm Way Suite 30 Green Acres Laurens County GA 37683 United States -5.00 single family 4778.71 -AAAAAAAAEDOAAAAA Dr. NULL Finley 899 Willow Pine ST Suite 160 Clinton Peach County GA 38222 United States -5.00 condo 18954.78 -AAAAAAAAEEFEBAAA Mr. Gordon Lee 444 Park Jackson Boulevard Suite 150 Kingston Mitchell County GA 34975 United States -5.00 single family 2499.41 -AAAAAAAAEFMHBAAA Ms. Anne Busby 724 Second ST Suite 20 Union Hill Pulaski County GA 37746 United States -5.00 condo 2866.95 -AAAAAAAAEGOJAAAA Miss Caroline Miller 719 Smith RD Suite M Empire Oglethorpe County GA 34145 United States -5.00 single family 7530.99 -AAAAAAAAEHCIAAAA Ms. Laura Wright 816 Main Ln Suite 300 Sunnyside Emanuel County GA 31952 United States -5.00 apartment 2767.59 -AAAAAAAAEHPBAAAA Dr. Paula Bearden 932 Williams Forest Ln Suite 10 Allentown Long County GA 31838 United States -5.00 single family 12021.15 -AAAAAAAAEJFNAAAA Dr. Chad Baldwin 404 Cedar Ct. Suite Y Enterprise Treutlen County GA 31757 United States -5.00 apartment 1737.56 -AAAAAAAAEJJDAAAA Ms. Katherine Hernandez 741 Park Jefferson ST Suite 270 Oak Ridge McIntosh County GA 38371 United States -5.00 single family 6714.64 -AAAAAAAAEKGABAAA Sir Steven Thurman 638 Park Green Ct. Suite 270 Lakeside Wayne County GA 39532 United States -5.00 single family 1662.14 -AAAAAAAAEKJGBAAA Sir Kurt Jenkins 656 8th Dr. Suite E Franklin Heard County GA 39101 United States -5.00 apartment 1607.08 -AAAAAAAAELCGBAAA Sir Harold Randolph 535 Lee RD Suite 160 Sutton Bacon County GA 35413 United States -5.00 apartment 4737.51 -AAAAAAAAELJAAAAA Miss Gwendolyn Johnson 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 7387.08 -AAAAAAAAENFHBAAA Dr. Janice Ojeda 127 Williams 5th Ave Suite 280 Walnut Grove Burke County GA 37752 United States -5.00 condo 4838.93 -AAAAAAAAEOBHAAAA Miss Janet Mcculloch 379 Spring Eigth Street Suite R Cedar Grove Wilcox County GA 30411 United States -5.00 single family 7581.20 -AAAAAAAAEOGGAAAA Sir Christopher Garrett 308 Broadway 4th Lane Suite 360 Sunnyside Coffee County GA 31952 United States -5.00 apartment 3279.85 -AAAAAAAAEPBDBAAA Dr. Curtis Briscoe 142 Meadow Road Suite 460 Woodville Montgomery County GA 34289 United States -5.00 single family 5239.12 -AAAAAAAAFAHCAAAA Ms. Anna Koch 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 1858.37 -AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2774.69 -AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2946.52 +AAAAAAAAABBEAAAA Dr. Oscar Fox 183 15th Ln Suite P Greenwood Clay County GA 38828 United States -5.00 condo 4607.92 +AAAAAAAAADCEBAAA Sir Billy Bell 690 4th Fifth Ct. Suite 390 Hillcrest Spalding County GA 33003 United States -5.00 condo 5567.44 +AAAAAAAAAFBGAAAA Mrs. Erika Buford 527 1st Ln Suite 380 Lakewood Jasper County GA 38877 United States -5.00 single family 5412.16 +AAAAAAAAAFLABAAA Mr. Richard James 40 2nd Miller Road Suite 190 Arlington Morgan County GA 36557 United States -5.00 apartment 2249.10 +AAAAAAAAAHOEAAAA Mr. Michael Yates 349 Elm South ST Suite 30 Blanchard Talbot County GA 35985 United States -5.00 single family 1810.13 +AAAAAAAAAIEHBAAA Miss Tamara Chestnut 934 13th Cherry Blvd Suite O Antioch Haralson County GA 38605 United States -5.00 condo 1639.26 +AAAAAAAAAJLNAAAA Dr. Sheree Bragg 664 Elm 4th Ave Suite 320 Glenwood McDuffie County GA 33511 United States -5.00 condo 3012.45 +AAAAAAAAAJNEBAAA Dr. David Hamilton 108 Spring Wilson Ct. Suite F Glenwood Macon County GA 33511 United States -5.00 apartment 2567.79 +AAAAAAAAAKJOAAAA Dr. Gus Stewart 883 Valley Drive Suite J Macedonia Lanier County GA 31087 United States -5.00 single family 3530.28 +AAAAAAAAAMFBBAAA Mr. Jackson NULL 177 8th Walnut Ct. Suite 300 Riverview Jenkins County GA 39003 United States -5.00 single family 4875.86 +AAAAAAAAAMPKAAAA Ms. Elizabeth Booth 344 Jackson North Drive Suite 100 Woodville Fayette County GA 34289 United States -5.00 single family 2372.60 +AAAAAAAAANCLAAAA Mr. Raymond Dixon 189 Jackson 7th Parkway Suite 360 Lakewood Dade County GA 38877 United States -5.00 single family 4655.74 +AAAAAAAAANJIAAAA Dr. Dennis Roper 600 Walnut Pkwy Suite 140 Plainview Barrow County GA 33683 United States -5.00 apartment 3500.40 +AAAAAAAAANLABAAA Sir Thomas Zimmerman 496 Forest ST Suite L Saratoga Lumpkin County GA 32123 United States -5.00 apartment 9193.95 +AAAAAAAAAODFAAAA Mrs. Kathy Villegas 156 4th Sunset Cir. Suite I Red Hill Appling County GA 34338 United States -5.00 single family 2106.00 +AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 3891.38 +AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 9787.55 +AAAAAAAAAPBBBAAA Sir Donald Littlejohn 467 Lake Ln Suite 20 Riverside Turner County GA 39231 United States -5.00 single family 4831.52 +AAAAAAAABABBBAAA Mr. David Roe 521 Jefferson Parkway Suite 120 Enterprise Wilcox County GA 31757 United States -5.00 apartment 4079.80 +AAAAAAAABAJHAAAA Mrs. Doris Gillespie 179 Washington Chestnut Dr. Suite W Jackson Columbia County GA 39583 United States -5.00 condo 4617.58 +AAAAAAAABANGBAAA Mr. Ralph Condon 755 Davis Blvd Suite 280 Antioch Pike County GA 38605 United States -5.00 condo 14966.24 +AAAAAAAABBHKAAAA Mrs. Kristin Grant 870 Ash Park Ave Suite 300 Lakeview Harris County GA 38579 United States -5.00 single family 3580.44 +AAAAAAAABBOBBAAA Mr. Herman Rivera 396 Walnut Cir. Suite P Athens Baldwin County GA 36796 United States -5.00 single family 4608.96 +AAAAAAAABCAOAAAA Dr. Brenda Bell 562 7th Park Road Suite 320 Edgewood Troup County GA 30069 United States -5.00 apartment 3721.03 +AAAAAAAABCIMAAAA Dr. Becky Seals 174 Park Park Ct. Suite H Green Acres Schley County GA 37683 United States -5.00 single family 2980.15 +AAAAAAAABDHFAAAA Mr. Charles Miller 531 Church 14th Circle Suite 60 Ashland Franklin County GA 34244 United States -5.00 apartment 3241.85 +AAAAAAAABEHABAAA Dr. Gregory NULL 391 Seventh Road Suite Q Oakwood Liberty County GA 30169 United States -5.00 single family 3520.33 +AAAAAAAABGDGBAAA Sir Brian Adams 915 Jackson RD Suite O Concord Columbia County GA 34107 United States -5.00 apartment 2912.27 +AAAAAAAABGLCBAAA Dr. Joseph Torres 103 Highland 7th Court Suite I Wilson Jenkins County GA 36971 United States -5.00 single family 1842.89 +AAAAAAAABHOFAAAA Ms. Anthony NULL 518 Meadow Smith Ct. Suite C Riverdale Bleckley County GA 39391 United States -5.00 single family 1878.44 +AAAAAAAABIMMAAAA Dr. Shanna Mcrae 764 Walnut Street Suite B Brownsville Lumpkin County GA 39310 United States -5.00 condo 7237.05 +AAAAAAAABINIAAAA Dr. Jose Reynolds 571 Main Ave Suite B Mount Zion Troup County GA 38054 United States -5.00 apartment 2463.65 +AAAAAAAABJMEAAAA Miss Deborah Sheehan 450 Willow Cir. Suite G Marion Franklin County GA 30399 United States -5.00 condo 6623.88 +AAAAAAAABKAIAAAA Miss Ruth Rodriguez 706 Williams Pkwy Suite Y Antioch Lanier County GA 38605 United States -5.00 single family 3025.05 +AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 1637.46 +AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 2373.14 +AAAAAAAABMFDAAAA Mrs. Megan Webster 124 11th Pkwy Suite K Shady Grove Miller County GA 32812 United States -5.00 single family 3059.27 +AAAAAAAABNMGBAAA Mrs. Wanda Shumate 422 Pine 3rd Cir. Suite 170 Crossroads Berrien County GA 30534 United States -5.00 single family 1699.41 +AAAAAAAABNMIAAAA Miss Bobbi Erickson 731 Jefferson Parkway Suite H Mountain View Taylor County GA 34466 United States -5.00 apartment 2925.34 +AAAAAAAABOAPAAAA Ms. Karen Burt 794 Sunset Sunset Drive Suite 470 Glendale Calhoun County GA 33951 United States -5.00 condo 8807.07 +AAAAAAAABOCDBAAA Ms. Flora Messer 608 10th Court Suite A Highland Park Dooly County GA 36534 United States -5.00 single family 3255.56 +AAAAAAAABPIMAAAA Dr. Steve Cano 711 Park Ln Suite N Smith Gwinnett County GA 37317 United States -5.00 single family 2086.39 +AAAAAAAACABFAAAA Sir Steven Lamb 726 Cherry Hill ST Suite E Woodville Worth County GA 34289 United States -5.00 apartment 2361.71 +AAAAAAAACBDDAAAA Sir Terry Seiler 960 Eigth Way Suite 240 Mountain View Putnam County GA 34466 United States -5.00 apartment 3222.09 +AAAAAAAACCBOAAAA Sir Patrick Miller 577 Church Ave Suite 110 Bethel White County GA 35281 United States -5.00 single family 2927.35 +AAAAAAAACDOPAAAA Mrs. Carolyn Singer 399 Second Boulevard Suite O White Oak Wayne County GA 36668 United States -5.00 condo 4011.31 +AAAAAAAACFADBAAA NULL NULL NULL 502 Willow Park Cir. Suite E Dewey Colquitt County GA 31160 United States -5.00 apartment 3732.03 +AAAAAAAACIHABAAA Ms. Arlene Baker 216 Maple Walnut Ave Suite 310 Greenfield Glascock County GA 35038 United States -5.00 single family 2857.28 +AAAAAAAACJCHAAAA Mr. Wilbur Mullins 119 Eigth Dr. Suite W Fairview Wilkes County GA 35709 United States -5.00 single family 4861.83 +AAAAAAAACJJKAAAA Mr. Ramon Zaragoza 934 Park Lane Suite K Lakewood Muscogee County GA 38877 United States -5.00 condo 9022.65 +AAAAAAAACKHEAAAA Mr. Richard Leblanc 18 Green View Court Suite J Woodville Butts County GA 34289 United States -5.00 single family 3787.49 +AAAAAAAACODJAAAA Dr. Neal Nash 95 NULL Street Suite 110 Spring Hill Murray County GA 36787 NULL -5.00 NULL 2144.31 +AAAAAAAACOFIBAAA Mr. Fred Morales 687 5th Park Cir. Suite X Fairview Murray County GA 35709 United States -5.00 condo 1936.70 +AAAAAAAACOHIAAAA Mr. Roger Grider 191 Williams Second Avenue Suite 420 Brownsville Coweta County GA 39310 United States -5.00 single family 5782.43 +AAAAAAAACPBABAAA Miss Lucile Anderson 149 View Williams Ct. Suite L Mount Pleasant Washington County GA 31933 United States -5.00 single family 2600.59 +AAAAAAAADANFBAAA Mrs. Ann Nadeau 247 Maple Avenue Suite 260 Hamilton Elbert County GA 32808 United States -5.00 single family 4103.32 +AAAAAAAADBAHAAAA Dr. Lucille Hill 668 West Laurel Pkwy Suite M Mount Olive Quitman County GA 38059 United States -5.00 single family 2033.22 +AAAAAAAADBEIBAAA Miss Erica Hill 396 Maple Johnson Avenue Suite R Crossroads Hall County GA 30534 United States -5.00 condo 4500.01 +AAAAAAAADBEOAAAA Miss Loretta Smith 149 Maple ST Suite 350 Fairview Cherokee County GA 35709 United States -5.00 apartment 3810.28 +AAAAAAAADBFHBAAA Mr. Charles Robinson 731 Ridge Lane Suite 160 New Hope Bartow County GA 39431 United States -5.00 apartment 4042.46 +AAAAAAAADCAEAAAA Dr. Joanna Walker 665 15th Maple Avenue Suite Y Camden McDuffie County GA 37119 United States -5.00 single family 4067.57 +AAAAAAAADCLBAAAA Mrs. Evelyn Hammett 302 1st Adams Cir. Suite 370 Five Points Pulaski County GA 36098 United States -5.00 single family 2187.12 +AAAAAAAADDENAAAA Sir Alejandro Doyle 916 Cherry Elm ST Suite 110 Providence Clay County GA 36614 United States -5.00 single family 3357.92 +AAAAAAAADEGFAAAA Sir Jesse Johnson 725 Laurel First Parkway Suite O Pleasant Valley Candler County GA 32477 United States -5.00 condo 4969.77 +AAAAAAAADGCCAAAA Miss Loretta Moss 274 3rd Walnut Ave Suite L Arlington Lee County GA 36557 United States -5.00 condo 1891.74 +AAAAAAAADHFLAAAA Mr. George Schneider 579 Johnson Ash Way Suite 110 Concord Seminole County GA 34107 United States -5.00 condo 4011.59 +AAAAAAAADHOIAAAA Miss Andrew James 139 Smith Lincoln Lane Suite 360 Stringtown Coweta County GA 30162 United States -5.00 condo 2834.91 +AAAAAAAADJABAAAA Mrs. Charity Arroyo 158 Highland Elm Ln Suite K Woodland Pickens County GA 34854 United States -5.00 apartment 2443.75 +AAAAAAAADJJMAAAA Dr. Joseph Burns 339 12th Blvd Suite S Hamilton Banks County GA 32808 United States -5.00 condo 2670.84 +AAAAAAAADJODAAAA Dr. Larry Phillips 612 Mill Church Blvd Suite 0 Sunnyside Fannin County GA 31952 United States -5.00 single family 7260.82 +AAAAAAAADKKGAAAA Sir Robert Patrick 638 Fourth Cir. Suite 250 Lebanon Clay County GA 32898 United States -5.00 condo 9049.72 +AAAAAAAADMDHAAAA Mr. Samuel Wells 877 Highland East Road Suite I Valley View Bartow County GA 35124 United States -5.00 single family 4490.95 +AAAAAAAADNIBBAAA Miss Sharon Prince 955 Walnut Ridge Boulevard Suite W Cedar Grove Troup County GA 30411 United States -5.00 condo 2158.11 +AAAAAAAADNOGBAAA Dr. David Lofton 327 11th Central Parkway Suite D White Oak Glynn County GA 36668 United States -5.00 single family 1971.52 +AAAAAAAADOBCBAAA Dr. Benjamin Pham 300 Willow Sycamore Blvd Suite 380 Liberty Twiggs County GA 33451 United States -5.00 apartment 1787.84 +AAAAAAAADOFNAAAA Mrs. Sebrina Jacobs 611 Center Avenue Suite 210 Glenwood Ware County GA 33511 United States -5.00 condo 5738.75 +AAAAAAAAEAFJAAAA Mr. Gregory Quigley 932 Maple Avenue Suite 300 Glendale Butts County GA 33951 United States -5.00 single family 2621.58 +AAAAAAAAEAJGBAAA Miss Helen Flora 38 Park Circle Suite 360 Florence Pike County GA 33394 United States -5.00 apartment 2804.13 +AAAAAAAAEBDFAAAA Mr. Ed Chavis 276 Pine Hill Boulevard Suite 150 Shiloh Lincoln County GA 39275 United States -5.00 single family 1800.04 +AAAAAAAAECIHAAAA Sir Gilberto Mcdonald 615 10th Blvd Suite 150 Oakdale Glynn County GA 39584 United States -5.00 apartment 6023.68 +AAAAAAAAECOGBAAA Dr. David Lamb 436 Second Elm Way Suite 30 Green Acres Laurens County GA 37683 United States -5.00 single family 4778.71 +AAAAAAAAEDOAAAAA Dr. NULL Finley 899 Willow Pine ST Suite 160 Clinton Peach County GA 38222 United States -5.00 condo 18954.78 +AAAAAAAAEEFEBAAA Mr. Gordon Lee 444 Park Jackson Boulevard Suite 150 Kingston Mitchell County GA 34975 United States -5.00 single family 2499.41 +AAAAAAAAEFMHBAAA Ms. Anne Busby 724 Second ST Suite 20 Union Hill Pulaski County GA 37746 United States -5.00 condo 2866.95 +AAAAAAAAEGOJAAAA Miss Caroline Miller 719 Smith RD Suite M Empire Oglethorpe County GA 34145 United States -5.00 single family 7530.99 +AAAAAAAAEHCIAAAA Ms. Laura Wright 816 Main Ln Suite 300 Sunnyside Emanuel County GA 31952 United States -5.00 apartment 2767.59 +AAAAAAAAEHPBAAAA Dr. Paula Bearden 932 Williams Forest Ln Suite 10 Allentown Long County GA 31838 United States -5.00 single family 12021.15 +AAAAAAAAEJFNAAAA Dr. Chad Baldwin 404 Cedar Ct. Suite Y Enterprise Treutlen County GA 31757 United States -5.00 apartment 1737.56 +AAAAAAAAEJJDAAAA Ms. Katherine Hernandez 741 Park Jefferson ST Suite 270 Oak Ridge McIntosh County GA 38371 United States -5.00 single family 6714.64 +AAAAAAAAEKGABAAA Sir Steven Thurman 638 Park Green Ct. Suite 270 Lakeside Wayne County GA 39532 United States -5.00 single family 1662.14 +AAAAAAAAEKJGBAAA Sir Kurt Jenkins 656 8th Dr. Suite E Franklin Heard County GA 39101 United States -5.00 apartment 1607.08 +AAAAAAAAELCGBAAA Sir Harold Randolph 535 Lee RD Suite 160 Sutton Bacon County GA 35413 United States -5.00 apartment 4737.51 +AAAAAAAAELJAAAAA Miss Gwendolyn Johnson 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 7387.08 +AAAAAAAAENFHBAAA Dr. Janice Ojeda 127 Williams 5th Ave Suite 280 Walnut Grove Burke County GA 37752 United States -5.00 condo 4838.93 +AAAAAAAAEOBHAAAA Miss Janet Mcculloch 379 Spring Eigth Street Suite R Cedar Grove Wilcox County GA 30411 United States -5.00 single family 7581.20 +AAAAAAAAEOGGAAAA Sir Christopher Garrett 308 Broadway 4th Lane Suite 360 Sunnyside Coffee County GA 31952 United States -5.00 apartment 3279.85 +AAAAAAAAEPBDBAAA Dr. Curtis Briscoe 142 Meadow Road Suite 460 Woodville Montgomery County GA 34289 United States -5.00 single family 5239.12 +AAAAAAAAFAHCAAAA Ms. Anna Koch 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 1858.37 +AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2774.69 +AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2946.52 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out index 8c2b3df2240c..146679f24dad 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out @@ -19,5 +19,5 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation 67.28 -AAAAAAAALIHCAAAA Things select increased views. Tools imagine for example; ever likely developments live so scottish benefits. Soft, short-term services should give indeed good illu 86.90 +AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation 67.28 +AAAAAAAALIHCAAAA Things select increased views. Tools imagine for example; ever likely developments live so scottish benefits. Soft, short-term services should give indeed good illu 86.90 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out index 2066a1d98bb8..fe9c3e46bfff 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out @@ -23,28 +23,4 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAAIPGAAAA Carter, Rodney -AAAAAAAAAKMBBAAA Mcarthur, Emma -AAAAAAAACBNHBAAA Wells, Ron -AAAAAAAADBMEAAAA Vera, Tina -AAAAAAAADBMEAAAA Vera, Tina -AAAAAAAADHKGBAAA Scott, Pamela -AAAAAAAAEIIBBAAA Atkins, Susan -AAAAAAAAFKAHAAAA Batiste, Ernest -AAAAAAAAGHMAAAAA Mitchell, Gregory -AAAAAAAAIAODBAAA Murray, Karen -AAAAAAAAIEOKAAAA Solomon, Clyde -AAAAAAAAIIBOAAAA Owens, David -AAAAAAAAIPDCAAAA Wallace, Eric -AAAAAAAAIPIMAAAA Hayward, Benjamin -AAAAAAAAJCIKAAAA Ramos, Donald -AAAAAAAAKFJEAAAA Roberts, Yvonne -AAAAAAAAKPGBBAAA NULL -AAAAAAAALCLABAAA Whitaker, Lettie -AAAAAAAAMGMEAAAA Sharp, Michael -AAAAAAAAMIGBBAAA Montgomery, Jesenia -AAAAAAAAMPDKAAAA Lopez, Isabel -AAAAAAAANEOMAAAA Powell, Linda -AAAAAAAANKPCAAAA Shaffer, Sergio -AAAAAAAANOCKAAAA Vargas, James -AAAAAAAAOGJEBAAA Owens, Denice + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out index fb152f7fb8b6..bde85e292997 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out @@ -28,103 +28,103 @@ LIMIT 100 -- !query schema struct -- !query output -1453516.79 Books arts 0 16 -1457032.40 Jewelry consignment 0 16 -1457642.85 Home wallpaper 0 16 -1503088.13 Home rugs 0 15 -1512375.29 Electronics audio 0 16 -15602.52 NULL semi-precious 0 14 -1570699.11 Home accent 0 14 -1625306.26 Jewelry bracelets 0 15 -1636759.38 Jewelry semi-precious 0 14 -1641874.01 Books cooking 0 15 -1670511.23 Electronics camcorders 0 15 -1698653.10 Books entertainments 0 14 -1730490.24 Electronics personal 0 14 -1733994.95 Electronics musical 0 13 -1738088.37 Jewelry diamonds 0 13 -1768939.49 Electronics cameras 0 12 -1788142.30 Home blinds/shades 0 13 -1793728.96 Electronics portable 0 11 -1805905.27 Home kids 0 12 -1811297.48 Jewelry loose stones 0 12 -1816997.04 Home decor 0 11 -1817324.19 Books mystery 0 13 -1819360.79 Books self-help 0 12 -1820456.21 Jewelry earings 0 11 -1820604.22 Home furniture 0 10 -1838653.07 Electronics automotive 0 10 -1838748.38 Jewelry birdal 0 10 -1868688.89 Home tables 0 9 -1894729.95 Electronics disk drives 0 9 -1903280.30 Books sports 0 11 -1904474.64 Books business 0 10 -1916049.65 Books science 0 9 -1924834.23 Home mattresses 0 8 -1938302.12 Books parenting 0 8 -1948029.88 Electronics wireless 0 8 -1964085.08 Jewelry costume 0 9 -2023862.05 Books travel 0 7 -2057556.93 Jewelry mens watch 0 8 -2085612.39 Home bathroom 0 7 -2105536.74 Jewelry womens watch 0 7 -2105589.88 Jewelry estate 0 6 -2112112.73 Home lighting 0 6 -21122.88 NULL tennis 0 13 -2132619.93 Books reference 0 6 -2141484.71 Jewelry gold 0 5 -2216602.19 Jewelry custom 0 4 -2220829.36 Books home repair 0 5 -2228844.29 Electronics scanners 0 7 -2235218.27 Electronics monitors 0 6 -2257811.83 Electronics karoke 0 5 -2262599.89 Electronics stereo 0 4 -2269734.86 Home glassware 0 5 -2283231.32 Electronics memory 0 3 -2284168.74 Home flatware 0 4 -2306676.63 Home bedding 0 3 -2308524.13 Jewelry rings 0 3 -2346470.04 Jewelry pendants 0 2 -2349779.93 Home curtains/drapes 0 2 -2351244.66 Electronics televisions 0 2 -2359621.74 Books fiction 0 4 -2408305.34 Home paint 0 1 -2513406.90 Books computers 0 3 -2533681.90 Books romance 0 2 -25714.74 NULL sports-apparel 0 12 -25780.80 NULL pants 0 11 -2625503.90 Electronics dvd/vcr players 0 1 -2754963.88 Jewelry jewelry boxes 0 1 -2981755.34 Books history 0 1 -29969.36 NULL dresses 0 10 -30361.13 NULL outdoor 0 9 -31428816.29 Home NULL 1 10 -31877378.15 Children NULL 1 9 -31908139.65 Sports NULL 1 8 -32027085.12 Jewelry NULL 1 7 -32135907.22 Electronics NULL 1 6 -32159.86 NULL archery 0 8 -32233369.67 Men NULL 1 5 +1453516.79 Books arts 0 16 +1457032.40 Jewelry consignment 0 16 +1457642.85 Home wallpaper 0 16 +1503088.13 Home rugs 0 15 +1512375.29 Electronics audio 0 16 +15602.52 NULL semi-precious 0 14 +1570699.11 Home accent 0 14 +1625306.26 Jewelry bracelets 0 15 +1636759.38 Jewelry semi-precious 0 14 +1641874.01 Books cooking 0 15 +1670511.23 Electronics camcorders 0 15 +1698653.10 Books entertainments 0 14 +1730490.24 Electronics personal 0 14 +1733994.95 Electronics musical 0 13 +1738088.37 Jewelry diamonds 0 13 +1768939.49 Electronics cameras 0 12 +1788142.30 Home blinds/shades 0 13 +1793728.96 Electronics portable 0 11 +1805905.27 Home kids 0 12 +1811297.48 Jewelry loose stones 0 12 +1816997.04 Home decor 0 11 +1817324.19 Books mystery 0 13 +1819360.79 Books self-help 0 12 +1820456.21 Jewelry earings 0 11 +1820604.22 Home furniture 0 10 +1838653.07 Electronics automotive 0 10 +1838748.38 Jewelry birdal 0 10 +1868688.89 Home tables 0 9 +1894729.95 Electronics disk drives 0 9 +1903280.30 Books sports 0 11 +1904474.64 Books business 0 10 +1916049.65 Books science 0 9 +1924834.23 Home mattresses 0 8 +1938302.12 Books parenting 0 8 +1948029.88 Electronics wireless 0 8 +1964085.08 Jewelry costume 0 9 +2023862.05 Books travel 0 7 +2057556.93 Jewelry mens watch 0 8 +2085612.39 Home bathroom 0 7 +2105536.74 Jewelry womens watch 0 7 +2105589.88 Jewelry estate 0 6 +2112112.73 Home lighting 0 6 +21122.88 NULL tennis 0 13 +2132619.93 Books reference 0 6 +2141484.71 Jewelry gold 0 5 +2216602.19 Jewelry custom 0 4 +2220829.36 Books home repair 0 5 +2228844.29 Electronics scanners 0 7 +2235218.27 Electronics monitors 0 6 +2257811.83 Electronics karoke 0 5 +2262599.89 Electronics stereo 0 4 +2269734.86 Home glassware 0 5 +2283231.32 Electronics memory 0 3 +2284168.74 Home flatware 0 4 +2306676.63 Home bedding 0 3 +2308524.13 Jewelry rings 0 3 +2346470.04 Jewelry pendants 0 2 +2349779.93 Home curtains/drapes 0 2 +2351244.66 Electronics televisions 0 2 +2359621.74 Books fiction 0 4 +2408305.34 Home paint 0 1 +2513406.90 Books computers 0 3 +2533681.90 Books romance 0 2 +25714.74 NULL sports-apparel 0 12 +25780.80 NULL pants 0 11 +2625503.90 Electronics dvd/vcr players 0 1 +2754963.88 Jewelry jewelry boxes 0 1 +2981755.34 Books history 0 1 +29969.36 NULL dresses 0 10 +30361.13 NULL outdoor 0 9 +31428816.29 Home NULL 1 10 +31877378.15 Children NULL 1 9 +31908139.65 Sports NULL 1 8 +32027085.12 Jewelry NULL 1 7 +32135907.22 Electronics NULL 1 6 +32159.86 NULL archery 0 8 +32233369.67 Men NULL 1 5 325552630.64 NULL NULL 2 1 -32942681.04 Books NULL 1 4 -33061835.62 Women NULL 1 3 -33399717.80 Music NULL 1 2 -33602545.41 Shoes NULL 1 1 -33866.09 NULL scanners 0 7 -34642.53 NULL swimwear 0 6 -36841.11 NULL baseball 0 5 -40345.26 NULL flatware 0 4 -43184.49 NULL glassware 0 3 -45178.92 Children NULL 0 5 +32942681.04 Books NULL 1 4 +33061835.62 Women NULL 1 3 +33399717.80 Music NULL 1 2 +33602545.41 Shoes NULL 1 1 +33866.09 NULL scanners 0 7 +34642.53 NULL swimwear 0 6 +36841.11 NULL baseball 0 5 +40345.26 NULL flatware 0 4 +43184.49 NULL glassware 0 3 +45178.92 Children NULL 0 5 476839.60 NULL NULL 0 1 -55823.63 Home NULL 0 17 -7529560.01 Children newborn 0 4 -7716135.48 Children school-uniforms 0 3 -7982811.62 Children toddlers 0 2 -8079270.31 Men sports-apparel 0 2 -84068.23 Books NULL 0 17 -8603692.12 Children infants 0 1 -88724.30 NULL womens 0 2 -8968117.21 Men shirts 0 1 +55823.63 Home NULL 0 17 +7529560.01 Children newborn 0 4 +7716135.48 Children school-uniforms 0 3 +7982811.62 Children toddlers 0 2 +8079270.31 Men sports-apparel 0 2 +84068.23 Books NULL 0 17 +8603692.12 Children infants 0 1 +88724.30 NULL womens 0 2 +8968117.21 Men shirts 0 1 935154.67 NULL NULL 1 11 -98583.06 Jewelry NULL 0 17 +98583.06 Jewelry NULL 0 17 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out index c591ba25f293..a8ab95e35e0c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out @@ -126,4 +126,4 @@ FROM -- !query schema struct -- !query output -2334 4726 4564 7538 7115 3960 4129 4533 +0 0 0 0 0 0 0 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out index 3d1d9e9b9329..08a79673e78a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out @@ -34,4 +34,103 @@ LIMIT 100 -- !query schema struct -- !query output - +Men shirts importoimporto #x able Unknown 1 2765.75 5194.818333 +Men shirts importoimporto #x able Unknown 2 2333.43 5194.818333 +Men shirts importoimporto #x able Unknown 2 628.63 2095.470833 +Men shirts importoimporto #x able Unknown 3 2674.91 5194.818333 +Men shirts importoimporto #x able Unknown 4 3040.23 5194.818333 +Men shirts importoimporto #x able Unknown 5 3016.43 5194.818333 +Men shirts importoimporto #x able Unknown 6 3538.25 5194.818333 +Men shirts importoimporto #x able Unknown 7 2880.34 5194.818333 +Men shirts importoimporto #x able Unknown 7 780.91 2095.470833 +Men shirts importoimporto #x ation Unknown 1 3380.16 5410.916667 +Men shirts importoimporto #x ation Unknown 2 3591.65 5410.916667 +Men shirts importoimporto #x ation Unknown 3 2672.68 5410.916667 +Men shirts importoimporto #x ation Unknown 4 2988.08 5410.916667 +Men shirts importoimporto #x ation Unknown 4 807.67 2141.060000 +Men shirts importoimporto #x ation Unknown 5 2677.81 5410.916667 +Men shirts importoimporto #x ation Unknown 6 2881.34 5410.916667 +Men shirts importoimporto #x ation Unknown 7 2951.67 5410.916667 +Men shirts importoimporto #x bar Unknown 1 3490.62 4973.509167 +Men shirts importoimporto #x bar Unknown 2 3073.45 4973.509167 +Men shirts importoimporto #x bar Unknown 3 2877.96 4973.509167 +Men shirts importoimporto #x bar Unknown 4 2986.70 4973.509167 +Men shirts importoimporto #x bar Unknown 5 2475.90 4973.509167 +Men shirts importoimporto #x bar Unknown 6 3199.08 4973.509167 +Men shirts importoimporto #x bar Unknown 7 3026.41 4973.509167 +Men shirts importoimporto #x eing Unknown 1 3628.21 5074.076667 +Men shirts importoimporto #x eing Unknown 2 2588.02 5074.076667 +Men shirts importoimporto #x eing Unknown 3 3179.96 5074.076667 +Men shirts importoimporto #x eing Unknown 4 2833.40 5074.076667 +Men shirts importoimporto #x eing Unknown 5 2356.88 5074.076667 +Men shirts importoimporto #x eing Unknown 5 765.86 2137.656667 +Men shirts importoimporto #x eing Unknown 6 2854.62 5074.076667 +Men shirts importoimporto #x eing Unknown 7 3465.77 5074.076667 +Men shirts importoimporto #x ese Unknown 2 3307.78 5492.817500 +Men shirts importoimporto #x ese Unknown 3 2070.65 5492.817500 +Men shirts importoimporto #x ese Unknown 4 2784.11 5492.817500 +Men shirts importoimporto #x ese Unknown 5 3210.74 5492.817500 +Men shirts importoimporto #x ese Unknown 6 2691.33 5492.817500 +Men shirts importoimporto #x ese Unknown 6 853.37 2113.573333 +Men shirts importoimporto #x ese Unknown 7 3754.33 5492.817500 +Men shirts importoimporto #x ought Unknown 2 2253.70 5045.758333 +Men shirts importoimporto #x ought Unknown 3 3467.09 5045.758333 +Men shirts importoimporto #x ought Unknown 4 3544.97 5045.758333 +Men shirts importoimporto #x ought Unknown 5 2834.94 5045.758333 +Men shirts importoimporto #x ought Unknown 6 2152.15 5045.758333 +Men shirts importoimporto #x ought Unknown 6 633.96 1908.056667 +Men shirts importoimporto #x ought Unknown 7 2667.92 5045.758333 +Women dresses amalgamalg #x able Unknown 1 2621.05 4507.240000 +Women dresses amalgamalg #x able Unknown 2 2082.54 4507.240000 +Women dresses amalgamalg #x able Unknown 3 1054.94 2337.278333 +Women dresses amalgamalg #x able Unknown 3 2706.15 4507.240000 +Women dresses amalgamalg #x able Unknown 4 1020.39 2337.278333 +Women dresses amalgamalg #x able Unknown 4 3082.17 4507.240000 +Women dresses amalgamalg #x able Unknown 5 1084.94 2337.278333 +Women dresses amalgamalg #x able Unknown 5 2891.95 4507.240000 +Women dresses amalgamalg #x able Unknown 6 1761.81 4507.240000 +Women dresses amalgamalg #x able Unknown 7 2302.21 4507.240000 +Women dresses amalgamalg #x ation Unknown 1 2797.07 4690.890000 +Women dresses amalgamalg #x ation Unknown 2 1102.89 2431.226667 +Women dresses amalgamalg #x ation Unknown 2 2192.31 4690.890000 +Women dresses amalgamalg #x ation Unknown 3 2751.11 4690.890000 +Women dresses amalgamalg #x ation Unknown 4 1064.70 2431.226667 +Women dresses amalgamalg #x ation Unknown 4 2418.39 4690.890000 +Women dresses amalgamalg #x ation Unknown 5 2480.25 4690.890000 +Women dresses amalgamalg #x ation Unknown 6 2501.15 4690.890000 +Women dresses amalgamalg #x ation Unknown 7 1078.41 2431.226667 +Women dresses amalgamalg #x ation Unknown 7 2637.27 4690.890000 +Women dresses amalgamalg #x bar Unknown 1 3284.93 4914.118333 +Women dresses amalgamalg #x bar Unknown 2 2692.79 4914.118333 +Women dresses amalgamalg #x bar Unknown 3 2451.51 4914.118333 +Women dresses amalgamalg #x bar Unknown 4 2549.27 4914.118333 +Women dresses amalgamalg #x bar Unknown 5 3190.77 4914.118333 +Women dresses amalgamalg #x bar Unknown 5 878.42 2506.963333 +Women dresses amalgamalg #x bar Unknown 6 3324.49 4914.118333 +Women dresses amalgamalg #x bar Unknown 6 680.47 2506.963333 +Women dresses amalgamalg #x bar Unknown 7 2428.75 4914.118333 +Women dresses amalgamalg #x eing Unknown 2 2841.88 4528.822500 +Women dresses amalgamalg #x eing Unknown 2 773.08 2569.346667 +Women dresses amalgamalg #x eing Unknown 3 2978.07 4528.822500 +Women dresses amalgamalg #x eing Unknown 3 964.29 2569.346667 +Women dresses amalgamalg #x eing Unknown 4 1317.08 2569.346667 +Women dresses amalgamalg #x eing Unknown 4 2204.15 4528.822500 +Women dresses amalgamalg #x eing Unknown 5 1211.13 2569.346667 +Women dresses amalgamalg #x eing Unknown 5 2420.31 4528.822500 +Women dresses amalgamalg #x eing Unknown 6 1247.86 2569.346667 +Women dresses amalgamalg #x eing Unknown 6 2314.71 4528.822500 +Women dresses amalgamalg #x eing Unknown 7 2524.32 4528.822500 +Women dresses amalgamalg #x ese Unknown 2 2146.52 4642.990833 +Women dresses amalgamalg #x ese Unknown 2 904.34 2200.820833 +Women dresses amalgamalg #x ese Unknown 3 2577.15 4642.990833 +Women dresses amalgamalg #x ese Unknown 4 2808.36 4642.990833 +Women dresses amalgamalg #x ese Unknown 5 2535.80 4642.990833 +Women dresses amalgamalg #x ese Unknown 6 3006.94 4642.990833 +Women dresses amalgamalg #x ese Unknown 7 2307.00 4642.990833 +Women dresses amalgamalg #x ought Unknown 1 2065.94 4619.707500 +Women dresses amalgamalg #x ought Unknown 2 2521.70 4619.707500 +Women dresses amalgamalg #x ought Unknown 3 991.89 2355.441667 +Women dresses amalgamalg #x ought Unknown 4 2648.80 4619.707500 +Women dresses amalgamalg #x ought Unknown 5 3049.25 4619.707500 +Women dresses amalgamalg #x ought Unknown 7 1061.87 2355.441667 +Women dresses amalgamalg #x ought Unknown 7 1926.67 4619.707500 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out index 4a7ac11483aa..051dc3c2be15 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out @@ -27,4 +27,4 @@ ORDER BY sum(cr_net_loss) DESC -- !query schema struct -- !query output - +AAAAAAAACAAAAAAA Mid Atlantic Felipe Perkins 109.74 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out index 4f79d7c29a79..3b341efe7885 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out @@ -23,4 +23,103 @@ LIMIT 100 -- !query schema struct -- !query output - +10225 NULL +11285 NULL +11603 NULL +11907 NULL +12721 NULL +13182 NULL +13405 NULL +14302 NULL +15425 NULL +15690 NULL +15698 NULL +16080 NULL +16348 NULL +16563 NULL +16701 NULL +16917 NULL +17223 NULL +17229 NULL +17282 NULL +1756 NULL +17682 NULL +17759 NULL +17897 NULL +17910 NULL +18453 NULL +18747 NULL +19219 NULL +1990 NULL +19915 NULL +20161 NULL +20214 NULL +20528 NULL +213 NULL +21523 NULL +21734 NULL +2181 NULL +21853 NULL +22206 NULL +23080 NULL +23469 NULL +23557 NULL +23748 NULL +24187 NULL +24652 NULL +25029 NULL +25169 NULL +2571 NULL +25757 NULL +25813 NULL +26587 NULL +2660 NULL +26842 NULL +26872 NULL +27004 NULL +27540 NULL +27910 NULL +27977 NULL +28290 NULL +28325 NULL +28676 NULL +287 NULL +30145 NULL +31163 NULL +32195 NULL +32306 NULL +32967 NULL +33062 NULL +34398 NULL +34857 NULL +35264 NULL +35733 NULL +35859 NULL +36260 NULL +3640 NULL +36474 NULL +36488 NULL +37231 NULL +37519 NULL +37720 NULL +37770 NULL +37909 NULL +37936 NULL +4093 NULL +4572 NULL +458 NULL +4694 NULL +4842 NULL +4932 NULL +5667 NULL +6154 NULL +6437 NULL +6811 NULL +6948 NULL +7077 NULL +7476 NULL +7857 NULL +8694 NULL +9050 NULL +9125 NULL +9379 NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out index 2fa06e66e277..0455daacfa48 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out @@ -27,4 +27,4 @@ LIMIT 100 -- !query schema struct -- !query output -0 NULL NULL +33 64554.35 -3979.35 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out index f2ae5b53ae1c..4a236f7a17ab 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out @@ -33,4 +33,4 @@ LIMIT 100 -- !query schema struct -- !query output -0 NULL NULL +73 120440.34 42133.12 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out index b8715e40c8cc..e514fd3cfacd 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out @@ -15,4 +15,4 @@ LIMIT 100 -- !query schema struct -- !query output -870 +0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out index b78802599f9f..0fd2fe39b417 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out @@ -25,4 +25,2519 @@ ORDER BY -- !query schema struct -- !query output - +A Home lighting 6.73 3212.00 0.97364212540862202 +A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 +Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 +Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 +Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 +Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 +Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 +About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 +About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 +About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 +About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 +Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 +Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 +Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 +Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 +Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 +Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 +Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 +Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 +Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 +Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 +Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 +Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 +Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 +Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 +Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 +Activit Sports baseball 1.51 13643.44 4.03749520372402309 +Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 +Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 +Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 +Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 +Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 +Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 +Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 +Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 +Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 +Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 +Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 +Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +Af Books arts 6.04 4187.03 1.34485875775897965 +Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 +Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 +African lives must n Books cooking 0.88 13101.34 4.91002972250450964 +African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 +Ag Home bedding 8.22 3885.84 1.13368836803595370 +Ag Sports camping 2.85 14559.70 2.79650787334984869 +Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 +Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 +Again avail Sports fitness 3.02 17536.86 5.75217458174547567 +Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 +Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 +Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 +Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 +Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 +Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 +Again secret Home tables 6.39 7957.34 4.27792450874515132 +Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 +Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 +Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 +Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 +Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 +Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 +Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 +Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 +Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 +Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 +Al Sports guns 4.59 6630.42 1.73737701302861129 +All Books business 9.44 2769.66 1.14073867407076356 +All Home wallpaper 1.99 2643.49 0.97756575185371168 +All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 +All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 +Alm Books romance 6.14 16369.67 4.42145165207211579 +Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 +Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 +Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 +Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 +Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 +Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 +Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 +Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 +Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 +Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 +Alre Books self-help 38.79 1662.56 0.63535512662256678 +Alrea Sports fishing 9.31 1608.51 0.54881910966364643 +Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 +Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 +Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 +Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 +Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 +Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 +Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 +Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 +Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 +Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 +Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 +Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 +Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 +Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 +Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 +Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 +Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 +Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 +Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 +Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 +Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 +Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 +American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 +American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 +American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 +American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 +American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 +And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 +Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 +Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 +Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 +Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 +Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 +Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 +Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 +Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 +Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 +Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 +Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 +Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 +Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 +Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 +Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 +Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 +Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 +Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 +Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 +Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 +Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 +Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 +Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 +Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 +Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 +Areas may clea Home paint 2.32 11516.97 2.90938790456909989 +Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 +Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 +Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 +Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 +Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 +Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 +Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 +Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 +As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 +As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 +As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 +As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 +As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 +As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 +As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 +As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 +As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 +Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 +Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 +Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 +Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 +Asleep, philos Books science 4.18 2847.46 0.90092128128087716 +Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 +Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 +Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 +At Sports baseball 3.68 26967.08 7.98035218086069413 +At all public areas object Books history 75.67 152.32 0.04024790085741346 +At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 +At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 +At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 +At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 +At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 +At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 +At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 +At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 +At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 +At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 +Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL +Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 +Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 +Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 +Available Home decor 2.19 2145.41 0.75891291378716614 +Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 +Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 +Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 +Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 +Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 +Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 +Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 +Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 +Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 +Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 +Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 +Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 +B Books parenting 0.89 129.54 0.05343844682148498 +B Home glassware 2.51 6669.44 1.93796852579460911 +Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 +Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 +Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 +Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 +Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 +Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 +Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 +Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 +Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 +Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 +Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 +Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 +Beaches make Books parenting 0.44 1510.40 0.62307727404022627 +Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 +Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 +Beings Home flatware 5.41 3057.71 0.68779048013993208 +Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 +Below invisi Books cooking 9.59 6854.08 2.56872476559067313 +Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 +Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 +Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 +Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 +Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 +Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL +Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 +Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 +Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 +Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 +Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 +Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 +Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 +Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 +Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 +Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 +Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 +Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 +Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 +Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 +Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 +Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 +Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 +Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 +Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 +Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 +Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 +Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 +Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 +Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 +Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 +Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 +Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 +Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 +Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 +Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 +Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 +Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 +Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 +Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 +British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 +British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 +British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 +British services benefi Sports fishing 2.03 972.01 0.33164709127339026 +British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 +British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 +British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 +British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 +British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 +Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 +Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 +Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 +Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 +Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 +Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 +Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 +Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 +By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 +Ca Sports sailing 0.93 1188.60 0.45955299559268340 +Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 +Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 +Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 +Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 +Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 +Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 +Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 +Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 +Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 +Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 +Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 +Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 +Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 +Categories shall Books history 8.98 3439.98 0.90895466118359479 +Catholic years st Books science 0.45 3035.02 0.96026427311115443 +Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 +Causes Sports fishing 3.57 2974.41 1.01486036641030929 +Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 +Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 +Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 +Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 +Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 +Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 +Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 +Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 +Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 +Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 +Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 +Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 +Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 +Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 +Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 +Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 +Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 +Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 +Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 +Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 +Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 +Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 +Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 +Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 +Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 +Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 +Children ma Sports optics 6.80 4282.62 1.24136467736002683 +Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 +Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 +Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 +Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 +Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 +Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 +Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 +Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 +Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 +Cle Sports guns 9.82 7032.34 1.84269259923226950 +Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 +Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 +Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 +Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 +Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 +Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 +Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 +Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 +Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 +Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 +Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 +Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 +Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 +Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 +Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 +Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 +Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 +Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 +Close, Sports sailing 4.04 9506.48 3.67552697420657321 +Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 +Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 +Co Home accent 2.71 26367.53 8.52527452047870942 +Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 +Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 +Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 +Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 +Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 +Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 +Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 +Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 +Common are Sports outdoor 1.31 14565.86 3.95038597317985966 +Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 +Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 +Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 +Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 +Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 +Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 +Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 +Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 +Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 +Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 +Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 +Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 +Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 +Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 +Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 +Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 +Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 +Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 +Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 +Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 +Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 +Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 +Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 +Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 +Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 +Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 +Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 +Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 +Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 +Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 +Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 +Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 +Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 +Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 +Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 +Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 +Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 +Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 +Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 +Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 +Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 +Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 +Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 +Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 +Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 +Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 +Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 +Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 +Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 +Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 +Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 +Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 +Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 +Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 +Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 +Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 +Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 +Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 +Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 +Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 +Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 +Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 +Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 +Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 +Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 +Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 +Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 +Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 +Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 +Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 +Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 +Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 +Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 +Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 +Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 +Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 +Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 +Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 +Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 +Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 +D Sports outdoor 51.59 150.15 0.04072196587588758 +Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 +Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 +Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 +Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 +Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 +Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 +Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 +Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 +Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 +Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 +Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 +Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 +Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 +Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 +Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 +Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 +Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 +Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 +Deep parent Books science 1.30 15194.47 4.80744993109081411 +Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 +Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 +Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 +Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 +Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 +Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 +Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 +Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 +Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 +Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 +Departmen Books parenting 2.09 8636.38 3.56271988081006976 +Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 +Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 +Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 +Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 +Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 +Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 +Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 +Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 +Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 +Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 +Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 +Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 +Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 +Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 +Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 +Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 +Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 +Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 +Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 +Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 +Different words Sports archery 9.77 14978.55 4.41564003661031975 +Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 +Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 +Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 +Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 +Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 +Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 +Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 +Digita Home flatware 98.92 4233.13 0.95218530050094701 +Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 +Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 +Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 +Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 +Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 +Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 +Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 +Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 +Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 +Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 +Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 +Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 +Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 +Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 +Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 +Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 +Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 +Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 +Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 +Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 +Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 +Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 +Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 +Easily adv Home glassware 4.25 9484.34 2.75590640412610999 +Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 +Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 +Ec Home bathroom 4.86 4935.12 1.67380705228479791 +Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 +Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 +Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 +Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 +Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 +Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 +Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 +Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 +Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +Educational groups Sports pools 0.70 5180.07 1.43672977208892250 +Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 +Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 +Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 +Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 +Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 +Effects ought Books travel 4.16 5500.91 2.34284156705913419 +Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 +Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 +Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 +Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 +Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 +Ei Sports fishing 4.30 11452.66 3.90761553517258642 +Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 +Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 +Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 +Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 +Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 +Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 +Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 +Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 +Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 +Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 +Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 +Elsewher Books fiction 2.23 15758.25 4.36952725947808852 +Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 +Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 +Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 +Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 +Employers w Sports optics 4.48 4800.78 1.39155907266497368 +Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 +Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 +Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 +Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 +Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 +English Books reference 3.87 3969.62 1.31598415085154812 +English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 +English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 +English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 +English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 +English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 +English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 +English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 +English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 +English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 +English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 +Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 +Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 +Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 +Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 +Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 +Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 +Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 +Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 +Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 +Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 +Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 +Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 +Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 +Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 +Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 +Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 +Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 +Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 +Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 +Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 +Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 +Euro Books business 3.01 3615.47 1.48910207532427212 +European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 +European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 +European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 +Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 +Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 +Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 +Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 +Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 +Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 +Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 +Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 +Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 +Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 +Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 +Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 +Even s Sports golf 1.45 656.18 0.15501076344206576 +Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 +Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 +Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 +Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 +Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 +Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 +Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 +Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 +Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 +Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 +Everyd Books history 1.79 7069.46 1.86798138915080206 +Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 +Ex Sports fishing 6.75 1595.67 0.54443813760373930 +Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 +Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 +Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 +Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 +Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 +Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 +Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 +Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 +Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 +Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 +Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 +Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 +Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 +Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 +Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 +Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 +External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 +Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 +Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 +Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 +Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 +Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 +Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 +Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 +Eye Home rugs 2.18 7906.31 2.78577461528766540 +Eyes could not Books travel 4.34 23586.52 10.04551601067307221 +Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 +Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 +Fa Books sports 7.37 232.54 0.07511785983809766 +Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 +Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 +Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 +Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 +Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 +Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 +Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 +False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 +Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 +Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 +Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 +Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 +Fe Books mystery 8.45 8868.51 5.20455610735205735 +Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 +Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 +Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 +Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 +Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 +Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 +Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 +Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 +Final governm Books computers 6.22 4453.71 1.36066137214556420 +Final office Home glassware 86.90 809.50 0.23521997673428895 +Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 +Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 +Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 +Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 +Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 +Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 +Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 +Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 +Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 +Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 +Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 +Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 +Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 +Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 +Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 +Fo Home kids 1.39 6140.28 2.46794054286910648 +Fo Home mattresses 0.33 3335.98 0.97616304408321383 +Fol Books science 1.79 10320.77 3.26543703237455084 +Follow Sports optics 9.98 5054.82 1.46519537068733878 +Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 +Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 +Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 +Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 +Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 +For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 +For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 +For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 +For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 +For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 +For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 +For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 +For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 +Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 +Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 +Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 +Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 +Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 +Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 +Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 +Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 +Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 +Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 +Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 +Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 +Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 +Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 +Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 +Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 +Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 +Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 +Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 +Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 +Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 +Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 +Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 +Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 +Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 +Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 +Free proced Sports optics 5.97 8583.18 2.48792946173674879 +Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 +Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 +Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 +Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 +Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 +French Books parenting 4.98 15486.40 6.38852217736795559 +French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 +French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 +Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 +Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 +Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 +Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 +Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 +Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 +Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 +Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 +Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 +Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 +Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 +Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 +Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 +Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 +Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 +Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 +Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 +Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 +Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 +Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 +Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 +Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 +Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 +Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 +Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 +Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 +Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 +Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 +Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 +Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 +Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 +Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 +Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 +Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 +Genera Books computers 2.84 60.00 0.01833071356885245 +General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 +General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 +Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 +Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 +Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 +Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 +Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 +German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 +German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 +Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 +Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 +Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 +Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 +Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 +Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 +Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 +Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 +Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 +Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 +Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 +Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 +Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 +Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 +Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 +Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 +Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 +Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 +Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 +Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 +Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 +Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 +Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 +Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 +Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 +Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 +Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 +Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 +Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 +Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 +Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 +Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 +Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 +Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 +Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 +Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 +Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 +Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 +Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 +Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 +Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 +Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 +Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 +Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 +Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 +Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 +Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 +Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 +Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 +Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 +Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 +Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 +Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 +Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 +Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 +Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 +Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 +Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 +Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 +Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 +Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 +Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 +Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 +Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 +Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 +Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 +Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 +Har Books self-help 0.70 26516.21 10.13329441469815912 +Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 +Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 +Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 +Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 +Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 +Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 +Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 +Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 +Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 +Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 +Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 +Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 +Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 +Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 +Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 +Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 +Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 +Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 +Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 +Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 +High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 +High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 +High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 +High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 +High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 +High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 +High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 +High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 +Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 +Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 +Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 +Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 +Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 +Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 +Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 +Ho Books sports 3.04 667.70 0.21568846225981683 +Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 +Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 +Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 +Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 +Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 +Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 +Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 +Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 +Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 +Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 +Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 +Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 +Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 +Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 +Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 +Houses design Home bathroom 4.80 6543.35 2.21925816911599564 +Houses should Books mystery 1.77 3341.80 1.96116208918398979 +However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 +However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 +However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 +However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 +However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 +However new Books entertainments 2.06 1060.15 0.53090326217932597 +However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 +However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 +However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 +However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 +However small values Books entertainments 1.49 10944.45 5.48077555794795460 +However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 +Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 +Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 +Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 +Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 +Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 +Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 +Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 +I Sports athletic shoes 4.78 5322.70 1.71120332633210365 +I Sports fitness 73.49 11260.99 3.69365898132789930 +Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 +Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 +Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 +Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 +Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 +Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 +Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 +Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 +Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 +Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 +Implicati Sports optics 2.46 1430.04 0.41451287838097538 +Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 +Implicit, indian Home paint 0.68 162.27 0.04099223799961516 +Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 +Important childre Home paint 9.84 2783.72 0.70321632319152474 +Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 +Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 +Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 +Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 +Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 +Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 +Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 +Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 +Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 +Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 +In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 +In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 +In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 +In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 +In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 +Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 +Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 +Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 +Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 +Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 +Indeed Home rugs 1.24 7725.64 2.72211585415332808 +Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 +Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 +Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 +Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 +Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 +Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 +Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 +Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 +Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 +Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 +Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 +Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 +Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 +Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 +Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 +Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 +Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 +Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 +Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 +Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 +Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 +Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 +Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 +Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 +Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 +Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 +Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 +Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 +Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 +Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 +Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 +Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 +Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 +Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 +Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 +International applications Sports basketball 8.29 5761.52 2.35493609281918858 +International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 +International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 +International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 +Involunta Home decor 6.52 3664.04 1.29610996156106675 +Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 +Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 +Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 +Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 +Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 +Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 +Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 +Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 +Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 +Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 +Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 +Jol Books entertainments 14.38 5937.80 2.97353901822232865 +Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 +Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 +Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 +Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 +Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 +Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 +Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 +Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 +Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 +Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 +Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 +Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 +Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 +Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 +Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 +Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 +Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 +Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 +Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 +Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 +Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 +Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 +Labour, h Books home repair 35.82 4334.42 1.25627402275322497 +Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 +Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 +Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 +Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 +Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 +Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 +Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 +Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 +Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 +Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 +Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 +Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 +Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 +Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 +Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 +Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 +Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 +Later high interests Books fiction 5.61 9818.74 2.72258988680392092 +Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 +Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 +Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 +Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 +Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 +Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +Le Home flatware 9.98 11828.71 2.66070821965981599 +Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 +Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 +Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 +Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 +Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 +Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 +Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 +Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 +Less imp Books arts 9.12 21212.29 6.81331014552635795 +Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 +Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 +Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 +Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 +Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 +Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 +Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 +Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 +Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 +Levels will l Books reference 3.87 13388.03 4.43831784682792099 +Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 +Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 +Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 +Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 +Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 +Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 +Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 +Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 +Lightly right Books self-help 7.86 4806.98 1.83701002464401047 +Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 +Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 +Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 +Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 +Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 +Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 +Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 +Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 +Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 +Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 +Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 +Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 +Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 +Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 +Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 +Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 +Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 +Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 +Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 +Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 +Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 +Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 +Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 +Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 +Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 +Local pro Books computers 1.04 3400.92 1.03902150650969466 +Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 +Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 +Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 +Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 +Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 +Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 +Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 +Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 +Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 +Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 +Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 +Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 +Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 +Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 +Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 +Long-term game Sports golf 4.19 20224.07 4.77757403548687691 +Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 +Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 +Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 +Losses hide Sports optics 1.65 4243.32 1.22997313857763450 +Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 +Low meals c Books fiction 6.53 3925.96 1.08861004487304088 +Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 +Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 +Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 +Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 +Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 +Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 +Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 +M Home furniture 3.93 248.02 0.06515716176958571 +M Sports football 2.64 80.16 0.03474876611752548 +Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 +Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 +Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 +Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 +Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 +Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 +Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 +Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 +Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 +Main hours spe Books sports 9.76 8641.62 2.79151973825622032 +Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 +Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 +Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 +Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 +Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 +Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 +Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 +Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 +Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 +Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 +Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 +Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 +Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 +Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 +Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 +Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 +Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 +Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 +Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 +Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 +Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 +Man Sports pools 6.46 8843.74 2.45287506821600624 +Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 +Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 +Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 +Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 +Marked, large years Books science 0.95 3439.80 1.08833452387389507 +Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 +Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 +Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 +Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 +Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 +Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 +Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 +Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 +Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 +Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 +Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 +Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 +Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 +Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 +Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 +Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 +Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 +Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 +Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 +Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 +Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 +Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 +Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 +Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 +Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 +Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 +Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 +Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 +Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 +Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 +Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 +Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 +Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 +Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 +Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 +Mild, Sports optics 47.98 14278.69 4.13883590068085459 +Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 +Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 +Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 +Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 +Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 +Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 +Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 +Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 +Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 +Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 +Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 +Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 +Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 +Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 +Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 +Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 +Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 +Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 +Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 +Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 +Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 +More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 +More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 +More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 +More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 +More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 +More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 +More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 +More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 +More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 +More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 +More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 +More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 +More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 +Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 +Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 +Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 +Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 +Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 +Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 +Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 +Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 +Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 +Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 +Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 +Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 +Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 +Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 +Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 +Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 +Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 +Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 +NULL Books NULL NULL 2102.35 17.17759179534778832 +NULL Books entertainments NULL 10168.52 5.09220434800331998 +NULL Home NULL NULL 9647.64 78.82760801411236785 +NULL Sports NULL NULL 488.92 3.99480019053984383 +NULL Sports tennis NULL 3075.00 1.06068585637671919 +Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 +Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 +Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 +National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 +National sea Home tables 29.68 317.94 0.17092688238914429 +National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 +National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 +National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 +National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 +National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 +Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 +Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 +Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 +Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 +Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 +Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 +Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 +Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 +Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 +Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 +Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 +Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 +Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 +Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 +Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 +Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 +Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 +Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 +Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 +Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 +Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 +Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 +New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 +New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 +New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 +New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 +New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 +New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 +New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 +New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 +New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 +New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 +New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 +New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 +New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 +New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 +New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 +New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 +New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 +New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 +New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 +New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 +New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 +New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 +New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 +New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 +New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 +New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 +New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 +New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 +New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 +New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 +New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 +Ni Home furniture 0.83 1902.40 0.49977818139851565 +Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 +Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 +Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 +Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 +Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 +No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 +No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 +Noble, general d Home paint 9.34 5700.17 1.43996256411084218 +Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 +Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 +Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 +Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 +Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 +Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 +Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 +Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 +Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 +Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 +Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 +Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 +Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 +Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 +Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 +Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 +Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 +Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 +Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 +Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 +Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 +Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 +Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 +Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 +Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 +Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 +O Sports outdoor 92.60 1351.68 0.36658719170908911 +Objective Books travel 1.28 545.37 0.23227347937469255 +Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 +Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 +Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 +Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 +Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 +Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 +Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 +Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 +Od Home blinds/shades 6.56 5059.48 3.37177867076155516 +Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 +Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 +Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 +Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 +Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 +Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 +Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 +Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 +Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 +Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 +Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 +Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 +Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 +Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 +Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 +Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 +Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 +Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 +Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 +Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 +Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 +Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 +Old, n Sports guns 1.37 6973.14 1.82718035126437398 +Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 +Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 +Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 +Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 +Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 +Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 +Only Home decor 3.96 877.92 0.31055361225687812 +Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 +Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 +Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 +Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 +Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 +Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 +Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 +Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 +Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 +Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 +Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 +Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 +Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 +Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 +Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 +Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 +Only single Books sports 1.98 2633.56 0.85072413759018003 +Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 +Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 +Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 +Only, s Books science 0.31 19345.48 6.12080753674979927 +Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 +Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 +Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 +Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 +Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 +Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 +Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 +Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 +Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 +Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 +Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 +Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 +Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 +Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 +Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 +Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 +Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 +Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 +Othe Books arts 60.94 6652.80 2.13685508430055191 +Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 +Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 +Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 +Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 +Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 +Other foods w Books sports 1.39 4385.79 1.41675048808519103 +Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 +Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 +Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 +Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 +Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 +Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 +Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 +Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 +Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 +Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 +Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 +Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 +Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 +Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 +Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 +Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 +Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 +Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 +Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 +Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 +Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 +Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 +Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 +Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 +Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 +Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 +Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 +Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 +Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 +Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 +Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 +Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 +Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 +Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 +Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 +Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 +Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 +Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 +Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 +Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 +Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 +Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 +Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 +Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 +Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 +Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 +Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 +Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 +Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 +Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 +Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 +Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 +Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 +Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 +Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 +Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 +Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 +Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 +Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 +Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 +Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 +Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 +Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 +Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 +Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 +Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 +Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 +Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 +Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 +Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 +Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 +Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 +Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 +Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 +Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 +Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 +Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 +Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 +Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 +Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 +Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 +Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 +Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 +Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 +Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 +Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 +Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 +Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 +Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 +Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 +Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 +Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 +Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 +Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 +Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 +Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 +Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 +Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 +Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 +Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 +Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 +Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 +Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 +Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 +Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 +Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 +Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 +Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 +Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 +Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 +Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 +Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 +Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 +Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 +Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 +Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 +Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 +Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 +Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 +Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 +Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 +Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 +Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 +Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 +Political, va Sports baseball 4.54 13469.88 3.98613369463552771 +Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 +Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 +Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 +Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 +Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 +Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 +Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 +Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 +Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 +Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 +Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 +Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 +Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 +Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 +Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 +Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 +Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 +Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 +Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 +Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 +Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 +Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 +Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 +Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 +Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 +Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 +Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 +Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 +Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 +Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 +Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 +Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 +Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 +Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 +Prese Books business 15.17 2637.41 1.08626892339889102 +Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 +Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 +Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 +Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 +Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +Pretty bloody countr Home blinds/shades 6.45 NULL NULL +Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 +Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 +Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 +Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 +Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 +Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 +Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 +Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 +Prime Home mattresses 0.60 5227.40 1.52962388762540303 +Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 +Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 +Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 +Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 +Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 +Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 +Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 +Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 +Prob Sports fitness 3.33 3763.14 1.23432805277282645 +Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 +Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 +Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 +Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 +Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 +Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 +Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 +Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 +Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 +Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 +Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 +Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 +Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 +Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 +Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 +Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 +Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 +Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 +Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 +Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 +Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 +Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 +Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 +Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 +Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 +Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 +Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 +Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 +Prov Books romance 2.61 4503.02 1.21626674320947086 +Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 +Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 +Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 +Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 +Publi Books fiction 1.56 5440.65 1.50861094882232877 +Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 +Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 +Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 +Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 +Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 +Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 +Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 +Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 +Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 +Purel Books cooking 4.62 4512.72 1.69124603508805594 +Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 +Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 +Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 +Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 +Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 +Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 +Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 +Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 +Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 +Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 +Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 +Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 +Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 +Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 +Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 +Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 +Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 +R Home curtains/drapes 2.46 14037.99 4.32186707746291875 +R Home lighting 3.18 11394.38 3.45393784586347901 +Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 +Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 +Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 +Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 +Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 +Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 +Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 +Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 +Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 +Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 +Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 +Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 +Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 +Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 +Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 +Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 +Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 +Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 +Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 +Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 +Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 +Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 +Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 +Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 +Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 +Recent Home bedding 0.35 256.88 0.07494437958873134 +Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 +Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 +Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 +Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 +Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 +Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 +Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 +Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 +References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 +Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 +Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 +Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 +Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 +Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 +Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 +Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 +Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 +Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 +Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 +Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 +Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 +Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 +Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL +Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 +Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 +Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 +Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 +Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 +Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 +Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 +Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 +Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 +Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 +Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 +Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 +Remaining w Sports camping 4.65 12413.70 2.38432177774288046 +Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 +Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 +Reporte Sports archery 5.38 9065.89 2.67260227802458394 +Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 +Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 +Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 +Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 +Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 +Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 +Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 +Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 +Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 +Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 +Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 +Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 +Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 +Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 +Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 +Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 +Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 +Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 +Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 +Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 +Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 +Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 +Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 +Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 +Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 +Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 +Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 +Rights pay Home furniture 4.07 4771.20 1.25343863492882561 +Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 +Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 +Ro Home furniture 3.69 420.40 0.11044299172620688 +Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 +Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 +Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 +Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 +Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 +Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 +Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 +Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 +Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 +Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 +Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 +Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 +Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 +Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 +Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 +Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 +Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 +Sc Sports football 1.08 54.79 0.02375105907658709 +Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +Scenes should Home lighting 8.25 549.90 0.16668922937802031 +Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 +Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 +Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 +Scientific Home tables 1.25 11322.31 6.08695712946918370 +Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 +Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 +Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 +Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 +Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 +Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 +Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 +Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 +Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 +Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 +Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 +Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 +Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 +Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 +Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 +Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 +Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 +Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 +Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 +Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 +Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 +Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 +Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 +Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 +Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 +Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 +Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 +Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 +Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 +Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 +Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 +Sex Sports optics 3.66 11777.64 3.41387895229148194 +Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 +Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 +Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 +Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 +Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 +Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 +Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 +Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 +Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 +Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 +Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 +Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 +Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 +Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 +Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +Sign Home paint 5.65 246.59 0.06229294366380171 +Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 +Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 +Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 +Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 +Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 +Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 +Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 +Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 +Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 +Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 +Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 +Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 +Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 +Simple, ec Books sports 7.35 3308.52 1.06875781212498004 +Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 +Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 +Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 +Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 +Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 +Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 +Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 +Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 +Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 +Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 +Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 +Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 +Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 +Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 +Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 +Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 +Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 +Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 +Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 +Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 +Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 +Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 +Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 +Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 +Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 +Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 +So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 +So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 +So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 +So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 +So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 +So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 +So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 +So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 +So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 +So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 +So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 +So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 +So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 +So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 +So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 +So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 +So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 +So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 +So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 +So no Books reference 73.22 1488.48 0.49345178854890703 +So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 +So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 +So overall Sports football 4.39 5216.24 2.26120139437226913 +So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 +So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 +So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 +So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 +So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 +So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 +So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 +Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 +Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 +Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 +Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 +Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 +Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 +Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 +Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 +Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 +Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 +Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 +Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 +Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 +Social, mi Books self-help 2.25 2221.27 0.84886878194646143 +Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 +Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 +Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 +Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 +Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 +Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 +Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 +Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 +Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 +Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 +Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 +Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 +Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 +Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 +Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 +Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 +Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 +Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 +Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 +Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 +Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 +Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 +Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 +Special Sports baseball 3.63 6243.21 1.84754947658668622 +Special chee Books history 49.12 29083.38 7.68477543880305618 +Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 +Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 +Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 +Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 +Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 +Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 +Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 +Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 +Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 +Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 +Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 +Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 +Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 +Splendid off Home tables 1.82 4780.65 2.57011260078525081 +Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 +Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 +Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 +Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 +Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 +Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 +States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 +Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 +Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 +Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 +Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 +Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 +Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 +Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 +Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 +Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 +Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 +Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 +Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 +Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 +Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 +Strong memb Sports guns 6.63 804.38 0.21077266926378033 +Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 +Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 +Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 +Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 +Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 +Structures may Home tables 4.92 312.50 0.16800229837896330 +Stud Books romance 3.37 4311.85 1.16463168200624402 +Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 +Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 +Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 +Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 +Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 +Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 +Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 +Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 +Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 +Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 +Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 +Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 +Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 +Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 +Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 +Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 +Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 +Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 +Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 +Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 +Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 +Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 +Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 +Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 +Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 +Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 +Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 +Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 +Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 +Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 +Sure socia Home tables 1.78 3600.34 1.93556926382629347 +Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 +Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 +Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 +Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 +Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 +Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 +Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 +Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 +Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 +Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 +Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 +Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 +Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 +Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 +Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 +Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 +Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 +Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 +Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 +Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 +Tears Home accent 2.49 3654.39 1.18155466040589281 +Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 +Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 +Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 +Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 +Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 +Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 +Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 +Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 +Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 +Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 +Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 +Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 +Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 +Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 +Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 +Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 +Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 +Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 +Th Books fiction 0.34 NULL NULL +That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 +That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 +Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 +Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 +Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 +Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 +Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 +Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 +Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 +Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 +Then human details Books home repair 0.82 2109.69 0.61146560394752959 +Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 +Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 +Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 +Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 +Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 +Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 +Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 +Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 +Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 +Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 +There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 +There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 +There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 +There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 +There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 +There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 +There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 +There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 +There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 +Thereby Home decor 31.17 3065.16 1.08426338407291388 +Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 +Thick Home mattresses 8.85 7911.90 2.31515308499510774 +Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 +Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 +Things can r Sports camping 7.52 7918.69 1.52095708919941437 +Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 +Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 +Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 +Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 +Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 +Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 +Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 +Things wo Sports hockey 5.04 1494.08 0.74870016775197323 +Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 +Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 +Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 +Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 +Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 +Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 +Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 +Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 +Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 +Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 +Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 +Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 +Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 +Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 +Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 +Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 +Together hot rights Books computers 4.99 1742.88 0.53247056774802601 +Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 +Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 +Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 +Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 +Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 +Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 +Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 +Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 +Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 +Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 +Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 +Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 +Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 +Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 +Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 +Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 +Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 +Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 +Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 +Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 +Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 +Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 +Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 +Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 +Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 +Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 +Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 +Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 +True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 +True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 +True, red Home kids 9.30 714.26 0.28707993970139603 +Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 +Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 +Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 +Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 +Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 +Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 +Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 +Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 +Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 +Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 +Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 +Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 +Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 +Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 +United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 +Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 +Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 +Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 +Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 +Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 +Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 +Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 +Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 +Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 +Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 +Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 +Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 +Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 +Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 +Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 +Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 +Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 +Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 +Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 +Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 +Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 +Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 +Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 +Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 +Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 +Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 +Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 +Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 +Valu Books romance 1.87 4397.36 1.18772795277826853 +Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 +Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 +Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 +Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 +Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 +Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 +Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 +Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 +Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 +Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 +Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 +Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 +Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 +Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 +Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 +Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 +Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 +Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 +Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 +Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 +Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 +Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 +Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 +Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 +Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 +Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 +Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 +Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 +Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 +Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 +Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 +Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 +Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 +Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 +Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 +W Home wallpaper 3.29 10436.17 3.85930810123100530 +Wages Books reference 5.92 5010.76 1.66113651778278607 +Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 +Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 +Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 +Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 +Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 +Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 +Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 +Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 +Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 +Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 +Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 +Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 +Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 +Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 +Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 +Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 +Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 +Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 +Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 +Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 +Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 +Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +Western activiti Sports optics 6.61 4812.45 1.39494175097516500 +Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 +Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 +Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 +Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 +Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 +Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 +White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 +White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 +Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 +Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 +Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 +Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 +Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 +Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 +Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 +Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 +Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 +Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 +Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 +Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 +Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 +Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 +Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 +Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 +Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 +Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 +Women support almost Books computers 4.68 8124.94 2.48226579840186729 +Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 +Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 +Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 +Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 +Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 +Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 +Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 +Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 +Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 +Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 +Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 +Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 +Workers let pr Home kids 1.17 8583.68 3.45000747181149588 +Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 +Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 +Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 +Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 +Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 +Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 +Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 +Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 +Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 +Ye Books computers 9.75 6814.84 2.08201466762597401 +Yea Home accent 1.36 8742.72 2.82673758428186571 +Years Home bathroom 0.97 10497.66 3.56041136598259649 +Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 +Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 +Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 +Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 +Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 +Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 +Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 +Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 +Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 +Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 +Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 +Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 +Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 +Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 +Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 +Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 +Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 +Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 +Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 +Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 +Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 +Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 +Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 +Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 +Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 +Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 +Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 +Young figures should go onl Sports golf 9.27 NULL NULL +Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 +Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 +Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 +Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 +Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 +Young, nation Sports camping 0.49 7131.74 1.36980618149302870 +Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 +Young, whi Books home repair 5.38 1079.51 0.31288162437011962 +Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 +Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out index db63dc35a3a2..7b2fafe97536 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out @@ -38,93 +38,93 @@ LIMIT 100 -- !query schema struct120 days :bigint> -- !query output -Bad cards must make. EXPRESS Mid Atlantic 1270 1318 1281 0 0 -Bad cards must make. EXPRESS NY Metro 1226 1287 1282 0 0 -Bad cards must make. EXPRESS North Midwest 1208 1242 1294 0 0 -Bad cards must make. LIBRARY Mid Atlantic 962 976 1009 0 0 -Bad cards must make. LIBRARY NY Metro 978 984 999 0 0 -Bad cards must make. LIBRARY North Midwest 898 959 958 0 0 -Bad cards must make. NEXT DAY Mid Atlantic 1225 1328 1327 0 0 -Bad cards must make. NEXT DAY NY Metro 1262 1325 1246 0 0 -Bad cards must make. NEXT DAY North Midwest 1227 1300 1276 0 0 -Bad cards must make. OVERNIGHT Mid Atlantic 956 935 990 0 0 -Bad cards must make. OVERNIGHT NY Metro 982 930 993 0 0 -Bad cards must make. OVERNIGHT North Midwest 907 990 955 0 0 -Bad cards must make. REGULAR Mid Atlantic 928 974 1005 0 0 -Bad cards must make. REGULAR NY Metro 942 1009 948 0 0 -Bad cards must make. REGULAR North Midwest 921 968 925 0 0 -Bad cards must make. TWO DAY Mid Atlantic 954 971 979 0 0 -Bad cards must make. TWO DAY NY Metro 947 1013 952 0 0 -Bad cards must make. TWO DAY North Midwest 904 930 947 0 0 -Conventional childr EXPRESS Mid Atlantic 1214 1296 1243 0 0 -Conventional childr EXPRESS NY Metro 1284 1331 1277 0 0 -Conventional childr EXPRESS North Midwest 1180 1287 1226 0 0 -Conventional childr LIBRARY Mid Atlantic 990 1008 962 0 0 -Conventional childr LIBRARY NY Metro 983 976 981 0 0 -Conventional childr LIBRARY North Midwest 925 892 953 0 0 -Conventional childr NEXT DAY Mid Atlantic 1284 1315 1274 0 0 -Conventional childr NEXT DAY NY Metro 1288 1280 1284 0 0 -Conventional childr NEXT DAY North Midwest 1249 1278 1308 0 0 -Conventional childr OVERNIGHT Mid Atlantic 897 973 926 0 0 -Conventional childr OVERNIGHT NY Metro 958 963 897 0 0 -Conventional childr OVERNIGHT North Midwest 942 934 937 0 0 -Conventional childr REGULAR Mid Atlantic 941 1007 945 0 0 -Conventional childr REGULAR NY Metro 949 928 987 0 0 -Conventional childr REGULAR North Midwest 920 927 925 0 0 -Conventional childr TWO DAY Mid Atlantic 926 979 1047 0 0 -Conventional childr TWO DAY NY Metro 925 1007 962 0 0 -Conventional childr TWO DAY North Midwest 879 980 971 0 0 -Doors canno EXPRESS Mid Atlantic 1240 1245 1267 0 0 -Doors canno EXPRESS NY Metro 1234 1270 1349 0 0 -Doors canno EXPRESS North Midwest 1185 1238 1197 0 0 -Doors canno LIBRARY Mid Atlantic 873 974 948 0 0 -Doors canno LIBRARY NY Metro 987 1005 990 0 0 -Doors canno LIBRARY North Midwest 947 952 1025 0 0 -Doors canno NEXT DAY Mid Atlantic 1264 1276 1185 0 0 -Doors canno NEXT DAY NY Metro 1263 1337 1310 0 0 -Doors canno NEXT DAY North Midwest 1202 1247 1278 0 0 -Doors canno OVERNIGHT Mid Atlantic 912 888 934 0 0 -Doors canno OVERNIGHT NY Metro 942 1003 959 0 0 -Doors canno OVERNIGHT North Midwest 896 903 911 0 0 -Doors canno REGULAR Mid Atlantic 888 953 974 0 0 -Doors canno REGULAR NY Metro 971 1028 946 0 0 -Doors canno REGULAR North Midwest 937 974 914 0 0 -Doors canno TWO DAY Mid Atlantic 974 898 985 0 0 -Doors canno TWO DAY NY Metro 982 1017 997 0 0 -Doors canno TWO DAY North Midwest 985 937 959 0 0 -Important issues liv EXPRESS Mid Atlantic 1322 1329 1293 0 0 -Important issues liv EXPRESS NY Metro 1301 1300 1239 0 0 -Important issues liv EXPRESS North Midwest 1266 1228 1285 0 0 -Important issues liv LIBRARY Mid Atlantic 988 997 925 0 0 -Important issues liv LIBRARY NY Metro 947 963 988 0 0 -Important issues liv LIBRARY North Midwest 937 972 964 0 0 -Important issues liv NEXT DAY Mid Atlantic 1221 1268 1217 0 0 -Important issues liv NEXT DAY NY Metro 1281 1311 1310 0 0 -Important issues liv NEXT DAY North Midwest 1219 1214 1327 0 0 -Important issues liv OVERNIGHT Mid Atlantic 929 1018 991 0 0 -Important issues liv OVERNIGHT NY Metro 950 965 931 0 0 -Important issues liv OVERNIGHT North Midwest 936 989 932 0 0 -Important issues liv REGULAR Mid Atlantic 961 995 949 0 0 -Important issues liv REGULAR NY Metro 972 934 1018 0 0 -Important issues liv REGULAR North Midwest 905 947 941 0 0 -Important issues liv TWO DAY Mid Atlantic 954 982 944 0 0 -Important issues liv TWO DAY NY Metro 844 972 1006 0 0 -Important issues liv TWO DAY North Midwest 914 969 960 0 0 -NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 -NULL EXPRESS NY Metro 1274 1296 1286 0 0 -NULL EXPRESS North Midwest 1159 1329 1276 0 0 -NULL LIBRARY Mid Atlantic 941 978 948 0 0 -NULL LIBRARY NY Metro 886 1001 1009 0 0 -NULL LIBRARY North Midwest 917 943 991 0 0 -NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 -NULL NEXT DAY NY Metro 1271 1251 1291 0 0 -NULL NEXT DAY North Midwest 1199 1233 1273 0 0 -NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 -NULL OVERNIGHT NY Metro 979 993 1039 0 0 -NULL OVERNIGHT North Midwest 946 1016 905 0 0 -NULL REGULAR Mid Atlantic 933 994 997 0 0 -NULL REGULAR NY Metro 961 1022 1034 0 0 -NULL REGULAR North Midwest 893 921 949 0 0 -NULL TWO DAY Mid Atlantic 972 968 972 0 0 -NULL TWO DAY NY Metro 926 974 1004 0 0 -NULL TWO DAY North Midwest 941 921 981 0 0 +Bad cards must make. EXPRESS Mid Atlantic 1270 1318 1281 0 0 +Bad cards must make. EXPRESS NY Metro 1226 1287 1282 0 0 +Bad cards must make. EXPRESS North Midwest 1208 1242 1294 0 0 +Bad cards must make. LIBRARY Mid Atlantic 962 976 1009 0 0 +Bad cards must make. LIBRARY NY Metro 978 984 999 0 0 +Bad cards must make. LIBRARY North Midwest 898 959 958 0 0 +Bad cards must make. NEXT DAY Mid Atlantic 1225 1328 1327 0 0 +Bad cards must make. NEXT DAY NY Metro 1262 1325 1246 0 0 +Bad cards must make. NEXT DAY North Midwest 1227 1300 1276 0 0 +Bad cards must make. OVERNIGHT Mid Atlantic 956 935 990 0 0 +Bad cards must make. OVERNIGHT NY Metro 982 930 993 0 0 +Bad cards must make. OVERNIGHT North Midwest 907 990 955 0 0 +Bad cards must make. REGULAR Mid Atlantic 928 974 1005 0 0 +Bad cards must make. REGULAR NY Metro 942 1009 948 0 0 +Bad cards must make. REGULAR North Midwest 921 968 925 0 0 +Bad cards must make. TWO DAY Mid Atlantic 954 971 979 0 0 +Bad cards must make. TWO DAY NY Metro 947 1013 952 0 0 +Bad cards must make. TWO DAY North Midwest 904 930 947 0 0 +Conventional childr EXPRESS Mid Atlantic 1214 1296 1243 0 0 +Conventional childr EXPRESS NY Metro 1284 1331 1277 0 0 +Conventional childr EXPRESS North Midwest 1180 1287 1226 0 0 +Conventional childr LIBRARY Mid Atlantic 990 1008 962 0 0 +Conventional childr LIBRARY NY Metro 983 976 981 0 0 +Conventional childr LIBRARY North Midwest 925 892 953 0 0 +Conventional childr NEXT DAY Mid Atlantic 1284 1315 1274 0 0 +Conventional childr NEXT DAY NY Metro 1288 1280 1284 0 0 +Conventional childr NEXT DAY North Midwest 1249 1278 1308 0 0 +Conventional childr OVERNIGHT Mid Atlantic 897 973 926 0 0 +Conventional childr OVERNIGHT NY Metro 958 963 897 0 0 +Conventional childr OVERNIGHT North Midwest 942 934 937 0 0 +Conventional childr REGULAR Mid Atlantic 941 1007 945 0 0 +Conventional childr REGULAR NY Metro 949 928 987 0 0 +Conventional childr REGULAR North Midwest 920 927 925 0 0 +Conventional childr TWO DAY Mid Atlantic 926 979 1047 0 0 +Conventional childr TWO DAY NY Metro 925 1007 962 0 0 +Conventional childr TWO DAY North Midwest 879 980 971 0 0 +Doors canno EXPRESS Mid Atlantic 1240 1245 1267 0 0 +Doors canno EXPRESS NY Metro 1234 1270 1349 0 0 +Doors canno EXPRESS North Midwest 1185 1238 1197 0 0 +Doors canno LIBRARY Mid Atlantic 873 974 948 0 0 +Doors canno LIBRARY NY Metro 987 1005 990 0 0 +Doors canno LIBRARY North Midwest 947 952 1025 0 0 +Doors canno NEXT DAY Mid Atlantic 1264 1276 1185 0 0 +Doors canno NEXT DAY NY Metro 1263 1337 1310 0 0 +Doors canno NEXT DAY North Midwest 1202 1247 1278 0 0 +Doors canno OVERNIGHT Mid Atlantic 912 888 934 0 0 +Doors canno OVERNIGHT NY Metro 942 1003 959 0 0 +Doors canno OVERNIGHT North Midwest 896 903 911 0 0 +Doors canno REGULAR Mid Atlantic 888 953 974 0 0 +Doors canno REGULAR NY Metro 971 1028 946 0 0 +Doors canno REGULAR North Midwest 937 974 914 0 0 +Doors canno TWO DAY Mid Atlantic 974 898 985 0 0 +Doors canno TWO DAY NY Metro 982 1017 997 0 0 +Doors canno TWO DAY North Midwest 985 937 959 0 0 +Important issues liv EXPRESS Mid Atlantic 1322 1329 1293 0 0 +Important issues liv EXPRESS NY Metro 1301 1300 1239 0 0 +Important issues liv EXPRESS North Midwest 1266 1228 1285 0 0 +Important issues liv LIBRARY Mid Atlantic 988 997 925 0 0 +Important issues liv LIBRARY NY Metro 947 963 988 0 0 +Important issues liv LIBRARY North Midwest 937 972 964 0 0 +Important issues liv NEXT DAY Mid Atlantic 1221 1268 1217 0 0 +Important issues liv NEXT DAY NY Metro 1281 1311 1310 0 0 +Important issues liv NEXT DAY North Midwest 1219 1214 1327 0 0 +Important issues liv OVERNIGHT Mid Atlantic 929 1018 991 0 0 +Important issues liv OVERNIGHT NY Metro 950 965 931 0 0 +Important issues liv OVERNIGHT North Midwest 936 989 932 0 0 +Important issues liv REGULAR Mid Atlantic 961 995 949 0 0 +Important issues liv REGULAR NY Metro 972 934 1018 0 0 +Important issues liv REGULAR North Midwest 905 947 941 0 0 +Important issues liv TWO DAY Mid Atlantic 954 982 944 0 0 +Important issues liv TWO DAY NY Metro 844 972 1006 0 0 +Important issues liv TWO DAY North Midwest 914 969 960 0 0 +NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 +NULL EXPRESS NY Metro 1274 1296 1286 0 0 +NULL EXPRESS North Midwest 1159 1329 1276 0 0 +NULL LIBRARY Mid Atlantic 941 978 948 0 0 +NULL LIBRARY NY Metro 886 1001 1009 0 0 +NULL LIBRARY North Midwest 917 943 991 0 0 +NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 +NULL NEXT DAY NY Metro 1271 1251 1291 0 0 +NULL NEXT DAY North Midwest 1199 1233 1273 0 0 +NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 +NULL OVERNIGHT NY Metro 979 993 1039 0 0 +NULL OVERNIGHT North Midwest 946 1016 905 0 0 +NULL REGULAR Mid Atlantic 933 994 997 0 0 +NULL REGULAR NY Metro 961 1022 1034 0 0 +NULL REGULAR North Midwest 893 921 949 0 0 +NULL TWO DAY Mid Atlantic 972 968 972 0 0 +NULL TWO DAY NY Metro 926 974 1004 0 0 +NULL TWO DAY North Midwest 941 921 981 0 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out index 1723ccb71d4b..2c404971d101 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out @@ -73,5 +73,4 @@ limit 100 -- !query schema struct -- !query output -M U 4 yr Degree 1 4500 1 Low Risk 1 4 1 6 1 0 1 -M W 2 yr Degree 1 9000 1 Unknown 1 4 1 6 1 6 1 + diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out index e00d18abcfc5..3ef4537b7b61 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out @@ -88,91 +88,91 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAAFGBBAAA Howard Major Howard.Major@vTgpJKpgAR5.com -AAAAAAAAAMGDAAAA Kenneth Harlan Kenneth.Harlan@HlOPitjATDz.com -AAAAAAAAAOPFBAAA Jerry Fields Jerry.Fields@Ojv.com -AAAAAAAABLEIBAAA Paula Wakefield Paula.Wakefield@MguENzr.org -AAAAAAAABNBBAAAA Irma Smith Irma.Smith@dOdDOArM.com -AAAAAAAACADPAAAA Cristobal Thomas Cristobal.Thomas@BBZ8YzJtV.com -AAAAAAAACFENAAAA Christopher Dawson Christopher.Dawson@zVq3.com -AAAAAAAACIJMAAAA Elizabeth Thomas Elizabeth.Thomas@KSvEGUaQLXJ1or.com -AAAAAAAACJDIAAAA James Kerr James.Kerr@I0YNJEK.com -AAAAAAAACNAGBAAA Virginia May Virginia.May@PLU.com -AAAAAAAADBEFBAAA Bennie Bowers Bennie.Bowers@nTZlFc.edu -AAAAAAAADCKOAAAA Robert Gonzalez Robert.Gonzalez@to4p9b0r8G.org -AAAAAAAADFKABAAA Latoya Craft Latoya.Craft@qalmJEPUj8atNAig9.com -AAAAAAAADIIOAAAA David Carroll David.Carroll@fm.edu -AAAAAAAADIJGBAAA Ruth Sanders Ruth.Sanders@NCUgETGA.edu -AAAAAAAADLHBBAAA Henry Bertrand Henry.Bertrand@Id05NtU7iLc.edu -AAAAAAAAEADJAAAA Ruth Carroll Ruth.Carroll@EohtbmzyF.com -AAAAAAAAEJDLAAAA Alice Wright Alice.Wright@4Gmyzrc8Gm8Kb.edu -AAAAAAAAEKFPAAAA Annika Chin Annika.Chin@FVgxzyo.org -AAAAAAAAEKJLAAAA Aisha Carlson Aisha.Carlson@bjByl9B.com -AAAAAAAAEPOGAAAA Felisha Mendes Felisha.Mendes@AlUFyamzf2Od.org -AAAAAAAAFACEAAAA Priscilla Miller Priscilla.Miller@kbGFOyfTqA.com -AAAAAAAAFBAHAAAA Michael Williams Michael.Williams@P4JKNczg4oMm3H.com -AAAAAAAAFGIGAAAA Eduardo Miller Eduardo.Miller@UaBKxI.edu -AAAAAAAAFGPGAAAA Albert Wadsworth Albert.Wadsworth@peud.com -AAAAAAAAFMHIAAAA Emilio Darling Emilio.Darling@RxnIgIv4Z.org -AAAAAAAAFOGIAAAA Michelle Greene Michelle.Greene@yQ979J.org -AAAAAAAAFOJAAAAA Don Castillo Don.Castillo@egdlkdkmDCPDSI.com -AAAAAAAAGEHIAAAA Tyler Miller Tyler.Miller@Pob9A0alrhbd.com -AAAAAAAAGHPBBAAA Nick Mendez Nick.Mendez@Zi12qOuB.edu -AAAAAAAAGNDAAAAA Terry Mcdowell Terry.Mcdowell@q0MspRrmB74klnp2zlo.com -AAAAAAAAHGOABAAA Sonia White Sonia.White@OU4q7.com -AAAAAAAAHHCABAAA William Stewart William.Stewart@AFtNRKMOeX8mtY.com -AAAAAAAAHJLAAAAA Audrey Beltran Audrey.Beltran@ZIx7Kk5A4D0vl3O5uH.edu -AAAAAAAAHMJNAAAA Ryan Baptiste Ryan.Baptiste@tSsPxdJl.com -AAAAAAAAHMOIAAAA Grace Henderson Grace.Henderson@j2ZRciZ.com -AAAAAAAAIADEBAAA Diane Aldridge Diane.Aldridge@opDqHMJfIPxL4q.org -AAAAAAAAIBAEBAAA Sandra Wilson Sandra.Wilson@dvtemZk.com -AAAAAAAAIBFCBAAA Ruth Grantham Ruth.Grantham@4zX7OimYePBI.com -AAAAAAAAIBHHAAAA Jennifer Ballard Jennifer.Ballard@PNXHeBILEMUsdvig5qp.com -AAAAAAAAICHFAAAA Linda Mccoy Linda.Mccoy@2.org -AAAAAAAAIDKFAAAA Michael Mack Michael.Mack@F1fvuuX.org -AAAAAAAAIJEMAAAA Charlie Cummings Charlie.Cummings@f72nHGS91b.edu -AAAAAAAAIMHBAAAA Kathy Knowles Kathy.Knowles@7O.edu -AAAAAAAAIMHHBAAA Lillian Davidson Lillian.Davidson@nX5L7Fxx.com -AAAAAAAAJDBLAAAA Melvin Taylor Melvin.Taylor@Sh6OF9kvEuzUot2h.org -AAAAAAAAJEKFBAAA Norma Burkholder Norma.Burkholder@RnffoFOO3JqrByZ.com -AAAAAAAAJGMMAAAA Richard Larson Richard.Larson@jlrb5u4shXJB.com -AAAAAAAAJIALAAAA Santos Gutierrez Santos.Gutierrez@abGvPaGVZhTn.org -AAAAAAAAJKBNAAAA Julie Kern Julie.Kern@2XoKSkOnOlsBi.com -AAAAAAAAJMHLAAAA Wanda Ryan Wanda.Ryan@vOsFQG.com -AAAAAAAAJONHBAAA Warren Orozco Warren.Orozco@ekmruXzGXd.edu -AAAAAAAAJPINAAAA Rose Waite Rose.Waite@MiF3NmdGMteiB6U.org -AAAAAAAAKAECAAAA Milton Mackey Milton.Mackey@QOPtZd.org -AAAAAAAAKAPPAAAA Karen Parker Karen.Parker@4Oogc.org -AAAAAAAAKJBKAAAA Georgia Scott Georgia.Scott@cxmGbxayd.edu -AAAAAAAAKJBLAAAA Kerry Davis Kerry.Davis@i.com -AAAAAAAAKKGEAAAA Katie Dunbar Katie.Dunbar@G.org -AAAAAAAAKLHHBAAA Manuel Castaneda Manuel.Castaneda@dyb27z0O.org -AAAAAAAAKNAKAAAA Gladys Banks Gladys.Banks@4hbFI.org -AAAAAAAALFKKAAAA Ignacio Miller Ignacio.Miller@oJHPfFNn.com -AAAAAAAALHMCAAAA Brooke Nelson Brooke.Nelson@V7.com -AAAAAAAALIOPAAAA Derek Allen Derek.Allen@72Fi2eeluJ6a.org -AAAAAAAALJNCBAAA George Gamez George.Gamez@KTKayzrvPmMZg.org -AAAAAAAAMDCAAAAA Louann Hamel Louann.Hamel@cryopHM6lqau9u.com -AAAAAAAAMFFLAAAA Margret Gray Margret.Gray@eP.edu -AAAAAAAAMMOBBAAA Margaret Smith Margaret.Smith@Bt.edu -AAAAAAAANFBDBAAA Vernice Fernandez Vernice.Fernandez@gi3Kz7RzOr1.edu -AAAAAAAANGDBBAAA Carlos Jewell Carlos.Jewell@jh2ezKNI7nu3.com -AAAAAAAANIPLAAAA Eric Lawrence Eric.Lawrence@K3cGeN3t2Y.com -AAAAAAAANJAGAAAA Allen Hood Allen.Hood@kPEJVolYJb.edu -AAAAAAAANJHCBAAA Christopher Schreiber Christopher.Schreiber@e5tzM5kG0vPBp.org -AAAAAAAANJOLAAAA Debra Underwood Debra.Underwood@f3193uX.org -AAAAAAAAOBADBAAA Elizabeth Burnham Elizabeth.Burnham@EDSfBapF0jU1.org -AAAAAAAAOCAJAAAA Jenna Staton Jenna.Staton@xvQ0ZJy9K.org -AAAAAAAAOCLBBAAA NULL NULL Andrew.Buckley@FcFn.org -AAAAAAAAODMMAAAA Gayla Cline Gayla.Cline@FEFgYu4rtc.com -AAAAAAAAOFLCAAAA James Taylor James.Taylor@BCRCbil3dIgO.com -AAAAAAAAOPDLAAAA Ann Pence Ann.Pence@NnFib4HYa89ouq7CRC.org -AAAAAAAAPDFBAAAA Terrance Banks Terrance.Banks@937P2ZH0g.edu -AAAAAAAAPEHEBAAA Edith Molina Edith.Molina@q9CS0P.com -AAAAAAAAPFCLAAAA Felicia Neville Felicia.Neville@ZQCM0Ctmt60s9MDa.edu -AAAAAAAAPICEAAAA Jennifer Cortez Jennifer.Cortez@13Qh.com -AAAAAAAAPJENAAAA Ashley Norton Ashley.Norton@s.edu -AAAAAAAAPKBCBAAA Andrea White Andrea.White@5JE.org -AAAAAAAAPKIKAAAA Wendy Horvath Wendy.Horvath@eD2YgVGsedc.com -AAAAAAAAPMMBBAAA Paul Jordan Paul.Jordan@bTeytMqxhScdL.org -AAAAAAAAPPIBBAAA Candice Lee Candice.Lee@49mNiRXFM5ZuXadL.org +AAAAAAAAAFGBBAAA Howard Major Howard.Major@vTgpJKpgAR5.com +AAAAAAAAAMGDAAAA Kenneth Harlan Kenneth.Harlan@HlOPitjATDz.com +AAAAAAAAAOPFBAAA Jerry Fields Jerry.Fields@Ojv.com +AAAAAAAABLEIBAAA Paula Wakefield Paula.Wakefield@MguENzr.org +AAAAAAAABNBBAAAA Irma Smith Irma.Smith@dOdDOArM.com +AAAAAAAACADPAAAA Cristobal Thomas Cristobal.Thomas@BBZ8YzJtV.com +AAAAAAAACFENAAAA Christopher Dawson Christopher.Dawson@zVq3.com +AAAAAAAACIJMAAAA Elizabeth Thomas Elizabeth.Thomas@KSvEGUaQLXJ1or.com +AAAAAAAACJDIAAAA James Kerr James.Kerr@I0YNJEK.com +AAAAAAAACNAGBAAA Virginia May Virginia.May@PLU.com +AAAAAAAADBEFBAAA Bennie Bowers Bennie.Bowers@nTZlFc.edu +AAAAAAAADCKOAAAA Robert Gonzalez Robert.Gonzalez@to4p9b0r8G.org +AAAAAAAADFKABAAA Latoya Craft Latoya.Craft@qalmJEPUj8atNAig9.com +AAAAAAAADIIOAAAA David Carroll David.Carroll@fm.edu +AAAAAAAADIJGBAAA Ruth Sanders Ruth.Sanders@NCUgETGA.edu +AAAAAAAADLHBBAAA Henry Bertrand Henry.Bertrand@Id05NtU7iLc.edu +AAAAAAAAEADJAAAA Ruth Carroll Ruth.Carroll@EohtbmzyF.com +AAAAAAAAEJDLAAAA Alice Wright Alice.Wright@4Gmyzrc8Gm8Kb.edu +AAAAAAAAEKFPAAAA Annika Chin Annika.Chin@FVgxzyo.org +AAAAAAAAEKJLAAAA Aisha Carlson Aisha.Carlson@bjByl9B.com +AAAAAAAAEPOGAAAA Felisha Mendes Felisha.Mendes@AlUFyamzf2Od.org +AAAAAAAAFACEAAAA Priscilla Miller Priscilla.Miller@kbGFOyfTqA.com +AAAAAAAAFBAHAAAA Michael Williams Michael.Williams@P4JKNczg4oMm3H.com +AAAAAAAAFGIGAAAA Eduardo Miller Eduardo.Miller@UaBKxI.edu +AAAAAAAAFGPGAAAA Albert Wadsworth Albert.Wadsworth@peud.com +AAAAAAAAFMHIAAAA Emilio Darling Emilio.Darling@RxnIgIv4Z.org +AAAAAAAAFOGIAAAA Michelle Greene Michelle.Greene@yQ979J.org +AAAAAAAAFOJAAAAA Don Castillo Don.Castillo@egdlkdkmDCPDSI.com +AAAAAAAAGEHIAAAA Tyler Miller Tyler.Miller@Pob9A0alrhbd.com +AAAAAAAAGHPBBAAA Nick Mendez Nick.Mendez@Zi12qOuB.edu +AAAAAAAAGNDAAAAA Terry Mcdowell Terry.Mcdowell@q0MspRrmB74klnp2zlo.com +AAAAAAAAHGOABAAA Sonia White Sonia.White@OU4q7.com +AAAAAAAAHHCABAAA William Stewart William.Stewart@AFtNRKMOeX8mtY.com +AAAAAAAAHJLAAAAA Audrey Beltran Audrey.Beltran@ZIx7Kk5A4D0vl3O5uH.edu +AAAAAAAAHMJNAAAA Ryan Baptiste Ryan.Baptiste@tSsPxdJl.com +AAAAAAAAHMOIAAAA Grace Henderson Grace.Henderson@j2ZRciZ.com +AAAAAAAAIADEBAAA Diane Aldridge Diane.Aldridge@opDqHMJfIPxL4q.org +AAAAAAAAIBAEBAAA Sandra Wilson Sandra.Wilson@dvtemZk.com +AAAAAAAAIBFCBAAA Ruth Grantham Ruth.Grantham@4zX7OimYePBI.com +AAAAAAAAIBHHAAAA Jennifer Ballard Jennifer.Ballard@PNXHeBILEMUsdvig5qp.com +AAAAAAAAICHFAAAA Linda Mccoy Linda.Mccoy@2.org +AAAAAAAAIDKFAAAA Michael Mack Michael.Mack@F1fvuuX.org +AAAAAAAAIJEMAAAA Charlie Cummings Charlie.Cummings@f72nHGS91b.edu +AAAAAAAAIMHBAAAA Kathy Knowles Kathy.Knowles@7O.edu +AAAAAAAAIMHHBAAA Lillian Davidson Lillian.Davidson@nX5L7Fxx.com +AAAAAAAAJDBLAAAA Melvin Taylor Melvin.Taylor@Sh6OF9kvEuzUot2h.org +AAAAAAAAJEKFBAAA Norma Burkholder Norma.Burkholder@RnffoFOO3JqrByZ.com +AAAAAAAAJGMMAAAA Richard Larson Richard.Larson@jlrb5u4shXJB.com +AAAAAAAAJIALAAAA Santos Gutierrez Santos.Gutierrez@abGvPaGVZhTn.org +AAAAAAAAJKBNAAAA Julie Kern Julie.Kern@2XoKSkOnOlsBi.com +AAAAAAAAJMHLAAAA Wanda Ryan Wanda.Ryan@vOsFQG.com +AAAAAAAAJONHBAAA Warren Orozco Warren.Orozco@ekmruXzGXd.edu +AAAAAAAAJPINAAAA Rose Waite Rose.Waite@MiF3NmdGMteiB6U.org +AAAAAAAAKAECAAAA Milton Mackey Milton.Mackey@QOPtZd.org +AAAAAAAAKAPPAAAA Karen Parker Karen.Parker@4Oogc.org +AAAAAAAAKJBKAAAA Georgia Scott Georgia.Scott@cxmGbxayd.edu +AAAAAAAAKJBLAAAA Kerry Davis Kerry.Davis@i.com +AAAAAAAAKKGEAAAA Katie Dunbar Katie.Dunbar@G.org +AAAAAAAAKLHHBAAA Manuel Castaneda Manuel.Castaneda@dyb27z0O.org +AAAAAAAAKNAKAAAA Gladys Banks Gladys.Banks@4hbFI.org +AAAAAAAALFKKAAAA Ignacio Miller Ignacio.Miller@oJHPfFNn.com +AAAAAAAALHMCAAAA Brooke Nelson Brooke.Nelson@V7.com +AAAAAAAALIOPAAAA Derek Allen Derek.Allen@72Fi2eeluJ6a.org +AAAAAAAALJNCBAAA George Gamez George.Gamez@KTKayzrvPmMZg.org +AAAAAAAAMDCAAAAA Louann Hamel Louann.Hamel@cryopHM6lqau9u.com +AAAAAAAAMFFLAAAA Margret Gray Margret.Gray@eP.edu +AAAAAAAAMMOBBAAA Margaret Smith Margaret.Smith@Bt.edu +AAAAAAAANFBDBAAA Vernice Fernandez Vernice.Fernandez@gi3Kz7RzOr1.edu +AAAAAAAANGDBBAAA Carlos Jewell Carlos.Jewell@jh2ezKNI7nu3.com +AAAAAAAANIPLAAAA Eric Lawrence Eric.Lawrence@K3cGeN3t2Y.com +AAAAAAAANJAGAAAA Allen Hood Allen.Hood@kPEJVolYJb.edu +AAAAAAAANJHCBAAA Christopher Schreiber Christopher.Schreiber@e5tzM5kG0vPBp.org +AAAAAAAANJOLAAAA Debra Underwood Debra.Underwood@f3193uX.org +AAAAAAAAOBADBAAA Elizabeth Burnham Elizabeth.Burnham@EDSfBapF0jU1.org +AAAAAAAAOCAJAAAA Jenna Staton Jenna.Staton@xvQ0ZJy9K.org +AAAAAAAAOCLBBAAA NULL NULL Andrew.Buckley@FcFn.org +AAAAAAAAODMMAAAA Gayla Cline Gayla.Cline@FEFgYu4rtc.com +AAAAAAAAOFLCAAAA James Taylor James.Taylor@BCRCbil3dIgO.com +AAAAAAAAOPDLAAAA Ann Pence Ann.Pence@NnFib4HYa89ouq7CRC.org +AAAAAAAAPDFBAAAA Terrance Banks Terrance.Banks@937P2ZH0g.edu +AAAAAAAAPEHEBAAA Edith Molina Edith.Molina@q9CS0P.com +AAAAAAAAPFCLAAAA Felicia Neville Felicia.Neville@ZQCM0Ctmt60s9MDa.edu +AAAAAAAAPICEAAAA Jennifer Cortez Jennifer.Cortez@13Qh.com +AAAAAAAAPJENAAAA Ashley Norton Ashley.Norton@s.edu +AAAAAAAAPKBCBAAA Andrea White Andrea.White@5JE.org +AAAAAAAAPKIKAAAA Wendy Horvath Wendy.Horvath@eD2YgVGsedc.com +AAAAAAAAPMMBBAAA Paul Jordan Paul.Jordan@bTeytMqxhScdL.org +AAAAAAAAPPIBBAAA Candice Lee Candice.Lee@49mNiRXFM5ZuXadL.org diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out index 68a5f49ff7a0..62eb823125f8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out @@ -27,4 +27,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 +AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 +AAAAAAAAACEBAAAA Prese Books business 15.17 17499.32 14.07671011122722390 +AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 +AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 +AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 +AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 +AAAAAAAABINAAAAA Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 +AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 +AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 +AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 +AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 +AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 +AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 +AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 +AAAAAAAADGKAAAAA However small values Books entertainments 1.49 3795.87 5.82689298381830524 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 +AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 +AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 +AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 +AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3319.89 2.67056829243434307 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 +AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 +AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 +AAAAAAAAGENAAAAA Genera Books computers 2.84 4719.74 5.65041742962478323 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 +AAAAAAAAGMBDAAAA Vulnerable b Books computers 0.58 31.86 0.03814241871540500 +AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 +AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 +AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 +AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 +AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 +AAAAAAAAIIPDAAAA Af Books arts 6.04 109.23 0.14805832546481205 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +AAAAAAAAIKEAAAAA All Books business 9.44 2.07 0.00166513841282063 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 +AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 +AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 +AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 +AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 +AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 +AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 +AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 +AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 +AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 +AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 +AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 +AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 +AAAAAAAAMIBCAAAA Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 +AAAAAAAAMJEAAAAA Local pro Books computers 1.04 843.52 1.00985226097986269 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 +AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 1401.06 1.67733261661661422 +AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 +AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 +AAAAAAAANAJDAAAA Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 +AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 +AAAAAAAANHFDAAAA Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 +AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 +AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 +AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 +AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 +AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 +AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 +AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out index 9dda88c23931..cc718f2ba981 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out @@ -137,4 +137,103 @@ limit 100 -- !query schema struct -- !query output -NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL +AAAAAAAAAAACAAAA NULL NULL NULL 94.000000 215.350000 0.000000 96.900000 -219.960000 1988.000000 2.000000 +AAAAAAAAAAAEAAAA NULL NULL NULL 85.000000 134.050000 1743.100000 40.210000 -2351.700000 1943.000000 2.000000 +AAAAAAAAAAGBAAAA NULL NULL NULL 27.000000 43.140000 0.000000 14.230000 -18.900000 1971.000000 1.000000 +AAAAAAAAAAHBAAAA NULL NULL NULL 55.000000 40.870000 0.000000 20.020000 -261.250000 1978.000000 3.000000 +AAAAAAAAAAIDAAAA NULL NULL NULL 85.000000 97.760000 0.000000 58.650000 1308.150000 1937.000000 4.000000 +AAAAAAAAAAJBAAAA NULL NULL NULL 64.000000 182.900000 0.000000 12.800000 -4140.800000 1944.000000 2.000000 +AAAAAAAAAALDAAAA NULL NULL NULL 80.000000 100.760000 59.200000 1.000000 -6228.000000 1978.000000 3.000000 +AAAAAAAAAAMBAAAA NULL NULL NULL 65.000000 19.990000 0.000000 3.790000 -555.750000 1941.000000 1.000000 +AAAAAAAAAANBAAAA NULL NULL NULL 49.000000 194.100000 3682.440000 85.400000 -3821.110000 1951.000000 5.000000 +AAAAAAAAAANDAAAA NULL NULL NULL 99.000000 7.850000 180.950000 4.940000 -418.550000 1949.000000 0.000000 +AAAAAAAAAAPCAAAA NULL NULL NULL 32.000000 71.810000 0.000000 12.200000 -1419.200000 1960.000000 0.000000 +AAAAAAAAABBAAAAA NULL NULL NULL 28.000000 186.070000 0.000000 66.980000 66.360000 1949.000000 6.000000 +AAAAAAAAABCEAAAA NULL NULL NULL 9.000000 197.700000 0.000000 83.030000 95.490000 1962.000000 0.000000 +AAAAAAAAABDAAAAA NULL NULL NULL 26.500000 138.260000 2311.545000 110.195000 -1355.435000 1985.500000 4.000000 +AAAAAAAAABEAAAAA NULL NULL NULL 80.000000 127.450000 0.000000 20.390000 -3910.400000 1939.000000 0.000000 +AAAAAAAAABGBAAAA NULL NULL NULL 60.000000 49.410000 0.000000 11.850000 -375.000000 1962.000000 0.000000 +AAAAAAAAABJBAAAA NULL NULL NULL 75.000000 41.450000 0.000000 6.210000 -1153.500000 1937.000000 6.000000 +AAAAAAAAABLCAAAA NULL NULL NULL 97.000000 14.950000 0.000000 13.600000 445.230000 1944.000000 0.000000 +AAAAAAAAABMBAAAA NULL NULL NULL 29.000000 152.790000 0.000000 24.440000 -1897.760000 1956.000000 6.000000 +AAAAAAAAABOBAAAA NULL NULL NULL 20.000000 58.700000 0.000000 0.000000 -903.200000 1926.000000 6.000000 +AAAAAAAAACFEAAAA NULL NULL NULL 48.000000 119.900000 825.720000 49.150000 -622.200000 1925.000000 3.000000 +AAAAAAAAACGCAAAA NULL NULL NULL 88.000000 152.900000 451.890000 18.340000 -3954.290000 1944.000000 0.000000 +AAAAAAAAACHCAAAA NULL NULL NULL 28.000000 61.230000 0.000000 22.040000 -625.240000 1988.000000 2.000000 +AAAAAAAAACJCAAAA NULL NULL NULL 38.000000 86.650000 0.000000 32.060000 54.720000 1956.000000 6.000000 +AAAAAAAAACKCAAAA NULL NULL NULL 18.000000 194.700000 1619.120000 116.820000 -1201.340000 1990.000000 3.000000 +AAAAAAAAACLDAAAA NULL NULL NULL 17.000000 101.710000 0.000000 93.570000 608.260000 1992.000000 5.000000 +AAAAAAAAACOAAAAA NULL NULL NULL 99.000000 67.590000 323.620000 3.370000 -3319.360000 1966.000000 1.000000 +AAAAAAAAACPCAAAA NULL NULL NULL 68.000000 100.280000 0.000000 97.270000 3117.120000 1964.000000 6.000000 +AAAAAAAAADACAAAA NULL NULL NULL 2.000000 109.420000 0.000000 70.020000 -35.040000 1982.000000 4.000000 +AAAAAAAAADDBAAAA NULL NULL NULL 60.000000 268.830000 0.000000 201.620000 6417.600000 1948.000000 2.000000 +AAAAAAAAADFCAAAA NULL NULL NULL 62.000000 140.020000 0.000000 5.600000 -4295.360000 1990.000000 6.000000 +AAAAAAAAADFDAAAA NULL NULL NULL 75.000000 231.300000 0.000000 83.260000 -1106.250000 1948.000000 3.000000 +AAAAAAAAADHAAAAA NULL NULL NULL 7.000000 260.420000 0.000000 190.100000 710.640000 1978.000000 3.000000 +AAAAAAAAADHDAAAA NULL NULL NULL 66.333333 149.980000 4103.946667 125.240000 -533.856667 1970.333333 3.666667 +AAAAAAAAADICAAAA NULL NULL NULL 39.000000 61.240000 457.010000 35.510000 -148.130000 1937.000000 6.000000 +AAAAAAAAADKAAAAA NULL NULL NULL 61.000000 67.390000 616.250000 13.470000 -3432.620000 1973.000000 1.000000 +AAAAAAAAADLAAAAA NULL NULL NULL 3.000000 95.730000 0.000000 46.900000 22.020000 1975.000000 2.000000 +AAAAAAAAAEBAAAAA NULL NULL NULL 99.000000 92.650000 0.000000 80.600000 812.790000 1988.000000 5.000000 +AAAAAAAAAEBCAAAA NULL NULL NULL 22.000000 59.690000 0.000000 12.530000 -689.920000 1951.000000 4.000000 +AAAAAAAAAECBAAAA NULL NULL NULL 35.000000 33.880000 0.000000 20.320000 -229.950000 1991.000000 5.000000 +AAAAAAAAAEGBAAAA NULL NULL NULL 34.000000 94.150000 0.000000 76.260000 1264.460000 1934.000000 0.000000 +AAAAAAAAAEJBAAAA NULL NULL NULL 62.000000 251.590000 452.190000 25.150000 -4713.450000 1978.000000 5.000000 +AAAAAAAAAEOBAAAA NULL NULL NULL 21.000000 38.070000 0.000000 27.790000 -105.630000 1990.000000 6.000000 +AAAAAAAAAEOCAAAA NULL NULL NULL 71.000000 225.490000 0.000000 13.520000 -4485.780000 1988.000000 2.000000 +AAAAAAAAAFAAAAAA NULL NULL NULL 80.000000 259.890000 0.000000 174.120000 6833.600000 1957.000000 5.000000 +AAAAAAAAAFCBAAAA NULL NULL NULL 11.000000 87.420000 0.000000 45.450000 37.620000 1944.000000 3.000000 +AAAAAAAAAFDDAAAA NULL NULL NULL 75.000000 88.760000 0.000000 50.590000 -192.000000 1933.000000 0.000000 +AAAAAAAAAFECAAAA NULL NULL NULL 59.000000 182.260000 946.120000 40.090000 -4067.220000 1953.000000 2.000000 +AAAAAAAAAFHCAAAA NULL NULL NULL 48.000000 11.470000 0.000000 10.430000 252.480000 1924.000000 1.000000 +AAAAAAAAAFKBAAAA NULL NULL NULL 63.000000 33.180000 0.000000 4.310000 -1140.930000 1988.000000 2.000000 +AAAAAAAAAFLAAAAA NULL NULL NULL 70.000000 111.630000 0.000000 108.280000 4309.900000 1925.000000 3.000000 +AAAAAAAAAFMDAAAA NULL NULL NULL 45.000000 61.540000 0.000000 25.840000 170.100000 1976.000000 3.000000 +AAAAAAAAAFPCAAAA NULL NULL NULL 56.000000 121.720000 0.000000 26.770000 -2927.120000 1972.000000 6.000000 +AAAAAAAAAGAEAAAA NULL NULL NULL 47.500000 44.425000 15.665000 16.625000 -742.415000 1942.500000 5.500000 +AAAAAAAAAGBAAAAA NULL NULL NULL 25.000000 54.140000 0.000000 31.400000 45.250000 1988.000000 0.000000 +AAAAAAAAAGCDAAAA NULL NULL NULL 23.000000 111.130000 0.000000 41.110000 84.870000 1926.000000 3.000000 +AAAAAAAAAGEEAAAA NULL NULL NULL 53.000000 154.365000 4273.535000 112.280000 -2347.825000 1964.000000 5.500000 +AAAAAAAAAGODAAAA NULL NULL NULL 52.000000 23.160000 0.000000 9.260000 -149.240000 1925.000000 3.000000 +AAAAAAAAAGPBAAAA NULL NULL NULL 40.000000 90.855000 656.940000 44.980000 -692.860000 1955.000000 3.500000 +AAAAAAAAAHDDAAAA NULL NULL NULL 65.000000 130.150000 0.000000 110.620000 1660.750000 1980.000000 2.000000 +AAAAAAAAAHDEAAAA NULL NULL NULL 87.000000 237.120000 0.000000 173.090000 7769.100000 1960.000000 0.000000 +AAAAAAAAAHFCAAAA NULL NULL NULL 90.000000 147.450000 0.000000 106.160000 2341.800000 1939.000000 1.000000 +AAAAAAAAAHHDAAAA NULL NULL NULL 21.000000 62.600000 0.000000 5.000000 -820.890000 1944.000000 0.000000 +AAAAAAAAAHIBAAAA NULL NULL NULL 68.000000 281.940000 0.000000 8.450000 -5946.600000 1972.000000 6.000000 +AAAAAAAAAHICAAAA NULL NULL NULL 73.000000 14.930000 0.000000 12.540000 266.450000 NULL 6.000000 +AAAAAAAAAHJDAAAA NULL NULL NULL 79.000000 95.010000 0.000000 79.800000 3802.270000 1945.000000 3.000000 +AAAAAAAAAHKAAAAA NULL NULL NULL 27.000000 38.810000 0.000000 5.040000 -216.810000 1951.000000 5.000000 +AAAAAAAAAHKDAAAA NULL NULL NULL 86.000000 148.890000 0.000000 108.680000 1724.300000 1990.000000 2.000000 +AAAAAAAAAHMBAAAA NULL NULL NULL 26.000000 50.550000 0.000000 18.190000 -409.240000 1959.000000 2.000000 +AAAAAAAAAHNDAAAA NULL NULL NULL 67.000000 8.420000 0.000000 1.340000 -347.730000 1928.000000 1.000000 +AAAAAAAAAHPDAAAA NULL NULL NULL 90.000000 22.060000 0.000000 19.410000 819.000000 1976.000000 3.000000 +AAAAAAAAAIDDAAAA NULL NULL NULL 5.000000 171.070000 0.000000 162.510000 329.300000 1940.000000 3.000000 +AAAAAAAAAIECAAAA NULL NULL NULL 40.000000 17.300000 0.000000 14.010000 66.000000 1992.000000 2.000000 +AAAAAAAAAIFAAAAA NULL NULL NULL 52.000000 205.590000 0.000000 98.680000 271.960000 1972.000000 6.000000 +AAAAAAAAAIGCAAAA NULL NULL NULL 72.000000 246.800000 0.000000 239.390000 10184.400000 1976.000000 5.000000 +AAAAAAAAAILAAAAA NULL NULL NULL 8.000000 179.920000 0.000000 115.140000 235.680000 1943.000000 1.000000 +AAAAAAAAAILBAAAA NULL NULL NULL 16.000000 71.780000 0.000000 15.070000 -556.480000 1978.000000 6.000000 +AAAAAAAAAINCAAAA NULL NULL NULL 88.000000 166.720000 0.000000 80.020000 1525.920000 1924.000000 1.000000 +AAAAAAAAAJEDAAAA NULL NULL NULL 20.000000 135.270000 0.000000 105.510000 1186.800000 1966.000000 1.000000 +AAAAAAAAAJFAAAAA NULL NULL NULL 35.000000 172.260000 0.000000 67.180000 -724.850000 1931.000000 6.000000 +AAAAAAAAAJIAAAAA NULL NULL NULL 38.000000 200.320000 1619.830000 152.240000 1387.110000 1953.000000 2.000000 +AAAAAAAAAJIDAAAA NULL NULL NULL 70.000000 31.720000 0.000000 6.020000 -470.400000 1964.000000 6.000000 +AAAAAAAAAJLCAAAA NULL NULL NULL 11.000000 81.510000 0.000000 3.260000 -810.040000 1960.000000 0.000000 +AAAAAAAAAJMCAAAA NULL NULL NULL 44.000000 101.110000 0.000000 69.760000 180.400000 1973.000000 2.000000 +AAAAAAAAAJMCAAAA NULL NULL NULL 44.000000 101.110000 0.000000 69.760000 180.400000 1973.000000 2.000000 +AAAAAAAAAKAAAAAA NULL NULL NULL 7.000000 146.760000 0.000000 74.840000 69.300000 1939.000000 0.000000 +AAAAAAAAAKAEAAAA NULL NULL NULL 31.000000 162.930000 0.000000 92.870000 882.570000 1926.000000 0.000000 +AAAAAAAAAKBAAAAA NULL NULL NULL 87.000000 31.490000 0.000000 25.190000 1209.300000 1944.000000 2.000000 +AAAAAAAAAKCCAAAA NULL NULL NULL 80.000000 116.550000 0.000000 62.930000 594.400000 1988.000000 2.000000 +AAAAAAAAAKDDAAAA NULL NULL NULL 18.000000 133.550000 0.000000 42.730000 -415.080000 1974.000000 2.000000 +AAAAAAAAAKGAAAAA NULL NULL NULL 64.000000 176.440000 0.000000 33.520000 -3058.560000 1932.000000 1.000000 +AAAAAAAAAKGBAAAA NULL NULL NULL 29.000000 166.850000 1010.290000 120.130000 -323.570000 1950.000000 1.000000 +AAAAAAAAAKHCAAAA NULL NULL NULL 42.000000 200.970000 0.000000 134.640000 2822.400000 1943.000000 1.000000 +AAAAAAAAAKJDAAAA NULL NULL NULL 29.000000 111.480000 0.000000 18.950000 -2036.960000 1944.000000 3.000000 +AAAAAAAAAKMAAAAA NULL NULL NULL 19.000000 111.870000 0.000000 1.110000 -1415.120000 1991.000000 5.000000 +AAAAAAAAAKNDAAAA NULL NULL NULL 48.000000 184.610000 0.000000 33.220000 -1399.200000 1991.000000 2.000000 +AAAAAAAAALACAAAA NULL NULL NULL 43.000000 78.230000 0.000000 41.460000 -490.200000 1927.000000 6.000000 +AAAAAAAAALFAAAAA NULL NULL NULL 4.000000 144.640000 0.000000 91.120000 11.680000 1989.000000 0.000000 +AAAAAAAAALFEAAAA NULL NULL NULL 9.000000 262.690000 0.000000 97.190000 48.060000 1973.000000 2.000000 +NULL NULL NULL NULL 50.391714 101.930935 278.265210 51.344018 -234.720684 1958.093215 3.193346 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out index 071dc71b39d2..7ebd6a471536 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out @@ -23,4 +23,103 @@ LIMIT 100 -- !query schema struct -- !query output - +AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 +AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 +AAAAAAAAACEBAAAA Prese Books business 15.17 5628.92 3.58681153538552336 +AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 +AAAAAAAAADFAAAAA Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 +AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 +AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 +AAAAAAAAAKGDAAAA Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 +AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 +AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 +AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 +AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 +AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 +AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 +AAAAAAAACHOCAAAA Final governm Books computers 6.22 5102.98 2.69967102821577286 +AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 +AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 +AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 +AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 +AAAAAAAAEANCAAAA Ye Books computers 9.75 1367.76 0.72359720115548277 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 +AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 +AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 +AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 +AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 +AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 +AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 +AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 +AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 +AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 +AAAAAAAAGENAAAAA Genera Books computers 2.84 950.58 0.50289307149966282 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 +AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 +AAAAAAAAGOKBAAAA Othe Books arts 60.94 2242.14 1.11741437885956095 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 +AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 +AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 +AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 +AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 +AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 +AAAAAAAAIIPDAAAA Af Books arts 6.04 4695.48 2.34008441384012204 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 +AAAAAAAAIJJCAAAA Euro Books business 3.01 4889.34 3.11554278838957647 +AAAAAAAAIKEAAAAA All Books business 9.44 182.52 0.11630380986735745 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 +AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 +AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 +AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 +AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 +AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 +AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 +AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 +AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 +AAAAAAAAOJGAAAAA NULL Books NULL NULL 2838.09 24.10978012204021058 +AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 +AAAAAAAAOPKCAAAA Less imp Books arts 9.12 1511.60 0.75333546303268856 +AAAAAAAAPDNAAAAA Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 +AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 +AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 +AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 +AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 +AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out index 15847395cf40..698061c55366 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out @@ -19,103 +19,103 @@ LIMIT 100 -- !query schema struct -- !query output -ableationprieing NULL NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses Women 445.99583333333334 -antibareingantiought NULL NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x shirts Men 445.4065040650407 -antibareingantiought importoimporto #x shirts NULL 445.4065040650407 -ationantibarationought NULL NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x pools NULL 445.4190871369295 -ationantibarationought univmaxi #x pools Sports 445.4190871369295 -ationationprin st NULL NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x newborn Children 435.5102880658436 -ationationprin st amalgexporti #x newborn NULL 435.5102880658436 -ationbarn stableought NULL NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x rugs Home 444.09274193548384 -ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 -ationbarn station NULL NULL NULL 430.3577235772358 -ationbarn station amalgbrand #x NULL NULL 430.3577235772358 -ationbarn station amalgbrand #x bathroom Home 430.3577235772358 -ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 -ationeingation NULL NULL NULL 443.78225806451616 -ationeingation amalgexporti #x NULL NULL 443.78225806451616 -ationeingation amalgexporti #x newborn Children 443.78225806451616 -ationeingation amalgexporti #x newborn NULL 443.78225806451616 -ationoughtn stn st NULL NULL NULL 435.26506024096386 -ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 -ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 -ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 -callyesebaration NULL NULL NULL 437.3943089430894 -callyesebaration namelesscorp #x NULL NULL 437.3943089430894 -callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 -callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 -eingableableationought NULL NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x accessories Men 444.7142857142857 -eingableableationought amalgimporto #x accessories NULL 444.7142857142857 -eseationcallyableought NULL NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x infants Children 444.5443548387097 -eseationcallyableought importoexporti #x infants NULL 444.5443548387097 -n stbarought NULL NULL NULL 440.31474103585657 -n stbarought corpbrand #x NULL NULL 440.31474103585657 -n stbarought corpbrand #x rugs Home 440.31474103585657 -n stbarought corpbrand #x rugs NULL 440.31474103585657 -n stcallyableoughtought NULL NULL NULL 439.71836734693875 -n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 -n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 -n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 -n stcallyesepriought NULL NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 -n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 -n steseantiation NULL NULL NULL 445.33196721311475 -n steseantiation univmaxi #x NULL NULL 445.33196721311475 -n steseantiation univmaxi #x pools NULL 445.33196721311475 -n steseantiation univmaxi #x pools Sports 445.33196721311475 -n stn stantioughtought NULL NULL NULL 440.92857142857144 -n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 -n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 -n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 -n stprieingationought NULL NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 -n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 -oughtbarantiese NULL NULL NULL 441.7459677419355 -oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 -oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 -oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 -oughtbarprin st NULL NULL NULL 442.0734693877551 -oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 -oughtbarprin st edu packscholar #x classical Music 442.0734693877551 -oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 -oughtcallyn stantiought NULL NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 -oughtn stprin st NULL NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 -oughtpricallybarought NULL NULL NULL 445.4859437751004 -oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 -oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 -oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 -priantiationation NULL NULL NULL 441.6707317073171 -priantiationation importoimporto #x NULL NULL 441.6707317073171 -priantiationation importoimporto #x shirts Men 441.6707317073171 -priantiationation importoimporto #x shirts NULL 441.6707317073171 -priationn stn st NULL NULL NULL 439.096 -priationn stn st importoscholar #x NULL NULL 439.096 -priationn stn st importoscholar #x country Music 439.096 -priationn stn st importoscholar #x country NULL 439.096 -pribarpribarought NULL NULL NULL 446.0408163265306 -pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 -pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 -pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 +ableationprieing NULL NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses Women 445.99583333333334 +antibareingantiought NULL NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts Men 445.4065040650407 +antibareingantiought importoimporto #x shirts NULL 445.4065040650407 +ationantibarationought NULL NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x pools NULL 445.4190871369295 +ationantibarationought univmaxi #x pools Sports 445.4190871369295 +ationationprin st NULL NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn Children 435.5102880658436 +ationationprin st amalgexporti #x newborn NULL 435.5102880658436 +ationbarn stableought NULL NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs Home 444.09274193548384 +ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 +ationbarn station NULL NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x NULL NULL 430.3577235772358 +ationbarn station amalgbrand #x bathroom Home 430.3577235772358 +ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 +ationeingation NULL NULL NULL 443.78225806451616 +ationeingation amalgexporti #x NULL NULL 443.78225806451616 +ationeingation amalgexporti #x newborn Children 443.78225806451616 +ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationoughtn stn st NULL NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 +callyesebaration NULL NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x NULL NULL 437.3943089430894 +callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 +callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 +eingableableationought NULL NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories Men 444.7142857142857 +eingableableationought amalgimporto #x accessories NULL 444.7142857142857 +eseationcallyableought NULL NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants Children 444.5443548387097 +eseationcallyableought importoexporti #x infants NULL 444.5443548387097 +n stbarought NULL NULL NULL 440.31474103585657 +n stbarought corpbrand #x NULL NULL 440.31474103585657 +n stbarought corpbrand #x rugs Home 440.31474103585657 +n stbarought corpbrand #x rugs NULL 440.31474103585657 +n stcallyableoughtought NULL NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 +n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 +n stcallyesepriought NULL NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 +n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 +n steseantiation NULL NULL NULL 445.33196721311475 +n steseantiation univmaxi #x NULL NULL 445.33196721311475 +n steseantiation univmaxi #x pools NULL 445.33196721311475 +n steseantiation univmaxi #x pools Sports 445.33196721311475 +n stn stantioughtought NULL NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 +n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 +n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 +n stprieingationought NULL NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 +n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +oughtbarantiese NULL NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 +oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 +oughtbarprin st NULL NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 +oughtbarprin st edu packscholar #x classical Music 442.0734693877551 +oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 +oughtcallyn stantiought NULL NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 +oughtn stprin st NULL NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtpricallybarought NULL NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 +oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 +priantiationation NULL NULL NULL 441.6707317073171 +priantiationation importoimporto #x NULL NULL 441.6707317073171 +priantiationation importoimporto #x shirts Men 441.6707317073171 +priantiationation importoimporto #x shirts NULL 441.6707317073171 +priationn stn st NULL NULL NULL 439.096 +priationn stn st importoscholar #x NULL NULL 439.096 +priationn stn st importoscholar #x country Music 439.096 +priationn stn st importoscholar #x country NULL 439.096 +pribarpribarought NULL NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out index 254025e34af8..09d1658865f6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out @@ -98,103 +98,103 @@ limit 100 -- !query schema struct -- !query output -antiableableought NULL NULL NULL 444.6460905349794 -antiableableought importoamalgamalg #x NULL NULL 444.6460905349794 -antiableableought importoamalgamalg #x monitors Electronics 444.6460905349794 -antiableableought importoamalgamalg #x monitors NULL 444.6460905349794 -antiablen stcally NULL NULL NULL 436.2570281124498 -antiablen stcally univbrand #x NULL NULL 436.2570281124498 -antiablen stcally univbrand #x jewelry boxes Jewelry 436.2570281124498 -antiablen stcally univbrand #x jewelry boxes NULL 436.2570281124498 -antiableprin st NULL NULL NULL 446.7966804979253 -antiableprin st edu packimporto #x NULL NULL 446.7966804979253 -antiableprin st edu packimporto #x sports-apparel Men 446.7966804979253 -antiableprin st edu packimporto #x sports-apparel NULL 446.7966804979253 -antiantiableeseought NULL NULL NULL 436.5587044534413 -antiantiableeseought exportiexporti #x NULL NULL 436.5587044534413 -antiantiableeseought exportiexporti #x toddlers Children 436.5587044534413 -antiantiableeseought exportiexporti #x toddlers NULL 436.5587044534413 -antin stn stanti NULL NULL NULL 447.3801652892562 -antin stn stanti amalgamalg #x NULL NULL 447.3801652892562 -antin stn stanti amalgamalg #x dresses NULL 447.3801652892562 -antin stn stanti amalgamalg #x dresses Women 447.3801652892562 -antioughtantically NULL NULL NULL 446.96356275303646 -antioughtantically corpnameless #x NULL NULL 446.96356275303646 -antioughtantically corpnameless #x football NULL 446.96356275303646 -antioughtantically corpnameless #x football Sports 446.96356275303646 -antioughtcallyantiought NULL NULL NULL 446.714859437751 -antioughtcallyantiought edu packamalgamalg #x NULL NULL 446.714859437751 -antioughtcallyantiought edu packamalgamalg #x automotive Electronics 446.714859437751 -antioughtcallyantiought edu packamalgamalg #x automotive NULL 446.714859437751 -ationantiableationought NULL NULL NULL 438.133064516129 -ationantiableationought amalgscholar #x NULL NULL 438.133064516129 -ationantiableationought amalgscholar #x rock Music 438.133064516129 -ationantiableationought amalgscholar #x rock NULL 438.133064516129 -ationationpribarought NULL NULL NULL 442.0413223140496 -ationationpribarought scholarmaxi #x NULL NULL 442.0413223140496 -ationationpribarought scholarmaxi #x history Books 442.0413223140496 -ationationpribarought scholarmaxi #x history NULL 442.0413223140496 -ationn steingantiought NULL NULL NULL 446.5860655737705 -ationn steingantiought edu packcorp #x NULL NULL 446.5860655737705 -ationn steingantiought edu packcorp #x bracelets Jewelry 446.5860655737705 -ationn steingantiought edu packcorp #x bracelets NULL 446.5860655737705 -ationpribarought NULL NULL NULL 445.5301204819277 -ationpribarought amalgunivamalg #x NULL NULL 445.5301204819277 -ationpribarought amalgunivamalg #x cameras Electronics 445.5301204819277 -ationpribarought amalgunivamalg #x cameras NULL 445.5301204819277 -n stbarcallyationought NULL NULL NULL 432.05668016194335 -n stbarcallyationought amalgscholar #x NULL NULL 432.05668016194335 -n stbarcallyationought amalgscholar #x rock Music 432.05668016194335 -n stbarcallyationought amalgscholar #x rock NULL 432.05668016194335 -n stcallyesepriought NULL NULL NULL 438.5609756097561 -n stcallyesepriought edu packscholar #x NULL NULL 438.5609756097561 -n stcallyesepriought edu packscholar #x classical Music 438.5609756097561 -n stcallyesepriought edu packscholar #x classical NULL 438.5609756097561 -n stcallyn stationought NULL NULL NULL 436.85258964143424 -n stcallyn stationought exportischolar #x NULL NULL 436.85258964143424 -n stcallyn stationought exportischolar #x pop Music 436.85258964143424 -n stcallyn stationought exportischolar #x pop NULL 436.85258964143424 -n stn stesebarought NULL NULL NULL 445.90763052208837 -n stn stesebarought importoexporti #x NULL NULL 445.90763052208837 -n stn stesebarought importoexporti #x infants Children 445.90763052208837 -n stn stesebarought importoexporti #x infants NULL 445.90763052208837 -n stoughtoughtbarought NULL NULL NULL 443.9625 -n stoughtoughtbarought amalgscholar #x NULL NULL 443.9625 -n stoughtoughtbarought amalgscholar #x rock Music 443.9625 -n stoughtoughtbarought amalgscholar #x rock NULL 443.9625 -n stpribarbarought NULL NULL NULL 446.316 -n stpribarbarought edu packbrand #x NULL NULL 446.316 -n stpribarbarought edu packbrand #x estate Jewelry 446.316 -n stpribarbarought edu packbrand #x estate NULL 446.316 -n stpribarought NULL NULL NULL 442.2154471544715 -n stpribarought edu packexporti #x NULL NULL 442.2154471544715 -n stpribarought edu packexporti #x school-uniforms Children 442.2154471544715 -n stpribarought edu packexporti #x school-uniforms NULL 442.2154471544715 -oughtationpriantiought NULL NULL NULL 445.96385542168673 -oughtationpriantiought exportiedu pack #x NULL NULL 445.96385542168673 -oughtationpriantiought exportiedu pack #x kids NULL 445.96385542168673 -oughtationpriantiought exportiedu pack #x kids Shoes 445.96385542168673 -oughteingoughtn st NULL NULL NULL 441.2685950413223 -oughteingoughtn st importobrand #x NULL NULL 441.2685950413223 -oughteingoughtn st importobrand #x costume Jewelry 441.2685950413223 -oughteingoughtn st importobrand #x costume NULL 441.2685950413223 -priantioughtantiought NULL NULL NULL 446.1795918367347 -priantioughtantiought importomaxi #x NULL NULL 446.1795918367347 -priantioughtantiought importomaxi #x business Books 446.1795918367347 -priantioughtantiought importomaxi #x business NULL 446.1795918367347 -pricallyantiese NULL NULL NULL 442.7408906882591 -pricallyantiese amalgunivamalg #x NULL NULL 442.7408906882591 -pricallyantiese amalgunivamalg #x cameras Electronics 442.7408906882591 -pricallyantiese amalgunivamalg #x cameras NULL 442.7408906882591 -prieingeseantiought NULL NULL NULL 441.76446280991735 -prieingeseantiought amalgunivamalg #x NULL NULL 441.76446280991735 -prieingeseantiought amalgunivamalg #x cooking Books 441.76446280991735 -prieingeseantiought amalgunivamalg #x cooking NULL 441.76446280991735 -prieseoughtable NULL NULL NULL 445.2704918032787 -prieseoughtable exportischolar #x NULL NULL 445.2704918032787 -prieseoughtable exportischolar #x pop Music 445.2704918032787 -prieseoughtable exportischolar #x pop NULL 445.2704918032787 -prioughtanticallyought NULL NULL NULL 445.9596774193548 -prioughtanticallyought importoexporti #x NULL NULL 445.9596774193548 -prioughtanticallyought importoexporti #x infants Children 445.9596774193548 -prioughtanticallyought importoexporti #x infants NULL 445.9596774193548 +antiableableought NULL NULL NULL 444.6460905349794 +antiableableought importoamalgamalg #x NULL NULL 444.6460905349794 +antiableableought importoamalgamalg #x monitors Electronics 444.6460905349794 +antiableableought importoamalgamalg #x monitors NULL 444.6460905349794 +antiablen stcally NULL NULL NULL 436.2570281124498 +antiablen stcally univbrand #x NULL NULL 436.2570281124498 +antiablen stcally univbrand #x jewelry boxes Jewelry 436.2570281124498 +antiablen stcally univbrand #x jewelry boxes NULL 436.2570281124498 +antiableprin st NULL NULL NULL 446.7966804979253 +antiableprin st edu packimporto #x NULL NULL 446.7966804979253 +antiableprin st edu packimporto #x sports-apparel Men 446.7966804979253 +antiableprin st edu packimporto #x sports-apparel NULL 446.7966804979253 +antiantiableeseought NULL NULL NULL 436.5587044534413 +antiantiableeseought exportiexporti #x NULL NULL 436.5587044534413 +antiantiableeseought exportiexporti #x toddlers Children 436.5587044534413 +antiantiableeseought exportiexporti #x toddlers NULL 436.5587044534413 +antin stn stanti NULL NULL NULL 447.3801652892562 +antin stn stanti amalgamalg #x NULL NULL 447.3801652892562 +antin stn stanti amalgamalg #x dresses NULL 447.3801652892562 +antin stn stanti amalgamalg #x dresses Women 447.3801652892562 +antioughtantically NULL NULL NULL 446.96356275303646 +antioughtantically corpnameless #x NULL NULL 446.96356275303646 +antioughtantically corpnameless #x football NULL 446.96356275303646 +antioughtantically corpnameless #x football Sports 446.96356275303646 +antioughtcallyantiought NULL NULL NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x NULL NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x automotive Electronics 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x automotive NULL 446.714859437751 +ationantiableationought NULL NULL NULL 438.133064516129 +ationantiableationought amalgscholar #x NULL NULL 438.133064516129 +ationantiableationought amalgscholar #x rock Music 438.133064516129 +ationantiableationought amalgscholar #x rock NULL 438.133064516129 +ationationpribarought NULL NULL NULL 442.0413223140496 +ationationpribarought scholarmaxi #x NULL NULL 442.0413223140496 +ationationpribarought scholarmaxi #x history Books 442.0413223140496 +ationationpribarought scholarmaxi #x history NULL 442.0413223140496 +ationn steingantiought NULL NULL NULL 446.5860655737705 +ationn steingantiought edu packcorp #x NULL NULL 446.5860655737705 +ationn steingantiought edu packcorp #x bracelets Jewelry 446.5860655737705 +ationn steingantiought edu packcorp #x bracelets NULL 446.5860655737705 +ationpribarought NULL NULL NULL 445.5301204819277 +ationpribarought amalgunivamalg #x NULL NULL 445.5301204819277 +ationpribarought amalgunivamalg #x cameras Electronics 445.5301204819277 +ationpribarought amalgunivamalg #x cameras NULL 445.5301204819277 +n stbarcallyationought NULL NULL NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x NULL NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x rock Music 432.05668016194335 +n stbarcallyationought amalgscholar #x rock NULL 432.05668016194335 +n stcallyesepriought NULL NULL NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x NULL NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x classical Music 438.5609756097561 +n stcallyesepriought edu packscholar #x classical NULL 438.5609756097561 +n stcallyn stationought NULL NULL NULL 436.85258964143424 +n stcallyn stationought exportischolar #x NULL NULL 436.85258964143424 +n stcallyn stationought exportischolar #x pop Music 436.85258964143424 +n stcallyn stationought exportischolar #x pop NULL 436.85258964143424 +n stn stesebarought NULL NULL NULL 445.90763052208837 +n stn stesebarought importoexporti #x NULL NULL 445.90763052208837 +n stn stesebarought importoexporti #x infants Children 445.90763052208837 +n stn stesebarought importoexporti #x infants NULL 445.90763052208837 +n stoughtoughtbarought NULL NULL NULL 443.9625 +n stoughtoughtbarought amalgscholar #x NULL NULL 443.9625 +n stoughtoughtbarought amalgscholar #x rock Music 443.9625 +n stoughtoughtbarought amalgscholar #x rock NULL 443.9625 +n stpribarbarought NULL NULL NULL 446.316 +n stpribarbarought edu packbrand #x NULL NULL 446.316 +n stpribarbarought edu packbrand #x estate Jewelry 446.316 +n stpribarbarought edu packbrand #x estate NULL 446.316 +n stpribarought NULL NULL NULL 442.2154471544715 +n stpribarought edu packexporti #x NULL NULL 442.2154471544715 +n stpribarought edu packexporti #x school-uniforms Children 442.2154471544715 +n stpribarought edu packexporti #x school-uniforms NULL 442.2154471544715 +oughtationpriantiought NULL NULL NULL 445.96385542168673 +oughtationpriantiought exportiedu pack #x NULL NULL 445.96385542168673 +oughtationpriantiought exportiedu pack #x kids NULL 445.96385542168673 +oughtationpriantiought exportiedu pack #x kids Shoes 445.96385542168673 +oughteingoughtn st NULL NULL NULL 441.2685950413223 +oughteingoughtn st importobrand #x NULL NULL 441.2685950413223 +oughteingoughtn st importobrand #x costume Jewelry 441.2685950413223 +oughteingoughtn st importobrand #x costume NULL 441.2685950413223 +priantioughtantiought NULL NULL NULL 446.1795918367347 +priantioughtantiought importomaxi #x NULL NULL 446.1795918367347 +priantioughtantiought importomaxi #x business Books 446.1795918367347 +priantioughtantiought importomaxi #x business NULL 446.1795918367347 +pricallyantiese NULL NULL NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x NULL NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x cameras Electronics 442.7408906882591 +pricallyantiese amalgunivamalg #x cameras NULL 442.7408906882591 +prieingeseantiought NULL NULL NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x NULL NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x cooking Books 441.76446280991735 +prieingeseantiought amalgunivamalg #x cooking NULL 441.76446280991735 +prieseoughtable NULL NULL NULL 445.2704918032787 +prieseoughtable exportischolar #x NULL NULL 445.2704918032787 +prieseoughtable exportischolar #x pop Music 445.2704918032787 +prieseoughtable exportischolar #x pop NULL 445.2704918032787 +prioughtanticallyought NULL NULL NULL 445.9596774193548 +prioughtanticallyought importoexporti #x NULL NULL 445.9596774193548 +prioughtanticallyought importoexporti #x infants Children 445.9596774193548 +prioughtanticallyought importoexporti #x infants NULL 445.9596774193548 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out index d3a4249db661..7ac9f3f63129 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out @@ -74,4 +74,103 @@ limit 100 -- !query schema struct -- !query output -NULL NULL 1 NULL NULL NULL NULL +AAAAAAAAAAACAAAA NULL 1 34.5 130.885000 0.000000 77.175000 +AAAAAAAAAAACAAAA TN 0 34.5 130.885000 0.000000 77.175000 +AAAAAAAAAAAEAAAA NULL 1 36.0 62.585000 0.000000 42.275000 +AAAAAAAAAAAEAAAA TN 0 36.0 62.585000 0.000000 42.275000 +AAAAAAAAAABBAAAA NULL 1 29.0 19.480000 0.000000 0.190000 +AAAAAAAAAABBAAAA TN 0 29.0 19.480000 0.000000 0.190000 +AAAAAAAAAABEAAAA NULL 1 40.0 20.950000 0.000000 2.090000 +AAAAAAAAAABEAAAA TN 0 40.0 20.950000 0.000000 2.090000 +AAAAAAAAAADBAAAA NULL 1 4.0 183.330000 0.000000 130.160000 +AAAAAAAAAADBAAAA TN 0 4.0 183.330000 0.000000 130.160000 +AAAAAAAAAADCAAAA NULL 1 1.0 155.080000 0.000000 105.450000 +AAAAAAAAAADCAAAA TN 0 1.0 155.080000 0.000000 105.450000 +AAAAAAAAAADEAAAA NULL 1 26.5 49.895000 0.000000 24.305000 +AAAAAAAAAADEAAAA TN 0 26.5 49.895000 0.000000 24.305000 +AAAAAAAAAAEBAAAA NULL 1 92.0 83.750000 0.000000 20.930000 +AAAAAAAAAAEBAAAA TN 0 92.0 83.750000 0.000000 20.930000 +AAAAAAAAAAEDAAAA NULL 1 50.5 131.540000 0.000000 57.490000 +AAAAAAAAAAEDAAAA TN 0 50.5 131.540000 0.000000 57.490000 +AAAAAAAAAAFAAAAA NULL 1 53.5 101.820000 384.865000 44.627500 +AAAAAAAAAAFAAAAA TN 0 53.5 101.820000 384.865000 44.627500 +AAAAAAAAAAFDAAAA NULL 1 37.5 86.675000 0.000000 37.200000 +AAAAAAAAAAFDAAAA TN 0 37.5 86.675000 0.000000 37.200000 +AAAAAAAAAAGBAAAA NULL 1 79.0 151.185000 0.000000 113.935000 +AAAAAAAAAAGBAAAA TN 0 79.0 151.185000 0.000000 113.935000 +AAAAAAAAAAGEAAAA NULL 1 56.0 138.950000 0.000000 91.700000 +AAAAAAAAAAGEAAAA TN 0 56.0 138.950000 0.000000 91.700000 +AAAAAAAAAAHAAAAA NULL 1 87.5 97.120000 121.660000 53.090000 +AAAAAAAAAAHAAAAA TN 0 87.5 97.120000 121.660000 53.090000 +AAAAAAAAAAHDAAAA NULL 1 58.0 110.490000 0.000000 88.390000 +AAAAAAAAAAHDAAAA TN 0 58.0 110.490000 0.000000 88.390000 +AAAAAAAAAAIAAAAA NULL 1 73.0 49.380000 0.000000 42.960000 +AAAAAAAAAAIAAAAA TN 0 73.0 49.380000 0.000000 42.960000 +AAAAAAAAAAICAAAA NULL 1 26.0 91.800000 0.000000 61.500000 +AAAAAAAAAAICAAAA TN 0 26.0 91.800000 0.000000 61.500000 +AAAAAAAAAAIDAAAA NULL 1 93.0 4.290000 0.000000 3.640000 +AAAAAAAAAAIDAAAA TN 0 93.0 4.290000 0.000000 3.640000 +AAAAAAAAAAKAAAAA NULL 1 58.0 69.026667 873.530000 43.443333 +AAAAAAAAAAKAAAAA TN 0 58.0 69.026667 873.530000 43.443333 +AAAAAAAAAAKBAAAA NULL 1 7.0 87.580000 64.060000 16.640000 +AAAAAAAAAAKBAAAA TN 0 7.0 87.580000 64.060000 16.640000 +AAAAAAAAAALAAAAA NULL 1 85.0 52.410000 455.530000 16.240000 +AAAAAAAAAALAAAAA TN 0 85.0 52.410000 455.530000 16.240000 +AAAAAAAAAAMCAAAA NULL 1 NULL NULL 0.000000 NULL +AAAAAAAAAAMCAAAA TN 0 NULL NULL 0.000000 NULL +AAAAAAAAAANAAAAA NULL 1 14.0 39.110000 0.000000 16.420000 +AAAAAAAAAANAAAAA TN 0 14.0 39.110000 0.000000 16.420000 +AAAAAAAAAANBAAAA NULL 1 100.0 113.670000 4645.110000 69.330000 +AAAAAAAAAANBAAAA TN 0 100.0 113.670000 4645.110000 69.330000 +AAAAAAAAAANDAAAA NULL 1 23.0 145.580000 0.000000 20.380000 +AAAAAAAAAANDAAAA TN 0 23.0 145.580000 0.000000 20.380000 +AAAAAAAAAAOAAAAA NULL 1 99.0 112.895000 0.000000 39.420000 +AAAAAAAAAAOAAAAA TN 0 99.0 112.895000 0.000000 39.420000 +AAAAAAAAAAOCAAAA NULL 1 55.0 109.290000 0.000000 95.080000 +AAAAAAAAAAOCAAAA TN 0 55.0 109.290000 0.000000 95.080000 +AAAAAAAAAAODAAAA NULL 1 58.0 75.840000 0.000000 31.500000 +AAAAAAAAAAODAAAA TN 0 58.0 75.840000 0.000000 31.500000 +AAAAAAAAAAPBAAAA NULL 1 28.25 101.982500 0.000000 63.460000 +AAAAAAAAAAPBAAAA TN 0 28.25 101.982500 0.000000 63.460000 +AAAAAAAAABAAAAAA NULL 1 61.0 72.010000 0.000000 51.120000 +AAAAAAAAABAAAAAA TN 0 61.0 72.010000 0.000000 51.120000 +AAAAAAAAABADAAAA NULL 1 19.0 14.050000 0.000000 11.575000 +AAAAAAAAABADAAAA TN 0 19.0 14.050000 0.000000 11.575000 +AAAAAAAAABAEAAAA NULL 1 21.0 54.560000 0.000000 24.550000 +AAAAAAAAABAEAAAA TN 0 21.0 54.560000 0.000000 24.550000 +AAAAAAAAABBAAAAA NULL 1 68.5 25.185000 0.000000 8.205000 +AAAAAAAAABBAAAAA TN 0 68.5 25.185000 0.000000 8.205000 +AAAAAAAAABBCAAAA NULL 1 55.0 95.740000 2033.030000 94.780000 +AAAAAAAAABBCAAAA TN 0 55.0 95.740000 2033.030000 94.780000 +AAAAAAAAABBDAAAA NULL 1 12.0 130.580000 0.000000 48.310000 +AAAAAAAAABBDAAAA TN 0 12.0 130.580000 0.000000 48.310000 +AAAAAAAAABCBAAAA NULL 1 85.0 105.040000 569.410000 11.550000 +AAAAAAAAABCBAAAA TN 0 85.0 105.040000 569.410000 11.550000 +AAAAAAAAABCCAAAA NULL 1 60.0 41.765000 0.000000 23.505000 +AAAAAAAAABCCAAAA TN 0 60.0 41.765000 0.000000 23.505000 +AAAAAAAAABDAAAAA NULL 1 13.0 181.940000 808.130000 121.890000 +AAAAAAAAABDAAAAA TN 0 13.0 181.940000 808.130000 121.890000 +AAAAAAAAABDEAAAA NULL 1 1.0 12.700000 0.000000 8.890000 +AAAAAAAAABDEAAAA TN 0 1.0 12.700000 0.000000 8.890000 +AAAAAAAAABEDAAAA NULL 1 40.0 96.256667 655.896667 70.446667 +AAAAAAAAABEDAAAA TN 0 40.0 96.256667 655.896667 70.446667 +AAAAAAAAABFBAAAA NULL 1 6.0 133.730000 0.000000 54.820000 +AAAAAAAAABFBAAAA TN 0 6.0 133.730000 0.000000 54.820000 +AAAAAAAAABGAAAAA NULL 1 69.5 60.370000 2336.335000 32.135000 +AAAAAAAAABGAAAAA TN 0 69.5 60.370000 2336.335000 32.135000 +AAAAAAAAABGEAAAA NULL 1 74.0 48.540000 0.000000 32.030000 +AAAAAAAAABGEAAAA TN 0 74.0 48.540000 0.000000 32.030000 +AAAAAAAAABHCAAAA NULL 1 48.0 100.890000 0.000000 49.660000 +AAAAAAAAABHCAAAA TN 0 48.0 100.890000 0.000000 49.660000 +AAAAAAAAABICAAAA NULL 1 33.0 108.470000 0.000000 94.360000 +AAAAAAAAABICAAAA TN 0 33.0 108.470000 0.000000 94.360000 +AAAAAAAAABJAAAAA NULL 1 73.0 32.330000 0.000000 3.870000 +AAAAAAAAABJAAAAA TN 0 73.0 32.330000 0.000000 3.870000 +AAAAAAAAABJBAAAA NULL 1 76.0 90.610000 176.190000 14.490000 +AAAAAAAAABJBAAAA TN 0 76.0 90.610000 176.190000 14.490000 +AAAAAAAAABKCAAAA NULL 1 58.333333333333336 93.456667 0.000000 35.980000 +AAAAAAAAABKCAAAA TN 0 58.333333333333336 93.456667 0.000000 35.980000 +AAAAAAAAABLBAAAA NULL 1 95.33333333333333 77.573333 566.673333 28.976667 +AAAAAAAAABLBAAAA TN 0 95.33333333333333 77.573333 566.673333 28.976667 +AAAAAAAAABLCAAAA NULL 1 70.0 161.630000 0.000000 82.430000 +NULL NULL 1 50.4370611183355 76.398134 189.691785 38.623488 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out index 0ca7e389d145..8baa299ece8a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out @@ -74,103 +74,103 @@ limit 100 -- !query schema struct -- !query output --0.26589148220819283218 NULL camcorders 0 12 --0.27064424572443175872 NULL archery 0 11 --0.27508678304500224336 Home NULL 0 17 --0.28539122306143442168 NULL semi-precious 0 10 --0.34005050656417290867 NULL dresses 0 9 --0.39744598372518447806 Home lighting 0 16 --0.40245262346372099670 Books mystery 0 17 --0.40366859037486696971 Jewelry diamonds 0 17 --0.40542576815272145614 Jewelry custom 0 16 --0.40793159422928459857 Books science 0 16 +-0.26589148220819283218 NULL camcorders 0 12 +-0.27064424572443175872 NULL archery 0 11 +-0.27508678304500224336 Home NULL 0 17 +-0.28539122306143442168 NULL semi-precious 0 10 +-0.34005050656417290867 NULL dresses 0 9 +-0.39744598372518447806 Home lighting 0 16 +-0.40245262346372099670 Books mystery 0 17 +-0.40366859037486696971 Jewelry diamonds 0 17 +-0.40542576815272145614 Jewelry custom 0 16 +-0.40793159422928459857 Books science 0 16 -0.40836402008000000000 NULL NULL 1 11 --0.41124201443701810288 NULL glassware 0 8 --0.41212458162913484759 NULL womens 0 7 --0.41251547672854467533 Jewelry mens watch 0 15 --0.41260353474281855969 Jewelry jewelry boxes 0 14 --0.41310850453072551485 Books reference 0 15 +-0.41124201443701810288 NULL glassware 0 8 +-0.41212458162913484759 NULL womens 0 7 +-0.41251547672854467533 Jewelry mens watch 0 15 +-0.41260353474281855969 Jewelry jewelry boxes 0 14 +-0.41310850453072551485 Books reference 0 15 -0.41495404146284130562 NULL NULL 0 6 --0.41613781444454454986 Home bathroom 0 15 --0.41679680505477792423 Home furniture 0 14 --0.41751153877909731108 Jewelry costume 0 13 --0.41789640560157945271 Electronics memory 0 16 --0.41960622296567551769 Home mattresses 0 13 --0.42115697861057938103 NULL scanners 0 5 --0.42129274488855599877 Home flatware 0 12 --0.42138982555517437187 Books travel 0 14 --0.42207950104662553973 Jewelry earings 0 12 --0.42360559890474258839 Men shirts 0 4 --0.42522226098880617297 Books fiction 0 13 --0.42695086400137496396 Books sports 0 12 --0.42748482637369844882 Electronics cameras 0 15 --0.42776698070726368847 Books history 0 11 --0.42779157418952820742 Electronics televisions 0 14 --0.42839677731000000000 Music NULL 1 10 --0.42883926079000000000 Jewelry NULL 1 9 --0.42933247849990414591 Books cooking 0 10 --0.42956478115982797323 Electronics dvd/vcr players 0 13 --0.42960552582644072429 Home glassware 0 11 --0.42973592140259967603 Jewelry pendants 0 11 --0.43006222255725822329 Electronics disk drives 0 12 --0.43075457486338446118 Jewelry estate 0 10 --0.43153443572803164724 Children school-uniforms 0 5 --0.43278560834000000000 Women NULL 1 8 --0.43281415543000000000 Books NULL 1 7 --0.43340689540104111843 Jewelry rings 0 9 --0.43351068602360130689 Books business 0 9 --0.43393697805000000000 Men NULL 1 6 --0.43452651037695847067 Jewelry loose stones 0 8 +-0.41613781444454454986 Home bathroom 0 15 +-0.41679680505477792423 Home furniture 0 14 +-0.41751153877909731108 Jewelry costume 0 13 +-0.41789640560157945271 Electronics memory 0 16 +-0.41960622296567551769 Home mattresses 0 13 +-0.42115697861057938103 NULL scanners 0 5 +-0.42129274488855599877 Home flatware 0 12 +-0.42138982555517437187 Books travel 0 14 +-0.42207950104662553973 Jewelry earings 0 12 +-0.42360559890474258839 Men shirts 0 4 +-0.42522226098880617297 Books fiction 0 13 +-0.42695086400137496396 Books sports 0 12 +-0.42748482637369844882 Electronics cameras 0 15 +-0.42776698070726368847 Books history 0 11 +-0.42779157418952820742 Electronics televisions 0 14 +-0.42839677731000000000 Music NULL 1 10 +-0.42883926079000000000 Jewelry NULL 1 9 +-0.42933247849990414591 Books cooking 0 10 +-0.42956478115982797323 Electronics dvd/vcr players 0 13 +-0.42960552582644072429 Home glassware 0 11 +-0.42973592140259967603 Jewelry pendants 0 11 +-0.43006222255725822329 Electronics disk drives 0 12 +-0.43075457486338446118 Jewelry estate 0 10 +-0.43153443572803164724 Children school-uniforms 0 5 +-0.43278560834000000000 Women NULL 1 8 +-0.43281415543000000000 Books NULL 1 7 +-0.43340689540104111843 Jewelry rings 0 9 +-0.43351068602360130689 Books business 0 9 +-0.43393697805000000000 Men NULL 1 6 +-0.43452651037695847067 Jewelry loose stones 0 8 -0.43462724506000000000 NULL NULL 2 1 --0.43463136229782141649 Jewelry birdal 0 7 --0.43478698929000000000 Shoes NULL 1 5 --0.43513489630000000000 Sports NULL 1 4 --0.43537480144000000000 Home NULL 1 3 --0.43563339425082642263 Electronics monitors 0 11 --0.43569052857862351541 Jewelry bracelets 0 6 --0.43591436770437870970 Men pants 0 3 --0.43617080023918784688 Books entertainments 0 8 --0.43673314302002928611 Home accent 0 10 --0.43752822100984156811 Jewelry NULL 0 5 --0.43771696562800042599 Books computers 0 7 --0.43790091133376661791 Men accessories 0 2 --0.43895803630934707802 Jewelry semi-precious 0 4 --0.43905844421000000000 Children NULL 1 2 --0.43938912464753373228 Children newborn 0 4 --0.43981106600973008332 Books arts 0 6 --0.44027000033489061489 Home curtains/drapes 0 9 --0.44073645117906210945 Men sports-apparel 0 1 --0.44116627613556820101 Children toddlers 0 3 --0.44195666541862319401 Home decor 0 8 --0.44226642074734303189 Jewelry womens watch 0 3 --0.44243449730184029928 Electronics stereo 0 10 --0.44290016028385165797 Home kids 0 7 --0.44395496111990127625 Children infants 0 2 --0.44442920947055918169 Home paint 0 6 --0.44475849078129724089 Electronics camcorders 0 9 --0.44572554799000000000 Electronics NULL 1 1 --0.44658684174291725928 Electronics karoke 0 8 --0.45000581608953359374 Home bedding 0 5 --0.45059679325892113822 Electronics personal 0 7 --0.45080477272002672886 Home tables 0 4 --0.45242850294146098803 Books home repair 0 5 --0.45292311445740197686 Jewelry gold 0 2 --0.45309723975037373700 Books parenting 0 4 --0.45361415486337503032 Books romance 0 3 --0.45390886610438835872 Home blinds/shades 0 3 --0.45766868256713105910 Electronics automotive 0 6 --0.45812351000722227211 Home rugs 0 2 --0.45820671158324357422 Home wallpaper 0 1 --0.45905963240510827926 Books self-help 0 2 --0.45928545493036909637 Electronics portable 0 5 --0.45964361686942834850 Electronics audio 0 4 --0.46881366722199291834 Electronics musical 0 3 --0.47476243999949568098 Electronics wireless 0 2 --0.48111115518133356447 Electronics scanners 0 1 --0.48202255658119515719 Jewelry consignment 0 1 --0.49313849125801216327 Books NULL 0 1 --0.49701734380944367559 NULL flatware 0 4 --0.51634800723316361608 NULL sports-apparel 0 3 --0.51972874082540593735 Children NULL 0 1 --0.52477558789270398353 NULL pants 0 2 --0.57506229781958116689 NULL swimwear 0 1 +-0.43463136229782141649 Jewelry birdal 0 7 +-0.43478698929000000000 Shoes NULL 1 5 +-0.43513489630000000000 Sports NULL 1 4 +-0.43537480144000000000 Home NULL 1 3 +-0.43563339425082642263 Electronics monitors 0 11 +-0.43569052857862351541 Jewelry bracelets 0 6 +-0.43591436770437870970 Men pants 0 3 +-0.43617080023918784688 Books entertainments 0 8 +-0.43673314302002928611 Home accent 0 10 +-0.43752822100984156811 Jewelry NULL 0 5 +-0.43771696562800042599 Books computers 0 7 +-0.43790091133376661791 Men accessories 0 2 +-0.43895803630934707802 Jewelry semi-precious 0 4 +-0.43905844421000000000 Children NULL 1 2 +-0.43938912464753373228 Children newborn 0 4 +-0.43981106600973008332 Books arts 0 6 +-0.44027000033489061489 Home curtains/drapes 0 9 +-0.44073645117906210945 Men sports-apparel 0 1 +-0.44116627613556820101 Children toddlers 0 3 +-0.44195666541862319401 Home decor 0 8 +-0.44226642074734303189 Jewelry womens watch 0 3 +-0.44243449730184029928 Electronics stereo 0 10 +-0.44290016028385165797 Home kids 0 7 +-0.44395496111990127625 Children infants 0 2 +-0.44442920947055918169 Home paint 0 6 +-0.44475849078129724089 Electronics camcorders 0 9 +-0.44572554799000000000 Electronics NULL 1 1 +-0.44658684174291725928 Electronics karoke 0 8 +-0.45000581608953359374 Home bedding 0 5 +-0.45059679325892113822 Electronics personal 0 7 +-0.45080477272002672886 Home tables 0 4 +-0.45242850294146098803 Books home repair 0 5 +-0.45292311445740197686 Jewelry gold 0 2 +-0.45309723975037373700 Books parenting 0 4 +-0.45361415486337503032 Books romance 0 3 +-0.45390886610438835872 Home blinds/shades 0 3 +-0.45766868256713105910 Electronics automotive 0 6 +-0.45812351000722227211 Home rugs 0 2 +-0.45820671158324357422 Home wallpaper 0 1 +-0.45905963240510827926 Books self-help 0 2 +-0.45928545493036909637 Electronics portable 0 5 +-0.45964361686942834850 Electronics audio 0 4 +-0.46881366722199291834 Electronics musical 0 3 +-0.47476243999949568098 Electronics wireless 0 2 +-0.48111115518133356447 Electronics scanners 0 1 +-0.48202255658119515719 Jewelry consignment 0 1 +-0.49313849125801216327 Books NULL 0 1 +-0.49701734380944367559 NULL flatware 0 4 +-0.51634800723316361608 NULL sports-apparel 0 3 +-0.51972874082540593735 Children NULL 0 1 +-0.52477558789270398353 NULL pants 0 2 +-0.57506229781958116689 NULL swimwear 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out index 7ada786dcc19..80d86242e4b6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out @@ -68,103 +68,103 @@ LIMIT 100 -- !query schema struct -- !query output -Children 1999 2 4650.438333 1734.45 2341.19 2720.78 -Children 1999 2 4955.241667 2326.67 2746.99 3097.63 -Children 1999 2 5109.654167 2550.30 4039.10 2685.10 -Children 1999 2 5238.357500 2462.96 3808.48 3221.70 -Children 1999 3 5185.898333 2019.69 3479.21 2982.05 -Children 1999 4 4955.241667 2395.57 3097.63 2230.80 -Children 1999 4 5109.654167 2574.12 2685.10 2672.73 -Children 1999 4 5238.357500 2232.03 3221.70 3649.52 -Children 1999 4 5280.662500 2625.99 3301.62 4331.44 -Children 1999 5 4586.298333 1982.77 2837.74 2643.58 -Children 1999 5 4955.241667 2230.80 2395.57 3003.89 -Children 1999 5 5018.279167 2458.03 3467.53 2683.61 -Children 1999 7 4566.775833 1879.57 3400.62 6244.92 -Children 1999 7 4586.298333 1814.46 2643.58 6423.18 -Children 1999 7 5109.654167 2410.24 2916.46 6558.23 -Children 1999 7 5280.662500 2324.79 3003.61 5961.39 -Men 1999 2 4909.460833 2116.43 3187.20 3356.64 -Men 1999 2 5045.758333 2253.70 4158.86 3467.09 -Men 1999 2 5194.818333 2333.43 2765.75 2674.91 -Men 1999 2 5501.180833 2683.70 4304.21 2453.88 -Men 1999 2 5632.736667 2916.43 3847.05 3202.87 -Men 1999 3 4979.361667 2201.00 3110.55 3118.30 -Men 1999 3 4989.301667 2318.98 2618.89 3315.77 -Men 1999 3 5410.916667 2672.68 3591.65 2988.08 -Men 1999 3 5492.817500 2070.65 3307.78 2784.11 -Men 1999 3 5501.180833 2453.88 2683.70 2615.32 -Men 1999 4 4909.460833 2136.23 3356.64 3046.51 -Men 1999 4 5170.369167 2407.58 3086.77 2492.73 -Men 1999 4 5176.257500 2424.94 4285.78 3286.20 -Men 1999 4 5492.817500 2784.11 2070.65 3210.74 -Men 1999 4 5501.180833 2615.32 2453.88 2874.96 -Men 1999 4 5632.736667 2901.64 3202.87 3447.78 -Men 1999 5 5074.076667 2356.88 2833.40 2854.62 -Men 1999 5 5170.369167 2492.73 2407.58 3288.94 -Men 1999 5 5410.916667 2677.81 2988.08 2881.34 -Men 1999 5 5501.180833 2874.96 2615.32 3714.00 -Men 1999 6 4764.596667 2150.16 3284.27 3475.17 -Men 1999 6 4989.301667 2357.82 3363.58 3142.81 -Men 1999 6 5045.758333 2152.15 2834.94 2667.92 -Men 1999 6 5492.817500 2691.33 3210.74 3754.33 -Men 1999 7 5176.257500 1993.73 3542.54 5764.35 -Music 1999 1 5335.908333 2796.97 13360.68 3413.22 -Music 1999 2 4565.600000 1727.16 3895.09 2606.58 -Music 1999 2 4962.650000 2284.23 3250.69 3210.01 -Music 1999 2 5090.105000 2550.48 3702.29 2966.36 -Music 1999 2 5134.238333 1740.21 4401.89 2721.61 -Music 1999 2 5318.146667 2656.31 3419.77 2989.10 -Music 1999 2 5463.700833 2268.27 4139.47 3391.39 -Music 1999 2 5484.789167 2903.45 3410.13 3024.86 -Music 1999 2 5622.227500 2657.68 4207.03 3543.82 -Music 1999 3 4004.448333 1456.84 2438.63 2790.03 -Music 1999 3 4934.504167 2322.89 3197.76 2280.93 -Music 1999 3 5539.308333 2973.01 3069.18 3862.34 -Music 1999 4 4934.504167 2280.93 2322.89 2421.13 -Music 1999 4 4962.650000 2283.77 3210.01 2539.84 -Music 1999 4 5079.182500 2520.64 3233.50 3079.89 -Music 1999 4 5090.105000 2488.24 2966.36 2281.80 -Music 1999 4 5318.146667 2651.96 2989.10 3649.76 -Music 1999 4 5463.700833 2091.07 3391.39 3095.31 -Music 1999 5 5090.105000 2281.80 2488.24 3304.75 -Music 1999 5 5539.308333 2704.16 3862.34 3960.90 -Music 1999 5 5552.305000 2985.49 3241.69 4081.99 -Music 1999 6 5622.227500 2943.26 3643.42 3847.77 -Music 1999 7 5318.146667 2346.06 3483.88 7658.62 -Music 1999 7 5335.908333 2684.15 3543.33 7540.94 -Music 1999 7 5552.305000 2226.34 4081.99 7573.33 -Shoes 1999 2 4698.612500 2058.86 3191.74 2812.15 -Shoes 1999 2 4755.535833 1951.00 3949.06 2767.05 -Shoes 1999 2 4940.227500 2239.16 3495.29 2563.93 -Shoes 1999 2 5296.089167 2685.85 4235.44 2410.44 -Shoes 1999 3 4676.749167 2060.29 3273.67 2610.86 -Shoes 1999 3 4794.679167 2225.70 2756.97 2413.76 -Shoes 1999 3 4865.288333 2151.76 3212.91 3768.25 -Shoes 1999 3 4873.510833 2300.45 2797.30 2302.76 -Shoes 1999 3 5296.089167 2410.44 2685.85 3821.39 -Shoes 1999 4 4537.635833 1623.33 2928.34 1905.23 -Shoes 1999 4 4690.577500 1855.85 3524.69 3050.34 -Shoes 1999 4 4873.510833 2302.76 2300.45 2170.98 -Shoes 1999 5 4537.635833 1905.23 1623.33 3170.58 -Shoes 1999 5 4664.861667 2122.71 3131.02 2852.96 -Shoes 1999 5 4698.612500 1703.27 2687.15 2757.83 -Shoes 1999 5 4745.295833 2109.27 3203.82 2737.82 -Shoes 1999 5 4873.510833 2170.98 2302.76 3236.50 -Shoes 1999 5 4940.227500 2187.55 2894.91 3018.65 -Shoes 1999 6 4805.401667 2149.56 2686.70 3098.25 -Shoes 1999 6 5152.095833 2077.67 3123.43 2368.73 -Shoes 1999 7 4392.186667 1630.14 2755.91 6185.73 -Shoes 1999 7 4700.911667 2100.12 2533.01 5888.57 -Shoes 1999 7 4706.544167 2143.18 2458.07 5967.73 -Shoes 1999 7 4873.510833 2256.56 3236.50 6245.37 -Shoes 1999 7 5152.095833 2368.73 2077.67 7543.60 -Shoes 1999 7 5296.089167 2591.12 3012.98 6254.36 -Women 1999 1 4619.707500 2065.94 9639.59 2521.70 -Women 1999 2 4123.600833 1306.40 2876.61 2238.71 -Women 1999 2 4507.417500 1951.42 4166.02 2865.38 -Women 1999 3 4437.210833 1895.27 2678.48 2999.04 -Women 1999 4 4507.417500 1596.92 2865.38 2665.75 -Women 1999 6 4507.240000 1761.81 2891.95 2302.21 -Women 1999 7 4574.742500 1881.03 2345.66 6036.28 -Women 1999 7 4619.707500 1926.67 3528.98 5162.15 +Children 1999 2 4650.438333 1734.45 2341.19 2720.78 +Children 1999 2 4955.241667 2326.67 2746.99 3097.63 +Children 1999 2 5109.654167 2550.30 4039.10 2685.10 +Children 1999 2 5238.357500 2462.96 3808.48 3221.70 +Children 1999 3 5185.898333 2019.69 3479.21 2982.05 +Children 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children 1999 4 5109.654167 2574.12 2685.10 2672.73 +Children 1999 4 5238.357500 2232.03 3221.70 3649.52 +Children 1999 4 5280.662500 2625.99 3301.62 4331.44 +Children 1999 5 4586.298333 1982.77 2837.74 2643.58 +Children 1999 5 4955.241667 2230.80 2395.57 3003.89 +Children 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children 1999 7 4566.775833 1879.57 3400.62 6244.92 +Children 1999 7 4586.298333 1814.46 2643.58 6423.18 +Children 1999 7 5109.654167 2410.24 2916.46 6558.23 +Children 1999 7 5280.662500 2324.79 3003.61 5961.39 +Men 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men 1999 2 5045.758333 2253.70 4158.86 3467.09 +Men 1999 2 5194.818333 2333.43 2765.75 2674.91 +Men 1999 2 5501.180833 2683.70 4304.21 2453.88 +Men 1999 2 5632.736667 2916.43 3847.05 3202.87 +Men 1999 3 4979.361667 2201.00 3110.55 3118.30 +Men 1999 3 4989.301667 2318.98 2618.89 3315.77 +Men 1999 3 5410.916667 2672.68 3591.65 2988.08 +Men 1999 3 5492.817500 2070.65 3307.78 2784.11 +Men 1999 3 5501.180833 2453.88 2683.70 2615.32 +Men 1999 4 4909.460833 2136.23 3356.64 3046.51 +Men 1999 4 5170.369167 2407.58 3086.77 2492.73 +Men 1999 4 5176.257500 2424.94 4285.78 3286.20 +Men 1999 4 5492.817500 2784.11 2070.65 3210.74 +Men 1999 4 5501.180833 2615.32 2453.88 2874.96 +Men 1999 4 5632.736667 2901.64 3202.87 3447.78 +Men 1999 5 5074.076667 2356.88 2833.40 2854.62 +Men 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men 1999 5 5410.916667 2677.81 2988.08 2881.34 +Men 1999 5 5501.180833 2874.96 2615.32 3714.00 +Men 1999 6 4764.596667 2150.16 3284.27 3475.17 +Men 1999 6 4989.301667 2357.82 3363.58 3142.81 +Men 1999 6 5045.758333 2152.15 2834.94 2667.92 +Men 1999 6 5492.817500 2691.33 3210.74 3754.33 +Men 1999 7 5176.257500 1993.73 3542.54 5764.35 +Music 1999 1 5335.908333 2796.97 13360.68 3413.22 +Music 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music 1999 2 4962.650000 2284.23 3250.69 3210.01 +Music 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music 1999 2 5318.146667 2656.31 3419.77 2989.10 +Music 1999 2 5463.700833 2268.27 4139.47 3391.39 +Music 1999 2 5484.789167 2903.45 3410.13 3024.86 +Music 1999 2 5622.227500 2657.68 4207.03 3543.82 +Music 1999 3 4004.448333 1456.84 2438.63 2790.03 +Music 1999 3 4934.504167 2322.89 3197.76 2280.93 +Music 1999 3 5539.308333 2973.01 3069.18 3862.34 +Music 1999 4 4934.504167 2280.93 2322.89 2421.13 +Music 1999 4 4962.650000 2283.77 3210.01 2539.84 +Music 1999 4 5079.182500 2520.64 3233.50 3079.89 +Music 1999 4 5090.105000 2488.24 2966.36 2281.80 +Music 1999 4 5318.146667 2651.96 2989.10 3649.76 +Music 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music 1999 5 5090.105000 2281.80 2488.24 3304.75 +Music 1999 5 5539.308333 2704.16 3862.34 3960.90 +Music 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music 1999 6 5622.227500 2943.26 3643.42 3847.77 +Music 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music 1999 7 5335.908333 2684.15 3543.33 7540.94 +Music 1999 7 5552.305000 2226.34 4081.99 7573.33 +Shoes 1999 2 4698.612500 2058.86 3191.74 2812.15 +Shoes 1999 2 4755.535833 1951.00 3949.06 2767.05 +Shoes 1999 2 4940.227500 2239.16 3495.29 2563.93 +Shoes 1999 2 5296.089167 2685.85 4235.44 2410.44 +Shoes 1999 3 4676.749167 2060.29 3273.67 2610.86 +Shoes 1999 3 4794.679167 2225.70 2756.97 2413.76 +Shoes 1999 3 4865.288333 2151.76 3212.91 3768.25 +Shoes 1999 3 4873.510833 2300.45 2797.30 2302.76 +Shoes 1999 3 5296.089167 2410.44 2685.85 3821.39 +Shoes 1999 4 4537.635833 1623.33 2928.34 1905.23 +Shoes 1999 4 4690.577500 1855.85 3524.69 3050.34 +Shoes 1999 4 4873.510833 2302.76 2300.45 2170.98 +Shoes 1999 5 4537.635833 1905.23 1623.33 3170.58 +Shoes 1999 5 4664.861667 2122.71 3131.02 2852.96 +Shoes 1999 5 4698.612500 1703.27 2687.15 2757.83 +Shoes 1999 5 4745.295833 2109.27 3203.82 2737.82 +Shoes 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes 1999 5 4940.227500 2187.55 2894.91 3018.65 +Shoes 1999 6 4805.401667 2149.56 2686.70 3098.25 +Shoes 1999 6 5152.095833 2077.67 3123.43 2368.73 +Shoes 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes 1999 7 4700.911667 2100.12 2533.01 5888.57 +Shoes 1999 7 4706.544167 2143.18 2458.07 5967.73 +Shoes 1999 7 4873.510833 2256.56 3236.50 6245.37 +Shoes 1999 7 5152.095833 2368.73 2077.67 7543.60 +Shoes 1999 7 5296.089167 2591.12 3012.98 6254.36 +Women 1999 1 4619.707500 2065.94 9639.59 2521.70 +Women 1999 2 4123.600833 1306.40 2876.61 2238.71 +Women 1999 2 4507.417500 1951.42 4166.02 2865.38 +Women 1999 3 4437.210833 1895.27 2678.48 2999.04 +Women 1999 4 4507.417500 1596.92 2865.38 2665.75 +Women 1999 6 4507.240000 1761.81 2891.95 2302.21 +Women 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women 1999 7 4619.707500 1926.67 3528.98 5162.15 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out index bfcdb695f149..01e588f3fd74 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out @@ -61,103 +61,103 @@ LIMIT 100 -- !query schema struct -- !query output -Children amalgexporti #x 1999 2 6557.577500 2975.00 3418.40 5079.56 -Children amalgexporti #x 1999 4 6518.750833 2587.68 4177.93 3342.60 -Children amalgexporti #x 1999 7 6518.750833 2430.77 3203.23 7867.12 -Children edu packexporti #x 1999 3 6100.643333 2633.95 3676.43 3130.51 -Children exportiexporti #x 1999 1 7530.375000 3645.95 13367.51 3960.74 -Children exportiexporti #x 1999 2 7245.285000 3876.83 4799.92 3350.65 -Children exportiexporti #x 1999 2 7530.375000 3960.74 3645.95 3586.50 -Children exportiexporti #x 1999 3 7245.285000 3350.65 3876.83 5869.66 -Children exportiexporti #x 1999 3 7530.375000 3586.50 3960.74 3916.86 -Children exportiexporti #x 1999 3 7698.340833 3883.01 4723.97 4590.03 -Children exportiexporti #x 1999 4 7530.375000 3916.86 3586.50 4747.06 -Children exportiexporti #x 1999 6 7530.375000 4104.53 4747.06 4586.73 -Children exportiexporti #x 1999 7 7698.340833 3714.25 4686.40 9752.38 -Children importoexporti #x 1999 1 6832.821667 3330.21 13097.88 3496.46 -Children importoexporti #x 1999 2 6809.595833 3200.10 4421.85 5318.02 -Children importoexporti #x 1999 3 6690.091667 3310.89 3486.35 5014.28 -Children importoexporti #x 1999 4 6809.595833 2648.85 5318.02 4111.73 -Children importoexporti #x 1999 5 6832.821667 2687.17 3971.76 4235.84 -Children importoexporti #x 1999 7 6690.091667 2827.63 3965.68 7733.16 -Men amalgimporto #x 1999 1 6611.335833 3066.19 11053.20 3203.24 -Men amalgimporto #x 1999 1 6713.820000 3268.58 13596.45 4098.03 -Men amalgimporto #x 1999 2 6611.335833 3203.24 3066.19 4613.61 -Men amalgimporto #x 1999 2 7082.129167 3392.25 4549.47 3653.84 -Men amalgimporto #x 1999 3 7082.129167 3653.84 3392.25 3450.11 -Men amalgimporto #x 1999 4 6611.335833 3262.24 4613.61 4531.38 -Men amalgimporto #x 1999 4 7082.129167 3450.11 3653.84 5965.16 -Men amalgimporto #x 1999 7 7082.129167 3075.18 5231.88 8953.66 -Men edu packimporto #x 1999 1 7852.627500 4318.23 16397.10 4465.92 -Men edu packimporto #x 1999 1 7912.537500 4082.68 14333.30 4383.51 -Men edu packimporto #x 1999 2 7659.241667 4246.37 4489.63 4759.01 -Men edu packimporto #x 1999 2 7852.627500 4465.92 4318.23 3737.23 -Men edu packimporto #x 1999 2 7912.537500 4383.51 4082.68 4954.05 -Men edu packimporto #x 1999 3 7852.627500 3737.23 4465.92 3831.92 -Men edu packimporto #x 1999 4 7659.241667 3227.88 4759.01 4664.83 -Men edu packimporto #x 1999 4 7852.627500 3831.92 3737.23 4353.90 -Men edu packimporto #x 1999 4 7912.537500 4144.67 4954.05 5070.06 -Men edu packimporto #x 1999 5 7852.627500 4353.90 3831.92 5689.03 -Men edu packimporto #x 1999 7 7659.241667 3327.90 4566.86 11656.06 -Men exportiimporto #x 1999 5 5797.382500 2330.52 2965.11 2842.02 -Men importoimporto #x 1999 1 7357.060833 3356.15 11222.19 3770.17 -Men importoimporto #x 1999 2 7357.060833 3770.17 3356.15 5114.32 -Men importoimporto #x 1999 2 7530.997500 3406.53 5839.59 6125.77 -Men importoimporto #x 1999 2 7640.491667 4270.44 4931.98 4291.30 -Men importoimporto #x 1999 3 7640.491667 4291.30 4270.44 3534.12 -Men importoimporto #x 1999 4 7530.997500 4062.17 6125.77 4715.58 -Men importoimporto #x 1999 4 7640.491667 3534.12 4291.30 3327.30 -Men importoimporto #x 1999 5 7640.491667 3327.30 3534.12 5530.63 -Men importoimporto #x 1999 7 7530.997500 3913.80 4405.46 7859.96 -Music amalgscholar #x 1999 1 6659.493333 2291.60 14178.45 4267.08 -Music amalgscholar #x 1999 1 6876.880833 3406.89 13714.11 3536.29 -Music amalgscholar #x 1999 3 6876.880833 3190.36 3536.29 4637.07 -Music amalgscholar #x 1999 4 6926.060833 3165.20 4688.23 4286.05 -Music amalgscholar #x 1999 5 6876.880833 2816.26 4637.07 3528.80 -Music amalgscholar #x 1999 6 6876.880833 3528.80 2816.26 4750.85 -Music amalgscholar #x 1999 7 6659.493333 3031.62 4214.81 9493.69 -Music edu packscholar #x 1999 1 8078.690000 3934.06 17002.72 4244.46 -Music edu packscholar #x 1999 1 8223.719167 3965.88 14493.32 4943.68 -Music edu packscholar #x 1999 2 7966.579167 4384.51 5279.09 4269.89 -Music edu packscholar #x 1999 2 8078.690000 4244.46 3934.06 4448.50 -Music edu packscholar #x 1999 3 7966.579167 4269.89 4384.51 4452.73 -Music edu packscholar #x 1999 3 8078.690000 4448.50 4244.46 5184.39 -Music edu packscholar #x 1999 4 7966.579167 4452.73 4269.89 5476.13 -Music edu packscholar #x 1999 4 8223.719167 4091.54 5753.94 4797.32 -Music edu packscholar #x 1999 5 8078.690000 4148.83 5184.39 5483.81 -Music edu packscholar #x 1999 5 8223.719167 4797.32 4091.54 5028.71 -Music edu packscholar #x 1999 7 7966.579167 3944.74 5030.35 10791.61 -Music exportischolar #x 1999 1 7047.803333 3237.56 15805.49 4308.87 -Music exportischolar #x 1999 1 7243.994167 3662.97 14285.88 3430.04 -Music exportischolar #x 1999 2 7243.994167 3430.04 3662.97 3617.09 -Music exportischolar #x 1999 2 7593.929167 3821.24 4748.20 4271.45 -Music exportischolar #x 1999 3 7047.803333 2832.46 4308.87 3265.21 -Music exportischolar #x 1999 3 7243.994167 3617.09 3430.04 3871.67 -Music exportischolar #x 1999 4 7047.803333 3265.21 2832.46 3885.17 -Music exportischolar #x 1999 4 7243.994167 3871.67 3617.09 4628.08 -Music exportischolar #x 1999 4 7593.929167 4121.47 4271.45 5234.85 -Music exportischolar #x 1999 6 7047.803333 3667.60 3885.17 5088.70 -Shoes amalgedu pack #x 1999 3 6642.085833 2928.82 3648.57 3892.32 -Shoes amalgedu pack #x 1999 4 6829.956667 3417.69 3722.75 4120.60 -Shoes amalgedu pack #x 1999 6 6829.956667 3178.20 4120.60 5910.98 -Shoes amalgedu pack #x 1999 7 6904.689167 2902.26 4942.02 8793.71 -Shoes edu packedu pack #x 1999 2 6421.792500 2394.57 3149.35 4472.43 -Shoes edu packedu pack #x 1999 3 6578.785833 3166.49 4213.93 4376.74 -Shoes edu packedu pack #x 1999 5 6583.305000 2474.01 3684.23 4335.58 -Shoes exportiedu pack #x 1999 2 6885.320833 3013.95 4139.82 4328.03 -Shoes exportiedu pack #x 1999 4 7045.164167 3509.17 5252.01 3987.99 -Shoes exportiedu pack #x 1999 7 7045.164167 3684.37 4372.20 8403.23 -Shoes importoedu pack #x 1999 3 6959.934167 2951.09 4142.26 3271.07 -Shoes importoedu pack #x 1999 3 7101.780000 2518.33 5264.86 3066.29 -Shoes importoedu pack #x 1999 4 6959.934167 3271.07 2951.09 4231.88 -Shoes importoedu pack #x 1999 4 7101.780000 3066.29 2518.33 5005.85 -Women amalgamalg #x 1999 2 7116.328333 2872.43 4945.20 2974.14 -Women amalgamalg #x 1999 3 7116.328333 2974.14 2872.43 4329.06 -Women edu packamalg #x 1999 3 6061.210833 2674.89 3376.95 2522.22 -Women edu packamalg #x 1999 4 6061.210833 2522.22 2674.89 3975.90 -Women edu packamalg #x 1999 4 6608.485833 2976.95 3489.35 3812.22 -Women exportiamalg #x 1999 2 6013.088333 2536.08 3406.41 3718.65 -Women exportiamalg #x 1999 3 6171.544167 2760.78 3853.84 3125.47 -Women exportiamalg #x 1999 4 6031.042500 2588.60 3554.29 3915.46 -Women importoamalg #x 1999 1 6479.298333 2804.94 13543.31 3515.21 -Women importoamalg #x 1999 4 6352.682500 2928.62 3718.55 3387.14 +Children amalgexporti #x 1999 2 6557.577500 2975.00 3418.40 5079.56 +Children amalgexporti #x 1999 4 6518.750833 2587.68 4177.93 3342.60 +Children amalgexporti #x 1999 7 6518.750833 2430.77 3203.23 7867.12 +Children edu packexporti #x 1999 3 6100.643333 2633.95 3676.43 3130.51 +Children exportiexporti #x 1999 1 7530.375000 3645.95 13367.51 3960.74 +Children exportiexporti #x 1999 2 7245.285000 3876.83 4799.92 3350.65 +Children exportiexporti #x 1999 2 7530.375000 3960.74 3645.95 3586.50 +Children exportiexporti #x 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children exportiexporti #x 1999 3 7698.340833 3883.01 4723.97 4590.03 +Children exportiexporti #x 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children exportiexporti #x 1999 6 7530.375000 4104.53 4747.06 4586.73 +Children exportiexporti #x 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children importoexporti #x 1999 1 6832.821667 3330.21 13097.88 3496.46 +Children importoexporti #x 1999 2 6809.595833 3200.10 4421.85 5318.02 +Children importoexporti #x 1999 3 6690.091667 3310.89 3486.35 5014.28 +Children importoexporti #x 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x 1999 5 6832.821667 2687.17 3971.76 4235.84 +Children importoexporti #x 1999 7 6690.091667 2827.63 3965.68 7733.16 +Men amalgimporto #x 1999 1 6611.335833 3066.19 11053.20 3203.24 +Men amalgimporto #x 1999 1 6713.820000 3268.58 13596.45 4098.03 +Men amalgimporto #x 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men amalgimporto #x 1999 2 7082.129167 3392.25 4549.47 3653.84 +Men amalgimporto #x 1999 3 7082.129167 3653.84 3392.25 3450.11 +Men amalgimporto #x 1999 4 6611.335833 3262.24 4613.61 4531.38 +Men amalgimporto #x 1999 4 7082.129167 3450.11 3653.84 5965.16 +Men amalgimporto #x 1999 7 7082.129167 3075.18 5231.88 8953.66 +Men edu packimporto #x 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x 1999 1 7912.537500 4082.68 14333.30 4383.51 +Men edu packimporto #x 1999 2 7659.241667 4246.37 4489.63 4759.01 +Men edu packimporto #x 1999 2 7852.627500 4465.92 4318.23 3737.23 +Men edu packimporto #x 1999 2 7912.537500 4383.51 4082.68 4954.05 +Men edu packimporto #x 1999 3 7852.627500 3737.23 4465.92 3831.92 +Men edu packimporto #x 1999 4 7659.241667 3227.88 4759.01 4664.83 +Men edu packimporto #x 1999 4 7852.627500 3831.92 3737.23 4353.90 +Men edu packimporto #x 1999 4 7912.537500 4144.67 4954.05 5070.06 +Men edu packimporto #x 1999 5 7852.627500 4353.90 3831.92 5689.03 +Men edu packimporto #x 1999 7 7659.241667 3327.90 4566.86 11656.06 +Men exportiimporto #x 1999 5 5797.382500 2330.52 2965.11 2842.02 +Men importoimporto #x 1999 1 7357.060833 3356.15 11222.19 3770.17 +Men importoimporto #x 1999 2 7357.060833 3770.17 3356.15 5114.32 +Men importoimporto #x 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men importoimporto #x 1999 2 7640.491667 4270.44 4931.98 4291.30 +Men importoimporto #x 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men importoimporto #x 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men importoimporto #x 1999 4 7640.491667 3534.12 4291.30 3327.30 +Men importoimporto #x 1999 5 7640.491667 3327.30 3534.12 5530.63 +Men importoimporto #x 1999 7 7530.997500 3913.80 4405.46 7859.96 +Music amalgscholar #x 1999 1 6659.493333 2291.60 14178.45 4267.08 +Music amalgscholar #x 1999 1 6876.880833 3406.89 13714.11 3536.29 +Music amalgscholar #x 1999 3 6876.880833 3190.36 3536.29 4637.07 +Music amalgscholar #x 1999 4 6926.060833 3165.20 4688.23 4286.05 +Music amalgscholar #x 1999 5 6876.880833 2816.26 4637.07 3528.80 +Music amalgscholar #x 1999 6 6876.880833 3528.80 2816.26 4750.85 +Music amalgscholar #x 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music edu packscholar #x 1999 1 8078.690000 3934.06 17002.72 4244.46 +Music edu packscholar #x 1999 1 8223.719167 3965.88 14493.32 4943.68 +Music edu packscholar #x 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music edu packscholar #x 1999 2 8078.690000 4244.46 3934.06 4448.50 +Music edu packscholar #x 1999 3 7966.579167 4269.89 4384.51 4452.73 +Music edu packscholar #x 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music edu packscholar #x 1999 4 7966.579167 4452.73 4269.89 5476.13 +Music edu packscholar #x 1999 4 8223.719167 4091.54 5753.94 4797.32 +Music edu packscholar #x 1999 5 8078.690000 4148.83 5184.39 5483.81 +Music edu packscholar #x 1999 5 8223.719167 4797.32 4091.54 5028.71 +Music edu packscholar #x 1999 7 7966.579167 3944.74 5030.35 10791.61 +Music exportischolar #x 1999 1 7047.803333 3237.56 15805.49 4308.87 +Music exportischolar #x 1999 1 7243.994167 3662.97 14285.88 3430.04 +Music exportischolar #x 1999 2 7243.994167 3430.04 3662.97 3617.09 +Music exportischolar #x 1999 2 7593.929167 3821.24 4748.20 4271.45 +Music exportischolar #x 1999 3 7047.803333 2832.46 4308.87 3265.21 +Music exportischolar #x 1999 3 7243.994167 3617.09 3430.04 3871.67 +Music exportischolar #x 1999 4 7047.803333 3265.21 2832.46 3885.17 +Music exportischolar #x 1999 4 7243.994167 3871.67 3617.09 4628.08 +Music exportischolar #x 1999 4 7593.929167 4121.47 4271.45 5234.85 +Music exportischolar #x 1999 6 7047.803333 3667.60 3885.17 5088.70 +Shoes amalgedu pack #x 1999 3 6642.085833 2928.82 3648.57 3892.32 +Shoes amalgedu pack #x 1999 4 6829.956667 3417.69 3722.75 4120.60 +Shoes amalgedu pack #x 1999 6 6829.956667 3178.20 4120.60 5910.98 +Shoes amalgedu pack #x 1999 7 6904.689167 2902.26 4942.02 8793.71 +Shoes edu packedu pack #x 1999 2 6421.792500 2394.57 3149.35 4472.43 +Shoes edu packedu pack #x 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes edu packedu pack #x 1999 5 6583.305000 2474.01 3684.23 4335.58 +Shoes exportiedu pack #x 1999 2 6885.320833 3013.95 4139.82 4328.03 +Shoes exportiedu pack #x 1999 4 7045.164167 3509.17 5252.01 3987.99 +Shoes exportiedu pack #x 1999 7 7045.164167 3684.37 4372.20 8403.23 +Shoes importoedu pack #x 1999 3 6959.934167 2951.09 4142.26 3271.07 +Shoes importoedu pack #x 1999 3 7101.780000 2518.33 5264.86 3066.29 +Shoes importoedu pack #x 1999 4 6959.934167 3271.07 2951.09 4231.88 +Shoes importoedu pack #x 1999 4 7101.780000 3066.29 2518.33 5005.85 +Women amalgamalg #x 1999 2 7116.328333 2872.43 4945.20 2974.14 +Women amalgamalg #x 1999 3 7116.328333 2974.14 2872.43 4329.06 +Women edu packamalg #x 1999 3 6061.210833 2674.89 3376.95 2522.22 +Women edu packamalg #x 1999 4 6061.210833 2522.22 2674.89 3975.90 +Women edu packamalg #x 1999 4 6608.485833 2976.95 3489.35 3812.22 +Women exportiamalg #x 1999 2 6013.088333 2536.08 3406.41 3718.65 +Women exportiamalg #x 1999 3 6171.544167 2760.78 3853.84 3125.47 +Women exportiamalg #x 1999 4 6031.042500 2588.60 3554.29 3915.46 +Women importoamalg #x 1999 1 6479.298333 2804.94 13543.31 3515.21 +Women importoamalg #x 1999 4 6352.682500 2928.62 3718.55 3387.14 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out index 43040578a9f5..aac813a76a91 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out @@ -115,4 +115,13 @@ ORDER BY -- !query schema struct -- !query output - +n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out index 1d0dcdb82650..335ea1d7f4f1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out @@ -223,92 +223,92 @@ NULL NULL NULL NULL NULL NULL NULL NULL 213030.29 5 NULL NULL NULL NULL NULL NULL NULL NULL 2171549.36 2 NULL NULL NULL NULL NULL NULL NULL NULL 497449.55 4 NULL NULL NULL NULL NULL NULL NULL NULL 946101.86 3 -NULL NULL NULL antiationeinganti 2001 2 NULL NULL 33639.03 99 -NULL NULL NULL antiationeinganti 2001 3 NULL NULL 33770.94 98 -NULL NULL NULL antiationeinganti 2001 4 12 NULL 45444.79 84 -NULL NULL NULL antiationeinganti 2001 4 NULL NULL 86377.39 64 -NULL NULL NULL antiationeinganti 2001 NULL NULL NULL 177219.10 7 -NULL NULL NULL antiationeinganti NULL NULL NULL NULL 177219.10 7 -NULL NULL NULL ationoughtn stpriought 2001 4 10 NULL 33340.75 100 -NULL NULL NULL ationoughtn stpriought 2001 4 NULL NULL 67776.47 70 -NULL NULL NULL ationoughtn stpriought 2001 NULL NULL NULL 107200.16 42 -NULL NULL NULL ationoughtn stpriought NULL NULL NULL NULL 107200.16 42 -NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 112097.69 39 -NULL NULL brandmaxi #x oughteingought 2001 4 NULL NULL 43951.85 86 -NULL NULL brandmaxi #x oughteingought 2001 NULL NULL NULL 112097.69 39 -NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 112097.69 39 -NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 81428.06 66 -NULL NULL edu packamalg #x oughtn stn stese 2001 4 NULL NULL 35042.77 94 -NULL NULL edu packamalg #x oughtn stn stese 2001 NULL NULL NULL 81428.06 66 -NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 81428.06 66 -NULL NULL exportiedu pack #x NULL 2001 4 NULL NULL 51178.62 81 -NULL NULL exportiedu pack #x NULL 2001 NULL NULL NULL 116528.07 28 -NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 -NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 -NULL NULL exportischolar #x NULL NULL NULL NULL NULL 138598.49 9 -NULL NULL exportischolar #x prieingeseought 2001 3 9 NULL 34850.11 95 -NULL NULL exportischolar #x prieingeseought 2001 3 NULL NULL 51880.06 78 -NULL NULL exportischolar #x prieingeseought 2001 4 NULL NULL 51807.30 79 -NULL NULL exportischolar #x prieingeseought 2001 NULL NULL NULL 138598.49 9 -NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 138598.49 9 -NULL archery NULL NULL NULL NULL NULL NULL 126538.57 16 -NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 126538.57 16 -NULL archery amalgmaxi #x antioughtn stought 2001 4 NULL NULL 66377.95 72 -NULL archery amalgmaxi #x antioughtn stought 2001 NULL NULL NULL 126538.57 16 -NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 126538.57 16 -NULL camcorders NULL NULL 2001 3 NULL NULL 54123.96 76 -NULL camcorders NULL NULL 2001 4 NULL NULL 44320.28 85 -NULL camcorders NULL NULL 2001 NULL NULL NULL 133625.83 12 -NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 -NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 -NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 -NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 -NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 -NULL dresses NULL antieseoughtcally 2001 4 NULL NULL 53621.08 77 -NULL dresses NULL antieseoughtcally 2001 NULL NULL NULL 115317.62 31 -NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 115317.62 31 -NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 -NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 -NULL flatware NULL oughteingationn st 2001 3 NULL NULL 34255.55 97 -NULL flatware NULL oughteingationn st 2001 4 NULL NULL 42069.01 88 -NULL flatware NULL oughteingationn st 2001 NULL NULL NULL 96861.65 56 -NULL flatware NULL oughteingationn st NULL NULL NULL NULL 96861.65 56 -NULL glassware NULL NULL 2001 4 NULL NULL 51575.84 80 -NULL glassware NULL NULL 2001 NULL NULL NULL 106618.97 44 -NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 -NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 -NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 -NULL pants NULL NULL NULL NULL NULL NULL 93894.90 60 -NULL pants exportiimporto #x NULL NULL NULL NULL NULL 93894.90 60 -NULL pants exportiimporto #x antibarableableought 2001 3 8 NULL 38046.99 91 -NULL pants exportiimporto #x antibarableableought 2001 3 NULL NULL 48275.60 82 -NULL pants exportiimporto #x antibarableableought 2001 NULL NULL NULL 93894.90 60 -NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 93894.90 60 -NULL scanners NULL NULL NULL NULL NULL NULL 97564.12 52 -NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 97564.12 52 -NULL scanners namelessunivamalg #x n stbaresepri 2001 4 NULL NULL 43503.76 87 -NULL scanners namelessunivamalg #x n stbaresepri 2001 NULL NULL NULL 97564.12 52 -NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 97564.12 52 -NULL semi-precious NULL NULL NULL NULL NULL NULL 113803.74 35 -NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 113803.74 35 -NULL semi-precious amalgbrand #x ationeseoughtanti 2001 4 NULL NULL 62265.30 73 -NULL semi-precious amalgbrand #x ationeseoughtanti 2001 NULL NULL NULL 113803.74 35 -NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 113803.74 35 -NULL sports-apparel NULL NULL 2001 4 12 NULL 45659.44 83 -NULL sports-apparel NULL NULL 2001 4 NULL NULL 66745.05 71 -NULL sports-apparel NULL NULL 2001 NULL NULL NULL 117144.79 24 -NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 -NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 -NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 -NULL swimwear NULL NULL NULL NULL NULL NULL 103045.34 48 -NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 103045.34 48 -NULL swimwear edu packamalg #x antieingoughtcally 2001 3 NULL NULL 36125.25 93 -NULL swimwear edu packamalg #x antieingoughtcally 2001 4 NULL NULL 41241.08 89 -NULL swimwear edu packamalg #x antieingoughtcally 2001 NULL NULL NULL 103045.34 48 -NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 103045.34 48 -NULL womens NULL NULL NULL NULL NULL NULL 121031.97 20 -NULL womens amalgedu pack #x NULL 2001 3 NULL NULL 38120.58 90 -NULL womens amalgedu pack #x NULL 2001 4 NULL NULL 57168.07 74 -NULL womens amalgedu pack #x NULL 2001 NULL NULL NULL 121031.97 20 -NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 -NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 +NULL NULL NULL antiationeinganti 2001 2 NULL NULL 33639.03 99 +NULL NULL NULL antiationeinganti 2001 3 NULL NULL 33770.94 98 +NULL NULL NULL antiationeinganti 2001 4 12 NULL 45444.79 84 +NULL NULL NULL antiationeinganti 2001 4 NULL NULL 86377.39 64 +NULL NULL NULL antiationeinganti 2001 NULL NULL NULL 177219.10 7 +NULL NULL NULL antiationeinganti NULL NULL NULL NULL 177219.10 7 +NULL NULL NULL ationoughtn stpriought 2001 4 10 NULL 33340.75 100 +NULL NULL NULL ationoughtn stpriought 2001 4 NULL NULL 67776.47 70 +NULL NULL NULL ationoughtn stpriought 2001 NULL NULL NULL 107200.16 42 +NULL NULL NULL ationoughtn stpriought NULL NULL NULL NULL 107200.16 42 +NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 112097.69 39 +NULL NULL brandmaxi #x oughteingought 2001 4 NULL NULL 43951.85 86 +NULL NULL brandmaxi #x oughteingought 2001 NULL NULL NULL 112097.69 39 +NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 112097.69 39 +NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 81428.06 66 +NULL NULL edu packamalg #x oughtn stn stese 2001 4 NULL NULL 35042.77 94 +NULL NULL edu packamalg #x oughtn stn stese 2001 NULL NULL NULL 81428.06 66 +NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 81428.06 66 +NULL NULL exportiedu pack #x NULL 2001 4 NULL NULL 51178.62 81 +NULL NULL exportiedu pack #x NULL 2001 NULL NULL NULL 116528.07 28 +NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 +NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 +NULL NULL exportischolar #x NULL NULL NULL NULL NULL 138598.49 9 +NULL NULL exportischolar #x prieingeseought 2001 3 9 NULL 34850.11 95 +NULL NULL exportischolar #x prieingeseought 2001 3 NULL NULL 51880.06 78 +NULL NULL exportischolar #x prieingeseought 2001 4 NULL NULL 51807.30 79 +NULL NULL exportischolar #x prieingeseought 2001 NULL NULL NULL 138598.49 9 +NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 138598.49 9 +NULL archery NULL NULL NULL NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x antioughtn stought 2001 4 NULL NULL 66377.95 72 +NULL archery amalgmaxi #x antioughtn stought 2001 NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 126538.57 16 +NULL camcorders NULL NULL 2001 3 NULL NULL 54123.96 76 +NULL camcorders NULL NULL 2001 4 NULL NULL 44320.28 85 +NULL camcorders NULL NULL 2001 NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 +NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 +NULL dresses NULL antieseoughtcally 2001 4 NULL NULL 53621.08 77 +NULL dresses NULL antieseoughtcally 2001 NULL NULL NULL 115317.62 31 +NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 115317.62 31 +NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 +NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 +NULL flatware NULL oughteingationn st 2001 3 NULL NULL 34255.55 97 +NULL flatware NULL oughteingationn st 2001 4 NULL NULL 42069.01 88 +NULL flatware NULL oughteingationn st 2001 NULL NULL NULL 96861.65 56 +NULL flatware NULL oughteingationn st NULL NULL NULL NULL 96861.65 56 +NULL glassware NULL NULL 2001 4 NULL NULL 51575.84 80 +NULL glassware NULL NULL 2001 NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL pants NULL NULL NULL NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x NULL NULL NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x antibarableableought 2001 3 8 NULL 38046.99 91 +NULL pants exportiimporto #x antibarableableought 2001 3 NULL NULL 48275.60 82 +NULL pants exportiimporto #x antibarableableought 2001 NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 93894.90 60 +NULL scanners NULL NULL NULL NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x n stbaresepri 2001 4 NULL NULL 43503.76 87 +NULL scanners namelessunivamalg #x n stbaresepri 2001 NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 97564.12 52 +NULL semi-precious NULL NULL NULL NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x ationeseoughtanti 2001 4 NULL NULL 62265.30 73 +NULL semi-precious amalgbrand #x ationeseoughtanti 2001 NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 113803.74 35 +NULL sports-apparel NULL NULL 2001 4 12 NULL 45659.44 83 +NULL sports-apparel NULL NULL 2001 4 NULL NULL 66745.05 71 +NULL sports-apparel NULL NULL 2001 NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL swimwear NULL NULL NULL NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x antieingoughtcally 2001 3 NULL NULL 36125.25 93 +NULL swimwear edu packamalg #x antieingoughtcally 2001 4 NULL NULL 41241.08 89 +NULL swimwear edu packamalg #x antieingoughtcally 2001 NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 103045.34 48 +NULL womens NULL NULL NULL NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL 2001 3 NULL NULL 38120.58 90 +NULL womens amalgedu pack #x NULL 2001 4 NULL NULL 57168.07 74 +NULL womens amalgedu pack #x NULL 2001 NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out index c0ea03115756..55eb19b9b8dc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out @@ -76,4 +76,4 @@ struct -- !query output - +Able artists love all classical, roman runs. British childre Bad cards must make. 5288 1 1 1 +Able women ought to attempt in the schools. Then clear lives will live suitable, gastric complaints. Months should say surely then sufficient doors. Genetic times sign from a options. Bad cards must make. 5317 1 1 1 +Able, early arms return estimates; already common animals can go also british victorian meals. Old offices may not go just main, early procedures. Foreign, useless attitudes organize most. Respon Important issues liv 5315 1 1 1 +Able, long mammals can want new, serious years. Questions would not cope again mainly unable contributions. Less responsible shelves lose records; leading, similar Doors canno 5307 1 1 1 +Able, strong pictures understand especially. Similar years feed sometimes close, bri Important issues liv 5295 1 1 1 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Important issues liv 5319 1 1 1 +About military signals could consider swiftly also international records. Good, following owners get fairly obvious sales; players might understand with Important issues liv 5281 1 1 1 +Above local inhabitants can take. Women harbour slightly with the children. Far new tasks promote under a children. Furious members specify thus new risks. Red looks cannot find quick Doors canno 5308 1 1 1 +Abroad new others see as usual other, regular circumstances; similar, other words must not offer yesterday medical struc Conventional childr 5301 1 1 1 +Abroad soft others will become right. Growing, safe clothes keep ab Doors canno 5311 1 1 1 +Abroad sorry ways must make home satisfied, fat effec Doors canno 5316 1 1 1 +Abroad sorry ways must make home satisfied, fat effec Important issues liv 5316 1 1 1 +Absolutely Bad cards must make. 5285 1 1 1 +Absolutely Doors canno 5285 1 1 1 +Absolutely elegant women must gain well complete NULL 5320 1 1 1 +Absolutely old payments will b Bad cards must make. 5301 1 1 1 +Abstract, red patterns return definitely police; different studies wear mainly pr Bad cards must make. 5303 1 1 1 +Abstract, red patterns return definitely police; different studies wear mainly pr NULL 5303 1 1 1 +Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Doors canno 5315 1 1 1 +Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Important issues liv 5315 1 1 1 +Accessible, sure opportunities used to help; too good films would not see Conventional childr 5304 1 1 1 +Accidents may not recall. Here new systems should not wait ago on the suggestions. Also other magistrates ought to market darkly hot, inc minutes. Intense, good hotels shall not make more bold, marrie Important issues liv 5299 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5320 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Doors canno 5315 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Doors canno 5317 1 1 1 +Across possible colleagues know even years. Much bloody families shall wor Conventional childr 5318 1 1 1 +Across possible colleagues know even years. Much bloody families shall wor Important issues liv 5318 1 1 1 +Act Important issues liv 5299 1 1 1 +Active abilities depend smoothly by a Doors canno 5296 1 1 1 +Active, easy rounds manage now with a birds. Previous pieces could develo Bad cards must make. 5309 1 1 1 +Active, easy rounds manage now with a birds. Previous pieces could develo Important issues liv 5309 1 1 1 +Active, red things shall remain from the colleagues; largely high members form barely i NULL 5321 1 1 1 +Activities would show here. Practical Important issues liv 5320 1 1 1 +Actual bodies canno Doors canno 5285 1 1 1 +Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea NULL 5280 1 1 1 +Actually economic skills should keep on a boys. Friends speed unlikely cells. Difficulties destroy other companies. Prisoner Important issues liv 5274 1 1 1 +Actually ethnic authorities used to qualify just Conventional childr 5320 1 1 1 +Acutely good subsidies take hardly early terms. Merely magnificent areas help res Doors canno 5275 1 1 1 +Additional pp. come. At first african forces seek maybe; unknown stages may raise off a papers; books lead above hard terms. Inches show intimately ordinary questions. Great, silly anim Doors canno 5319 1 1 1 +Advantag Conventional childr 5291 1 1 1 +Advantag NULL 5291 1 1 1 +Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Bad cards must make. 5319 1 1 1 +Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Doors canno 5319 1 1 1 +Affairs fight against the policies. Intelligent fires think papers. Colourful, digital activities will not stop unknown, general words. Strategies carry a Conventional childr 5309 1 1 1 +Afraid years suspend much building Important issues liv 5307 1 1 1 +Again common customers should make hardly proposals. Close groups can prevent after a cars. Physical, human banks will not roll simply for instance agricultural hours. Northern centre Important issues liv 5311 1 1 1 +Again economic options c Bad cards must make. 5291 1 1 1 +Again heavy organisms may resu Bad cards must make. 5295 1 1 1 +Again heavy organisms may resu Doors canno 5295 1 1 1 +Again heavy organisms may resu Important issues liv 5295 1 1 1 +Again ideal supporters determine never suspicious, british days. Industrial techniques stir states. Precisely net p NULL 5319 1 1 1 +Again integrated circumstances used to remove especially about Bad cards must make. 5303 1 1 1 +Again other changes woul Bad cards must make. 5319 1 1 1 +Again other changes woul NULL 5319 1 1 1 +Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari Important issues liv 5316 1 1 1 +Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari NULL 5316 1 1 1 +Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Bad cards must make. 5310 1 1 1 +Ago fundamental shares should enforce almost psychological, german schools. Arbitrary calls compete. Turkish branches should operate rapidly great, current features. Occasi NULL 5312 1 1 1 +Ago interesting clothes set only with the pressures. Deep Important issues liv 5284 1 1 1 +Ago possible girls should know holidays. A Doors canno 5288 1 1 1 +Ago possible girls should know holidays. A Important issues liv 5288 1 1 1 +Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Doors canno 5282 1 1 1 +Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Important issues liv 5282 1 1 1 +Ago social details will gain mothers. Actively regional reports remain Conventional childr 5271 1 1 1 +Ago spanish members would give young, suspicious stars. Executives join for example details. Americans used to convince. Stones should deli Conventional childr 5318 1 1 1 +Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut Bad cards must make. 5320 1 1 1 +Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut NULL 5320 1 1 1 +Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5283 1 1 1 +Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5306 1 1 1 +Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Important issues liv 5283 1 1 1 +Al NULL 5306 1 1 1 +Alive sources should drive upstairs interests. Elections shall meet severe, controversial lines. Central, full provisions determine as large officials; neatly select sources come; pregnant, wooden NULL 5310 1 1 1 +All bad figures get brown games. Circumstances cannot understand just. Bio Conventional childr 5315 1 1 1 +All bad figures get brown games. Circumstances cannot understand just. Bio Important issues liv 5315 1 1 1 +All brown crowds create be Important issues liv 5302 1 1 1 +All but huge buildings become then with a resources. Ideas see against the times. Conventional childr 5317 1 1 1 +All but huge buildings become then with a resources. Ideas see against the times. NULL 5318 1 1 1 +Almost distant supporters serve anyway now cheap parents. Reforms shall not think old, back clothes; rivers cannot NULL 5320 1 1 1 +Alone, classical supporters must come closer on a projects. Current materials exceed very so standard banks. Industrial heads give personnel. Unnecessary, likely females shall put here. Natural, wild Conventional childr 5306 1 1 1 +Alone, low places issue only involved, coherent trees. Clients would receive; ce Bad cards must make. 5318 2 2 2 +Alone, low places issue only involved, coherent trees. Clients would receive; ce Conventional childr 5310 1 1 1 +Already advisory things seek more before awkward clothes. Customers offer social, quick needs. Differences mi Doors canno 5311 1 1 1 +Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Important issues liv 5317 2 2 2 +Elsewhere favorite groups would swing english, powerful years. Children cannot pref Doors canno 5314 2 2 2 +Feet can let NULL 5317 2 2 2 +General levels may not tel Conventional childr 5314 2 2 2 +Hard, social brothers ought to serve french, serious orders. Instruments learn tight feelings. Then right hospitals will not move across the signals. Well wealthy materials must press bright, NULL 5306 2 2 2 +Increasingly continued changes shall turn now residential proceedings. Banks swim only in the questions. Required exceptions shall sense economic, Bad cards must make. 5317 2 2 2 +Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Important issues liv 5271 2 2 2 +NULL Conventional childr 5274 1 1 1 +NULL Conventional childr 5317 2 2 2 +NULL Doors canno 5318 1 1 1 +NULL Important issues liv 5306 1 1 1 +Organic girls could give messages. Germans might not take still up to a clients. Services ought to assume random demands. Due, irish modules used NULL 5305 2 2 2 +Patterns let however real facilities. Naturally single variations used to save initially. Operations leave later t Important issues liv 5317 2 2 2 +Pink, important thousands think well lines. Near special children agree all. Political things might not result only external fees. Yesterday p Bad cards must make. 5319 2 2 2 +Realistic, left exercises encourage productive trees. Tools go however. New, central years assume together english, secondary proposals. Doors canno 5316 2 2 2 +Serious crimes must finance yesterday strong fathers. Ever sure years would not say. International, new att NULL 5313 2 2 2 +Special, realistic friends will comply. Opening concentrations could not look too major, soviet proceedings. National children might get following, hig Doors canno 5319 2 2 2 +Usually social eyes can get available, coastal things. Better social talks should accept as unique measures. Extreme Conventional childr 5320 2 2 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out index 21014fb8ff80..81f10f0e4db4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out @@ -64,95 +64,95 @@ LIMIT 100 -- !query schema struct -- !query output -AAAAAAAAAMGDAAAA Kenneth Harlan -AAAAAAAAANFAAAAA Philip Banks -AAAAAAAAAOPFBAAA Jerry Fields -AAAAAAAABLEIBAAA Paula Wakefield -AAAAAAAABNBBAAAA Irma Smith -AAAAAAAACADPAAAA Cristobal Thomas -AAAAAAAACFCGBAAA Marcus Sanders -AAAAAAAACFENAAAA Christopher Dawson -AAAAAAAACIJMAAAA Elizabeth Thomas -AAAAAAAACJDIAAAA James Kerr -AAAAAAAACNAGBAAA Virginia May -AAAAAAAADBEFBAAA Bennie Bowers -AAAAAAAADCKOAAAA Robert Gonzalez -AAAAAAAADFIEBAAA John Gray -AAAAAAAADFKABAAA Latoya Craft -AAAAAAAADIIOAAAA David Carroll -AAAAAAAADIJGBAAA Ruth Sanders -AAAAAAAADLHBBAAA Henry Bertrand -AAAAAAAAEADJAAAA Ruth Carroll -AAAAAAAAEJDLAAAA Alice Wright -AAAAAAAAEKFPAAAA Annika Chin -AAAAAAAAEKJLAAAA Aisha Carlson -AAAAAAAAEOAKAAAA Molly Benjamin -AAAAAAAAEPOGAAAA Felisha Mendes -AAAAAAAAFACEAAAA Priscilla Miller -AAAAAAAAFBAHAAAA Michael Williams -AAAAAAAAFGIGAAAA Eduardo Miller -AAAAAAAAFGPGAAAA Albert Wadsworth +AAAAAAAAAMGDAAAA Kenneth Harlan +AAAAAAAAANFAAAAA Philip Banks +AAAAAAAAAOPFBAAA Jerry Fields +AAAAAAAABLEIBAAA Paula Wakefield +AAAAAAAABNBBAAAA Irma Smith +AAAAAAAACADPAAAA Cristobal Thomas +AAAAAAAACFCGBAAA Marcus Sanders +AAAAAAAACFENAAAA Christopher Dawson +AAAAAAAACIJMAAAA Elizabeth Thomas +AAAAAAAACJDIAAAA James Kerr +AAAAAAAACNAGBAAA Virginia May +AAAAAAAADBEFBAAA Bennie Bowers +AAAAAAAADCKOAAAA Robert Gonzalez +AAAAAAAADFIEBAAA John Gray +AAAAAAAADFKABAAA Latoya Craft +AAAAAAAADIIOAAAA David Carroll +AAAAAAAADIJGBAAA Ruth Sanders +AAAAAAAADLHBBAAA Henry Bertrand +AAAAAAAAEADJAAAA Ruth Carroll +AAAAAAAAEJDLAAAA Alice Wright +AAAAAAAAEKFPAAAA Annika Chin +AAAAAAAAEKJLAAAA Aisha Carlson +AAAAAAAAEOAKAAAA Molly Benjamin +AAAAAAAAEPOGAAAA Felisha Mendes +AAAAAAAAFACEAAAA Priscilla Miller +AAAAAAAAFBAHAAAA Michael Williams +AAAAAAAAFGIGAAAA Eduardo Miller +AAAAAAAAFGPGAAAA Albert Wadsworth AAAAAAAAFHACBAAA NULL NULL -AAAAAAAAFJHFAAAA Larissa Roy -AAAAAAAAFMHIAAAA Emilio Darling -AAAAAAAAFOGIAAAA Michelle Greene -AAAAAAAAFOJAAAAA Don Castillo -AAAAAAAAGEHIAAAA Tyler Miller -AAAAAAAAGFMDBAAA Kathleen Gibson -AAAAAAAAGHPBBAAA Nick Mendez -AAAAAAAAGNDAAAAA Terry Mcdowell -AAAAAAAAHGOABAAA Sonia White -AAAAAAAAHHCABAAA William Stewart -AAAAAAAAHJLAAAAA Audrey Beltran -AAAAAAAAHMJNAAAA Ryan Baptiste -AAAAAAAAHMOIAAAA Grace Henderson -AAAAAAAAHNFHAAAA Rebecca Wilson -AAAAAAAAIADEBAAA Diane Aldridge -AAAAAAAAIBAEBAAA Sandra Wilson -AAAAAAAAIBFCBAAA Ruth Grantham -AAAAAAAAIBHHAAAA Jennifer Ballard -AAAAAAAAICHFAAAA Linda Mccoy -AAAAAAAAIDKFAAAA Michael Mack -AAAAAAAAIJEMAAAA Charlie Cummings -AAAAAAAAIMHBAAAA Kathy Knowles -AAAAAAAAIMHHBAAA Lillian Davidson -AAAAAAAAJEKFBAAA Norma Burkholder -AAAAAAAAJGMMAAAA Richard Larson -AAAAAAAAJIALAAAA Santos Gutierrez -AAAAAAAAJKBNAAAA Julie Kern -AAAAAAAAJONHBAAA Warren Orozco -AAAAAAAAKAECAAAA Milton Mackey -AAAAAAAAKBCABAAA Debra Bell -AAAAAAAAKJBKAAAA Georgia Scott -AAAAAAAAKJBLAAAA Kerry Davis -AAAAAAAAKKGEAAAA Katie Dunbar -AAAAAAAAKLHHBAAA Manuel Castaneda -AAAAAAAAKNAKAAAA Gladys Banks -AAAAAAAAKOJJAAAA Gracie Mendoza -AAAAAAAALFKKAAAA Ignacio Miller -AAAAAAAALHMCAAAA Brooke Nelson -AAAAAAAALIOPAAAA Derek Allen -AAAAAAAALJNCBAAA George Gamez -AAAAAAAAMDCAAAAA Louann Hamel -AAAAAAAAMFFLAAAA Margret Gray -AAAAAAAAMMOBBAAA Margaret Smith -AAAAAAAANFBDBAAA Vernice Fernandez -AAAAAAAANGDBBAAA Carlos Jewell -AAAAAAAANIPLAAAA Eric Lawrence -AAAAAAAANJAGAAAA Allen Hood -AAAAAAAANJHCBAAA Christopher Schreiber -AAAAAAAAOBADBAAA Elizabeth Burnham -AAAAAAAAOCAJAAAA Jenna Staton -AAAAAAAAOCDJAAAA Nina Sanchez -AAAAAAAAOCICAAAA Zachary Pennington +AAAAAAAAFJHFAAAA Larissa Roy +AAAAAAAAFMHIAAAA Emilio Darling +AAAAAAAAFOGIAAAA Michelle Greene +AAAAAAAAFOJAAAAA Don Castillo +AAAAAAAAGEHIAAAA Tyler Miller +AAAAAAAAGFMDBAAA Kathleen Gibson +AAAAAAAAGHPBBAAA Nick Mendez +AAAAAAAAGNDAAAAA Terry Mcdowell +AAAAAAAAHGOABAAA Sonia White +AAAAAAAAHHCABAAA William Stewart +AAAAAAAAHJLAAAAA Audrey Beltran +AAAAAAAAHMJNAAAA Ryan Baptiste +AAAAAAAAHMOIAAAA Grace Henderson +AAAAAAAAHNFHAAAA Rebecca Wilson +AAAAAAAAIADEBAAA Diane Aldridge +AAAAAAAAIBAEBAAA Sandra Wilson +AAAAAAAAIBFCBAAA Ruth Grantham +AAAAAAAAIBHHAAAA Jennifer Ballard +AAAAAAAAICHFAAAA Linda Mccoy +AAAAAAAAIDKFAAAA Michael Mack +AAAAAAAAIJEMAAAA Charlie Cummings +AAAAAAAAIMHBAAAA Kathy Knowles +AAAAAAAAIMHHBAAA Lillian Davidson +AAAAAAAAJEKFBAAA Norma Burkholder +AAAAAAAAJGMMAAAA Richard Larson +AAAAAAAAJIALAAAA Santos Gutierrez +AAAAAAAAJKBNAAAA Julie Kern +AAAAAAAAJONHBAAA Warren Orozco +AAAAAAAAKAECAAAA Milton Mackey +AAAAAAAAKBCABAAA Debra Bell +AAAAAAAAKJBKAAAA Georgia Scott +AAAAAAAAKJBLAAAA Kerry Davis +AAAAAAAAKKGEAAAA Katie Dunbar +AAAAAAAAKLHHBAAA Manuel Castaneda +AAAAAAAAKNAKAAAA Gladys Banks +AAAAAAAAKOJJAAAA Gracie Mendoza +AAAAAAAALFKKAAAA Ignacio Miller +AAAAAAAALHMCAAAA Brooke Nelson +AAAAAAAALIOPAAAA Derek Allen +AAAAAAAALJNCBAAA George Gamez +AAAAAAAAMDCAAAAA Louann Hamel +AAAAAAAAMFFLAAAA Margret Gray +AAAAAAAAMMOBBAAA Margaret Smith +AAAAAAAANFBDBAAA Vernice Fernandez +AAAAAAAANGDBBAAA Carlos Jewell +AAAAAAAANIPLAAAA Eric Lawrence +AAAAAAAANJAGAAAA Allen Hood +AAAAAAAANJHCBAAA Christopher Schreiber +AAAAAAAAOBADBAAA Elizabeth Burnham +AAAAAAAAOCAJAAAA Jenna Staton +AAAAAAAAOCDJAAAA Nina Sanchez +AAAAAAAAOCICAAAA Zachary Pennington AAAAAAAAOCLBBAAA NULL NULL -AAAAAAAAOFLCAAAA James Taylor -AAAAAAAAOPDLAAAA Ann Pence -AAAAAAAAPDFBAAAA Terrance Banks -AAAAAAAAPEHEBAAA Edith Molina -AAAAAAAAPFCLAAAA Felicia Neville -AAAAAAAAPJENAAAA Ashley Norton -AAAAAAAAPKBCBAAA Andrea White -AAAAAAAAPKIKAAAA Wendy Horvath -AAAAAAAAPMMBBAAA Paul Jordan -AAAAAAAAPPIBBAAA Candice Lee +AAAAAAAAOFLCAAAA James Taylor +AAAAAAAAOPDLAAAA Ann Pence +AAAAAAAAPDFBAAAA Terrance Banks +AAAAAAAAPEHEBAAA Edith Molina +AAAAAAAAPFCLAAAA Felicia Neville +AAAAAAAAPJENAAAA Ashley Norton +AAAAAAAAPKBCBAAA Andrea White +AAAAAAAAPKIKAAAA Wendy Horvath +AAAAAAAAPMMBBAAA Paul Jordan +AAAAAAAAPPIBBAAA Candice Lee diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out index 32db8f8d3f69..90b56b7b5656 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out @@ -82,4 +82,103 @@ LIMIT 100 -- !query schema struct -- !query output - +2001 2002 10002014 1 9 12 5662 4515 -1147 -47170.70 +2001 2002 10005001 5 9 65 5890 4879 -1011 -57577.01 +2001 2002 1001001 1 9 183 5538 4417 -1121 -34086.49 +2001 2002 1001001 5 9 172 5642 3998 -1644 -65808.52 +2001 2002 10011013 11 9 123 6141 5207 -934 -77290.63 +2001 2002 10015001 1 9 399 6188 5225 -963 -76365.39 +2001 2002 1003001 3 9 242 5504 4697 -807 -10853.56 +2001 2002 2001001 1 9 151 6309 5200 -1109 -13881.98 +2001 2002 2001001 1 9 177 5711 4718 -993 -45422.40 +2001 2002 2001001 7 9 85 5689 3750 -1939 -79485.07 +2001 2002 2004001 16 9 443 5269 4475 -794 -28869.68 +2001 2002 3003001 1 9 175 6170 4892 -1278 -72260.64 +2001 2002 3003001 9 9 210 5703 4761 -942 -22794.72 +2001 2002 3004001 1 9 89 6307 4616 -1691 -105539.10 +2001 2002 4001001 15 9 42 5385 4444 -941 -77081.27 +2001 2002 4002001 2 9 891 6168 5233 -935 -54473.40 +2001 2002 4003001 6 9 356 5890 4815 -1075 -19594.68 +2001 2002 4004001 10 9 105 5560 4533 -1027 -29705.36 +2001 2002 5001001 10 9 136 5271 3918 -1353 -52691.74 +2001 2002 5001001 6 9 201 5714 4615 -1099 -2073.61 +2001 2002 5002001 2 9 230 5856 4887 -969 -25537.87 +2001 2002 6012003 9 9 48 5468 4620 -848 17912.88 +2001 2002 6015001 15 9 543 5041 4252 -789 3631.40 +2001 2002 7004007 2 9 248 5385 4527 -858 -59997.87 +2001 2002 7007001 12 9 221 6250 5147 -1103 8445.22 +2001 2002 8002001 13 9 268 5521 4545 -976 -50681.49 +2001 2002 8007009 9 9 322 5493 3906 -1587 -31458.78 +2001 2002 8015003 4 9 289 6413 4905 -1508 -140884.23 +2001 2002 8015005 11 9 898 5677 4557 -1120 -49916.13 +2001 2002 9001008 1 9 258 5714 4706 -1008 -73311.07 +2001 2002 9002002 2 9 556 5690 4832 -858 2965.47 +2001 2002 9002004 2 9 578 5976 4881 -1095 -26222.70 +2001 2002 9002008 2 9 202 5758 4287 -1471 -27415.18 +2001 2002 9002008 2 9 603 5399 4518 -881 -8944.74 +2001 2002 9003002 3 9 1000 6152 4220 -1932 -51341.52 +2001 2002 9003002 3 9 130 5708 4658 -1050 -121435.05 +2001 2002 9003002 3 9 238 5784 4694 -1090 -52094.93 +2001 2002 9003002 3 9 331 6314 4249 -2065 -162310.87 +2001 2002 9003004 3 9 25 6382 4612 -1770 -109080.80 +2001 2002 9003004 3 9 311 5414 4467 -947 -19498.98 +2001 2002 9003008 3 9 382 5145 4143 -1002 -23005.48 +2001 2002 9003010 3 9 269 6297 5505 -792 -53827.19 +2001 2002 9004002 4 9 55 5596 4196 -1400 -277.92 +2001 2002 9004008 4 9 256 5366 4164 -1202 -93628.46 +2001 2002 9004008 4 9 454 6130 4012 -2118 -137401.99 +2001 2002 9004012 4 9 621 5974 5186 -788 52156.56 +2001 2002 9005002 5 9 105 5650 4508 -1142 -75927.61 +2001 2002 9005002 5 9 226 6438 5559 -879 -78309.56 +2001 2002 9005002 5 9 35 6085 5166 -919 -23898.75 +2001 2002 9005002 5 9 379 5673 4742 -931 -66550.24 +2001 2002 9006004 6 9 620 4822 3594 -1228 -19309.88 +2001 2002 9006008 6 9 156 5824 4793 -1031 -16295.15 +2001 2002 9006010 6 9 100 5322 4271 -1051 -65656.49 +2001 2002 9006010 6 9 373 6584 4510 -2074 -56824.27 +2001 2002 9007002 7 9 207 6416 5088 -1328 -28312.29 +2001 2002 9007002 7 9 306 5398 4608 -790 -67953.64 +2001 2002 9007004 7 9 968 5625 4330 -1295 -86120.30 +2001 2002 9007008 7 9 122 6085 5077 -1008 -108804.86 +2001 2002 9007008 7 9 766 5412 4470 -942 -43150.76 +2001 2002 9008008 8 9 322 5391 3664 -1727 -58283.91 +2001 2002 9008008 8 9 535 6155 4861 -1294 -66647.47 +2001 2002 9008008 8 9 82 6042 4852 -1190 -78558.05 +2001 2002 9009002 9 9 633 5839 4786 -1053 -40163.90 +2001 2002 9009008 9 9 3 5731 4718 -1013 -62660.48 +2001 2002 9009008 9 9 958 5837 5002 -835 -63092.62 +2001 2002 9009010 1 9 311 6980 5065 -1915 -166624.10 +2001 2002 9010002 10 9 351 5553 4668 -885 -58399.99 +2001 2002 9010002 10 9 432 5153 3767 -1386 -56643.31 +2001 2002 9010004 10 9 110 5035 4082 -953 -81282.12 +2001 2002 9010004 3 9 948 5640 4387 -1253 -34985.51 +2001 2002 9010008 10 9 106 5739 4637 -1102 -39967.26 +2001 2002 9010008 10 9 171 6500 5279 -1221 -73654.23 +2001 2002 9010008 10 9 284 5382 4597 -785 22162.92 +2001 2002 9010008 10 9 621 5897 4955 -942 -1466.75 +2001 2002 9010008 10 9 9 5549 4578 -971 45104.79 +2001 2002 9011002 11 9 372 5085 4279 -806 -78551.75 +2001 2002 9011002 11 9 42 5750 4968 -782 -87125.33 +2001 2002 9011004 11 9 730 6136 3927 -2209 -64592.86 +2001 2002 9011004 3 9 115 5101 4064 -1037 -38404.07 +2001 2002 9011010 11 9 254 6635 4698 -1937 -108841.59 +2001 2002 9012004 12 9 808 5796 5006 -790 -43025.36 +2001 2002 9012008 12 9 249 5254 4002 -1252 -15484.88 +2001 2002 9012010 12 9 268 5363 4425 -938 -13775.61 +2001 2002 9012010 12 9 4 6214 5128 -1086 -41244.90 +2001 2002 9013010 12 9 28 5672 4579 -1093 -61365.10 +2001 2002 9013010 13 9 288 5473 4631 -842 22917.88 +2001 2002 9013010 3 9 235 5771 4821 -950 -81516.67 +2001 2002 9014004 12 9 423 6427 4742 -1685 -66528.45 +2001 2002 9014008 14 9 904 5637 4725 -912 -54696.64 +2001 2002 9014010 2 9 727 6579 5396 -1183 -45368.94 +2001 2002 9015002 15 9 224 5915 5112 -803 -46136.85 +2001 2002 9015002 15 9 303 5722 4211 -1511 -81847.95 +2001 2002 9015002 15 9 531 5831 5029 -802 -10846.84 +2001 2002 9015003 15 9 278 5120 3745 -1375 -61503.40 +2001 2002 9015008 15 9 281 5558 4315 -1243 10022.91 +2001 2002 9015008 15 9 384 5348 4519 -829 -29937.40 +2001 2002 9016002 16 9 761 6098 4109 -1989 -75674.23 +2001 2002 9016004 8 9 114 5560 4263 -1297 -65169.90 +2001 2002 9016008 16 9 134 5482 4617 -865 -93343.25 +2001 2002 9016010 16 9 662 5306 4197 -1109 -29664.55 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out index 1cfa6b74a5d4..6dd56a5a4def 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out @@ -65,103 +65,103 @@ limit 100 -- !query schema struct -- !query output -109613.81 Home NULL 0 17 -14685.23 NULL camcorders 0 12 -1494189.90 Jewelry consignment 0 16 -1535662.83 Books arts 0 16 -1606289.52 Jewelry semi-precious 0 15 -1629493.52 Books business 0 15 -1697803.23 Jewelry loose stones 0 14 -1711990.64 Home mattresses 0 16 -1713259.20 Jewelry earings 0 13 -1723586.44 Electronics camcorders 0 16 -1731142.74 Jewelry estate 0 12 -1744147.13 Books science 0 14 -1747449.84 Books cooking 0 13 -1780974.36 Home accent 0 15 -1791937.78 Books mystery 0 12 -1800889.53 Electronics automotive 0 15 -1804127.22 Electronics scanners 0 14 -1812963.47 Home blinds/shades 0 14 -1817697.92 Jewelry mens watch 0 11 -1852053.82 Jewelry gold 0 10 -1856300.04 Home furniture 0 13 -1856421.87 Home bathroom 0 12 -1870348.87 Electronics cameras 0 13 -1882780.88 Jewelry birdal 0 9 -1893240.65 Home kids 0 11 -1920062.16 Books self-help 0 11 -1931224.93 Electronics disk drives 0 12 -1955981.28 Electronics wireless 0 11 -1960699.97 Electronics stereo 0 10 -1995895.68 Jewelry diamonds 0 8 -2021383.60 Electronics portable 0 9 -2037140.80 Books sports 0 10 -2053061.41 Home rugs 0 10 -2056828.93 Home paint 0 9 -2060395.64 Electronics musical 0 8 -2088949.87 Jewelry pendants 0 7 -2092734.81 Books parenting 0 9 -2093041.31 Jewelry costume 0 6 -2094873.27 Electronics televisions 0 7 -2101508.76 Books entertainments 0 8 -2140041.02 Jewelry rings 0 5 -2154865.44 Jewelry womens watch 0 4 -2159059.95 Home decor 0 8 -2172959.94 Home flatware 0 7 -2174686.53 Books travel 0 7 -2187564.96 Home wallpaper 0 6 -2191949.77 Home lighting 0 5 -2204536.79 Books fiction 0 6 -2222688.75 Electronics personal 0 6 -2252767.09 Electronics memory 0 5 -2258540.99 Home curtains/drapes 0 4 -2264632.73 Books romance 0 5 -2278162.58 Books home repair 0 4 -2279983.95 Jewelry bracelets 0 3 -2320597.52 Electronics monitors 0 4 -2327655.83 Electronics audio 0 3 +109613.81 Home NULL 0 17 +14685.23 NULL camcorders 0 12 +1494189.90 Jewelry consignment 0 16 +1535662.83 Books arts 0 16 +1606289.52 Jewelry semi-precious 0 15 +1629493.52 Books business 0 15 +1697803.23 Jewelry loose stones 0 14 +1711990.64 Home mattresses 0 16 +1713259.20 Jewelry earings 0 13 +1723586.44 Electronics camcorders 0 16 +1731142.74 Jewelry estate 0 12 +1744147.13 Books science 0 14 +1747449.84 Books cooking 0 13 +1780974.36 Home accent 0 15 +1791937.78 Books mystery 0 12 +1800889.53 Electronics automotive 0 15 +1804127.22 Electronics scanners 0 14 +1812963.47 Home blinds/shades 0 14 +1817697.92 Jewelry mens watch 0 11 +1852053.82 Jewelry gold 0 10 +1856300.04 Home furniture 0 13 +1856421.87 Home bathroom 0 12 +1870348.87 Electronics cameras 0 13 +1882780.88 Jewelry birdal 0 9 +1893240.65 Home kids 0 11 +1920062.16 Books self-help 0 11 +1931224.93 Electronics disk drives 0 12 +1955981.28 Electronics wireless 0 11 +1960699.97 Electronics stereo 0 10 +1995895.68 Jewelry diamonds 0 8 +2021383.60 Electronics portable 0 9 +2037140.80 Books sports 0 10 +2053061.41 Home rugs 0 10 +2056828.93 Home paint 0 9 +2060395.64 Electronics musical 0 8 +2088949.87 Jewelry pendants 0 7 +2092734.81 Books parenting 0 9 +2093041.31 Jewelry costume 0 6 +2094873.27 Electronics televisions 0 7 +2101508.76 Books entertainments 0 8 +2140041.02 Jewelry rings 0 5 +2154865.44 Jewelry womens watch 0 4 +2159059.95 Home decor 0 8 +2172959.94 Home flatware 0 7 +2174686.53 Books travel 0 7 +2187564.96 Home wallpaper 0 6 +2191949.77 Home lighting 0 5 +2204536.79 Books fiction 0 6 +2222688.75 Electronics personal 0 6 +2252767.09 Electronics memory 0 5 +2258540.99 Home curtains/drapes 0 4 +2264632.73 Books romance 0 5 +2278162.58 Books home repair 0 4 +2279983.95 Jewelry bracelets 0 3 +2320597.52 Electronics monitors 0 4 +2327655.83 Electronics audio 0 3 234527.19 NULL NULL 0 1 -2392291.39 Books computers 0 3 -2454928.54 Home tables 0 3 -2500411.13 Books history 0 2 -2544675.48 Home glassware 0 2 -25656.42 NULL dresses 0 11 -2603917.26 Books reference 0 1 -2638200.54 Jewelry jewelry boxes 0 2 -2647708.85 Electronics dvd/vcr players 0 2 -2665898.32 Electronics karoke 0 1 -2678321.52 Home bedding 0 1 -27105.53 NULL archery 0 10 -2736956.17 Jewelry custom 0 1 -29606.19 NULL womens 0 9 -29663.86 Books NULL 0 17 -31955775.63 Jewelry NULL 1 10 -32454111.82 Children NULL 1 9 -32553196.48 Sports NULL 1 8 -32624.44 Jewelry NULL 0 17 -33048439.90 Books NULL 1 7 -33471238.87 Women NULL 1 6 +2392291.39 Books computers 0 3 +2454928.54 Home tables 0 3 +2500411.13 Books history 0 2 +2544675.48 Home glassware 0 2 +25656.42 NULL dresses 0 11 +2603917.26 Books reference 0 1 +2638200.54 Jewelry jewelry boxes 0 2 +2647708.85 Electronics dvd/vcr players 0 2 +2665898.32 Electronics karoke 0 1 +2678321.52 Home bedding 0 1 +27105.53 NULL archery 0 10 +2736956.17 Jewelry custom 0 1 +29606.19 NULL womens 0 9 +29663.86 Books NULL 0 17 +31955775.63 Jewelry NULL 1 10 +32454111.82 Children NULL 1 9 +32553196.48 Sports NULL 1 8 +32624.44 Jewelry NULL 0 17 +33048439.90 Books NULL 1 7 +33471238.87 Women NULL 1 6 335298083.49 NULL NULL 2 1 -33660827.11 Electronics NULL 1 5 -33779396.33 Home NULL 1 4 -33945859.14 Shoes NULL 1 3 -34110308.09 Men NULL 1 2 -35668385.24 Music NULL 1 1 -40437.80 NULL scanners 0 8 -41586.07 NULL semi-precious 0 7 -41643.10 NULL swimwear 0 6 -46266.06 NULL sports-apparel 0 5 -48188.15 NULL glassware 0 4 -49266.03 NULL pants 0 3 -51577.11 NULL flatware 0 2 -54136.49 Children NULL 0 5 +33660827.11 Electronics NULL 1 5 +33779396.33 Home NULL 1 4 +33945859.14 Shoes NULL 1 3 +34110308.09 Men NULL 1 2 +35668385.24 Music NULL 1 1 +40437.80 NULL scanners 0 8 +41586.07 NULL semi-precious 0 7 +41643.10 NULL swimwear 0 6 +46266.06 NULL sports-apparel 0 5 +48188.15 NULL glassware 0 4 +49266.03 NULL pants 0 3 +51577.11 NULL flatware 0 2 +54136.49 Children NULL 0 5 650544.88 NULL NULL 1 11 -7636055.87 Men sports-apparel 0 4 -7772368.18 Children toddlers 0 4 -8030368.31 Children newborn 0 3 -8170040.55 Children infants 0 2 -8354664.10 Men pants 0 3 -8427198.29 Children school-uniforms 0 1 -8471403.12 Men accessories 0 2 -9606467.15 Men shirts 0 1 +7636055.87 Men sports-apparel 0 4 +7772368.18 Children toddlers 0 4 +8030368.31 Children newborn 0 3 +8170040.55 Children infants 0 2 +8354664.10 Men pants 0 3 +8427198.29 Children school-uniforms 0 1 +8471403.12 Men accessories 0 2 +9606467.15 Men shirts 0 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out index 32be1fe825b5..3371cdfe515c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out @@ -26,4 +26,2519 @@ ORDER BY -- !query schema struct -- !query output - +AAAAAAAAAABDAAAA Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 +AAAAAAAAAADCAAAA Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 +AAAAAAAAAAEDAAAA Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 +AAAAAAAAAAGBAAAA Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 +AAAAAAAAAAGCAAAA Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 +AAAAAAAAAAHAAAAA Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 +AAAAAAAAAAHBAAAA Od Home blinds/shades 6.56 5059.48 3.37177867076155516 +AAAAAAAAAAIDAAAA General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 +AAAAAAAAAALAAAAA Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 +AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 +AAAAAAAAAAMCAAAA NULL Sports NULL NULL 488.92 3.99480019053984383 +AAAAAAAAAANDAAAA Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 +AAAAAAAAAAPBAAAA At Sports baseball 3.68 26967.08 7.98035218086069413 +AAAAAAAAABBAAAAA Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 +AAAAAAAAABBDAAAA Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 +AAAAAAAAABCEAAAA Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 +AAAAAAAAABDAAAAA Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 +AAAAAAAAABDDAAAA Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 +AAAAAAAAABEAAAAA Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 +AAAAAAAAABGAAAAA Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 +AAAAAAAAABGEAAAA Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 +AAAAAAAAABHAAAAA Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 +AAAAAAAAABJBAAAA Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 +AAAAAAAAABKCAAAA Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 +AAAAAAAAABMDAAAA Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 +AAAAAAAAABNAAAAA Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 +AAAAAAAAABNCAAAA Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 +AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 +AAAAAAAAABPBAAAA By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 +AAAAAAAAACAAAAAA Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 +AAAAAAAAACBBAAAA Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 +AAAAAAAAACCDAAAA Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 +AAAAAAAAACDDAAAA Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 +AAAAAAAAACEBAAAA Prese Books business 15.17 2637.41 1.08626892339889102 +AAAAAAAAACEEAAAA Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 +AAAAAAAAACFDAAAA British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 +AAAAAAAAACGCAAAA Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 +AAAAAAAAACIAAAAA Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 +AAAAAAAAACJDAAAA M Home furniture 3.93 248.02 0.06515716176958571 +AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 +AAAAAAAAACLAAAAA Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 +AAAAAAAAACLBAAAA Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 +AAAAAAAAACMCAAAA In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 +AAAAAAAAACODAAAA Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +AAAAAAAAACPCAAAA Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 +AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 +AAAAAAAAADCAAAAA Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 +AAAAAAAAADCDAAAA Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 +AAAAAAAAADDBAAAA Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 +AAAAAAAAADEAAAAA Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 +AAAAAAAAADEBAAAA Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 +AAAAAAAAADFDAAAA Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 +AAAAAAAAADGBAAAA Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 +AAAAAAAAADGEAAAA Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 +AAAAAAAAADIAAAAA Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +AAAAAAAAADIDAAAA Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 +AAAAAAAAADJCAAAA Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 +AAAAAAAAADKDAAAA Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 +AAAAAAAAADNBAAAA Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 +AAAAAAAAADOAAAAA Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 +AAAAAAAAADOCAAAA Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 +AAAAAAAAADPBAAAA Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 +AAAAAAAAAEAAAAAA Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 +AAAAAAAAAEAEAAAA Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 +AAAAAAAAAEDAAAAA Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 +AAAAAAAAAEFEAAAA Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 +AAAAAAAAAEGBAAAA Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 +AAAAAAAAAEGDAAAA Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 +AAAAAAAAAEGEAAAA There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 +AAAAAAAAAEHCAAAA Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 +AAAAAAAAAEJAAAAA Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 +AAAAAAAAAEJBAAAA European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 +AAAAAAAAAEKCAAAA Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 +AAAAAAAAAELCAAAA Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 +AAAAAAAAAEMAAAAA Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 +AAAAAAAAAENCAAAA Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 +AAAAAAAAAEPAAAAA Causes Sports fishing 3.57 2974.41 1.01486036641030929 +AAAAAAAAAFADAAAA Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 +AAAAAAAAAFCEAAAA Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 +AAAAAAAAAFDAAAAA New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 +AAAAAAAAAFECAAAA Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 +AAAAAAAAAFGCAAAA Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 +AAAAAAAAAFGDAAAA Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 +AAAAAAAAAFHBAAAA Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 +AAAAAAAAAFIBAAAA Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 +AAAAAAAAAFJDAAAA Prob Sports fitness 3.33 3763.14 1.23432805277282645 +AAAAAAAAAFLAAAAA Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 +AAAAAAAAAFMCAAAA Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 +AAAAAAAAAFPAAAAA Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 +AAAAAAAAAGAEAAAA Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 +AAAAAAAAAGCAAAAA Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 +AAAAAAAAAGEAAAAA Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 +AAAAAAAAAGEDAAAA Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 +AAAAAAAAAGFDAAAA Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 +AAAAAAAAAGGBAAAA Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 +AAAAAAAAAGIAAAAA Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 +AAAAAAAAAGKDAAAA Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 +AAAAAAAAAGMBAAAA True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 +AAAAAAAAAGNBAAAA Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 +AAAAAAAAAGOAAAAA Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 +AAAAAAAAAGODAAAA Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 +AAAAAAAAAGPCAAAA Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 +AAAAAAAAAHAEAAAA Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 +AAAAAAAAAHDAAAAA New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 +AAAAAAAAAHDBAAAA Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 +AAAAAAAAAHFBAAAA Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 +AAAAAAAAAHHCAAAA However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 +AAAAAAAAAHICAAAA Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 +AAAAAAAAAHKCAAAA Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 +AAAAAAAAAHNAAAAA Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 +AAAAAAAAAHPAAAAA Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 +AAAAAAAAAHPDAAAA Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 +AAAAAAAAAIAAAAAA Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 +AAAAAAAAAICAAAAA Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 +AAAAAAAAAIDAAAAA Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 +AAAAAAAAAIEBAAAA More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 +AAAAAAAAAIEEAAAA New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 +AAAAAAAAAIHBAAAA Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 +AAAAAAAAAIIDAAAA Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 +AAAAAAAAAIJAAAAA Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 +AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 +AAAAAAAAAIJDAAAA Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 +AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 +AAAAAAAAAILAAAAA Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 +AAAAAAAAAILBAAAA Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 +AAAAAAAAAILDAAAA Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 +AAAAAAAAAIMCAAAA Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 +AAAAAAAAAJBDAAAA Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 +AAAAAAAAAJBEAAAA Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 +AAAAAAAAAJDBAAAA Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 +AAAAAAAAAJEBAAAA Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 +AAAAAAAAAJEDAAAA Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 +AAAAAAAAAJFAAAAA Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +AAAAAAAAAJFCAAAA Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 +AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 +AAAAAAAAAJKAAAAA Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 +AAAAAAAAAJMCAAAA African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 +AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 +AAAAAAAAAKAAAAAA Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 +AAAAAAAAAKCCAAAA Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 +AAAAAAAAAKCEAAAA Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 +AAAAAAAAAKDBAAAA Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 +AAAAAAAAAKECAAAA Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 +AAAAAAAAAKEDAAAA Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 +AAAAAAAAAKGAAAAA Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 +AAAAAAAAAKHAAAAA Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 +AAAAAAAAAKIBAAAA Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 +AAAAAAAAAKJBAAAA Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 +AAAAAAAAAKJDAAAA Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 +AAAAAAAAAKLCAAAA Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 +AAAAAAAAAKMAAAAA Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 +AAAAAAAAAKMDAAAA Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 +AAAAAAAAAKOBAAAA Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 +AAAAAAAAAKPBAAAA Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 +AAAAAAAAALCDAAAA Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 +AAAAAAAAALDCAAAA Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 +AAAAAAAAALDDAAAA Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 +AAAAAAAAALECAAAA Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 +AAAAAAAAALFAAAAA Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 +AAAAAAAAALFBAAAA Beaches make Books parenting 0.44 1510.40 0.62307727404022627 +AAAAAAAAALLDAAAA Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 +AAAAAAAAALMAAAAA Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 +AAAAAAAAALMDAAAA Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 +AAAAAAAAALNBAAAA Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 +AAAAAAAAALOAAAAA Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 +AAAAAAAAAMACAAAA Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 +AAAAAAAAAMBDAAAA Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 +AAAAAAAAAMBEAAAA Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 +AAAAAAAAAMCDAAAA Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 +AAAAAAAAAMDCAAAA Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 +AAAAAAAAAMDEAAAA Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 +AAAAAAAAAMEAAAAA Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 +AAAAAAAAAMFCAAAA Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 +AAAAAAAAAMFDAAAA Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 +AAAAAAAAAMHAAAAA Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 +AAAAAAAAAMJBAAAA Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 +AAAAAAAAAMKBAAAA Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 +AAAAAAAAAMLCAAAA Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 +AAAAAAAAAMLDAAAA Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 +AAAAAAAAAMNBAAAA Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 +AAAAAAAAAMOAAAAA Follow Sports optics 9.98 5054.82 1.46519537068733878 +AAAAAAAAANABAAAA Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 +AAAAAAAAANDAAAAA Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 +AAAAAAAAANDBAAAA Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 +AAAAAAAAANEAAAAA Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 +AAAAAAAAANECAAAA Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 +AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 +AAAAAAAAANJBAAAA New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 +AAAAAAAAANKDAAAA Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 +AAAAAAAAANLCAAAA United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 +AAAAAAAAANMDAAAA Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 +AAAAAAAAANOCAAAA Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 +AAAAAAAAAOBBAAAA Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 +AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +AAAAAAAAAOBEAAAA Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 +AAAAAAAAAOCBAAAA Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 +AAAAAAAAAOCDAAAA Special Sports baseball 3.63 6243.21 1.84754947658668622 +AAAAAAAAAODAAAAA Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 +AAAAAAAAAODCAAAA Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 +AAAAAAAAAOFBAAAA Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 +AAAAAAAAAOGAAAAA Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 +AAAAAAAAAOIBAAAA More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 +AAAAAAAAAOLAAAAA Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 +AAAAAAAAAOLDAAAA Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 +AAAAAAAAAOMCAAAA Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 +AAAAAAAAAONBAAAA Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 +AAAAAAAAAOOAAAAA Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 +AAAAAAAAAOODAAAA Digita Home flatware 98.92 4233.13 0.95218530050094701 +AAAAAAAAAPACAAAA Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 +AAAAAAAAAPBEAAAA Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 +AAAAAAAAAPEAAAAA Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 +AAAAAAAAAPEBAAAA Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 +AAAAAAAAAPFCAAAA Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 +AAAAAAAAAPHBAAAA Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 +AAAAAAAAAPIAAAAA Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 +AAAAAAAAAPKAAAAA Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 +AAAAAAAAAPKDAAAA Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 +AAAAAAAAAPLDAAAA Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 +AAAAAAAAAPMBAAAA Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 +AAAAAAAAAPOAAAAA A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 +AAAAAAAAAPPCAAAA True, red Home kids 9.30 714.26 0.28707993970139603 +AAAAAAAABAADAAAA Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 +AAAAAAAABACEAAAA Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 +AAAAAAAABADDAAAA Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 +AAAAAAAABAGDAAAA Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 +AAAAAAAABAKCAAAA Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 +AAAAAAAABAMAAAAA Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 +AAAAAAAABAPDAAAA Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 +AAAAAAAABBFDAAAA Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 +AAAAAAAABBGCAAAA About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 +AAAAAAAABCGBAAAA Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 +AAAAAAAABCICAAAA Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 +AAAAAAAABCLCAAAA Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 +AAAAAAAABCPBAAAA Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 +AAAAAAAABDCEAAAA Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 +AAAAAAAABDDDAAAA Scientific Home tables 1.25 11322.31 6.08695712946918370 +AAAAAAAABDFEAAAA Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 +AAAAAAAABDGAAAAA Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 +AAAAAAAABDJDAAAA Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 +AAAAAAAABDOBAAAA Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 +AAAAAAAABDPAAAAA Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 +AAAAAAAABDPDAAAA Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 +AAAAAAAABECDAAAA Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 +AAAAAAAABEHBAAAA Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 +AAAAAAAABEIAAAAA Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 +AAAAAAAABEIDAAAA Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 +AAAAAAAABEMCAAAA Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 +AAAAAAAABEPCAAAA Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 +AAAAAAAABFABAAAA Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 +AAAAAAAABFCCAAAA Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 +AAAAAAAABFDEAAAA Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 +AAAAAAAABFGBAAAA Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 +AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 +AAAAAAAABFKAAAAA Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 +AAAAAAAABFMBAAAA Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 +AAAAAAAABGAAAAAA Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 +AAAAAAAABGADAAAA Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 +AAAAAAAABGCEAAAA Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 +AAAAAAAABGFBAAAA Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 +AAAAAAAABGFEAAAA Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 +AAAAAAAABGGDAAAA Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 +AAAAAAAABGMDAAAA NULL Books entertainments NULL 10168.52 5.09220434800331998 +AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 +AAAAAAAABHBBAAAA Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 +AAAAAAAABHBEAAAA British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 +AAAAAAAABHCDAAAA Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 +AAAAAAAABHGCAAAA Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 +AAAAAAAABHIDAAAA Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 +AAAAAAAABHJCAAAA More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 +AAAAAAAABHLDAAAA Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 +AAAAAAAABIABAAAA Children ma Sports optics 6.80 4282.62 1.24136467736002683 +AAAAAAAABIDBAAAA Workers let pr Home kids 1.17 8583.68 3.45000747181149588 +AAAAAAAABIDEAAAA Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 +AAAAAAAABIKAAAAA Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 +AAAAAAAABINAAAAA Below invisi Books cooking 9.59 6854.08 2.56872476559067313 +AAAAAAAABIOCAAAA Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +AAAAAAAABJAAAAAA Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 +AAAAAAAABJGAAAAA Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 +AAAAAAAABJJAAAAA Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 +AAAAAAAABJJDAAAA Final office Home glassware 86.90 809.50 0.23521997673428895 +AAAAAAAABJLBAAAA Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 +AAAAAAAABJPAAAAA Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 +AAAAAAAABJPDAAAA Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 +AAAAAAAABKBBAAAA Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 +AAAAAAAABKCAAAAA Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 +AAAAAAAABKDCAAAA Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 +AAAAAAAABKEBAAAA Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 +AAAAAAAABKIDAAAA Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 +AAAAAAAABKPCAAAA Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 +AAAAAAAABLDBAAAA Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +AAAAAAAABLGBAAAA Simple, ec Books sports 7.35 3308.52 1.06875781212498004 +AAAAAAAABLHAAAAA Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 +AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 +AAAAAAAABLNAAAAA Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 +AAAAAAAABMADAAAA Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 +AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 +AAAAAAAABMECAAAA Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 +AAAAAAAABMHCAAAA Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 +AAAAAAAABMIBAAAA Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 +AAAAAAAABMJAAAAA Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 +AAAAAAAABMJDAAAA Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 +AAAAAAAABMKCAAAA Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 +AAAAAAAABMLBAAAA Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 +AAAAAAAABMMAAAAA Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 +AAAAAAAABMNCAAAA Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 +AAAAAAAABNCAAAAA Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 +AAAAAAAABNGCAAAA Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 +AAAAAAAABNJCAAAA At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 +AAAAAAAABNKBAAAA Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 +AAAAAAAABNMCAAAA Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 +AAAAAAAABNNBAAAA For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 +AAAAAAAABOBAAAAA Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 +AAAAAAAABOBDAAAA Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 +AAAAAAAABODBAAAA Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 +AAAAAAAABODEAAAA Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 +AAAAAAAABOHDAAAA Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 +AAAAAAAABOJBAAAA Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 +AAAAAAAABOMBAAAA Common are Sports outdoor 1.31 14565.86 3.95038597317985966 +AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 +AAAAAAAABONDAAAA Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 +AAAAAAAABPCBAAAA Sure socia Home tables 1.78 3600.34 1.93556926382629347 +AAAAAAAABPECAAAA So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 +AAAAAAAABPFEAAAA Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 +AAAAAAAABPGDAAAA Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 +AAAAAAAACACBAAAA Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +AAAAAAAACACEAAAA Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 +AAAAAAAACAEBAAAA Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 +AAAAAAAACAECAAAA Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 +AAAAAAAACAFAAAAA Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 +AAAAAAAACAGDAAAA Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 +AAAAAAAACAKCAAAA Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 +AAAAAAAACALAAAAA Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 +AAAAAAAACANBAAAA Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 +AAAAAAAACAPDAAAA So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 +AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 +AAAAAAAACBAEAAAA Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 +AAAAAAAACBBAAAAA Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 +AAAAAAAACBCCAAAA Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 +AAAAAAAACBDBAAAA Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 +AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 +AAAAAAAACBHAAAAA Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 +AAAAAAAACBIAAAAA Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 +AAAAAAAACBKAAAAA Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 +AAAAAAAACBLAAAAA Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 +AAAAAAAACBLCAAAA Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 +AAAAAAAACBLDAAAA Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 +AAAAAAAACBMBAAAA Ca Sports sailing 0.93 1188.60 0.45955299559268340 +AAAAAAAACBNDAAAA Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 +AAAAAAAACBOAAAAA Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 +AAAAAAAACBODAAAA Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 +AAAAAAAACCABAAAA Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +AAAAAAAACCAEAAAA Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 +AAAAAAAACCBDAAAA Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 +AAAAAAAACCDEAAAA Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 +AAAAAAAACCFEAAAA Lightly right Books self-help 7.86 4806.98 1.83701002464401047 +AAAAAAAACCGAAAAA Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 +AAAAAAAACCHCAAAA Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 +AAAAAAAACCKAAAAA Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 +AAAAAAAACCLCAAAA Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 +AAAAAAAACCMDAAAA Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 +AAAAAAAACCOCAAAA Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 +AAAAAAAACCPAAAAA Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 +AAAAAAAACCPBAAAA Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 +AAAAAAAACCPDAAAA Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +AAAAAAAACDBBAAAA Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 +AAAAAAAACDCDAAAA Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 +AAAAAAAACDCEAAAA Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 +AAAAAAAACDFAAAAA Asleep, philos Books science 4.18 2847.46 0.90092128128087716 +AAAAAAAACDFDAAAA Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 +AAAAAAAACDIAAAAA Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 +AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 +AAAAAAAACDIDAAAA Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 +AAAAAAAACDJCAAAA Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 +AAAAAAAACDKBAAAA Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 +AAAAAAAACDMDAAAA Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 +AAAAAAAACDNBAAAA Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 +AAAAAAAACDOBAAAA British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 +AAAAAAAACDPAAAAA Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 +AAAAAAAACDPCAAAA Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 +AAAAAAAACEABAAAA Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 +AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 +AAAAAAAACECAAAAA Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 +AAAAAAAACEEBAAAA Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 +AAAAAAAACEFAAAAA Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 +AAAAAAAACEFDAAAA Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 +AAAAAAAACEHAAAAA National sea Home tables 29.68 317.94 0.17092688238914429 +AAAAAAAACEHBAAAA International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 +AAAAAAAACEICAAAA Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 +AAAAAAAACEKBAAAA English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 +AAAAAAAACEKDAAAA Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 +AAAAAAAACELDAAAA Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 +AAAAAAAACEMBAAAA Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 +AAAAAAAACENDAAAA Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 +AAAAAAAACEODAAAA Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 +AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 +AAAAAAAACEPCAAAA Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 +AAAAAAAACFABAAAA Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 +AAAAAAAACFBDAAAA Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 +AAAAAAAACFCCAAAA Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 +AAAAAAAACFCEAAAA Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 +AAAAAAAACFFBAAAA Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 +AAAAAAAACFGDAAAA Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 +AAAAAAAACFHAAAAA Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +AAAAAAAACFHDAAAA Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 +AAAAAAAACFJAAAAA Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 +AAAAAAAACFKAAAAA Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 +AAAAAAAACFMAAAAA Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 +AAAAAAAACFNCAAAA Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 +AAAAAAAACFNDAAAA Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 +AAAAAAAACFOBAAAA Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 +AAAAAAAACFPBAAAA Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 +AAAAAAAACGAAAAAA Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 +AAAAAAAACGBBAAAA Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 +AAAAAAAACGBEAAAA Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 +AAAAAAAACGCBAAAA Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 +AAAAAAAACGCDAAAA Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 +AAAAAAAACGDDAAAA Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 +AAAAAAAACGFDAAAA Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 +AAAAAAAACGHBAAAA Other foods w Books sports 1.39 4385.79 1.41675048808519103 +AAAAAAAACGIAAAAA Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 +AAAAAAAACGJCAAAA Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 +AAAAAAAACGLAAAAA Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 +AAAAAAAACGMDAAAA Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 +AAAAAAAACGOBAAAA Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 +AAAAAAAACGODAAAA Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 +AAAAAAAACHAEAAAA Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 +AAAAAAAACHBAAAAA Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 +AAAAAAAACHBBAAAA Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 +AAAAAAAACHBDAAAA Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 +AAAAAAAACHEDAAAA Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 +AAAAAAAACHGBAAAA Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 +AAAAAAAACHKAAAAA Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 +AAAAAAAACHKDAAAA Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 +AAAAAAAACHLAAAAA Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 +AAAAAAAACHNDAAAA Western activiti Sports optics 6.61 4812.45 1.39494175097516500 +AAAAAAAACHOAAAAA Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 +AAAAAAAACHOCAAAA Final governm Books computers 6.22 4453.71 1.36066137214556420 +AAAAAAAACHODAAAA Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 +AAAAAAAACIAAAAAA Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 +AAAAAAAACIADAAAA Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +AAAAAAAACIBAAAAA Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 +AAAAAAAACIBCAAAA At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 +AAAAAAAACICCAAAA Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 +AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 +AAAAAAAACIDEAAAA Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 +AAAAAAAACIECAAAA Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 +AAAAAAAACIFBAAAA Free proced Sports optics 5.97 8583.18 2.48792946173674879 +AAAAAAAACIFEAAAA Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 +AAAAAAAACIHCAAAA English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 +AAAAAAAACIICAAAA Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 +AAAAAAAACIKCAAAA Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 +AAAAAAAACIMDAAAA Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 +AAAAAAAACINCAAAA Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 +AAAAAAAACIOCAAAA Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 +AAAAAAAACJACAAAA Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 +AAAAAAAACJBEAAAA Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 +AAAAAAAACJCBAAAA English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 +AAAAAAAACJDCAAAA Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 +AAAAAAAACJECAAAA Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 +AAAAAAAACJEEAAAA Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 +AAAAAAAACJFEAAAA Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 +AAAAAAAACJGAAAAA Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 +AAAAAAAACJGDAAAA Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 +AAAAAAAACJHBAAAA Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 +AAAAAAAACJIAAAAA Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 +AAAAAAAACJIBAAAA Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 +AAAAAAAACJIDAAAA Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 +AAAAAAAACJJAAAAA Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 +AAAAAAAACJJCAAAA Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 +AAAAAAAACJJDAAAA Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 +AAAAAAAACJLAAAAA Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 +AAAAAAAACJMCAAAA Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 +AAAAAAAACKABAAAA Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 +AAAAAAAACKAEAAAA Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 +AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 +AAAAAAAACKIAAAAA Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 +AAAAAAAACKJCAAAA Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 +AAAAAAAACKKDAAAA Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 +AAAAAAAACKNBAAAA Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 +AAAAAAAACKNDAAAA Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 +AAAAAAAACKPBAAAA Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 +AAAAAAAACLABAAAA Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 +AAAAAAAACLADAAAA Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 +AAAAAAAACLAEAAAA As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 +AAAAAAAACLBAAAAA Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 +AAAAAAAACLCBAAAA Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 +AAAAAAAACLCCAAAA Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 +AAAAAAAACLDAAAAA Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 +AAAAAAAACLDBAAAA Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 +AAAAAAAACLFCAAAA Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 +AAAAAAAACLFEAAAA Young, nation Sports camping 0.49 7131.74 1.36980618149302870 +AAAAAAAACLGAAAAA Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 +AAAAAAAACLHAAAAA Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 +AAAAAAAACLIBAAAA Close, Sports sailing 4.04 9506.48 3.67552697420657321 +AAAAAAAACLICAAAA American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +AAAAAAAACLJAAAAA Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 +AAAAAAAACLJDAAAA Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 +AAAAAAAACLKCAAAA Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 +AAAAAAAACLMDAAAA For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 +AAAAAAAACLNAAAAA At all public areas object Books history 75.67 152.32 0.04024790085741346 +AAAAAAAACLOCAAAA Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 +AAAAAAAACLPBAAAA Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 +AAAAAAAACMBEAAAA Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 +AAAAAAAACMCBAAAA Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 +AAAAAAAACMCDAAAA Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 +AAAAAAAACMFAAAAA However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 +AAAAAAAACMFBAAAA Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 +AAAAAAAACMFDAAAA Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 +AAAAAAAACMFEAAAA Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 +AAAAAAAACMGCAAAA Ho Books sports 3.04 667.70 0.21568846225981683 +AAAAAAAACMKBAAAA Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 +AAAAAAAACMLAAAAA Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 +AAAAAAAACMLDAAAA Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 +AAAAAAAACMPAAAAA New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 +AAAAAAAACNBDAAAA Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 +AAAAAAAACNCAAAAA Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 +AAAAAAAACNCDAAAA Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 +AAAAAAAACNEAAAAA Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 +AAAAAAAACNGCAAAA Again avail Sports fitness 3.02 17536.86 5.75217458174547567 +AAAAAAAACNIDAAAA Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 +AAAAAAAACNKAAAAA Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 +AAAAAAAACNKBAAAA European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 +AAAAAAAACNKDAAAA Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 +AAAAAAAACNLDAAAA Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 +AAAAAAAACNOAAAAA Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 +AAAAAAAACNPCAAAA Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 +AAAAAAAACOAEAAAA Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 +AAAAAAAACOBCAAAA Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 +AAAAAAAACOFBAAAA British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 +AAAAAAAACOHAAAAA Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 +AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 +AAAAAAAACOOCAAAA Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 +AAAAAAAACPAAAAAA Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 +AAAAAAAACPCAAAAA Only, s Books science 0.31 19345.48 6.12080753674979927 +AAAAAAAACPCDAAAA Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 +AAAAAAAACPGDAAAA Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 +AAAAAAAACPJDAAAA No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 +AAAAAAAACPKBAAAA Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 +AAAAAAAACPNCAAAA Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 +AAAAAAAACPOBAAAA Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 +AAAAAAAADACCAAAA Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 +AAAAAAAADAGEAAAA Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 +AAAAAAAADAHAAAAA Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 +AAAAAAAADAHDAAAA However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 +AAAAAAAADAKAAAAA Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 +AAAAAAAADANAAAAA Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 +AAAAAAAADANDAAAA Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 +AAAAAAAADBFBAAAA Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 +AAAAAAAADBGAAAAA Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 +AAAAAAAADBLBAAAA British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 +AAAAAAAADBMAAAAA So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 +AAAAAAAADBOBAAAA Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 +AAAAAAAADCDCAAAA Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 +AAAAAAAADCIDAAAA National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 +AAAAAAAADCNBAAAA Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 +AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 +AAAAAAAADCPCAAAA Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 +AAAAAAAADDDEAAAA Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 +AAAAAAAADDFCAAAA Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 +AAAAAAAADDGBAAAA Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 +AAAAAAAADDGEAAAA New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 +AAAAAAAADDNDAAAA Indeed Home rugs 1.24 7725.64 2.72211585415332808 +AAAAAAAADDOCAAAA Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 +AAAAAAAADDPBAAAA Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 +AAAAAAAADEAAAAAA So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 +AAAAAAAADEBCAAAA Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +AAAAAAAADECEAAAA Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 +AAAAAAAADEDAAAAA Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 +AAAAAAAADEDDAAAA Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 +AAAAAAAADEIBAAAA Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 +AAAAAAAADELBAAAA Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 +AAAAAAAADFBBAAAA Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 +AAAAAAAADFBEAAAA Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 +AAAAAAAADFEBAAAA Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 +AAAAAAAADFFAAAAA Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 +AAAAAAAADFFDAAAA American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 +AAAAAAAADFKBAAAA Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 +AAAAAAAADGBDAAAA Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 +AAAAAAAADGCCAAAA Deep parent Books science 1.30 15194.47 4.80744993109081411 +AAAAAAAADGDBAAAA Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 +AAAAAAAADGDEAAAA Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 +AAAAAAAADGGBAAAA Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 +AAAAAAAADGJBAAAA Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 +AAAAAAAADGKAAAAA However small values Books entertainments 1.49 10944.45 5.48077555794795460 +AAAAAAAADGKDAAAA Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 +AAAAAAAADGOCAAAA Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 +AAAAAAAADHAAAAAA Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 +AAAAAAAADHCEAAAA Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 +AAAAAAAADHFBAAAA Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 +AAAAAAAADHHCAAAA Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 +AAAAAAAADHIBAAAA Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 +AAAAAAAADHJAAAAA Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 +AAAAAAAADHJDAAAA Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 +AAAAAAAADHPAAAAA Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 +AAAAAAAADICAAAAA Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 +AAAAAAAADICDAAAA Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 +AAAAAAAADIEEAAAA Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 +AAAAAAAADIKBAAAA Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 +AAAAAAAADIPCAAAA Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 +AAAAAAAADJAEAAAA Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 +AAAAAAAADJEAAAAA Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 +AAAAAAAADJHDAAAA Har Books self-help 0.70 26516.21 10.13329441469815912 +AAAAAAAADJMBAAAA Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 +AAAAAAAADJOCAAAA Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 +AAAAAAAADKDDAAAA British services benefi Sports fishing 2.03 972.01 0.33164709127339026 +AAAAAAAADKECAAAA Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 +AAAAAAAADKIBAAAA Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 +AAAAAAAADKJDAAAA Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 +AAAAAAAADKLBAAAA Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 +AAAAAAAADLBBAAAA Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 +AAAAAAAADLCAAAAA Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 +AAAAAAAADLDCAAAA Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 +AAAAAAAADLEBAAAA Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 +AAAAAAAADLEEAAAA Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 +AAAAAAAADLFAAAAA Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 +AAAAAAAADLJCAAAA Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 +AAAAAAAADLODAAAA Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 +AAAAAAAADLPCAAAA Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 +AAAAAAAADMBDAAAA Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 +AAAAAAAADMICAAAA Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 +AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 +AAAAAAAADNGDAAAA Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 +AAAAAAAADNNCAAAA Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 +AAAAAAAADNPDAAAA Fol Books science 1.79 10320.77 3.26543703237455084 +AAAAAAAADOBBAAAA Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 +AAAAAAAADOCDAAAA Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 +AAAAAAAADOEBAAAA Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 +AAAAAAAADOFAAAAA Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 +AAAAAAAADOHBAAAA Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 +AAAAAAAADOKBAAAA Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 +AAAAAAAADOMCAAAA Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 +AAAAAAAADONBAAAA Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 +AAAAAAAADOOAAAAA Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 +AAAAAAAADOODAAAA Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 +AAAAAAAADPEAAAAA Catholic years st Books science 0.45 3035.02 0.96026427311115443 +AAAAAAAADPJBAAAA Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 +AAAAAAAADPNDAAAA Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 +AAAAAAAAEAABAAAA Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 +AAAAAAAAEABDAAAA Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 +AAAAAAAAEADAAAAA So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 +AAAAAAAAEADEAAAA Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 +AAAAAAAAEAFEAAAA Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 +AAAAAAAAEAGAAAAA Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 +AAAAAAAAEAJAAAAA Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 +AAAAAAAAEAMBAAAA Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 +AAAAAAAAEANCAAAA Ye Books computers 9.75 6814.84 2.08201466762597401 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 +AAAAAAAAEAPDAAAA Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 +AAAAAAAAEBBEAAAA Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +AAAAAAAAEBECAAAA Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 +AAAAAAAAEBFAAAAA Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 +AAAAAAAAEBFBAAAA Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 +AAAAAAAAEBGAAAAA Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 +AAAAAAAAEBGDAAAA Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 +AAAAAAAAEBIBAAAA Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 +AAAAAAAAEBKCAAAA Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 +AAAAAAAAEBMCAAAA Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 +AAAAAAAAECACAAAA Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 +AAAAAAAAECBDAAAA Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 +AAAAAAAAECDCAAAA Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 +AAAAAAAAECDEAAAA Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 +AAAAAAAAECEBAAAA Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 +AAAAAAAAECFCAAAA Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 +AAAAAAAAECFDAAAA Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +AAAAAAAAECGEAAAA Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +AAAAAAAAECICAAAA Old, n Sports guns 1.37 6973.14 1.82718035126437398 +AAAAAAAAECIDAAAA Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 +AAAAAAAAECLAAAAA Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 +AAAAAAAAECMBAAAA A Home lighting 6.73 3212.00 0.97364212540862202 +AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 +AAAAAAAAECOAAAAA Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 +AAAAAAAAECODAAAA Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 +AAAAAAAAECPBAAAA Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 +AAAAAAAAEDADAAAA Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 +AAAAAAAAEDAEAAAA For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 +AAAAAAAAEDCBAAAA Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 +AAAAAAAAEDDBAAAA Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 +AAAAAAAAEDECAAAA Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 +AAAAAAAAEDFCAAAA Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 +AAAAAAAAEDGAAAAA Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 +AAAAAAAAEDGEAAAA Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 +AAAAAAAAEDJBAAAA Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 +AAAAAAAAEDLBAAAA Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 +AAAAAAAAEDMDAAAA Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 +AAAAAAAAEDNAAAAA Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 +AAAAAAAAEEADAAAA Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 +AAAAAAAAEEBBAAAA Noble, general d Home paint 9.34 5700.17 1.43996256411084218 +AAAAAAAAEEFDAAAA Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 +AAAAAAAAEEFEAAAA Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 +AAAAAAAAEEHBAAAA Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 +AAAAAAAAEEIAAAAA Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 +AAAAAAAAEEIBAAAA Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 +AAAAAAAAEEJCAAAA Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 +AAAAAAAAEEJDAAAA Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +AAAAAAAAEELAAAAA Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 +AAAAAAAAEEMCAAAA Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 +AAAAAAAAEENBAAAA Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 +AAAAAAAAEFCAAAAA Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 +AAAAAAAAEFDBAAAA Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 +AAAAAAAAEFEBAAAA Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 +AAAAAAAAEFFCAAAA Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 +AAAAAAAAEFHDAAAA Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 +AAAAAAAAEFNDAAAA No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 +AAAAAAAAEFPBAAAA Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 +AAAAAAAAEGADAAAA Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 +AAAAAAAAEGCBAAAA Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 +AAAAAAAAEGCCAAAA Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 +AAAAAAAAEGDDAAAA Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 +AAAAAAAAEGDEAAAA Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 +AAAAAAAAEGECAAAA Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 +AAAAAAAAEGFCAAAA International applications Sports basketball 8.29 5761.52 2.35493609281918858 +AAAAAAAAEGGBAAAA Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 +AAAAAAAAEGKCAAAA Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 +AAAAAAAAEGMAAAAA Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 +AAAAAAAAEGOCAAAA Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 +AAAAAAAAEHCBAAAA Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 +AAAAAAAAEHEBAAAA Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 +AAAAAAAAEHFAAAAA Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 +AAAAAAAAEHFBAAAA Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 +AAAAAAAAEHGCAAAA As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 +AAAAAAAAEHHBAAAA Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 +AAAAAAAAEHIDAAAA Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 +AAAAAAAAEHJAAAAA Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 +AAAAAAAAEHJCAAAA Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 +AAAAAAAAEHKBAAAA Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 +AAAAAAAAEHLAAAAA Pretty bloody countr Home blinds/shades 6.45 NULL NULL +AAAAAAAAEHLDAAAA Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 +AAAAAAAAEHMAAAAA Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 +AAAAAAAAEHPCAAAA Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 +AAAAAAAAEIABAAAA Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 +AAAAAAAAEIACAAAA Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 +AAAAAAAAEIAEAAAA At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 +AAAAAAAAEIBAAAAA Then human details Books home repair 0.82 2109.69 0.61146560394752959 +AAAAAAAAEIBDAAAA Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 +AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 +AAAAAAAAEIEEAAAA Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 +AAAAAAAAEIFAAAAA New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 +AAAAAAAAEIFDAAAA Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 +AAAAAAAAEIIAAAAA Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 +AAAAAAAAEIMCAAAA Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 +AAAAAAAAEINDAAAA German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 +AAAAAAAAEIODAAAA Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 +AAAAAAAAEJAEAAAA Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 +AAAAAAAAEJCBAAAA Young, whi Books home repair 5.38 1079.51 0.31288162437011962 +AAAAAAAAEJCCAAAA English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 +AAAAAAAAEJDDAAAA Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 +AAAAAAAAEJDEAAAA Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 +AAAAAAAAEJEDAAAA Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 +AAAAAAAAEJGAAAAA Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 +AAAAAAAAEJGBAAAA Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 +AAAAAAAAEJJDAAAA New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 +AAAAAAAAEJMAAAAA Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 +AAAAAAAAEJNDAAAA Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 +AAAAAAAAEJPDAAAA Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 +AAAAAAAAEKADAAAA Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 +AAAAAAAAEKBBAAAA Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 +AAAAAAAAEKDAAAAA Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 +AAAAAAAAEKFAAAAA Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 +AAAAAAAAEKFBAAAA Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 +AAAAAAAAEKFDAAAA Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 +AAAAAAAAEKFEAAAA Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 +AAAAAAAAEKGAAAAA Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 +AAAAAAAAEKGDAAAA Houses should Books mystery 1.77 3341.80 1.96116208918398979 +AAAAAAAAEKIAAAAA Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 +AAAAAAAAEKIDAAAA Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 +AAAAAAAAEKKBAAAA Only single Books sports 1.98 2633.56 0.85072413759018003 +AAAAAAAAEKNBAAAA Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 +AAAAAAAAEKODAAAA Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 +AAAAAAAAELBBAAAA Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 +AAAAAAAAELBDAAAA Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 +AAAAAAAAELDCAAAA Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 +AAAAAAAAELDEAAAA Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 +AAAAAAAAELFCAAAA Objective Books travel 1.28 545.37 0.23227347937469255 +AAAAAAAAELGBAAAA About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 +AAAAAAAAELHBAAAA Eyes could not Books travel 4.34 23586.52 10.04551601067307221 +AAAAAAAAELHDAAAA Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 +AAAAAAAAELIDAAAA Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 +AAAAAAAAELJBAAAA Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 +AAAAAAAAELNDAAAA Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 +AAAAAAAAELODAAAA Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 +AAAAAAAAEMABAAAA More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 +AAAAAAAAEMBCAAAA Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 +AAAAAAAAEMCBAAAA O Sports outdoor 92.60 1351.68 0.36658719170908911 +AAAAAAAAEMDAAAAA Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 +AAAAAAAAEMDBAAAA Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 +AAAAAAAAEMDEAAAA Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 +AAAAAAAAEMFEAAAA Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 +AAAAAAAAEMGAAAAA Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 +AAAAAAAAEMGBAAAA Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 +AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 +AAAAAAAAEMLCAAAA Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 +AAAAAAAAEMMAAAAA Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 +AAAAAAAAEMMBAAAA Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 +AAAAAAAAEMNAAAAA More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 +AAAAAAAAENACAAAA Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 +AAAAAAAAENBBAAAA Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 +AAAAAAAAENBCAAAA Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 +AAAAAAAAENCEAAAA Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 +AAAAAAAAENFAAAAA Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 +AAAAAAAAENJDAAAA British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 +AAAAAAAAENLAAAAA Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 +AAAAAAAAENMDAAAA Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 +AAAAAAAAENPAAAAA Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 +AAAAAAAAENPDAAAA Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 +AAAAAAAAEOAEAAAA Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 +AAAAAAAAEODBAAAA Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 +AAAAAAAAEODCAAAA Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 +AAAAAAAAEODEAAAA Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 +AAAAAAAAEOEEAAAA Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 +AAAAAAAAEOKDAAAA Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 +AAAAAAAAEOMBAAAA Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 +AAAAAAAAEONBAAAA Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 +AAAAAAAAEOOAAAAA Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 +AAAAAAAAEPBDAAAA Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 +AAAAAAAAEPCBAAAA Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 +AAAAAAAAEPCEAAAA Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 +AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 +AAAAAAAAEPECAAAA Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 +AAAAAAAAEPEDAAAA Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 +AAAAAAAAEPFBAAAA Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 +AAAAAAAAEPHAAAAA Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 +AAAAAAAAEPHCAAAA Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 +AAAAAAAAEPHDAAAA More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 +AAAAAAAAEPIBAAAA Available Home decor 2.19 2145.41 0.75891291378716614 +AAAAAAAAEPJDAAAA Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 +AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 +AAAAAAAAEPKCAAAA Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 +AAAAAAAAEPMDAAAA New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +AAAAAAAAEPNCAAAA Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 +AAAAAAAAEPNDAAAA Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 +AAAAAAAAFABEAAAA Houses design Home bathroom 4.80 6543.35 2.21925816911599564 +AAAAAAAAFACDAAAA Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 +AAAAAAAAFAFDAAAA As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 +AAAAAAAAFAIDAAAA Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 +AAAAAAAAFAJCAAAA Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 +AAAAAAAAFAKBAAAA Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 +AAAAAAAAFANBAAAA There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 +AAAAAAAAFBABAAAA Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 +AAAAAAAAFBCCAAAA Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 +AAAAAAAAFBFCAAAA Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 +AAAAAAAAFBJBAAAA Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 +AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 +AAAAAAAAFBOCAAAA Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 +AAAAAAAAFCCEAAAA Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 +AAAAAAAAFCDAAAAA Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 +AAAAAAAAFCDDAAAA Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 +AAAAAAAAFCECAAAA Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 +AAAAAAAAFCJDAAAA Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 +AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 +AAAAAAAAFCOBAAAA Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 +AAAAAAAAFDACAAAA Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 +AAAAAAAAFDEEAAAA Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +AAAAAAAAFDFAAAAA All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 +AAAAAAAAFDFDAAAA Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 +AAAAAAAAFDHBAAAA Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 +AAAAAAAAFDIDAAAA Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 +AAAAAAAAFDJCAAAA Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 +AAAAAAAAFDLDAAAA Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 +AAAAAAAAFDMCAAAA Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 +AAAAAAAAFDNBAAAA Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 +AAAAAAAAFECCAAAA Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 +AAAAAAAAFEGBAAAA Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 +AAAAAAAAFEHDAAAA Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 +AAAAAAAAFEMBAAAA Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 +AAAAAAAAFENAAAAA Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 +AAAAAAAAFFBCAAAA Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 +AAAAAAAAFFCEAAAA Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +AAAAAAAAFFDDAAAA French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 +AAAAAAAAFFFEAAAA Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 +AAAAAAAAFFGDAAAA D Sports outdoor 51.59 150.15 0.04072196587588758 +AAAAAAAAFFMDAAAA Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 +AAAAAAAAFFPAAAAA More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 +AAAAAAAAFGACAAAA Fe Books mystery 8.45 8868.51 5.20455610735205735 +AAAAAAAAFGBBAAAA So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 +AAAAAAAAFGCAAAAA At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 +AAAAAAAAFGEBAAAA Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 +AAAAAAAAFGFDAAAA Ec Home bathroom 4.86 4935.12 1.67380705228479791 +AAAAAAAAFGGCAAAA As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 +AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 +AAAAAAAAFGKBAAAA Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 +AAAAAAAAFHDBAAAA Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +AAAAAAAAFHDEAAAA Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 +AAAAAAAAFHFCAAAA R Home curtains/drapes 2.46 14037.99 4.32186707746291875 +AAAAAAAAFHNDAAAA Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 +AAAAAAAAFHPBAAAA Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 +AAAAAAAAFICBAAAA Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 +AAAAAAAAFIGDAAAA I Sports athletic shoes 4.78 5322.70 1.71120332633210365 +AAAAAAAAFIHCAAAA Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 +AAAAAAAAFIIBAAAA Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 +AAAAAAAAFIKCAAAA Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 +AAAAAAAAFINCAAAA Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 +AAAAAAAAFJEEAAAA Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 +AAAAAAAAFJJCAAAA Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 +AAAAAAAAFJKBAAAA Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 +AAAAAAAAFJODAAAA Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 +AAAAAAAAFKCCAAAA Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 +AAAAAAAAFKDBAAAA Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 +AAAAAAAAFKDEAAAA Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 +AAAAAAAAFKGBAAAA Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 +AAAAAAAAFKHAAAAA Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 +AAAAAAAAFKICAAAA Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 +AAAAAAAAFKKDAAAA Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 +AAAAAAAAFLADAAAA Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 +AAAAAAAAFLCEAAAA Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 +AAAAAAAAFLDDAAAA Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 +AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 +AAAAAAAAFLGAAAAA Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 +AAAAAAAAFLLBAAAA Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 +AAAAAAAAFLNCAAAA Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 +AAAAAAAAFLPAAAAA Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 +AAAAAAAAFMBEAAAA Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +AAAAAAAAFMFDAAAA Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 +AAAAAAAAFNBAAAAA Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 +AAAAAAAAFNFCAAAA Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 +AAAAAAAAFNHDAAAA Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 +AAAAAAAAFNICAAAA Alrea Sports fishing 9.31 1608.51 0.54881910966364643 +AAAAAAAAFNKDAAAA Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 +AAAAAAAAFNNAAAAA Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 +AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 +AAAAAAAAFOAAAAAA Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 +AAAAAAAAFOCBAAAA However new Books entertainments 2.06 1060.15 0.53090326217932597 +AAAAAAAAFOCEAAAA Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 +AAAAAAAAFOFBAAAA Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +AAAAAAAAFOFEAAAA Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +AAAAAAAAFOLBAAAA So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 +AAAAAAAAFOPAAAAA Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 +AAAAAAAAFPCDAAAA Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 +AAAAAAAAFPEEAAAA New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 +AAAAAAAAFPFAAAAA Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 +AAAAAAAAFPHBAAAA Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 +AAAAAAAAFPKBAAAA Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 +AAAAAAAAFPLDAAAA Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 +AAAAAAAAFPOAAAAA Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 +AAAAAAAAGAAEAAAA New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 +AAAAAAAAGABBAAAA Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 +AAAAAAAAGACDAAAA Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 +AAAAAAAAGADCAAAA New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 +AAAAAAAAGADEAAAA Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 +AAAAAAAAGAEAAAAA Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 +AAAAAAAAGAFCAAAA Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 +AAAAAAAAGAHDAAAA Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 +AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 +AAAAAAAAGAKBAAAA Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 +AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 +AAAAAAAAGAOAAAAA Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 +AAAAAAAAGBCEAAAA Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 +AAAAAAAAGBDBAAAA Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 +AAAAAAAAGBEAAAAA Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 +AAAAAAAAGBFBAAAA Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 +AAAAAAAAGBFCAAAA Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 +AAAAAAAAGBGBAAAA Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 +AAAAAAAAGBMBAAAA Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 +AAAAAAAAGBOBAAAA Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +AAAAAAAAGBOCAAAA Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 +AAAAAAAAGCCAAAAA Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 +AAAAAAAAGCCEAAAA Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 +AAAAAAAAGCDAAAAA Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 +AAAAAAAAGCDDAAAA Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +AAAAAAAAGCFAAAAA Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 +AAAAAAAAGCFEAAAA Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 +AAAAAAAAGCIBAAAA Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 +AAAAAAAAGCJDAAAA Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 +AAAAAAAAGCLAAAAA Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 +AAAAAAAAGCMDAAAA Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 +AAAAAAAAGCOBAAAA Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 +AAAAAAAAGCPDAAAA Activit Sports baseball 1.51 13643.44 4.03749520372402309 +AAAAAAAAGDDCAAAA Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 +AAAAAAAAGDEBAAAA Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 +AAAAAAAAGDEEAAAA Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 +AAAAAAAAGDFAAAAA Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 +AAAAAAAAGDFCAAAA Political, va Sports baseball 4.54 13469.88 3.98613369463552771 +AAAAAAAAGDGCAAAA Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 +AAAAAAAAGDGEAAAA Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +AAAAAAAAGDKBAAAA However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 +AAAAAAAAGDNDAAAA Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 +AAAAAAAAGDOCAAAA Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 +AAAAAAAAGEABAAAA Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 +AAAAAAAAGEAEAAAA Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 +AAAAAAAAGEBDAAAA Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 +AAAAAAAAGECBAAAA However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 +AAAAAAAAGECCAAAA Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 +AAAAAAAAGEDBAAAA Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +AAAAAAAAGEDDAAAA Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 +AAAAAAAAGEECAAAA Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 +AAAAAAAAGEEDAAAA Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 +AAAAAAAAGEHAAAAA Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 +AAAAAAAAGEHCAAAA Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 +AAAAAAAAGEHDAAAA Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 +AAAAAAAAGEJBAAAA Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 +AAAAAAAAGEKAAAAA Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 +AAAAAAAAGELCAAAA Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 +AAAAAAAAGEMAAAAA Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 +AAAAAAAAGENAAAAA Genera Books computers 2.84 60.00 0.01833071356885245 +AAAAAAAAGENDAAAA Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 +AAAAAAAAGEOBAAAA Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +AAAAAAAAGEOCAAAA Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 +AAAAAAAAGEPAAAAA Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 +AAAAAAAAGEPDAAAA Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 +AAAAAAAAGFBEAAAA Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 +AAAAAAAAGFCAAAAA Departmen Books parenting 2.09 8636.38 3.56271988081006976 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 +AAAAAAAAGFEBAAAA Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 +AAAAAAAAGFFDAAAA Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 +AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 +AAAAAAAAGFHCAAAA New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 +AAAAAAAAGFIBAAAA Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +AAAAAAAAGFIDAAAA Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 +AAAAAAAAGFJCAAAA Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 +AAAAAAAAGFLDAAAA Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 +AAAAAAAAGFMCAAAA Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +AAAAAAAAGFPAAAAA Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 +AAAAAAAAGGAEAAAA Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 +AAAAAAAAGGCCAAAA English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 +AAAAAAAAGGDCAAAA Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 +AAAAAAAAGGEBAAAA Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 +AAAAAAAAGGEDAAAA Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 +AAAAAAAAGGFDAAAA Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 +AAAAAAAAGGHBAAAA Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 +AAAAAAAAGGHDAAAA Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 +AAAAAAAAGGICAAAA Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 +AAAAAAAAGGKBAAAA Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 +AAAAAAAAGGMCAAAA Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 +AAAAAAAAGGNBAAAA Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 +AAAAAAAAGGPCAAAA Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 +AAAAAAAAGHAEAAAA Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 +AAAAAAAAGHBAAAAA Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 +AAAAAAAAGHDAAAAA In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +AAAAAAAAGHDBAAAA Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 +AAAAAAAAGHDDAAAA Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 +AAAAAAAAGHECAAAA Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 +AAAAAAAAGHHDAAAA Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 +AAAAAAAAGHIBAAAA Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 +AAAAAAAAGHKAAAAA Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 +AAAAAAAAGHKDAAAA Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 +AAAAAAAAGHLCAAAA Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 +AAAAAAAAGHMBAAAA Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 +AAAAAAAAGHNAAAAA Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 +AAAAAAAAGHPBAAAA Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 +AAAAAAAAGIBEAAAA Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 +AAAAAAAAGICDAAAA Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 +AAAAAAAAGICEAAAA Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 +AAAAAAAAGIEBAAAA Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 +AAAAAAAAGIFEAAAA Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 +AAAAAAAAGIGAAAAA White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 +AAAAAAAAGIHBAAAA Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 +AAAAAAAAGIHCAAAA Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 +AAAAAAAAGIIAAAAA Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 +AAAAAAAAGIIDAAAA Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +AAAAAAAAGIJAAAAA Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 +AAAAAAAAGILAAAAA There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 +AAAAAAAAGIMCAAAA Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 +AAAAAAAAGIMDAAAA Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 +AAAAAAAAGINBAAAA Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 +AAAAAAAAGJBEAAAA Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 +AAAAAAAAGJDEAAAA Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 +AAAAAAAAGJFCAAAA Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 +AAAAAAAAGJFDAAAA Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 +AAAAAAAAGJHDAAAA Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 +AAAAAAAAGJIAAAAA Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 +AAAAAAAAGJICAAAA Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 +AAAAAAAAGJIDAAAA Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 +AAAAAAAAGJJBAAAA I Sports fitness 73.49 11260.99 3.69365898132789930 +AAAAAAAAGJLDAAAA Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 +AAAAAAAAGJMCAAAA Long-term game Sports golf 4.19 20224.07 4.77757403548687691 +AAAAAAAAGKABAAAA Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 +AAAAAAAAGKBAAAAA As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 +AAAAAAAAGKBDAAAA Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 +AAAAAAAAGKDAAAAA More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 +AAAAAAAAGKEDAAAA Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 +AAAAAAAAGKICAAAA Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 +AAAAAAAAGKJAAAAA Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 +AAAAAAAAGKJDAAAA Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 +AAAAAAAAGKMBAAAA Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 +AAAAAAAAGKOCAAAA Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 +AAAAAAAAGKPBAAAA Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 +AAAAAAAAGLCAAAAA Educational groups Sports pools 0.70 5180.07 1.43672977208892250 +AAAAAAAAGLDCAAAA National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 +AAAAAAAAGLECAAAA Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 +AAAAAAAAGLFAAAAA Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 +AAAAAAAAGLFBAAAA Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 +AAAAAAAAGLGCAAAA Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 +AAAAAAAAGLLDAAAA Prov Books romance 2.61 4503.02 1.21626674320947086 +AAAAAAAAGLMAAAAA Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 +AAAAAAAAGLMCAAAA Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 +AAAAAAAAGLOAAAAA Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +AAAAAAAAGMABAAAA Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 +AAAAAAAAGMACAAAA Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 +AAAAAAAAGMCAAAAA More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 +AAAAAAAAGMEDAAAA Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 +AAAAAAAAGMFAAAAA Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 +AAAAAAAAGMIDAAAA Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 +AAAAAAAAGMJBAAAA Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 +AAAAAAAAGMKDAAAA Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 +AAAAAAAAGMLAAAAA Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 +AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +AAAAAAAAGMOCAAAA Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 +AAAAAAAAGNBCAAAA Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 +AAAAAAAAGNFCAAAA Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 +AAAAAAAAGNHCAAAA Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 +AAAAAAAAGNHDAAAA Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 +AAAAAAAAGNICAAAA Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 +AAAAAAAAGNKAAAAA Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 +AAAAAAAAGNKDAAAA At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 +AAAAAAAAGNMBAAAA Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 +AAAAAAAAGNNAAAAA Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 +AAAAAAAAGNNCAAAA Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 +AAAAAAAAGNOBAAAA Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 +AAAAAAAAGNPBAAAA B Books parenting 0.89 129.54 0.05343844682148498 +AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 +AAAAAAAAGOCDAAAA Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 +AAAAAAAAGODDAAAA Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 +AAAAAAAAGOGCAAAA Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 +AAAAAAAAGOIAAAAA Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 +AAAAAAAAGOKBAAAA Othe Books arts 60.94 6652.80 2.13685508430055191 +AAAAAAAAGOLAAAAA Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 +AAAAAAAAGOLDAAAA Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 +AAAAAAAAGOPCAAAA Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 +AAAAAAAAGOPDAAAA Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 +AAAAAAAAGPBDAAAA Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 +AAAAAAAAGPBEAAAA Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 +AAAAAAAAGPCCAAAA Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 +AAAAAAAAGPDBAAAA Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 +AAAAAAAAGPEDAAAA Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 +AAAAAAAAGPFAAAAA Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 +AAAAAAAAGPHBAAAA Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 +AAAAAAAAGPHDAAAA Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 +AAAAAAAAGPJCAAAA Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 +AAAAAAAAGPMCAAAA Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 +AAAAAAAAGPOCAAAA Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 +AAAAAAAAGPPBAAAA Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 +AAAAAAAAHACBAAAA Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 +AAAAAAAAHADDAAAA Things wo Sports hockey 5.04 1494.08 0.74870016775197323 +AAAAAAAAHAFBAAAA Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 +AAAAAAAAHAFEAAAA Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 +AAAAAAAAHAKCAAAA Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 +AAAAAAAAHBACAAAA Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 +AAAAAAAAHBFAAAAA Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 +AAAAAAAAHBJCAAAA Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 +AAAAAAAAHCAEAAAA Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 +AAAAAAAAHCBDAAAA Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 +AAAAAAAAHCDEAAAA Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 +AAAAAAAAHCEDAAAA Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 +AAAAAAAAHCKAAAAA Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 +AAAAAAAAHDDAAAAA Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 +AAAAAAAAHDDDAAAA Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 +AAAAAAAAHDECAAAA Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 +AAAAAAAAHDGDAAAA Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 +AAAAAAAAHDIBAAAA Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 +AAAAAAAAHDJAAAAA Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 +AAAAAAAAHDJDAAAA Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 +AAAAAAAAHDOBAAAA Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 +AAAAAAAAHDPAAAAA Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 +AAAAAAAAHEEBAAAA Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 +AAAAAAAAHEEEAAAA Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 +AAAAAAAAHEHBAAAA Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 +AAAAAAAAHEIDAAAA Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 +AAAAAAAAHFAEAAAA Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 +AAAAAAAAHFBAAAAA Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 +AAAAAAAAHFDBAAAA Losses hide Sports optics 1.65 4243.32 1.22997313857763450 +AAAAAAAAHFDEAAAA Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 +AAAAAAAAHGADAAAA Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 +AAAAAAAAHGCEAAAA Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 +AAAAAAAAHGDDAAAA Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 +AAAAAAAAHGMAAAAA Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 +AAAAAAAAHGOBAAAA Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 +AAAAAAAAHGPAAAAA Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 +AAAAAAAAHHCAAAAA Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 +AAAAAAAAHHCDAAAA Mild, Sports optics 47.98 14278.69 4.13883590068085459 +AAAAAAAAHHEBAAAA Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 +AAAAAAAAHHIAAAAA Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 +AAAAAAAAHHMCAAAA Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 +AAAAAAAAHICCAAAA Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 +AAAAAAAAHIDEAAAA Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 +AAAAAAAAHIHDAAAA So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 +AAAAAAAAHIJBAAAA Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 +AAAAAAAAHINDAAAA New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 +AAAAAAAAHIOCAAAA Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 +AAAAAAAAHIPBAAAA Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 +AAAAAAAAHJADAAAA Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 +AAAAAAAAHJCEAAAA Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 +AAAAAAAAHJFEAAAA Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 +AAAAAAAAHJIBAAAA Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 +AAAAAAAAHJLBAAAA Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 +AAAAAAAAHJMAAAAA Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 +AAAAAAAAHJOBAAAA Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 +AAAAAAAAHKBBAAAA Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 +AAAAAAAAHKBEAAAA Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 +AAAAAAAAHKEEAAAA Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 +AAAAAAAAHKFAAAAA Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 +AAAAAAAAHKJCAAAA However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 +AAAAAAAAHKKBAAAA Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 +AAAAAAAAHKLAAAAA Purel Books cooking 4.62 4512.72 1.69124603508805594 +AAAAAAAAHKOAAAAA Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 +AAAAAAAAHLEAAAAA Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 +AAAAAAAAHLKAAAAA New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 +AAAAAAAAHLLCAAAA More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 +AAAAAAAAHLNDAAAA Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 +AAAAAAAAHLPBAAAA NULL Home NULL NULL 9647.64 78.82760801411236785 +AAAAAAAAHMADAAAA Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +AAAAAAAAHMFBAAAA Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 +AAAAAAAAHMGAAAAA Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 +AAAAAAAAHMGDAAAA Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 +AAAAAAAAHMNCAAAA As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 +AAAAAAAAHMPAAAAA Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 +AAAAAAAAHMPDAAAA Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 +AAAAAAAAHNBBAAAA Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 +AAAAAAAAHNBEAAAA Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 +AAAAAAAAHNEBAAAA Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 +AAAAAAAAHNFDAAAA Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 +AAAAAAAAHNHBAAAA Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 +AAAAAAAAHNJCAAAA M Sports football 2.64 80.16 0.03474876611752548 +AAAAAAAAHNNBAAAA Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 +AAAAAAAAHODBAAAA Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +AAAAAAAAHOEAAAAA Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 +AAAAAAAAHOGBAAAA Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 +AAAAAAAAHOHDAAAA Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 +AAAAAAAAHOJBAAAA W Home wallpaper 3.29 10436.17 3.85930810123100530 +AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 +AAAAAAAAHPFEAAAA Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 +AAAAAAAAHPIBAAAA English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 +AAAAAAAAHPJDAAAA Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 +AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 +AAAAAAAAIACBAAAA Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 +AAAAAAAAIAGAAAAA Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 +AAAAAAAAIAGDAAAA B Home glassware 2.51 6669.44 1.93796852579460911 +AAAAAAAAIAIAAAAA Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 +AAAAAAAAIAKBAAAA Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 +AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 +AAAAAAAAIAMCAAAA Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 +AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 +AAAAAAAAIAODAAAA European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 +AAAAAAAAIAPAAAAA Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 +AAAAAAAAIBDCAAAA Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 +AAAAAAAAIBFCAAAA Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 +AAAAAAAAIBGBAAAA Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 +AAAAAAAAIBMBAAAA Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 +AAAAAAAAIBMCAAAA Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 +AAAAAAAAICAAAAAA Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 +AAAAAAAAICBDAAAA Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 +AAAAAAAAICCEAAAA Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 +AAAAAAAAICDAAAAA Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 +AAAAAAAAICDBAAAA Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 +AAAAAAAAICGDAAAA Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 +AAAAAAAAICIBAAAA Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 +AAAAAAAAICKCAAAA Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 +AAAAAAAAICLBAAAA Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 +AAAAAAAAICLCAAAA Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 +AAAAAAAAICMBAAAA Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 +AAAAAAAAICNAAAAA Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 +AAAAAAAAICNCAAAA Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 +AAAAAAAAIDDCAAAA New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 +AAAAAAAAIDEBAAAA Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 +AAAAAAAAIDECAAAA Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 +AAAAAAAAIDFBAAAA Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 +AAAAAAAAIDIBAAAA Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 +AAAAAAAAIDJDAAAA Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 +AAAAAAAAIDNBAAAA Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 +AAAAAAAAIDNCAAAA Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 +AAAAAAAAIDODAAAA Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 +AAAAAAAAIDPDAAAA Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +AAAAAAAAIEAEAAAA Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 +AAAAAAAAIEBDAAAA Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 +AAAAAAAAIEBEAAAA Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 +AAAAAAAAIEDBAAAA Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 +AAAAAAAAIEDEAAAA Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 +AAAAAAAAIEEBAAAA New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 +AAAAAAAAIEEDAAAA Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 +AAAAAAAAIEEEAAAA Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 +AAAAAAAAIEHDAAAA Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 +AAAAAAAAIEJBAAAA Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 +AAAAAAAAIEJCAAAA Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 +AAAAAAAAIEKDAAAA Main hours spe Books sports 9.76 8641.62 2.79151973825622032 +AAAAAAAAIENBAAAA Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 +AAAAAAAAIEODAAAA Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 +AAAAAAAAIEPBAAAA Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 +AAAAAAAAIFABAAAA Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 +AAAAAAAAIFCEAAAA Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 +AAAAAAAAIFFBAAAA Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 +AAAAAAAAIFFCAAAA Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 +AAAAAAAAIFFEAAAA Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 +AAAAAAAAIFGBAAAA Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 +AAAAAAAAIFMDAAAA Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 +AAAAAAAAIFNAAAAA Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 +AAAAAAAAIFNDAAAA Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 +AAAAAAAAIGAAAAAA Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 +AAAAAAAAIGBBAAAA Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 +AAAAAAAAIGBCAAAA Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 +AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 +AAAAAAAAIGEBAAAA Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 +AAAAAAAAIGGCAAAA Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 +AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 +AAAAAAAAIGKCAAAA Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 +AAAAAAAAIGNCAAAA Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 +AAAAAAAAIGOBAAAA Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +AAAAAAAAIGPAAAAA Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 +AAAAAAAAIGPCAAAA Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 +AAAAAAAAIGPDAAAA Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 +AAAAAAAAIHDCAAAA Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +AAAAAAAAIHDEAAAA Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 +AAAAAAAAIHEDAAAA Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 +AAAAAAAAIHEEAAAA Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 +AAAAAAAAIHFAAAAA Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +AAAAAAAAIHGCAAAA About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 +AAAAAAAAIHHBAAAA Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 +AAAAAAAAIHIAAAAA Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 +AAAAAAAAIHLCAAAA Different words Sports archery 9.77 14978.55 4.41564003661031975 +AAAAAAAAIHMCAAAA Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 +AAAAAAAAIHNAAAAA Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 +AAAAAAAAIHOAAAAA Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 +AAAAAAAAIIABAAAA Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 +AAAAAAAAIIADAAAA Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 +AAAAAAAAIICCAAAA Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 +AAAAAAAAIIDAAAAA Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 +AAAAAAAAIIECAAAA Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 +AAAAAAAAIIEDAAAA Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 +AAAAAAAAIIFBAAAA Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 +AAAAAAAAIIFCAAAA Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 +AAAAAAAAIIHAAAAA Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 +AAAAAAAAIIIBAAAA Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 +AAAAAAAAIIJBAAAA Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 +AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 +AAAAAAAAIINAAAAA Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 +AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 +AAAAAAAAIIOBAAAA Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 +AAAAAAAAIIPDAAAA Af Books arts 6.04 4187.03 1.34485875775897965 +AAAAAAAAIJBBAAAA Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 +AAAAAAAAIJCEAAAA Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 +AAAAAAAAIJFAAAAA Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 +AAAAAAAAIJFBAAAA Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 +AAAAAAAAIJGCAAAA Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 +AAAAAAAAIJGDAAAA Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 +AAAAAAAAIJIBAAAA New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 +AAAAAAAAIJJCAAAA Euro Books business 3.01 3615.47 1.48910207532427212 +AAAAAAAAIJKBAAAA Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 +AAAAAAAAIJLBAAAA Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 +AAAAAAAAIJNBAAAA Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 +AAAAAAAAIJNCAAAA Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 +AAAAAAAAIKBEAAAA Thick Home mattresses 8.85 7911.90 2.31515308499510774 +AAAAAAAAIKEAAAAA All Books business 9.44 2769.66 1.14073867407076356 +AAAAAAAAIKEBAAAA More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 +AAAAAAAAIKEEAAAA For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 +AAAAAAAAIKHAAAAA Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 +AAAAAAAAIKIDAAAA Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 +AAAAAAAAIKNBAAAA Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 +AAAAAAAAIKODAAAA Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 +AAAAAAAAIKPBAAAA Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 +AAAAAAAAILAEAAAA Alm Books romance 6.14 16369.67 4.42145165207211579 +AAAAAAAAILBDAAAA Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 +AAAAAAAAILCCAAAA Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 +AAAAAAAAILDDAAAA Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 +AAAAAAAAILEAAAAA Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 +AAAAAAAAILFEAAAA Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 +AAAAAAAAILGAAAAA Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 +AAAAAAAAILGBAAAA Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 +AAAAAAAAILIBAAAA Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 +AAAAAAAAILJAAAAA Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 +AAAAAAAAILKCAAAA Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 +AAAAAAAAILKDAAAA High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 +AAAAAAAAILNCAAAA Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 +AAAAAAAAILPBAAAA Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 +AAAAAAAAIMADAAAA Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 +AAAAAAAAIMBBAAAA Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 +AAAAAAAAIMBCAAAA Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 +AAAAAAAAIMCDAAAA Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 +AAAAAAAAIMDDAAAA Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 +AAAAAAAAIMECAAAA Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 +AAAAAAAAIMFDAAAA Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 +AAAAAAAAIMGCAAAA However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 +AAAAAAAAIMHBAAAA British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 +AAAAAAAAIMJCAAAA Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 +AAAAAAAAIMMCAAAA Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 +AAAAAAAAIMNBAAAA Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 +AAAAAAAAIMNCAAAA Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 +AAAAAAAAIMOAAAAA Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 +AAAAAAAAIMOBAAAA Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 +AAAAAAAAINABAAAA Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 +AAAAAAAAINCDAAAA Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 +AAAAAAAAINDEAAAA Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 +AAAAAAAAINEAAAAA Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 +AAAAAAAAINFAAAAA Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 +AAAAAAAAINFDAAAA New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 +AAAAAAAAINJBAAAA Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 +AAAAAAAAINLAAAAA Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 +AAAAAAAAINMBAAAA Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 +AAAAAAAAINNBAAAA Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 +AAAAAAAAINPCAAAA Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 +AAAAAAAAIOBCAAAA Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 +AAAAAAAAIOBDAAAA Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 +AAAAAAAAIOCCAAAA Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 +AAAAAAAAIODDAAAA Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 +AAAAAAAAIOECAAAA Ag Home bedding 8.22 3885.84 1.13368836803595370 +AAAAAAAAIOICAAAA Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 +AAAAAAAAIOJBAAAA Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 +AAAAAAAAIONDAAAA Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 +AAAAAAAAIOOCAAAA Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +AAAAAAAAIPBBAAAA Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 +AAAAAAAAIPCEAAAA Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 +AAAAAAAAIPFAAAAA Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 +AAAAAAAAIPFBAAAA Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 +AAAAAAAAIPHBAAAA Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 +AAAAAAAAIPIDAAAA Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 +AAAAAAAAIPJAAAAA Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 +AAAAAAAAIPKBAAAA Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 +AAAAAAAAIPLBAAAA And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 +AAAAAAAAIPLDAAAA New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 +AAAAAAAAIPNBAAAA Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 +AAAAAAAAIPOAAAAA Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 +AAAAAAAAIPOBAAAA Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 +AAAAAAAAIPPDAAAA Remaining w Sports camping 4.65 12413.70 2.38432177774288046 +AAAAAAAAJACCAAAA Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 +AAAAAAAAJAHAAAAA Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 +AAAAAAAAJAICAAAA Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 +AAAAAAAAJAOCAAAA That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 +AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 +AAAAAAAAJBCBAAAA Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 +AAAAAAAAJBFBAAAA Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 +AAAAAAAAJBGDAAAA Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 +AAAAAAAAJBMDAAAA Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 +AAAAAAAAJBPDAAAA Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +AAAAAAAAJCACAAAA New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 +AAAAAAAAJCDCAAAA Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 +AAAAAAAAJCEBAAAA Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 +AAAAAAAAJCFAAAAA Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 +AAAAAAAAJCGCAAAA Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 +AAAAAAAAJCIDAAAA Structures may Home tables 4.92 312.50 0.16800229837896330 +AAAAAAAAJCJCAAAA Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +AAAAAAAAJCKBAAAA Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 +AAAAAAAAJCODAAAA Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 +AAAAAAAAJDEAAAAA Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 +AAAAAAAAJDEDAAAA Ro Home furniture 3.69 420.40 0.11044299172620688 +AAAAAAAAJDHAAAAA Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 +AAAAAAAAJEBCAAAA Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +AAAAAAAAJECBAAAA Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 +AAAAAAAAJEECAAAA Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 +AAAAAAAAJEJAAAAA Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 +AAAAAAAAJEKCAAAA Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 +AAAAAAAAJFACAAAA Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 +AAAAAAAAJFDCAAAA Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 +AAAAAAAAJFEBAAAA Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +AAAAAAAAJFEEAAAA Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 +AAAAAAAAJFFAAAAA Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 +AAAAAAAAJFIDAAAA Things can r Sports camping 7.52 7918.69 1.52095708919941437 +AAAAAAAAJFKBAAAA Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 +AAAAAAAAJGEAAAAA Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 +AAAAAAAAJGHDAAAA Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 +AAAAAAAAJGKDAAAA Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 +AAAAAAAAJGNDAAAA Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +AAAAAAAAJGPBAAAA Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 +AAAAAAAAJHAAAAAA Alre Books self-help 38.79 1662.56 0.63535512662256678 +AAAAAAAAJHGAAAAA Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 +AAAAAAAAJHGDAAAA Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 +AAAAAAAAJHIBAAAA Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 +AAAAAAAAJHJDAAAA At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 +AAAAAAAAJHNCAAAA Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 +AAAAAAAAJICDAAAA Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 +AAAAAAAAJIJCAAAA Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 +AAAAAAAAJILAAAAA Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 +AAAAAAAAJILDAAAA Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 +AAAAAAAAJIMCAAAA Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 +AAAAAAAAJINBAAAA That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 +AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 +AAAAAAAAJJFCAAAA Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 +AAAAAAAAJJKAAAAA Elsewher Books fiction 2.23 15758.25 4.36952725947808852 +AAAAAAAAJKDAAAAA Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 +AAAAAAAAJKDDAAAA Involunta Home decor 6.52 3664.04 1.29610996156106675 +AAAAAAAAJKFBAAAA Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 +AAAAAAAAJKGAAAAA Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 +AAAAAAAAJKIBAAAA Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 +AAAAAAAAJKLBAAAA Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 +AAAAAAAAJKMAAAAA English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 +AAAAAAAAJKMDAAAA Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 +AAAAAAAAJKNCAAAA Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 +AAAAAAAAJKOBAAAA Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 +AAAAAAAAJKPDAAAA Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 +AAAAAAAAJLACAAAA Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 +AAAAAAAAJLBBAAAA Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 +AAAAAAAAJLBEAAAA Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 +AAAAAAAAJLCDAAAA Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 +AAAAAAAAJLDCAAAA Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 +AAAAAAAAJLIAAAAA Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 +AAAAAAAAJLIDAAAA Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 +AAAAAAAAJLNBAAAA Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 +AAAAAAAAJMCCAAAA Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 +AAAAAAAAJMDEAAAA Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 +AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 +AAAAAAAAJMGBAAAA Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 +AAAAAAAAJMHAAAAA Eye Home rugs 2.18 7906.31 2.78577461528766540 +AAAAAAAAJMKDAAAA Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 +AAAAAAAAJNBCAAAA Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 +AAAAAAAAJNFBAAAA Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 +AAAAAAAAJNFEAAAA Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 +AAAAAAAAJNGAAAAA Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 +AAAAAAAAJNJAAAAA Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 +AAAAAAAAJNMDAAAA Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 +AAAAAAAAJNNCAAAA Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 +AAAAAAAAJOEEAAAA Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 +AAAAAAAAJOGCAAAA Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 +AAAAAAAAJOIDAAAA Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 +AAAAAAAAJOODAAAA Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 +AAAAAAAAJOPCAAAA Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 +AAAAAAAAJPABAAAA Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 +AAAAAAAAJPAEAAAA Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 +AAAAAAAAJPBDAAAA Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 +AAAAAAAAJPCCAAAA Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 +AAAAAAAAJPJBAAAA Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 +AAAAAAAAJPKDAAAA Recent Home bedding 0.35 256.88 0.07494437958873134 +AAAAAAAAKABAAAAA Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 +AAAAAAAAKACBAAAA Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 +AAAAAAAAKACCAAAA Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 +AAAAAAAAKADDAAAA Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 +AAAAAAAAKAEDAAAA Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 +AAAAAAAAKAFBAAAA Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +AAAAAAAAKAFCAAAA Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 +AAAAAAAAKAICAAAA Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 +AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +AAAAAAAAKALBAAAA Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 +AAAAAAAAKAPDAAAA Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 +AAAAAAAAKBCBAAAA Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 +AAAAAAAAKBEEAAAA Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 +AAAAAAAAKBFDAAAA Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 +AAAAAAAAKBHBAAAA National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 +AAAAAAAAKBHCAAAA New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 +AAAAAAAAKBIDAAAA Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 +AAAAAAAAKBJCAAAA For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 +AAAAAAAAKBKCAAAA Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 +AAAAAAAAKBMCAAAA Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 +AAAAAAAAKBNCAAAA Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 +AAAAAAAAKBOAAAAA Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 +AAAAAAAAKBPCAAAA Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 +AAAAAAAAKBPDAAAA Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 +AAAAAAAAKCBDAAAA Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 +AAAAAAAAKCBEAAAA Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 +AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 +AAAAAAAAKCCCAAAA English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 +AAAAAAAAKCDCAAAA So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 +AAAAAAAAKCDEAAAA Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 +AAAAAAAAKCEBAAAA Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 +AAAAAAAAKCEEAAAA Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 +AAAAAAAAKCGCAAAA Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 +AAAAAAAAKCIDAAAA Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 +AAAAAAAAKCLAAAAA In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 +AAAAAAAAKCNBAAAA Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +AAAAAAAAKCOAAAAA Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 +AAAAAAAAKCOCAAAA Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 +AAAAAAAAKDABAAAA Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 +AAAAAAAAKDADAAAA More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 +AAAAAAAAKDBDAAAA Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 +AAAAAAAAKDCEAAAA Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL +AAAAAAAAKDEAAAAA Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 +AAAAAAAAKDFCAAAA Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 +AAAAAAAAKDGBAAAA Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 +AAAAAAAAKDHAAAAA National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 +AAAAAAAAKDKAAAAA Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 +AAAAAAAAKDMBAAAA Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 +AAAAAAAAKDNCAAAA So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 +AAAAAAAAKDOBAAAA Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 +AAAAAAAAKECAAAAA High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 +AAAAAAAAKEFAAAAA Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 +AAAAAAAAKEIDAAAA So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 +AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 +AAAAAAAAKEJDAAAA In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 +AAAAAAAAKELBAAAA However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 +AAAAAAAAKEMAAAAA Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 +AAAAAAAAKEPCAAAA Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 +AAAAAAAAKFABAAAA Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 +AAAAAAAAKFAEAAAA Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 +AAAAAAAAKFBEAAAA Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 +AAAAAAAAKFFAAAAA Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 +AAAAAAAAKFHBAAAA Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 +AAAAAAAAKFHDAAAA Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 +AAAAAAAAKFKBAAAA Important childre Home paint 9.84 2783.72 0.70321632319152474 +AAAAAAAAKFKDAAAA Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 +AAAAAAAAKFLAAAAA Everyd Books history 1.79 7069.46 1.86798138915080206 +AAAAAAAAKFLDAAAA Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 +AAAAAAAAKFMBAAAA Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 +AAAAAAAAKFMCAAAA Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 +AAAAAAAAKFODAAAA Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +AAAAAAAAKFPCAAAA Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 +AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 +AAAAAAAAKGCBAAAA Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 +AAAAAAAAKGEAAAAA There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 +AAAAAAAAKGFBAAAA Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 +AAAAAAAAKGJDAAAA Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 +AAAAAAAAKGKAAAAA Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 +AAAAAAAAKGKCAAAA Ei Sports fishing 4.30 11452.66 3.90761553517258642 +AAAAAAAAKGLBAAAA Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 +AAAAAAAAKGMBAAAA Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 +AAAAAAAAKGNCAAAA Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 +AAAAAAAAKGNDAAAA There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +AAAAAAAAKGPAAAAA There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 +AAAAAAAAKGPBAAAA Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 +AAAAAAAAKHAAAAAA Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 +AAAAAAAAKHBBAAAA Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 +AAAAAAAAKHBCAAAA Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 +AAAAAAAAKHCEAAAA Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 +AAAAAAAAKHEBAAAA New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 +AAAAAAAAKHECAAAA Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 +AAAAAAAAKHEEAAAA Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 +AAAAAAAAKHFAAAAA Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 +AAAAAAAAKHFBAAAA Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 +AAAAAAAAKHFEAAAA Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 +AAAAAAAAKHGDAAAA Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 +AAAAAAAAKHIBAAAA Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 +AAAAAAAAKHJCAAAA Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 +AAAAAAAAKHMAAAAA Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 +AAAAAAAAKHOBAAAA Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 +AAAAAAAAKHPDAAAA Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 +AAAAAAAAKIACAAAA Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 +AAAAAAAAKIAEAAAA Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 +AAAAAAAAKIBEAAAA Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 +AAAAAAAAKICCAAAA Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 +AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 +AAAAAAAAKIDBAAAA Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 +AAAAAAAAKIDCAAAA Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 +AAAAAAAAKIEEAAAA Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 +AAAAAAAAKIIAAAAA For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 +AAAAAAAAKIKAAAAA Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 +AAAAAAAAKILAAAAA Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +AAAAAAAAKILDAAAA Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 +AAAAAAAAKINDAAAA Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 +AAAAAAAAKIOAAAAA Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 +AAAAAAAAKJAEAAAA Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +AAAAAAAAKJDEAAAA Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 +AAAAAAAAKJEAAAAA Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 +AAAAAAAAKJECAAAA Stud Books romance 3.37 4311.85 1.16463168200624402 +AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 +AAAAAAAAKJKAAAAA Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 +AAAAAAAAKJLCAAAA Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 +AAAAAAAAKJMAAAAA Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 +AAAAAAAAKJNAAAAA Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 +AAAAAAAAKJPBAAAA Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 +AAAAAAAAKJPDAAAA Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 +AAAAAAAAKKAAAAAA Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 +AAAAAAAAKKBBAAAA Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 +AAAAAAAAKKCEAAAA NULL Sports tennis NULL 3075.00 1.06068585637671919 +AAAAAAAAKKFEAAAA Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 +AAAAAAAAKKGDAAAA Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 +AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 +AAAAAAAAKKJCAAAA Wages Books reference 5.92 5010.76 1.66113651778278607 +AAAAAAAAKKLDAAAA Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 +AAAAAAAAKKMDAAAA Co Home accent 2.71 26367.53 8.52527452047870942 +AAAAAAAAKKOBAAAA Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +AAAAAAAAKKPDAAAA Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 +AAAAAAAAKLACAAAA Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 +AAAAAAAAKLBBAAAA Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 +AAAAAAAAKLCAAAAA Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 +AAAAAAAAKLDBAAAA Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 +AAAAAAAAKLDEAAAA Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 +AAAAAAAAKLEEAAAA Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 +AAAAAAAAKLFCAAAA Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 +AAAAAAAAKLGBAAAA Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 +AAAAAAAAKLHBAAAA Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 +AAAAAAAAKLKBAAAA Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 +AAAAAAAAKLLDAAAA Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 +AAAAAAAAKLNAAAAA Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 +AAAAAAAAKLODAAAA Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 +AAAAAAAAKMABAAAA Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 +AAAAAAAAKMAEAAAA True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 +AAAAAAAAKMCBAAAA Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 +AAAAAAAAKMFCAAAA Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 +AAAAAAAAKMKCAAAA Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 +AAAAAAAAKMMAAAAA Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +AAAAAAAAKMNCAAAA Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 +AAAAAAAAKMOCAAAA Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 +AAAAAAAAKNBBAAAA Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 +AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 +AAAAAAAAKNBEAAAA Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 +AAAAAAAAKNECAAAA Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 +AAAAAAAAKNFBAAAA Publi Books fiction 1.56 5440.65 1.50861094882232877 +AAAAAAAAKNGCAAAA Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 +AAAAAAAAKNIBAAAA Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 +AAAAAAAAKNKBAAAA Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 +AAAAAAAAKNLAAAAA Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 +AAAAAAAAKNLBAAAA Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 +AAAAAAAAKNMCAAAA Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +AAAAAAAAKNOAAAAA Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 +AAAAAAAAKOABAAAA Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 +AAAAAAAAKOAEAAAA Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 +AAAAAAAAKOBAAAAA Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 +AAAAAAAAKOBDAAAA Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 +AAAAAAAAKOFCAAAA Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 +AAAAAAAAKOHBAAAA Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 +AAAAAAAAKOIDAAAA Rights pay Home furniture 4.07 4771.20 1.25343863492882561 +AAAAAAAAKOJBAAAA Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 +AAAAAAAAKONBAAAA Splendid off Home tables 1.82 4780.65 2.57011260078525081 +AAAAAAAAKPAAAAAA Effects ought Books travel 4.16 5500.91 2.34284156705913419 +AAAAAAAAKPABAAAA Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 +AAAAAAAAKPAEAAAA Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 +AAAAAAAAKPBAAAAA Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 +AAAAAAAAKPBCAAAA Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 +AAAAAAAAKPCBAAAA Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 +AAAAAAAAKPECAAAA Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 +AAAAAAAAKPEDAAAA Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 +AAAAAAAAKPGAAAAA Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 +AAAAAAAAKPGDAAAA Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 +AAAAAAAAKPICAAAA Easily adv Home glassware 4.25 9484.34 2.75590640412610999 +AAAAAAAAKPNCAAAA New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 +AAAAAAAAKPNDAAAA Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 +AAAAAAAAKPOBAAAA Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 +AAAAAAAAKPPAAAAA Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 +AAAAAAAAKPPBAAAA Prime Home mattresses 0.60 5227.40 1.52962388762540303 +AAAAAAAAKPPDAAAA Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 +AAAAAAAALAFAAAAA New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 +AAAAAAAALALAAAAA Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 +AAAAAAAALANBAAAA Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 +AAAAAAAALAPCAAAA Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 +AAAAAAAALBABAAAA Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 +AAAAAAAALBBAAAAA New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 +AAAAAAAALBCCAAAA American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 +AAAAAAAALBDBAAAA Fo Home kids 1.39 6140.28 2.46794054286910648 +AAAAAAAALBEAAAAA Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 +AAAAAAAALBEDAAAA Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 +AAAAAAAALBGEAAAA Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 +AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 +AAAAAAAALBLCAAAA Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 +AAAAAAAALBNDAAAA Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 +AAAAAAAALCAAAAAA Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 +AAAAAAAALCBCAAAA Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 +AAAAAAAALCCBAAAA Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 +AAAAAAAALCCEAAAA Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 +AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 +AAAAAAAALCDDAAAA Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 +AAAAAAAALCFBAAAA English Books reference 3.87 3969.62 1.31598415085154812 +AAAAAAAALCFEAAAA Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 +AAAAAAAALCGAAAAA R Home lighting 3.18 11394.38 3.45393784586347901 +AAAAAAAALCGDAAAA Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 +AAAAAAAALCLBAAAA Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 +AAAAAAAALCOBAAAA Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 +AAAAAAAALCPAAAAA Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 +AAAAAAAALDACAAAA Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 +AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 +AAAAAAAALDEBAAAA New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 +AAAAAAAALDFDAAAA Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 +AAAAAAAALDODAAAA Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 +AAAAAAAALEABAAAA Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 +AAAAAAAALECCAAAA So overall Sports football 4.39 5216.24 2.26120139437226913 +AAAAAAAALEDEAAAA Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 +AAAAAAAALEEAAAAA Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 +AAAAAAAALEEDAAAA Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 +AAAAAAAALEICAAAA Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 +AAAAAAAALEKDAAAA Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 +AAAAAAAALEPBAAAA Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 +AAAAAAAALFBCAAAA Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 +AAAAAAAALFCEAAAA Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 +AAAAAAAALFGAAAAA Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 +AAAAAAAALFGDAAAA Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +AAAAAAAALFJDAAAA Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 +AAAAAAAALFMDAAAA Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 +AAAAAAAALFOBAAAA About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 +AAAAAAAALGBEAAAA Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 +AAAAAAAALGCAAAAA Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 +AAAAAAAALGCDAAAA Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 +AAAAAAAALGEEAAAA More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 +AAAAAAAALGFDAAAA Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 +AAAAAAAALGIDAAAA Sc Sports football 1.08 54.79 0.02375105907658709 +AAAAAAAALGMCAAAA Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 +AAAAAAAALGNBAAAA Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 +AAAAAAAALGOAAAAA Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 +AAAAAAAALHICAAAA Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 +AAAAAAAALHKDAAAA Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 +AAAAAAAALIAAAAAA Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 +AAAAAAAALIBCAAAA Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 +AAAAAAAALICBAAAA Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 +AAAAAAAALIDAAAAA Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 +AAAAAAAALIFBAAAA Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 +AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 +AAAAAAAALIJAAAAA Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 +AAAAAAAALIMAAAAA Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 +AAAAAAAALIOBAAAA So no Books reference 73.22 1488.48 0.49345178854890703 +AAAAAAAALIPAAAAA Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 +AAAAAAAALIPDAAAA Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 +AAAAAAAALJCDAAAA Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 +AAAAAAAALJHBAAAA Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 +AAAAAAAALJIDAAAA Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 +AAAAAAAALJKBAAAA Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 +AAAAAAAALJLAAAAA Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 +AAAAAAAALJLDAAAA Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 +AAAAAAAALJOAAAAA Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 +AAAAAAAALKNAAAAA Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 +AAAAAAAALKPBAAAA Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 +AAAAAAAALLAAAAAA Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 +AAAAAAAALLADAAAA Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 +AAAAAAAALLDAAAAA Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 +AAAAAAAALLGAAAAA Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 +AAAAAAAALLHCAAAA Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 +AAAAAAAALLMAAAAA Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 +AAAAAAAALLNCAAAA Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 +AAAAAAAALLOBAAAA Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 +AAAAAAAALLPAAAAA Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 +AAAAAAAALMGCAAAA Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 +AAAAAAAALMJCAAAA Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 +AAAAAAAALMODAAAA Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 +AAAAAAAALNABAAAA Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 +AAAAAAAALNAEAAAA Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 +AAAAAAAALNCCAAAA Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 +AAAAAAAALNDEAAAA Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 +AAAAAAAALNGBAAAA Levels will l Books reference 3.87 13388.03 4.43831784682792099 +AAAAAAAALNHDAAAA Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 +AAAAAAAALNMBAAAA Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 +AAAAAAAALOBCAAAA Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +AAAAAAAALOCBAAAA Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 +AAAAAAAALOCEAAAA Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 +AAAAAAAALODDAAAA As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 +AAAAAAAALOFBAAAA Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 +AAAAAAAALOHCAAAA Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 +AAAAAAAALOIBAAAA Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 +AAAAAAAALONCAAAA Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 +AAAAAAAALOOBAAAA Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 +AAAAAAAALPCAAAAA Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 +AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 +AAAAAAAALPEEAAAA Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 +AAAAAAAALPGCAAAA Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 +AAAAAAAALPIAAAAA Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 +AAAAAAAALPKBAAAA Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 +AAAAAAAALPLDAAAA Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 +AAAAAAAALPPCAAAA Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +AAAAAAAAMAACAAAA Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 +AAAAAAAAMABAAAAA Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 +AAAAAAAAMABBAAAA Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 +AAAAAAAAMACDAAAA Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 +AAAAAAAAMAEAAAAA Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 +AAAAAAAAMAEEAAAA Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +AAAAAAAAMAFAAAAA Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 +AAAAAAAAMAGBAAAA Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 +AAAAAAAAMAHDAAAA Jol Books entertainments 14.38 5937.80 2.97353901822232865 +AAAAAAAAMAIDAAAA Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 +AAAAAAAAMAKAAAAA However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 +AAAAAAAAMAKDAAAA Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 +AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 +AAAAAAAAMANAAAAA Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 +AAAAAAAAMANBAAAA Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 +AAAAAAAAMANDAAAA French Books parenting 4.98 15486.40 6.38852217736795559 +AAAAAAAAMAOCAAAA Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 +AAAAAAAAMBCCAAAA Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 +AAAAAAAAMBEAAAAA Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 +AAAAAAAAMBFCAAAA Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 +AAAAAAAAMBFEAAAA Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 +AAAAAAAAMBGAAAAA Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL +AAAAAAAAMBGEAAAA Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 +AAAAAAAAMBHDAAAA Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 +AAAAAAAAMBKCAAAA Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 +AAAAAAAAMBMBAAAA Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 +AAAAAAAAMBOBAAAA Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 +AAAAAAAAMBPBAAAA Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 +AAAAAAAAMBPDAAAA Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 +AAAAAAAAMCADAAAA Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 +AAAAAAAAMCBCAAAA American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 +AAAAAAAAMCDAAAAA Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 +AAAAAAAAMCDCAAAA Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +AAAAAAAAMCDDAAAA Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 +AAAAAAAAMCECAAAA Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 +AAAAAAAAMCFDAAAA Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 +AAAAAAAAMCFEAAAA Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 +AAAAAAAAMCHBAAAA Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 +AAAAAAAAMCHCAAAA English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 +AAAAAAAAMCJCAAAA Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 +AAAAAAAAMCLAAAAA Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 +AAAAAAAAMCNBAAAA Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 +AAAAAAAAMCNCAAAA Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 +AAAAAAAAMCPCAAAA Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 +AAAAAAAAMDBBAAAA Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 +AAAAAAAAMDBEAAAA Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 +AAAAAAAAMDDBAAAA Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 +AAAAAAAAMDEAAAAA Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 +AAAAAAAAMDEEAAAA Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 +AAAAAAAAMDFAAAAA Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 +AAAAAAAAMDGBAAAA Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 +AAAAAAAAMDHAAAAA Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 +AAAAAAAAMDKDAAAA Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 +AAAAAAAAMDLCAAAA Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 +AAAAAAAAMDMBAAAA Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 +AAAAAAAAMDNAAAAA Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 +AAAAAAAAMDPBAAAA Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 +AAAAAAAAMEAAAAAA Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 +AAAAAAAAMEABAAAA Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 +AAAAAAAAMEBCAAAA Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 +AAAAAAAAMECBAAAA Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 +AAAAAAAAMECCAAAA Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 +AAAAAAAAMECEAAAA Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 +AAAAAAAAMEECAAAA Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 +AAAAAAAAMEFCAAAA Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 +AAAAAAAAMEGAAAAA Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 +AAAAAAAAMEGBAAAA Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 +AAAAAAAAMEGEAAAA Ag Sports camping 2.85 14559.70 2.79650787334984869 +AAAAAAAAMEHAAAAA So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 +AAAAAAAAMEJAAAAA Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 +AAAAAAAAMEKCAAAA So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 +AAAAAAAAMELCAAAA Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 +AAAAAAAAMENCAAAA Reporte Sports archery 5.38 9065.89 2.67260227802458394 +AAAAAAAAMFAAAAAA Employers w Sports optics 4.48 4800.78 1.39155907266497368 +AAAAAAAAMFACAAAA Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 +AAAAAAAAMFADAAAA New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 +AAAAAAAAMFBCAAAA So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +AAAAAAAAMFBEAAAA Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 +AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 +AAAAAAAAMFFBAAAA Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 +AAAAAAAAMFFEAAAA Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 +AAAAAAAAMFHBAAAA So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 +AAAAAAAAMFHCAAAA Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 +AAAAAAAAMFJAAAAA Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 +AAAAAAAAMFKBAAAA Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 +AAAAAAAAMFMAAAAA Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 +AAAAAAAAMFOBAAAA Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 +AAAAAAAAMFODAAAA Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 +AAAAAAAAMFPCAAAA Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 +AAAAAAAAMGAEAAAA Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 +AAAAAAAAMGBAAAAA Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 +AAAAAAAAMGBBAAAA Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 +AAAAAAAAMGCDAAAA Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 +AAAAAAAAMGEEAAAA Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 +AAAAAAAAMGFAAAAA Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 +AAAAAAAAMGFDAAAA Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 +AAAAAAAAMGHBAAAA Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 +AAAAAAAAMGICAAAA Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 +AAAAAAAAMGKBAAAA Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 +AAAAAAAAMGNBAAAA Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 +AAAAAAAAMGOCAAAA Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 +AAAAAAAAMGODAAAA Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 +AAAAAAAAMGPCAAAA Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 +AAAAAAAAMHABAAAA Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 +AAAAAAAAMHCBAAAA Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 +AAAAAAAAMHDBAAAA Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 +AAAAAAAAMHDDAAAA Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 +AAAAAAAAMHFEAAAA Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 +AAAAAAAAMHHCAAAA Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 +AAAAAAAAMHIBAAAA Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 +AAAAAAAAMHMAAAAA Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 +AAAAAAAAMHMBAAAA Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 +AAAAAAAAMHNCAAAA Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 +AAAAAAAAMHPAAAAA Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 +AAAAAAAAMIACAAAA Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 +AAAAAAAAMICDAAAA Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 +AAAAAAAAMIEBAAAA Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 +AAAAAAAAMIECAAAA Le Home flatware 9.98 11828.71 2.66070821965981599 +AAAAAAAAMIFBAAAA Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 +AAAAAAAAMIGDAAAA Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 +AAAAAAAAMIHCAAAA Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 +AAAAAAAAMIIDAAAA Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +AAAAAAAAMIKCAAAA Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 +AAAAAAAAMILDAAAA So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 +AAAAAAAAMJAEAAAA Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 +AAAAAAAAMJBBAAAA Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 +AAAAAAAAMJBDAAAA Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 +AAAAAAAAMJCCAAAA Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 +AAAAAAAAMJDCAAAA Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +AAAAAAAAMJDEAAAA Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 +AAAAAAAAMJEAAAAA Local pro Books computers 1.04 3400.92 1.03902150650969466 +AAAAAAAAMJHAAAAA Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +AAAAAAAAMJIDAAAA Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 +AAAAAAAAMJJBAAAA Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 +AAAAAAAAMJKBAAAA References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 +AAAAAAAAMJLCAAAA Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 +AAAAAAAAMJNAAAAA Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 +AAAAAAAAMKAAAAAA Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 +AAAAAAAAMKAEAAAA Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 +AAAAAAAAMKCEAAAA So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 +AAAAAAAAMKDEAAAA Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 +AAAAAAAAMKECAAAA Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 +AAAAAAAAMKEDAAAA States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 +AAAAAAAAMKFCAAAA Ex Sports fishing 6.75 1595.67 0.54443813760373930 +AAAAAAAAMKGBAAAA So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 +AAAAAAAAMKGDAAAA Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 +AAAAAAAAMKHDAAAA As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 +AAAAAAAAMKKAAAAA Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 +AAAAAAAAMKMBAAAA Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 +AAAAAAAAMKMDAAAA Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 +AAAAAAAAMKPAAAAA Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 +AAAAAAAAMKPDAAAA High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 +AAAAAAAAMLAAAAAA Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 +AAAAAAAAMLBBAAAA Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 +AAAAAAAAMLBCAAAA Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 +AAAAAAAAMLBEAAAA Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 +AAAAAAAAMLCAAAAA Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 +AAAAAAAAMLCEAAAA Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 +AAAAAAAAMLEEAAAA Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 +AAAAAAAAMLHBAAAA Valu Books romance 1.87 4397.36 1.18772795277826853 +AAAAAAAAMLIBAAAA High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 +AAAAAAAAMLIDAAAA Fo Home mattresses 0.33 3335.98 0.97616304408321383 +AAAAAAAAMLJAAAAA Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 +AAAAAAAAMLKBAAAA Implicit, indian Home paint 0.68 162.27 0.04099223799961516 +AAAAAAAAMLLAAAAA There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 +AAAAAAAAMLMAAAAA Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 +AAAAAAAAMLNCAAAA Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 +AAAAAAAAMMBAAAAA Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 +AAAAAAAAMMBEAAAA Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 +AAAAAAAAMMDBAAAA Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 +AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 8124.94 2.48226579840186729 +AAAAAAAAMMHAAAAA Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 +AAAAAAAAMMIAAAAA Scenes should Home lighting 8.25 549.90 0.16668922937802031 +AAAAAAAAMMICAAAA Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 +AAAAAAAAMMIDAAAA Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 +AAAAAAAAMMJBAAAA Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 +AAAAAAAAMMJCAAAA Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 +AAAAAAAAMMKAAAAA Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 +AAAAAAAAMMNBAAAA Years Home bathroom 0.97 10497.66 3.56041136598259649 +AAAAAAAAMMNDAAAA Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 +AAAAAAAAMNDAAAAA Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 +AAAAAAAAMNEDAAAA Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 +AAAAAAAAMNFEAAAA Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 +AAAAAAAAMNIBAAAA There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 +AAAAAAAAMNICAAAA Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 +AAAAAAAAMNJAAAAA American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 +AAAAAAAAMNJBAAAA Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 +AAAAAAAAMNKAAAAA Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 +AAAAAAAAMNKDAAAA Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 +AAAAAAAAMNLBAAAA Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 +AAAAAAAAMNMDAAAA Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 +AAAAAAAAMNNAAAAA Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 +AAAAAAAAMNNDAAAA Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +AAAAAAAAMNPBAAAA Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 +AAAAAAAAMOAAAAAA Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 +AAAAAAAAMOCAAAAA Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 +AAAAAAAAMODAAAAA Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 +AAAAAAAAMOFAAAAA Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 +AAAAAAAAMOFDAAAA Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 +AAAAAAAAMOGCAAAA Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 +AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 +AAAAAAAAMOIAAAAA Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 +AAAAAAAAMOKCAAAA Fa Books sports 7.37 232.54 0.07511785983809766 +AAAAAAAAMOODAAAA Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 +AAAAAAAAMOPAAAAA Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 +AAAAAAAAMOPDAAAA Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 +AAAAAAAAMPABAAAA Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 +AAAAAAAAMPBAAAAA Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 +AAAAAAAAMPCDAAAA Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 +AAAAAAAAMPEAAAAA Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 +AAAAAAAAMPFAAAAA Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 +AAAAAAAAMPGBAAAA Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 +AAAAAAAAMPGCAAAA Man Sports pools 6.46 8843.74 2.45287506821600624 +AAAAAAAAMPHAAAAA Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 +AAAAAAAAMPHDAAAA Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 +AAAAAAAAMPJBAAAA Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 +AAAAAAAAMPKBAAAA Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 +AAAAAAAAMPLCAAAA Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +AAAAAAAAMPNDAAAA Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 +AAAAAAAAMPPCAAAA Categories shall Books history 8.98 3439.98 0.90895466118359479 +AAAAAAAANAADAAAA Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 +AAAAAAAANABCAAAA Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 +AAAAAAAANAGAAAAA Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 +AAAAAAAANAIBAAAA Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 +AAAAAAAANAKCAAAA False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 +AAAAAAAANAMDAAAA Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 +AAAAAAAANANCAAAA Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 +AAAAAAAANAOBAAAA In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 +AAAAAAAANAPAAAAA Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 +AAAAAAAANBDCAAAA Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 +AAAAAAAANBEBAAAA Social, mi Books self-help 2.25 2221.27 0.84886878194646143 +AAAAAAAANBLDAAAA Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 +AAAAAAAANBODAAAA Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 +AAAAAAAANCAEAAAA Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 +AAAAAAAANCBDAAAA White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 +AAAAAAAANCCCAAAA Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 +AAAAAAAANCFCAAAA Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 +AAAAAAAANCGEAAAA Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 +AAAAAAAANCKAAAAA Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 +AAAAAAAANCNAAAAA Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 +AAAAAAAANCNDAAAA Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 +AAAAAAAANCOCAAAA Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +AAAAAAAANCPBAAAA Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 +AAAAAAAANDBCAAAA Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 +AAAAAAAANDDAAAAA Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +AAAAAAAANDDDAAAA Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 +AAAAAAAANDECAAAA French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 +AAAAAAAANDFBAAAA Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 +AAAAAAAANDJAAAAA Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 +AAAAAAAANDOBAAAA Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 +AAAAAAAANDPAAAAA Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 +AAAAAAAANDPDAAAA Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 +AAAAAAAANEEEAAAA Even s Sports golf 1.45 656.18 0.15501076344206576 +AAAAAAAANEIDAAAA Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 +AAAAAAAANEJCAAAA At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 +AAAAAAAANEKBAAAA Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 +AAAAAAAANELDAAAA Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 +AAAAAAAANEOAAAAA Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 +AAAAAAAANEODAAAA Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 +AAAAAAAANFCCAAAA Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 +AAAAAAAANFHDAAAA Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 +AAAAAAAANFICAAAA Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 +AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 +AAAAAAAANFMBAAAA Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 +AAAAAAAANFOCAAAA Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 +AAAAAAAANGFEAAAA Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 +AAAAAAAANGNCAAAA Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 +AAAAAAAANGPAAAAA Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 +AAAAAAAANHBEAAAA Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 +AAAAAAAANHLAAAAA Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +AAAAAAAANHODAAAA Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 +AAAAAAAANIABAAAA Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 +AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 +AAAAAAAANIBDAAAA Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 +AAAAAAAANICCAAAA Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 +AAAAAAAANIFCAAAA Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 +AAAAAAAANIHAAAAA Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 +AAAAAAAANILCAAAA New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 +AAAAAAAANINDAAAA Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 +AAAAAAAANJAAAAAA Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 +AAAAAAAANJFEAAAA Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 +AAAAAAAANJGDAAAA Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 +AAAAAAAANJMAAAAA Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 +AAAAAAAANKBEAAAA Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 +AAAAAAAANKGCAAAA Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 +AAAAAAAANKHBAAAA Young figures should go onl Sports golf 9.27 NULL NULL +AAAAAAAANKIAAAAA Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 +AAAAAAAANKJCAAAA Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 +AAAAAAAANKKBAAAA Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 +AAAAAAAANKODAAAA Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 +AAAAAAAANLFCAAAA Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 +AAAAAAAANLHAAAAA Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 +AAAAAAAANLHDAAAA Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 +AAAAAAAANLKAAAAA Sign Home paint 5.65 246.59 0.06229294366380171 +AAAAAAAANLPBAAAA Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 +AAAAAAAANMAAAAAA Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 +AAAAAAAANMADAAAA Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 +AAAAAAAANMCBAAAA Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 +AAAAAAAANMDAAAAA Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 +AAAAAAAANMFEAAAA Low meals c Books fiction 6.53 3925.96 1.08861004487304088 +AAAAAAAANMIBAAAA Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 +AAAAAAAANMJAAAAA High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 +AAAAAAAANMMDAAAA Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 +AAAAAAAANNACAAAA Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 +AAAAAAAANNBEAAAA Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 +AAAAAAAANNCAAAAA Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +AAAAAAAANNEEAAAA Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 +AAAAAAAANNFDAAAA Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 +AAAAAAAANNHBAAAA Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 +AAAAAAAANNIAAAAA Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 +AAAAAAAANNJCAAAA Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 +AAAAAAAANNKBAAAA Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 +AAAAAAAANNNBAAAA Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 +AAAAAAAANNODAAAA Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 +AAAAAAAANNPCAAAA Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 +AAAAAAAANOAEAAAA Labour, h Books home repair 35.82 4334.42 1.25627402275322497 +AAAAAAAANODBAAAA Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 +AAAAAAAANOEAAAAA Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 +AAAAAAAANOHDAAAA Al Sports guns 4.59 6630.42 1.73737701302861129 +AAAAAAAANOJBAAAA Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 +AAAAAAAANOKAAAAA So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 +AAAAAAAANOKDAAAA Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 +AAAAAAAANOMBAAAA Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 +AAAAAAAANPDAAAAA Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 +AAAAAAAANPECAAAA Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 +AAAAAAAANPFBAAAA Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 +AAAAAAAANPJAAAAA International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 +AAAAAAAANPPAAAAA Tears Home accent 2.49 3654.39 1.18155466040589281 +AAAAAAAANPPDAAAA Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +AAAAAAAAOAAAAAAA Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 +AAAAAAAAOAACAAAA Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 +AAAAAAAAOACDAAAA Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 +AAAAAAAAOACEAAAA Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 +AAAAAAAAOADCAAAA Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 +AAAAAAAAOAECAAAA Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 +AAAAAAAAOAFBAAAA Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 +AAAAAAAAOAGDAAAA Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 +AAAAAAAAOAIAAAAA Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 +AAAAAAAAOAIBAAAA Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 +AAAAAAAAOAJCAAAA Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +AAAAAAAAOALAAAAA Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 +AAAAAAAAOAMAAAAA Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 +AAAAAAAAOAMCAAAA Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 +AAAAAAAAOAPAAAAA Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 +AAAAAAAAOAPCAAAA Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 +AAAAAAAAOAPDAAAA For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 +AAAAAAAAOBACAAAA Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 +AAAAAAAAOBBAAAAA Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 +AAAAAAAAOBBBAAAA Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 +AAAAAAAAOBCCAAAA Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 +AAAAAAAAOBHDAAAA Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 +AAAAAAAAOBIDAAAA Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 +AAAAAAAAOBKBAAAA Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 +AAAAAAAAOBLDAAAA Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 +AAAAAAAAOBMCAAAA Again secret Home tables 6.39 7957.34 4.27792450874515132 +AAAAAAAAOBNAAAAA Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 +AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 +AAAAAAAAOCDDAAAA Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 +AAAAAAAAOCDEAAAA Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 +AAAAAAAAOCFBAAAA Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 +AAAAAAAAOCGAAAAA Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 +AAAAAAAAOCGEAAAA Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 +AAAAAAAAOCHCAAAA Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 +AAAAAAAAOCIBAAAA Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 +AAAAAAAAOCICAAAA Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 +AAAAAAAAOCJAAAAA Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 +AAAAAAAAOCJBAAAA Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 +AAAAAAAAOCJDAAAA Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 +AAAAAAAAOCKAAAAA Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 +AAAAAAAAOCKCAAAA Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 +AAAAAAAAOCKDAAAA Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 +AAAAAAAAOCMBAAAA Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 +AAAAAAAAOCMDAAAA Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 +AAAAAAAAOCNDAAAA Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 +AAAAAAAAODACAAAA However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 +AAAAAAAAODCBAAAA New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 +AAAAAAAAODCEAAAA Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 +AAAAAAAAODDCAAAA Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 +AAAAAAAAODDDAAAA Ni Home furniture 0.83 1902.40 0.49977818139851565 +AAAAAAAAODECAAAA Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 +AAAAAAAAODFAAAAA Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 +AAAAAAAAODFDAAAA Marked, large years Books science 0.95 3439.80 1.08833452387389507 +AAAAAAAAODGCAAAA Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 +AAAAAAAAODKBAAAA Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 +AAAAAAAAODKCAAAA Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 +AAAAAAAAODLDAAAA Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 +AAAAAAAAODNBAAAA Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 +AAAAAAAAODOBAAAA Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 +AAAAAAAAODPAAAAA In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 +AAAAAAAAODPDAAAA Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 +AAAAAAAAOEABAAAA Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 +AAAAAAAAOEBAAAAA Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 +AAAAAAAAOEDCAAAA Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 +AAAAAAAAOEDEAAAA National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 +AAAAAAAAOEEDAAAA Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 +AAAAAAAAOEFDAAAA Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 +AAAAAAAAOEIAAAAA Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 +AAAAAAAAOEIDAAAA Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 +AAAAAAAAOEKAAAAA Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 +AAAAAAAAOELAAAAA Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 +AAAAAAAAOELCAAAA Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 +AAAAAAAAOENAAAAA Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 +AAAAAAAAOENDAAAA Cle Sports guns 9.82 7032.34 1.84269259923226950 +AAAAAAAAOFABAAAA Implicati Sports optics 2.46 1430.04 0.41451287838097538 +AAAAAAAAOFBAAAAA Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +AAAAAAAAOFDEAAAA Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 +AAAAAAAAOFEAAAAA Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 +AAAAAAAAOFECAAAA Later high interests Books fiction 5.61 9818.74 2.72258988680392092 +AAAAAAAAOFEDAAAA Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 +AAAAAAAAOFGAAAAA Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 +AAAAAAAAOFHAAAAA Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 +AAAAAAAAOFHCAAAA Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 +AAAAAAAAOFIBAAAA Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 +AAAAAAAAOFKCAAAA Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 +AAAAAAAAOFLCAAAA Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 +AAAAAAAAOFMAAAAA Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 +AAAAAAAAOFNCAAAA Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 +AAAAAAAAOFNDAAAA Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 +AAAAAAAAOFOBAAAA Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 +AAAAAAAAOGADAAAA Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 +AAAAAAAAOGCBAAAA Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 +AAAAAAAAOGCDAAAA Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 +AAAAAAAAOGDDAAAA Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 +AAAAAAAAOGEBAAAA Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 +AAAAAAAAOGEEAAAA Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 +AAAAAAAAOGFAAAAA Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 +AAAAAAAAOGFBAAAA Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 +AAAAAAAAOGFEAAAA As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 +AAAAAAAAOGGAAAAA Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 +AAAAAAAAOGGDAAAA At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 +AAAAAAAAOGIBAAAA Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 +AAAAAAAAOGLBAAAA Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 +AAAAAAAAOGMAAAAA Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 +AAAAAAAAOGOAAAAA So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 +AAAAAAAAOGODAAAA Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 +AAAAAAAAOGPAAAAA Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 +AAAAAAAAOHABAAAA Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 +AAAAAAAAOHBBAAAA Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 +AAAAAAAAOHBEAAAA Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +AAAAAAAAOHCCAAAA Sex Sports optics 3.66 11777.64 3.41387895229148194 +AAAAAAAAOHDBAAAA High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 +AAAAAAAAOHEAAAAA Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 +AAAAAAAAOHEBAAAA Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 +AAAAAAAAOHHAAAAA Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 +AAAAAAAAOHHBAAAA Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 +AAAAAAAAOHKBAAAA Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 +AAAAAAAAOHMBAAAA At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 +AAAAAAAAOHNAAAAA German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 +AAAAAAAAOIBDAAAA Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +AAAAAAAAOIDBAAAA Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 +AAAAAAAAOIECAAAA Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 +AAAAAAAAOIFBAAAA Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 +AAAAAAAAOIFCAAAA Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 +AAAAAAAAOIGDAAAA Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 +AAAAAAAAOIHCAAAA Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 +AAAAAAAAOIJAAAAA Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 +AAAAAAAAOIKAAAAA Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 +AAAAAAAAOIMBAAAA All Home wallpaper 1.99 2643.49 0.97756575185371168 +AAAAAAAAOIOBAAAA There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 +AAAAAAAAOJAAAAAA General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 +AAAAAAAAOJACAAAA New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 +AAAAAAAAOJCBAAAA Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 +AAAAAAAAOJCEAAAA Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 +AAAAAAAAOJDDAAAA Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 +AAAAAAAAOJECAAAA British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 +AAAAAAAAOJFEAAAA Thereby Home decor 31.17 3065.16 1.08426338407291388 +AAAAAAAAOJGAAAAA NULL Books NULL NULL 2102.35 17.17759179534778832 +AAAAAAAAOJGCAAAA Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 +AAAAAAAAOJIAAAAA Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 +AAAAAAAAOJJDAAAA Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 +AAAAAAAAOJLDAAAA Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 +AAAAAAAAOJNCAAAA Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 +AAAAAAAAOKABAAAA Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 +AAAAAAAAOKBBAAAA Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 +AAAAAAAAOKCAAAAA There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 +AAAAAAAAOKCCAAAA Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 +AAAAAAAAOKEAAAAA Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 +AAAAAAAAOKEBAAAA Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 +AAAAAAAAOKFDAAAA Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 +AAAAAAAAOKGBAAAA Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 +AAAAAAAAOKHAAAAA So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 +AAAAAAAAOKICAAAA Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 +AAAAAAAAOKJBAAAA Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 +AAAAAAAAOKKAAAAA Beings Home flatware 5.41 3057.71 0.68779048013993208 +AAAAAAAAOKOAAAAA Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 +AAAAAAAAOLBCAAAA Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 +AAAAAAAAOLBDAAAA Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 +AAAAAAAAOLDAAAAA Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 +AAAAAAAAOLDBAAAA Special chee Books history 49.12 29083.38 7.68477543880305618 +AAAAAAAAOLDEAAAA Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 +AAAAAAAAOLHDAAAA All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 +AAAAAAAAOLMDAAAA Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 +AAAAAAAAOLNDAAAA Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 +AAAAAAAAOLPAAAAA Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 +AAAAAAAAOMACAAAA So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 +AAAAAAAAOMBBAAAA Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 +AAAAAAAAOMBEAAAA Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 +AAAAAAAAOMCBAAAA Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 +AAAAAAAAOMCDAAAA Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 +AAAAAAAAOMDAAAAA Together hot rights Books computers 4.99 1742.88 0.53247056774802601 +AAAAAAAAOMDCAAAA New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 +AAAAAAAAOMEBAAAA Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 +AAAAAAAAOMFDAAAA So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 +AAAAAAAAOMHCAAAA Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 +AAAAAAAAOMIBAAAA Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 +AAAAAAAAOMJCAAAA Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 +AAAAAAAAOMLAAAAA Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 +AAAAAAAAOMPCAAAA Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 +AAAAAAAAONBDAAAA Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 +AAAAAAAAONDCAAAA Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 +AAAAAAAAONEAAAAA Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 +AAAAAAAAONGBAAAA Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 +AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 +AAAAAAAAONHAAAAA Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 +AAAAAAAAONHDAAAA Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 +AAAAAAAAONIDAAAA So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 +AAAAAAAAONJCAAAA Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 +AAAAAAAAONMCAAAA Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 +AAAAAAAAONOAAAAA Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 +AAAAAAAAONPCAAAA Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 +AAAAAAAAOOAAAAAA High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 +AAAAAAAAOOBCAAAA Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 +AAAAAAAAOOBDAAAA Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 +AAAAAAAAOODAAAAA Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 +AAAAAAAAOOEAAAAA Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 +AAAAAAAAOOECAAAA Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 +AAAAAAAAOOFEAAAA Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 +AAAAAAAAOOGBAAAA Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 +AAAAAAAAOOIBAAAA Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 +AAAAAAAAOOKDAAAA Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 +AAAAAAAAOOMAAAAA Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 +AAAAAAAAOONCAAAA Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 +AAAAAAAAOONDAAAA So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 +AAAAAAAAOOPBAAAA Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 +AAAAAAAAOPADAAAA Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 +AAAAAAAAOPDCAAAA Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 +AAAAAAAAOPEBAAAA Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 +AAAAAAAAOPEEAAAA Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 +AAAAAAAAOPFAAAAA Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 +AAAAAAAAOPFEAAAA Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 +AAAAAAAAOPGDAAAA Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 +AAAAAAAAOPIBAAAA So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 +AAAAAAAAOPKCAAAA Less imp Books arts 9.12 21212.29 6.81331014552635795 +AAAAAAAAOPMAAAAA Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +AAAAAAAAOPMCAAAA Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 +AAAAAAAAOPNBAAAA Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 +AAAAAAAAOPPCAAAA Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 +AAAAAAAAPABDAAAA Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +AAAAAAAAPADBAAAA Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 +AAAAAAAAPADEAAAA Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 +AAAAAAAAPAFCAAAA Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 +AAAAAAAAPAGEAAAA Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 +AAAAAAAAPAICAAAA Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 +AAAAAAAAPAKAAAAA Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 +AAAAAAAAPANDAAAA Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 +AAAAAAAAPAOCAAAA Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 +AAAAAAAAPAPBAAAA Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 +AAAAAAAAPBAAAAAA So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 +AAAAAAAAPBDAAAAA Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 +AAAAAAAAPBDDAAAA Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 +AAAAAAAAPBECAAAA Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 +AAAAAAAAPBGAAAAA Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 +AAAAAAAAPBMAAAAA Yea Home accent 1.36 8742.72 2.82673758428186571 +AAAAAAAAPBMDAAAA Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 +AAAAAAAAPBPAAAAA Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 +AAAAAAAAPBPDAAAA Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +AAAAAAAAPCBBAAAA Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 +AAAAAAAAPCCAAAAA Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 +AAAAAAAAPCDCAAAA Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 +AAAAAAAAPCEBAAAA Th Books fiction 0.34 NULL NULL +AAAAAAAAPCFAAAAA Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 +AAAAAAAAPCHBAAAA Strong memb Sports guns 6.63 804.38 0.21077266926378033 +AAAAAAAAPCIAAAAA Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 +AAAAAAAAPCIDAAAA Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 +AAAAAAAAPCLAAAAA Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 +AAAAAAAAPCNBAAAA Areas may clea Home paint 2.32 11516.97 2.90938790456909989 +AAAAAAAAPCOAAAAA Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 +AAAAAAAAPCODAAAA Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 +AAAAAAAAPDBAAAAA Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 +AAAAAAAAPDBDAAAA Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 +AAAAAAAAPDDEAAAA Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 +AAAAAAAAPDGBAAAA Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 +AAAAAAAAPDGEAAAA African lives must n Books cooking 0.88 13101.34 4.91002972250450964 +AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 +AAAAAAAAPEADAAAA For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 +AAAAAAAAPEBCAAAA English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 +AAAAAAAAPECBAAAA Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +AAAAAAAAPEDDAAAA Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 +AAAAAAAAPEFBAAAA Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 +AAAAAAAAPEFEAAAA Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 +AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 +AAAAAAAAPEMDAAAA Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 +AAAAAAAAPENCAAAA Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 +AAAAAAAAPFACAAAA Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 +AAAAAAAAPFEBAAAA Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 +AAAAAAAAPFGCAAAA Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 +AAAAAAAAPFMCAAAA Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 +AAAAAAAAPFOAAAAA Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 +AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 +AAAAAAAAPGDEAAAA Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 +AAAAAAAAPGGBAAAA Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 +AAAAAAAAPGNAAAAA Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 +AAAAAAAAPGPBAAAA Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 +AAAAAAAAPHAAAAAA Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +AAAAAAAAPHADAAAA Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 +AAAAAAAAPHIBAAAA Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 +AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 +AAAAAAAAPHLBAAAA Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 +AAAAAAAAPHPAAAAA Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 +AAAAAAAAPIBEAAAA New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 +AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 +AAAAAAAAPIFAAAAA Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 +AAAAAAAAPIGCAAAA So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 +AAAAAAAAPIKBAAAA Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 +AAAAAAAAPILDAAAA Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 +AAAAAAAAPIMCAAAA Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 +AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 +AAAAAAAAPJNDAAAA Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 +AAAAAAAAPJOCAAAA Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 +AAAAAAAAPKCBAAAA Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 +AAAAAAAAPKFBAAAA Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 +AAAAAAAAPKGDAAAA In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 +AAAAAAAAPKMDAAAA Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 +AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 +AAAAAAAAPKPAAAAA Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 +AAAAAAAAPLEEAAAA References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 +AAAAAAAAPLFDAAAA Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +AAAAAAAAPLIAAAAA Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 +AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 +AAAAAAAAPLJCAAAA Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 +AAAAAAAAPLLAAAAA Only Home decor 3.96 877.92 0.31055361225687812 +AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 +AAAAAAAAPLOAAAAA Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 +AAAAAAAAPMAEAAAA Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 +AAAAAAAAPMBAAAAA Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 +AAAAAAAAPMDEAAAA Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 +AAAAAAAAPMHAAAAA Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 +AAAAAAAAPMKAAAAA Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 +AAAAAAAAPMMBAAAA Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 +AAAAAAAAPMPBAAAA Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 +AAAAAAAAPNAAAAAA Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 +AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 +AAAAAAAAPNGAAAAA Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 +AAAAAAAAPNIBAAAA Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 +AAAAAAAAPNKCAAAA Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 +AAAAAAAAPNLBAAAA National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 +AAAAAAAAPNMAAAAA Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 +AAAAAAAAPOACAAAA Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 +AAAAAAAAPOBBAAAA Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 +AAAAAAAAPOCAAAAA Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 +AAAAAAAAPOKBAAAA Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 +AAAAAAAAPOODAAAA Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 +AAAAAAAAPPAEAAAA Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 +AAAAAAAAPPCCAAAA Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 +AAAAAAAAPPDEAAAA Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 From ccc506c4f274743113f42a28de7279e4f2ffc668 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Sun, 21 Mar 2021 12:41:50 +0900 Subject: [PATCH 03/15] Update .github/workflows/build_and_test.yml --- .github/workflows/build_and_test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6fc98646e907..a48db2d2314b 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -440,7 +440,13 @@ jobs: with: repository: maropu/spark-tpcds-sf-1 path: ./tpcds-sf-1 - lfs: true + - name: Cache TPC-DS generated data + uses: actions/cache@v2 + with: + path: ./tpcds-sf-1 + key: tpcds-${{ hashFiles('tpcds-sf-1/.spark-tpcds-sf-1.md5') }} + restore-keys: | + tpcds- - name: Install Java 8 uses: actions/setup-java@v1 with: From a106423a7e7ca80636637a8f1fc10c4379b8b9fe Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Sun, 21 Mar 2021 20:40:41 +0900 Subject: [PATCH 04/15] Remove queries in the golden files --- .../tpcds-query-results/v1_4/q1.sql.out | 20 -- .../tpcds-query-results/v1_4/q10.sql.out | 58 ----- .../tpcds-query-results/v1_4/q11.sql.out | 69 ----- .../tpcds-query-results/v1_4/q12.sql.out | 23 -- .../tpcds-query-results/v1_4/q13.sql.out | 50 ---- .../tpcds-query-results/v1_4/q14a.sql.out | 121 --------- .../tpcds-query-results/v1_4/q14b.sql.out | 96 ------- .../tpcds-query-results/v1_4/q15.sql.out | 16 -- .../tpcds-query-results/v1_4/q16.sql.out | 24 -- .../tpcds-query-results/v1_4/q17.sql.out | 34 --- .../tpcds-query-results/v1_4/q18.sql.out | 29 --- .../tpcds-query-results/v1_4/q19.sql.out | 20 -- .../tpcds-query-results/v1_4/q2.sql.out | 82 ------ .../tpcds-query-results/v1_4/q20.sql.out | 19 -- .../tpcds-query-results/v1_4/q21.sql.out | 26 -- .../tpcds-query-results/v1_4/q22.sql.out | 15 -- .../tpcds-query-results/v1_4/q23a.sql.out | 54 ---- .../tpcds-query-results/v1_4/q23b.sql.out | 69 ----- .../tpcds-query-results/v1_4/q24a.sql.out | 35 --- .../tpcds-query-results/v1_4/q24b.sql.out | 35 --- .../tpcds-query-results/v1_4/q25.sql.out | 34 --- .../tpcds-query-results/v1_4/q26.sql.out | 20 -- .../tpcds-query-results/v1_4/q27.sql.out | 22 -- .../tpcds-query-results/v1_4/q28.sql.out | 57 ----- .../tpcds-query-results/v1_4/q29.sql.out | 33 --- .../tpcds-query-results/v1_4/q3.sql.out | 14 - .../tpcds-query-results/v1_4/q30.sql.out | 36 --- .../tpcds-query-results/v1_4/q31.sql.out | 61 ----- .../tpcds-query-results/v1_4/q32.sql.out | 16 -- .../tpcds-query-results/v1_4/q33.sql.out | 66 ----- .../tpcds-query-results/v1_4/q34.sql.out | 33 --- .../tpcds-query-results/v1_4/q35.sql.out | 47 ---- .../tpcds-query-results/v1_4/q36.sql.out | 27 -- .../tpcds-query-results/v1_4/q37.sql.out | 16 -- .../tpcds-query-results/v1_4/q38.sql.out | 31 --- .../tpcds-query-results/v1_4/q39a.sql.out | 48 ---- .../tpcds-query-results/v1_4/q39b.sql.out | 49 ---- .../tpcds-query-results/v1_4/q4.sql.out | 121 --------- .../tpcds-query-results/v1_4/q40.sql.out | 26 -- .../tpcds-query-results/v1_4/q41.sql.out | 50 ---- .../tpcds-query-results/v1_4/q42.sql.out | 19 -- .../tpcds-query-results/v1_4/q43.sql.out | 34 --- .../tpcds-query-results/v1_4/q44.sql.out | 47 ---- .../tpcds-query-results/v1_4/q45.sql.out | 22 -- .../tpcds-query-results/v1_4/q46.sql.out | 33 --- .../tpcds-query-results/v1_4/q47.sql.out | 64 ----- .../tpcds-query-results/v1_4/q48.sql.out | 64 ----- .../tpcds-query-results/v1_4/q49.sql.out | 127 --------- .../tpcds-query-results/v1_4/q5.sql.out | 132 ---------- .../tpcds-query-results/v1_4/q50.sql.out | 48 ---- .../tpcds-query-results/v1_4/q51.sql.out | 56 ---- .../tpcds-query-results/v1_4/q52.sql.out | 15 -- .../tpcds-query-results/v1_4/q53.sql.out | 31 --- .../tpcds-query-results/v1_4/q54.sql.out | 62 ----- .../tpcds-query-results/v1_4/q55.sql.out | 14 - .../tpcds-query-results/v1_4/q56.sql.out | 66 ----- .../tpcds-query-results/v1_4/q57.sql.out | 57 ----- .../tpcds-query-results/v1_4/q58.sql.out | 60 ----- .../tpcds-query-results/v1_4/q59.sql.out | 76 ------ .../tpcds-query-results/v1_4/q6.sql.out | 22 -- .../tpcds-query-results/v1_4/q60.sql.out | 63 ----- .../tpcds-query-results/v1_4/q61.sql.out | 34 --- .../tpcds-query-results/v1_4/q62.sql.out | 36 --- .../tpcds-query-results/v1_4/q63.sql.out | 32 --- .../tpcds-query-results/v1_4/q64.sql.out | 93 ------- .../tpcds-query-results/v1_4/q65.sql.out | 34 --- .../tpcds-query-results/v1_4/q66.sql.out | 241 ------------------ .../tpcds-query-results/v1_4/q67.sql.out | 39 --- .../tpcds-query-results/v1_4/q68.sql.out | 35 --- .../tpcds-query-results/v1_4/q69.sql.out | 39 --- .../tpcds-query-results/v1_4/q7.sql.out | 20 -- .../tpcds-query-results/v1_4/q70.sql.out | 39 --- .../tpcds-query-results/v1_4/q71.sql.out | 45 ---- .../tpcds-query-results/v1_4/q72.sql.out | 34 --- .../tpcds-query-results/v1_4/q73.sql.out | 31 --- .../tpcds-query-results/v1_4/q74.sql.out | 59 ----- .../tpcds-query-results/v1_4/q75.sql.out | 77 ------ .../tpcds-query-results/v1_4/q76.sql.out | 48 ---- .../tpcds-query-results/v1_4/q77.sql.out | 101 -------- .../tpcds-query-results/v1_4/q78.sql.out | 65 ----- .../tpcds-query-results/v1_4/q79.sql.out | 28 -- .../tpcds-query-results/v1_4/q8.sql.out | 88 ------- .../tpcds-query-results/v1_4/q80.sql.out | 95 ------- .../tpcds-query-results/v1_4/q81.sql.out | 39 --- .../tpcds-query-results/v1_4/q82.sql.out | 16 -- .../tpcds-query-results/v1_4/q83.sql.out | 57 ----- .../tpcds-query-results/v1_4/q84.sql.out | 20 -- .../tpcds-query-results/v1_4/q85.sql.out | 83 ------ .../tpcds-query-results/v1_4/q86.sql.out | 25 -- .../tpcds-query-results/v1_4/q87.sql.out | 29 --- .../tpcds-query-results/v1_4/q88.sql.out | 123 --------- .../tpcds-query-results/v1_4/q89.sql.out | 31 --- .../tpcds-query-results/v1_4/q9.sql.out | 49 ---- .../tpcds-query-results/v1_4/q90.sql.out | 20 -- .../tpcds-query-results/v1_4/q91.sql.out | 24 -- .../tpcds-query-results/v1_4/q92.sql.out | 17 -- .../tpcds-query-results/v1_4/q93.sql.out | 20 -- .../tpcds-query-results/v1_4/q94.sql.out | 24 -- .../tpcds-query-results/v1_4/q95.sql.out | 30 --- .../tpcds-query-results/v1_4/q96.sql.out | 12 - .../tpcds-query-results/v1_4/q97.sql.out | 31 --- .../tpcds-query-results/v1_4/q98.sql.out | 22 -- .../tpcds-query-results/v1_4/q99.sql.out | 35 --- .../tpcds-query-results/v2_7/q10a.sql.out | 70 ----- .../tpcds-query-results/v2_7/q11.sql.out | 85 ------ .../tpcds-query-results/v2_7/q12.sql.out | 24 -- .../tpcds-query-results/v2_7/q14.sql.out | 136 ---------- .../tpcds-query-results/v2_7/q14a.sql.out | 216 ---------------- .../tpcds-query-results/v2_7/q18a.sql.out | 134 ---------- .../tpcds-query-results/v2_7/q20.sql.out | 20 -- .../tpcds-query-results/v2_7/q22.sql.out | 16 -- .../tpcds-query-results/v2_7/q22a.sql.out | 95 ------- .../tpcds-query-results/v2_7/q24.sql.out | 41 --- .../tpcds-query-results/v2_7/q27a.sql.out | 71 ------ .../tpcds-query-results/v2_7/q34.sql.out | 38 --- .../tpcds-query-results/v2_7/q35.sql.out | 66 ----- .../tpcds-query-results/v2_7/q35a.sql.out | 63 ----- .../tpcds-query-results/v2_7/q36a.sql.out | 71 ------ .../tpcds-query-results/v2_7/q47.sql.out | 65 ----- .../tpcds-query-results/v2_7/q49.sql.out | 134 ---------- .../tpcds-query-results/v2_7/q51a.sql.out | 104 -------- .../tpcds-query-results/v2_7/q57.sql.out | 58 ----- .../tpcds-query-results/v2_7/q5a.sql.out | 159 ------------ .../tpcds-query-results/v2_7/q6.sql.out | 24 -- .../tpcds-query-results/v2_7/q64.sql.out | 112 -------- .../tpcds-query-results/v2_7/q67a.sql.out | 209 --------------- .../tpcds-query-results/v2_7/q70a.sql.out | 71 ------ .../tpcds-query-results/v2_7/q72.sql.out | 41 --- .../tpcds-query-results/v2_7/q74.sql.out | 61 ----- .../tpcds-query-results/v2_7/q75.sql.out | 79 ------ .../tpcds-query-results/v2_7/q77a.sql.out | 122 --------- .../tpcds-query-results/v2_7/q78.sql.out | 76 ------ .../tpcds-query-results/v2_7/q80a.sql.out | 148 ----------- .../tpcds-query-results/v2_7/q86a.sql.out | 62 ----- .../tpcds-query-results/v2_7/q98.sql.out | 23 -- .../spark/sql/TPCDSQueryTestSuite.scala | 39 ++- 136 files changed, 15 insertions(+), 7552 deletions(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q1.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q1.sql.out index aae998734222..7519643bec28 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q1.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q1.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH customer_total_return AS -( SELECT - sr_customer_sk AS ctr_customer_sk, - sr_store_sk AS ctr_store_sk, - sum(sr_return_amt) AS ctr_total_return - FROM store_returns, date_dim - WHERE sr_returned_date_sk = d_date_sk AND d_year = 2000 - GROUP BY sr_customer_sk, sr_store_sk) -SELECT c_customer_id -FROM customer_total_return ctr1, store, customer -WHERE ctr1.ctr_total_return > - (SELECT avg(ctr_total_return) * 1.2 - FROM customer_total_return ctr2 - WHERE ctr1.ctr_store_sk = ctr2.ctr_store_sk) - AND s_store_sk = ctr1.ctr_store_sk - AND s_state = 'TN' - AND ctr1.ctr_customer_sk = c_customer_sk -ORDER BY c_customer_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out index 1cf7a3ddc539..12b5103d634b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out @@ -1,63 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - cd_gender, - cd_marital_status, - cd_education_status, - count(*) cnt1, - cd_purchase_estimate, - count(*) cnt2, - cd_credit_rating, - count(*) cnt3, - cd_dep_count, - count(*) cnt4, - cd_dep_employed_count, - count(*) cnt5, - cd_dep_college_count, - count(*) cnt6 -FROM - customer c, customer_address ca, customer_demographics -WHERE - c.c_current_addr_sk = ca.ca_address_sk AND - ca_county IN ('Rush County', 'Toole County', 'Jefferson County', - 'Dona Ana County', 'La Porte County') AND - cd_demo_sk = c.c_current_cdemo_sk AND - exists(SELECT * - FROM store_sales, date_dim - WHERE c.c_customer_sk = ss_customer_sk AND - ss_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_moy BETWEEN 1 AND 1 + 3) AND - (exists(SELECT * - FROM web_sales, date_dim - WHERE c.c_customer_sk = ws_bill_customer_sk AND - ws_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_moy BETWEEN 1 AND 1 + 3) OR - exists(SELECT * - FROM catalog_sales, date_dim - WHERE c.c_customer_sk = cs_ship_customer_sk AND - cs_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_moy BETWEEN 1 AND 1 + 3)) -GROUP BY cd_gender, - cd_marital_status, - cd_education_status, - cd_purchase_estimate, - cd_credit_rating, - cd_dep_count, - cd_dep_employed_count, - cd_dep_college_count -ORDER BY cd_gender, - cd_marital_status, - cd_education_status, - cd_purchase_estimate, - cd_credit_rating, - cd_dep_count, - cd_dep_employed_count, - cd_dep_college_count -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out index 52843ac0d2c7..2ce114c44cf8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out @@ -1,74 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH year_total AS ( - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum(ss_ext_list_price - ss_ext_discount_amt) year_total, - 's' sale_type - FROM customer, store_sales, date_dim - WHERE c_customer_sk = ss_customer_sk - AND ss_sold_date_sk = d_date_sk - GROUP BY c_customer_id - , c_first_name - , c_last_name - , d_year - , c_preferred_cust_flag - , c_birth_country - , c_login - , c_email_address - , d_year - UNION ALL - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum(ws_ext_list_price - ws_ext_discount_amt) year_total, - 'w' sale_type - FROM customer, web_sales, date_dim - WHERE c_customer_sk = ws_bill_customer_sk - AND ws_sold_date_sk = d_date_sk - GROUP BY - c_customer_id, c_first_name, c_last_name, c_preferred_cust_flag, c_birth_country, - c_login, c_email_address, d_year) -SELECT t_s_secyear.customer_preferred_cust_flag -FROM year_total t_s_firstyear - , year_total t_s_secyear - , year_total t_w_firstyear - , year_total t_w_secyear -WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id - AND t_s_firstyear.customer_id = t_w_secyear.customer_id - AND t_s_firstyear.customer_id = t_w_firstyear.customer_id - AND t_s_firstyear.sale_type = 's' - AND t_w_firstyear.sale_type = 'w' - AND t_s_secyear.sale_type = 's' - AND t_w_secyear.sale_type = 'w' - AND t_s_firstyear.dyear = 2001 - AND t_s_secyear.dyear = 2001 + 1 - AND t_w_firstyear.dyear = 2001 - AND t_w_secyear.dyear = 2001 + 1 - AND t_s_firstyear.year_total > 0 - AND t_w_firstyear.year_total > 0 - AND CASE WHEN t_w_firstyear.year_total > 0 - THEN t_w_secyear.year_total / t_w_firstyear.year_total - ELSE NULL END - > CASE WHEN t_s_firstyear.year_total > 0 - THEN t_s_secyear.year_total / t_s_firstyear.year_total - ELSE NULL END -ORDER BY t_s_secyear.customer_preferred_cust_flag -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out index a51eefed1dc6..6ee2a3811247 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out @@ -1,28 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_desc, - i_category, - i_class, - i_current_price, - sum(ws_ext_sales_price) AS itemrevenue, - sum(ws_ext_sales_price) * 100 / sum(sum(ws_ext_sales_price)) - OVER - (PARTITION BY i_class) AS revenueratio -FROM - web_sales, item, date_dim -WHERE - ws_item_sk = i_item_sk - AND i_category IN ('Sports', 'Books', 'Home') - AND ws_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('1999-02-22' AS DATE) - AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) -GROUP BY - i_item_id, i_item_desc, i_category, i_class, i_current_price -ORDER BY - i_category, i_class, i_item_id, i_item_desc, revenueratio -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out index 3aefd722f18c..f9e241ed154a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out @@ -1,55 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - avg(ss_quantity), - avg(ss_ext_sales_price), - avg(ss_ext_wholesale_cost), - sum(ss_ext_wholesale_cost) -FROM store_sales - , store - , customer_demographics - , household_demographics - , customer_address - , date_dim -WHERE s_store_sk = ss_store_sk - AND ss_sold_date_sk = d_date_sk AND d_year = 2001 - AND ((ss_hdemo_sk = hd_demo_sk - AND cd_demo_sk = ss_cdemo_sk - AND cd_marital_status = 'M' - AND cd_education_status = 'Advanced Degree' - AND ss_sales_price BETWEEN 100.00 AND 150.00 - AND hd_dep_count = 3 -) OR - (ss_hdemo_sk = hd_demo_sk - AND cd_demo_sk = ss_cdemo_sk - AND cd_marital_status = 'S' - AND cd_education_status = 'College' - AND ss_sales_price BETWEEN 50.00 AND 100.00 - AND hd_dep_count = 1 - ) OR - (ss_hdemo_sk = hd_demo_sk - AND cd_demo_sk = ss_cdemo_sk - AND cd_marital_status = 'W' - AND cd_education_status = '2 yr Degree' - AND ss_sales_price BETWEEN 150.00 AND 200.00 - AND hd_dep_count = 1 - )) - AND ((ss_addr_sk = ca_address_sk - AND ca_country = 'United States' - AND ca_state IN ('TX', 'OH', 'TX') - AND ss_net_profit BETWEEN 100 AND 200 -) OR - (ss_addr_sk = ca_address_sk - AND ca_country = 'United States' - AND ca_state IN ('OR', 'NM', 'KY') - AND ss_net_profit BETWEEN 150 AND 300 - ) OR - (ss_addr_sk = ca_address_sk - AND ca_country = 'United States' - AND ca_state IN ('VA', 'TX', 'MS') - AND ss_net_profit BETWEEN 50 AND 250 - )) -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out index 717e7e5b9696..9d247f3c2e37 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out @@ -1,126 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH cross_items AS -(SELECT i_item_sk ss_item_sk - FROM item, - (SELECT - iss.i_brand_id brand_id, - iss.i_class_id class_id, - iss.i_category_id category_id - FROM store_sales, item iss, date_dim d1 - WHERE ss_item_sk = iss.i_item_sk - AND ss_sold_date_sk = d1.d_date_sk - AND d1.d_year BETWEEN 1999 AND 1999 + 2 - INTERSECT - SELECT - ics.i_brand_id, - ics.i_class_id, - ics.i_category_id - FROM catalog_sales, item ics, date_dim d2 - WHERE cs_item_sk = ics.i_item_sk - AND cs_sold_date_sk = d2.d_date_sk - AND d2.d_year BETWEEN 1999 AND 1999 + 2 - INTERSECT - SELECT - iws.i_brand_id, - iws.i_class_id, - iws.i_category_id - FROM web_sales, item iws, date_dim d3 - WHERE ws_item_sk = iws.i_item_sk - AND ws_sold_date_sk = d3.d_date_sk - AND d3.d_year BETWEEN 1999 AND 1999 + 2) x - WHERE i_brand_id = brand_id - AND i_class_id = class_id - AND i_category_id = category_id -), - avg_sales AS - (SELECT avg(quantity * list_price) average_sales - FROM ( - SELECT - ss_quantity quantity, - ss_list_price list_price - FROM store_sales, date_dim - WHERE ss_sold_date_sk = d_date_sk - AND d_year BETWEEN 1999 AND 2001 - UNION ALL - SELECT - cs_quantity quantity, - cs_list_price list_price - FROM catalog_sales, date_dim - WHERE cs_sold_date_sk = d_date_sk - AND d_year BETWEEN 1999 AND 1999 + 2 - UNION ALL - SELECT - ws_quantity quantity, - ws_list_price list_price - FROM web_sales, date_dim - WHERE ws_sold_date_sk = d_date_sk - AND d_year BETWEEN 1999 AND 1999 + 2) x) -SELECT - channel, - i_brand_id, - i_class_id, - i_category_id, - sum(sales), - sum(number_sales) -FROM ( - SELECT - 'store' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ss_quantity * ss_list_price) sales, - count(*) number_sales - FROM store_sales, item, date_dim - WHERE ss_item_sk IN (SELECT ss_item_sk - FROM cross_items) - AND ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND d_year = 1999 + 2 - AND d_moy = 11 - GROUP BY i_brand_id, i_class_id, i_category_id - HAVING sum(ss_quantity * ss_list_price) > (SELECT average_sales - FROM avg_sales) - UNION ALL - SELECT - 'catalog' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(cs_quantity * cs_list_price) sales, - count(*) number_sales - FROM catalog_sales, item, date_dim - WHERE cs_item_sk IN (SELECT ss_item_sk - FROM cross_items) - AND cs_item_sk = i_item_sk - AND cs_sold_date_sk = d_date_sk - AND d_year = 1999 + 2 - AND d_moy = 11 - GROUP BY i_brand_id, i_class_id, i_category_id - HAVING sum(cs_quantity * cs_list_price) > (SELECT average_sales FROM avg_sales) - UNION ALL - SELECT - 'web' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ws_quantity * ws_list_price) sales, - count(*) number_sales - FROM web_sales, item, date_dim - WHERE ws_item_sk IN (SELECT ss_item_sk - FROM cross_items) - AND ws_item_sk = i_item_sk - AND ws_sold_date_sk = d_date_sk - AND d_year = 1999 + 2 - AND d_moy = 11 - GROUP BY i_brand_id, i_class_id, i_category_id - HAVING sum(ws_quantity * ws_list_price) > (SELECT average_sales - FROM avg_sales) - ) y -GROUP BY ROLLUP (channel, i_brand_id, i_class_id, i_category_id) -ORDER BY channel, i_brand_id, i_class_id, i_category_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out index 0863463337c6..e746181a099c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14b.sql.out @@ -1,101 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH cross_items AS -(SELECT i_item_sk ss_item_sk - FROM item, - (SELECT - iss.i_brand_id brand_id, - iss.i_class_id class_id, - iss.i_category_id category_id - FROM store_sales, item iss, date_dim d1 - WHERE ss_item_sk = iss.i_item_sk - AND ss_sold_date_sk = d1.d_date_sk - AND d1.d_year BETWEEN 1999 AND 1999 + 2 - INTERSECT - SELECT - ics.i_brand_id, - ics.i_class_id, - ics.i_category_id - FROM catalog_sales, item ics, date_dim d2 - WHERE cs_item_sk = ics.i_item_sk - AND cs_sold_date_sk = d2.d_date_sk - AND d2.d_year BETWEEN 1999 AND 1999 + 2 - INTERSECT - SELECT - iws.i_brand_id, - iws.i_class_id, - iws.i_category_id - FROM web_sales, item iws, date_dim d3 - WHERE ws_item_sk = iws.i_item_sk - AND ws_sold_date_sk = d3.d_date_sk - AND d3.d_year BETWEEN 1999 AND 1999 + 2) x - WHERE i_brand_id = brand_id - AND i_class_id = class_id - AND i_category_id = category_id -), - avg_sales AS - (SELECT avg(quantity * list_price) average_sales - FROM (SELECT - ss_quantity quantity, - ss_list_price list_price - FROM store_sales, date_dim - WHERE ss_sold_date_sk = d_date_sk AND d_year BETWEEN 1999 AND 1999 + 2 - UNION ALL - SELECT - cs_quantity quantity, - cs_list_price list_price - FROM catalog_sales, date_dim - WHERE cs_sold_date_sk = d_date_sk AND d_year BETWEEN 1999 AND 1999 + 2 - UNION ALL - SELECT - ws_quantity quantity, - ws_list_price list_price - FROM web_sales, date_dim - WHERE ws_sold_date_sk = d_date_sk AND d_year BETWEEN 1999 AND 1999 + 2) x) -SELECT * -FROM - (SELECT - 'store' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ss_quantity * ss_list_price) sales, - count(*) number_sales - FROM store_sales, item, date_dim - WHERE ss_item_sk IN (SELECT ss_item_sk - FROM cross_items) - AND ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND d_week_seq = (SELECT d_week_seq - FROM date_dim - WHERE d_year = 1999 + 1 AND d_moy = 12 AND d_dom = 11) - GROUP BY i_brand_id, i_class_id, i_category_id - HAVING sum(ss_quantity * ss_list_price) > (SELECT average_sales - FROM avg_sales)) this_year, - (SELECT - 'store' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ss_quantity * ss_list_price) sales, - count(*) number_sales - FROM store_sales, item, date_dim - WHERE ss_item_sk IN (SELECT ss_item_sk - FROM cross_items) - AND ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND d_week_seq = (SELECT d_week_seq - FROM date_dim - WHERE d_year = 1999 AND d_moy = 12 AND d_dom = 11) - GROUP BY i_brand_id, i_class_id, i_category_id - HAVING sum(ss_quantity * ss_list_price) > (SELECT average_sales - FROM avg_sales)) last_year -WHERE this_year.i_brand_id = last_year.i_brand_id - AND this_year.i_class_id = last_year.i_class_id - AND this_year.i_category_id = last_year.i_category_id -ORDER BY this_year.channel, this_year.i_brand_id, this_year.i_class_id, this_year.i_category_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out index 7a99754ed467..5376a762fb19 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out @@ -1,21 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - ca_zip, - sum(cs_sales_price) -FROM catalog_sales, customer, customer_address, date_dim -WHERE cs_bill_customer_sk = c_customer_sk - AND c_current_addr_sk = ca_address_sk - AND (substr(ca_zip, 1, 5) IN ('85669', '86197', '88274', '83405', '86475', - '85392', '85460', '80348', '81792') - OR ca_state IN ('CA', 'WA', 'GA') - OR cs_sales_price > 500) - AND cs_sold_date_sk = d_date_sk - AND d_qoy = 2 AND d_year = 2001 -GROUP BY ca_zip -ORDER BY ca_zip -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out index a219c057d879..fb788bb58457 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out @@ -1,29 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - count(DISTINCT cs_order_number) AS `order count `, - sum(cs_ext_ship_cost) AS `total shipping cost `, - sum(cs_net_profit) AS `total net profit ` -FROM - catalog_sales cs1, date_dim, customer_address, call_center -WHERE - d_date BETWEEN '2002-02-01' AND (CAST('2002-02-01' AS DATE) + INTERVAL 60 days) - AND cs1.cs_ship_date_sk = d_date_sk - AND cs1.cs_ship_addr_sk = ca_address_sk - AND ca_state = 'GA' - AND cs1.cs_call_center_sk = cc_call_center_sk - AND cc_county IN - ('Williamson County', 'Williamson County', 'Williamson County', 'Williamson County', 'Williamson County') - AND EXISTS(SELECT * - FROM catalog_sales cs2 - WHERE cs1.cs_order_number = cs2.cs_order_number - AND cs1.cs_warehouse_sk <> cs2.cs_warehouse_sk) - AND NOT EXISTS(SELECT * - FROM catalog_returns cr1 - WHERE cs1.cs_order_number = cr1.cr_order_number) -ORDER BY count(DISTINCT cs_order_number) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out index 95f440d2fc4b..a3facf3ecb9e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out @@ -1,39 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - i_item_desc, - s_state, - count(ss_quantity) AS store_sales_quantitycount, - avg(ss_quantity) AS store_sales_quantityave, - stddev_samp(ss_quantity) AS store_sales_quantitystdev, - stddev_samp(ss_quantity) / avg(ss_quantity) AS store_sales_quantitycov, - count(sr_return_quantity) as_store_returns_quantitycount, - avg(sr_return_quantity) as_store_returns_quantityave, - stddev_samp(sr_return_quantity) as_store_returns_quantitystdev, - stddev_samp(sr_return_quantity) / avg(sr_return_quantity) AS store_returns_quantitycov, - count(cs_quantity) AS catalog_sales_quantitycount, - avg(cs_quantity) AS catalog_sales_quantityave, - stddev_samp(cs_quantity) / avg(cs_quantity) AS catalog_sales_quantitystdev, - stddev_samp(cs_quantity) / avg(cs_quantity) AS catalog_sales_quantitycov -FROM store_sales, store_returns, catalog_sales, date_dim d1, date_dim d2, date_dim d3, store, item -WHERE d1.d_quarter_name = '2001Q1' - AND d1.d_date_sk = ss_sold_date_sk - AND i_item_sk = ss_item_sk - AND s_store_sk = ss_store_sk - AND ss_customer_sk = sr_customer_sk - AND ss_item_sk = sr_item_sk - AND ss_ticket_number = sr_ticket_number - AND sr_returned_date_sk = d2.d_date_sk - AND d2.d_quarter_name IN ('2001Q1', '2001Q2', '2001Q3') - AND sr_customer_sk = cs_bill_customer_sk - AND sr_item_sk = cs_item_sk - AND cs_sold_date_sk = d3.d_date_sk - AND d3.d_quarter_name IN ('2001Q1', '2001Q2', '2001Q3') -GROUP BY i_item_id, i_item_desc, s_state -ORDER BY i_item_id, i_item_desc, s_state -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out index c712683c8029..a4ac62c8b1c5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out @@ -1,34 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - ca_country, - ca_state, - ca_county, - avg(cast(cs_quantity AS DECIMAL(12, 2))) agg1, - avg(cast(cs_list_price AS DECIMAL(12, 2))) agg2, - avg(cast(cs_coupon_amt AS DECIMAL(12, 2))) agg3, - avg(cast(cs_sales_price AS DECIMAL(12, 2))) agg4, - avg(cast(cs_net_profit AS DECIMAL(12, 2))) agg5, - avg(cast(c_birth_year AS DECIMAL(12, 2))) agg6, - avg(cast(cd1.cd_dep_count AS DECIMAL(12, 2))) agg7 -FROM catalog_sales, customer_demographics cd1, - customer_demographics cd2, customer, customer_address, date_dim, item -WHERE cs_sold_date_sk = d_date_sk AND - cs_item_sk = i_item_sk AND - cs_bill_cdemo_sk = cd1.cd_demo_sk AND - cs_bill_customer_sk = c_customer_sk AND - cd1.cd_gender = 'F' AND - cd1.cd_education_status = 'Unknown' AND - c_current_cdemo_sk = cd2.cd_demo_sk AND - c_current_addr_sk = ca_address_sk AND - c_birth_month IN (1, 6, 8, 9, 12, 2) AND - d_year = 1998 AND - ca_state IN ('MS', 'IN', 'ND', 'OK', 'NM', 'VA', 'MS') -GROUP BY ROLLUP (i_item_id, ca_country, ca_state, ca_county) -ORDER BY ca_country, ca_state, ca_county, i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out index 837053fb3d28..29599e5c90f3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_brand_id brand_id, - i_brand brand, - i_manufact_id, - i_manufact, - sum(ss_ext_sales_price) ext_price -FROM date_dim, store_sales, item, customer, customer_address, store -WHERE d_date_sk = ss_sold_date_sk - AND ss_item_sk = i_item_sk - AND i_manager_id = 8 - AND d_moy = 11 - AND d_year = 1998 - AND ss_customer_sk = c_customer_sk - AND c_current_addr_sk = ca_address_sk - AND substr(ca_zip, 1, 5) <> substr(s_zip, 1, 5) - AND ss_store_sk = s_store_sk -GROUP BY i_brand, i_brand_id, i_manufact_id, i_manufact -ORDER BY ext_price DESC, brand, brand_id, i_manufact_id, i_manufact -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out index b78930c3591c..ac64a597d5e3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q2.sql.out @@ -1,87 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH wscs AS -( SELECT - sold_date_sk, - sales_price - FROM (SELECT - ws_sold_date_sk sold_date_sk, - ws_ext_sales_price sales_price - FROM web_sales) x - UNION ALL - (SELECT - cs_sold_date_sk sold_date_sk, - cs_ext_sales_price sales_price - FROM catalog_sales)), - wswscs AS - ( SELECT - d_week_seq, - sum(CASE WHEN (d_day_name = 'Sunday') - THEN sales_price - ELSE NULL END) - sun_sales, - sum(CASE WHEN (d_day_name = 'Monday') - THEN sales_price - ELSE NULL END) - mon_sales, - sum(CASE WHEN (d_day_name = 'Tuesday') - THEN sales_price - ELSE NULL END) - tue_sales, - sum(CASE WHEN (d_day_name = 'Wednesday') - THEN sales_price - ELSE NULL END) - wed_sales, - sum(CASE WHEN (d_day_name = 'Thursday') - THEN sales_price - ELSE NULL END) - thu_sales, - sum(CASE WHEN (d_day_name = 'Friday') - THEN sales_price - ELSE NULL END) - fri_sales, - sum(CASE WHEN (d_day_name = 'Saturday') - THEN sales_price - ELSE NULL END) - sat_sales - FROM wscs, date_dim - WHERE d_date_sk = sold_date_sk - GROUP BY d_week_seq) -SELECT - d_week_seq1, - round(sun_sales1 / sun_sales2, 2), - round(mon_sales1 / mon_sales2, 2), - round(tue_sales1 / tue_sales2, 2), - round(wed_sales1 / wed_sales2, 2), - round(thu_sales1 / thu_sales2, 2), - round(fri_sales1 / fri_sales2, 2), - round(sat_sales1 / sat_sales2, 2) -FROM - (SELECT - wswscs.d_week_seq d_week_seq1, - sun_sales sun_sales1, - mon_sales mon_sales1, - tue_sales tue_sales1, - wed_sales wed_sales1, - thu_sales thu_sales1, - fri_sales fri_sales1, - sat_sales sat_sales1 - FROM wswscs, date_dim - WHERE date_dim.d_week_seq = wswscs.d_week_seq AND d_year = 2001) y, - (SELECT - wswscs.d_week_seq d_week_seq2, - sun_sales sun_sales2, - mon_sales mon_sales2, - tue_sales tue_sales2, - wed_sales wed_sales2, - thu_sales thu_sales2, - fri_sales fri_sales2, - sat_sales sat_sales2 - FROM wswscs, date_dim - WHERE date_dim.d_week_seq = wswscs.d_week_seq AND d_year = 2001 + 1) z -WHERE d_week_seq1 = d_week_seq2 - 53 -ORDER BY d_week_seq1 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out index ab79ee7cffaa..da0ec17bb46a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out @@ -1,24 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_desc, - i_category, - i_class, - i_current_price, - sum(cs_ext_sales_price) AS itemrevenue, - sum(cs_ext_sales_price) * 100 / sum(sum(cs_ext_sales_price)) - OVER - (PARTITION BY i_class) AS revenueratio -FROM catalog_sales, item, date_dim -WHERE cs_item_sk = i_item_sk - AND i_category IN ('Sports', 'Books', 'Home') - AND cs_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('1999-02-22' AS DATE) -AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) -GROUP BY i_item_id, i_item_desc, i_category, i_class, i_current_price -ORDER BY i_category, i_class, i_item_id, i_item_desc, revenueratio -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out index f97886d73be5..ea0a95a3ed7f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q21.sql.out @@ -1,31 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM ( - SELECT - w_warehouse_name, - i_item_id, - sum(CASE WHEN (cast(d_date AS DATE) < cast('2000-03-11' AS DATE)) - THEN inv_quantity_on_hand - ELSE 0 END) AS inv_before, - sum(CASE WHEN (cast(d_date AS DATE) >= cast('2000-03-11' AS DATE)) - THEN inv_quantity_on_hand - ELSE 0 END) AS inv_after - FROM inventory, warehouse, item, date_dim - WHERE i_current_price BETWEEN 0.99 AND 1.49 - AND i_item_sk = inv_item_sk - AND inv_warehouse_sk = w_warehouse_sk - AND inv_date_sk = d_date_sk - AND d_date BETWEEN (cast('2000-03-11' AS DATE) - INTERVAL 30 days) - AND (cast('2000-03-11' AS DATE) + INTERVAL 30 days) - GROUP BY w_warehouse_name, i_item_id) x -WHERE (CASE WHEN inv_before > 0 - THEN inv_after / inv_before - ELSE NULL - END) BETWEEN 2.0 / 3.0 AND 3.0 / 2.0 -ORDER BY w_warehouse_name, i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out index 6ea8f147884d..b2bcc8585485 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out @@ -1,20 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_product_name, - i_brand, - i_class, - i_category, - avg(inv_quantity_on_hand) qoh -FROM inventory, date_dim, item, warehouse -WHERE inv_date_sk = d_date_sk - AND inv_item_sk = i_item_sk - AND inv_warehouse_sk = w_warehouse_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 -GROUP BY ROLLUP (i_product_name, i_brand, i_class, i_category) -ORDER BY qoh, i_product_name, i_brand, i_class, i_category -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out index 212d6c6104e0..eae1756fb08f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23a.sql.out @@ -1,59 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH frequent_ss_items AS -(SELECT - substr(i_item_desc, 1, 30) itemdesc, - i_item_sk item_sk, - d_date solddate, - count(*) cnt - FROM store_sales, date_dim, item - WHERE ss_sold_date_sk = d_date_sk - AND ss_item_sk = i_item_sk - AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) - GROUP BY substr(i_item_desc, 1, 30), i_item_sk, d_date - HAVING count(*) > 4), - max_store_sales AS - (SELECT max(csales) tpcds_cmax - FROM (SELECT - c_customer_sk, - sum(ss_quantity * ss_sales_price) csales - FROM store_sales, customer, date_dim - WHERE ss_customer_sk = c_customer_sk - AND ss_sold_date_sk = d_date_sk - AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) - GROUP BY c_customer_sk) x), - best_ss_customer AS - (SELECT - c_customer_sk, - sum(ss_quantity * ss_sales_price) ssales - FROM store_sales, customer - WHERE ss_customer_sk = c_customer_sk - GROUP BY c_customer_sk - HAVING sum(ss_quantity * ss_sales_price) > (50 / 100.0) * - (SELECT * - FROM max_store_sales)) -SELECT sum(sales) -FROM ((SELECT cs_quantity * cs_list_price sales -FROM catalog_sales, date_dim -WHERE d_year = 2000 - AND d_moy = 2 - AND cs_sold_date_sk = d_date_sk - AND cs_item_sk IN (SELECT item_sk -FROM frequent_ss_items) - AND cs_bill_customer_sk IN (SELECT c_customer_sk -FROM best_ss_customer)) - UNION ALL - (SELECT ws_quantity * ws_list_price sales - FROM web_sales, date_dim - WHERE d_year = 2000 - AND d_moy = 2 - AND ws_sold_date_sk = d_date_sk - AND ws_item_sk IN (SELECT item_sk - FROM frequent_ss_items) - AND ws_bill_customer_sk IN (SELECT c_customer_sk - FROM best_ss_customer))) y -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out index 780eb183fc17..0eecf9de1516 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out @@ -1,74 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH frequent_ss_items AS -(SELECT - substr(i_item_desc, 1, 30) itemdesc, - i_item_sk item_sk, - d_date solddate, - count(*) cnt - FROM store_sales, date_dim, item - WHERE ss_sold_date_sk = d_date_sk - AND ss_item_sk = i_item_sk - AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) - GROUP BY substr(i_item_desc, 1, 30), i_item_sk, d_date - HAVING count(*) > 4), - max_store_sales AS - (SELECT max(csales) tpcds_cmax - FROM (SELECT - c_customer_sk, - sum(ss_quantity * ss_sales_price) csales - FROM store_sales, customer, date_dim - WHERE ss_customer_sk = c_customer_sk - AND ss_sold_date_sk = d_date_sk - AND d_year IN (2000, 2000 + 1, 2000 + 2, 2000 + 3) - GROUP BY c_customer_sk) x), - best_ss_customer AS - (SELECT - c_customer_sk, - sum(ss_quantity * ss_sales_price) ssales - FROM store_sales - , customer - WHERE ss_customer_sk = c_customer_sk - GROUP BY c_customer_sk - HAVING sum(ss_quantity * ss_sales_price) > (50 / 100.0) * - (SELECT * - FROM max_store_sales)) -SELECT - c_last_name, - c_first_name, - sales -FROM ((SELECT - c_last_name, - c_first_name, - sum(cs_quantity * cs_list_price) sales -FROM catalog_sales, customer, date_dim -WHERE d_year = 2000 - AND d_moy = 2 - AND cs_sold_date_sk = d_date_sk - AND cs_item_sk IN (SELECT item_sk -FROM frequent_ss_items) - AND cs_bill_customer_sk IN (SELECT c_customer_sk -FROM best_ss_customer) - AND cs_bill_customer_sk = c_customer_sk -GROUP BY c_last_name, c_first_name) - UNION ALL - (SELECT - c_last_name, - c_first_name, - sum(ws_quantity * ws_list_price) sales - FROM web_sales, customer, date_dim - WHERE d_year = 2000 - AND d_moy = 2 - AND ws_sold_date_sk = d_date_sk - AND ws_item_sk IN (SELECT item_sk - FROM frequent_ss_items) - AND ws_bill_customer_sk IN (SELECT c_customer_sk - FROM best_ss_customer) - AND ws_bill_customer_sk = c_customer_sk - GROUP BY c_last_name, c_first_name)) y -ORDER BY c_last_name, c_first_name, sales -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out index 4db7acf7d63d..ab9be7d3d718 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out @@ -1,40 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ssales AS -(SELECT - c_last_name, - c_first_name, - s_store_name, - ca_state, - s_state, - i_color, - i_current_price, - i_manager_id, - i_units, - i_size, - sum(ss_net_paid) netpaid - FROM store_sales, store_returns, store, item, customer, customer_address - WHERE ss_ticket_number = sr_ticket_number - AND ss_item_sk = sr_item_sk - AND ss_customer_sk = c_customer_sk - AND ss_item_sk = i_item_sk - AND ss_store_sk = s_store_sk - AND c_birth_country = upper(ca_country) - AND s_zip = ca_zip - AND s_market_id = 8 - GROUP BY c_last_name, c_first_name, s_store_name, ca_state, s_state, i_color, - i_current_price, i_manager_id, i_units, i_size) -SELECT - c_last_name, - c_first_name, - s_store_name, - sum(netpaid) paid -FROM ssales -WHERE i_color = 'pale' -GROUP BY c_last_name, c_first_name, s_store_name -HAVING sum(netpaid) > (SELECT 0.05 * avg(netpaid) -FROM ssales) -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out index e039235d3178..5b798dfc5ef7 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out @@ -1,40 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ssales AS -(SELECT - c_last_name, - c_first_name, - s_store_name, - ca_state, - s_state, - i_color, - i_current_price, - i_manager_id, - i_units, - i_size, - sum(ss_net_paid) netpaid - FROM store_sales, store_returns, store, item, customer, customer_address - WHERE ss_ticket_number = sr_ticket_number - AND ss_item_sk = sr_item_sk - AND ss_customer_sk = c_customer_sk - AND ss_item_sk = i_item_sk - AND ss_store_sk = s_store_sk - AND c_birth_country = upper(ca_country) - AND s_zip = ca_zip - AND s_market_id = 8 - GROUP BY c_last_name, c_first_name, s_store_name, ca_state, s_state, - i_color, i_current_price, i_manager_id, i_units, i_size) -SELECT - c_last_name, - c_first_name, - s_store_name, - sum(netpaid) paid -FROM ssales -WHERE i_color = 'chiffon' -GROUP BY c_last_name, c_first_name, s_store_name -HAVING sum(netpaid) > (SELECT 0.05 * avg(netpaid) -FROM ssales) -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out index eb9fc7a06d8e..38c762d59794 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out @@ -1,39 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - i_item_desc, - s_store_id, - s_store_name, - sum(ss_net_profit) AS store_sales_profit, - sum(sr_net_loss) AS store_returns_loss, - sum(cs_net_profit) AS catalog_sales_profit -FROM - store_sales, store_returns, catalog_sales, date_dim d1, date_dim d2, date_dim d3, - store, item -WHERE - d1.d_moy = 4 - AND d1.d_year = 2001 - AND d1.d_date_sk = ss_sold_date_sk - AND i_item_sk = ss_item_sk - AND s_store_sk = ss_store_sk - AND ss_customer_sk = sr_customer_sk - AND ss_item_sk = sr_item_sk - AND ss_ticket_number = sr_ticket_number - AND sr_returned_date_sk = d2.d_date_sk - AND d2.d_moy BETWEEN 4 AND 10 - AND d2.d_year = 2001 - AND sr_customer_sk = cs_bill_customer_sk - AND sr_item_sk = cs_item_sk - AND cs_sold_date_sk = d3.d_date_sk - AND d3.d_moy BETWEEN 4 AND 10 - AND d3.d_year = 2001 -GROUP BY - i_item_id, i_item_desc, s_store_id, s_store_name -ORDER BY - i_item_id, i_item_desc, s_store_id, s_store_name -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out index 589d492f4d41..ef1fbf0f8418 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q26.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - avg(cs_quantity) agg1, - avg(cs_list_price) agg2, - avg(cs_coupon_amt) agg3, - avg(cs_sales_price) agg4 -FROM catalog_sales, customer_demographics, date_dim, item, promotion -WHERE cs_sold_date_sk = d_date_sk AND - cs_item_sk = i_item_sk AND - cs_bill_cdemo_sk = cd_demo_sk AND - cs_promo_sk = p_promo_sk AND - cd_gender = 'M' AND - cd_marital_status = 'S' AND - cd_education_status = 'College' AND - (p_channel_email = 'N' OR p_channel_event = 'N') AND - d_year = 2000 -GROUP BY i_item_id -ORDER BY i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out index 97f4db03cbb5..bec53a8f9ee7 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out @@ -1,27 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - s_state, - grouping(s_state) g_state, - avg(ss_quantity) agg1, - avg(ss_list_price) agg2, - avg(ss_coupon_amt) agg3, - avg(ss_sales_price) agg4 -FROM store_sales, customer_demographics, date_dim, store, item -WHERE ss_sold_date_sk = d_date_sk AND - ss_item_sk = i_item_sk AND - ss_store_sk = s_store_sk AND - ss_cdemo_sk = cd_demo_sk AND - cd_gender = 'M' AND - cd_marital_status = 'S' AND - cd_education_status = 'College' AND - d_year = 2002 AND - s_state IN ('TN', 'TN', 'TN', 'TN', 'TN', 'TN') -GROUP BY ROLLUP (i_item_id, s_state) -ORDER BY i_item_id, s_state -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out index 00632fddb084..657bc3304881 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q28.sql.out @@ -1,62 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM (SELECT - avg(ss_list_price) B1_LP, - count(ss_list_price) B1_CNT, - count(DISTINCT ss_list_price) B1_CNTD -FROM store_sales -WHERE ss_quantity BETWEEN 0 AND 5 - AND (ss_list_price BETWEEN 8 AND 8 + 10 - OR ss_coupon_amt BETWEEN 459 AND 459 + 1000 - OR ss_wholesale_cost BETWEEN 57 AND 57 + 20)) B1, - (SELECT - avg(ss_list_price) B2_LP, - count(ss_list_price) B2_CNT, - count(DISTINCT ss_list_price) B2_CNTD - FROM store_sales - WHERE ss_quantity BETWEEN 6 AND 10 - AND (ss_list_price BETWEEN 90 AND 90 + 10 - OR ss_coupon_amt BETWEEN 2323 AND 2323 + 1000 - OR ss_wholesale_cost BETWEEN 31 AND 31 + 20)) B2, - (SELECT - avg(ss_list_price) B3_LP, - count(ss_list_price) B3_CNT, - count(DISTINCT ss_list_price) B3_CNTD - FROM store_sales - WHERE ss_quantity BETWEEN 11 AND 15 - AND (ss_list_price BETWEEN 142 AND 142 + 10 - OR ss_coupon_amt BETWEEN 12214 AND 12214 + 1000 - OR ss_wholesale_cost BETWEEN 79 AND 79 + 20)) B3, - (SELECT - avg(ss_list_price) B4_LP, - count(ss_list_price) B4_CNT, - count(DISTINCT ss_list_price) B4_CNTD - FROM store_sales - WHERE ss_quantity BETWEEN 16 AND 20 - AND (ss_list_price BETWEEN 135 AND 135 + 10 - OR ss_coupon_amt BETWEEN 6071 AND 6071 + 1000 - OR ss_wholesale_cost BETWEEN 38 AND 38 + 20)) B4, - (SELECT - avg(ss_list_price) B5_LP, - count(ss_list_price) B5_CNT, - count(DISTINCT ss_list_price) B5_CNTD - FROM store_sales - WHERE ss_quantity BETWEEN 21 AND 25 - AND (ss_list_price BETWEEN 122 AND 122 + 10 - OR ss_coupon_amt BETWEEN 836 AND 836 + 1000 - OR ss_wholesale_cost BETWEEN 17 AND 17 + 20)) B5, - (SELECT - avg(ss_list_price) B6_LP, - count(ss_list_price) B6_CNT, - count(DISTINCT ss_list_price) B6_CNTD - FROM store_sales - WHERE ss_quantity BETWEEN 26 AND 30 - AND (ss_list_price BETWEEN 154 AND 154 + 10 - OR ss_coupon_amt BETWEEN 7326 AND 7326 + 1000 - OR ss_wholesale_cost BETWEEN 7 AND 7 + 20)) B6 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out index fe00bdb0ef0b..996d8a6d77f2 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out @@ -1,38 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - i_item_desc, - s_store_id, - s_store_name, - sum(ss_quantity) AS store_sales_quantity, - sum(sr_return_quantity) AS store_returns_quantity, - sum(cs_quantity) AS catalog_sales_quantity -FROM - store_sales, store_returns, catalog_sales, date_dim d1, date_dim d2, - date_dim d3, store, item -WHERE - d1.d_moy = 9 - AND d1.d_year = 1999 - AND d1.d_date_sk = ss_sold_date_sk - AND i_item_sk = ss_item_sk - AND s_store_sk = ss_store_sk - AND ss_customer_sk = sr_customer_sk - AND ss_item_sk = sr_item_sk - AND ss_ticket_number = sr_ticket_number - AND sr_returned_date_sk = d2.d_date_sk - AND d2.d_moy BETWEEN 9 AND 9 + 3 - AND d2.d_year = 1999 - AND sr_customer_sk = cs_bill_customer_sk - AND sr_item_sk = cs_item_sk - AND cs_sold_date_sk = d3.d_date_sk - AND d3.d_year IN (1999, 1999 + 1, 1999 + 2) -GROUP BY - i_item_id, i_item_desc, s_store_id, s_store_name -ORDER BY - i_item_id, i_item_desc, s_store_id, s_store_name -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out index 9df35d46447d..425e5e0b7111 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out @@ -1,19 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - dt.d_year, - item.i_brand_id brand_id, - item.i_brand brand, - SUM(ss_ext_sales_price) sum_agg -FROM date_dim dt, store_sales, item -WHERE dt.d_date_sk = store_sales.ss_sold_date_sk - AND store_sales.ss_item_sk = item.i_item_sk - AND item.i_manufact_id = 128 - AND dt.d_moy = 11 -GROUP BY dt.d_year, item.i_brand, item.i_brand_id -ORDER BY dt.d_year, sum_agg DESC, brand_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out index 1f5dc6e0ef63..53a28a2c01cf 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out @@ -1,41 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH customer_total_return AS -(SELECT - wr_returning_customer_sk AS ctr_customer_sk, - ca_state AS ctr_state, - sum(wr_return_amt) AS ctr_total_return - FROM web_returns, date_dim, customer_address - WHERE wr_returned_date_sk = d_date_sk - AND d_year = 2002 - AND wr_returning_addr_sk = ca_address_sk - GROUP BY wr_returning_customer_sk, ca_state) -SELECT - c_customer_id, - c_salutation, - c_first_name, - c_last_name, - c_preferred_cust_flag, - c_birth_day, - c_birth_month, - c_birth_year, - c_birth_country, - c_login, - c_email_address, - c_last_review_date, - ctr_total_return -FROM customer_total_return ctr1, customer_address, customer -WHERE ctr1.ctr_total_return > (SELECT avg(ctr_total_return) * 1.2 -FROM customer_total_return ctr2 -WHERE ctr1.ctr_state = ctr2.ctr_state) - AND ca_address_sk = c_current_addr_sk - AND ca_state = 'GA' - AND ctr1.ctr_customer_sk = c_customer_sk -ORDER BY c_customer_id, c_salutation, c_first_name, c_last_name, c_preferred_cust_flag - , c_birth_day, c_birth_month, c_birth_year, c_birth_country, c_login, c_email_address - , c_last_review_date, ctr_total_return -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out index 4384999acf8f..252d219d6954 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out @@ -1,66 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ss AS -(SELECT - ca_county, - d_qoy, - d_year, - sum(ss_ext_sales_price) AS store_sales - FROM store_sales, date_dim, customer_address - WHERE ss_sold_date_sk = d_date_sk - AND ss_addr_sk = ca_address_sk - GROUP BY ca_county, d_qoy, d_year), - ws AS - (SELECT - ca_county, - d_qoy, - d_year, - sum(ws_ext_sales_price) AS web_sales - FROM web_sales, date_dim, customer_address - WHERE ws_sold_date_sk = d_date_sk - AND ws_bill_addr_sk = ca_address_sk - GROUP BY ca_county, d_qoy, d_year) -SELECT - ss1.ca_county, - ss1.d_year, - ws2.web_sales / ws1.web_sales web_q1_q2_increase, - ss2.store_sales / ss1.store_sales store_q1_q2_increase, - ws3.web_sales / ws2.web_sales web_q2_q3_increase, - ss3.store_sales / ss2.store_sales store_q2_q3_increase -FROM - ss ss1, ss ss2, ss ss3, ws ws1, ws ws2, ws ws3 -WHERE - ss1.d_qoy = 1 - AND ss1.d_year = 2000 - AND ss1.ca_county = ss2.ca_county - AND ss2.d_qoy = 2 - AND ss2.d_year = 2000 - AND ss2.ca_county = ss3.ca_county - AND ss3.d_qoy = 3 - AND ss3.d_year = 2000 - AND ss1.ca_county = ws1.ca_county - AND ws1.d_qoy = 1 - AND ws1.d_year = 2000 - AND ws1.ca_county = ws2.ca_county - AND ws2.d_qoy = 2 - AND ws2.d_year = 2000 - AND ws1.ca_county = ws3.ca_county - AND ws3.d_qoy = 3 - AND ws3.d_year = 2000 - AND CASE WHEN ws1.web_sales > 0 - THEN ws2.web_sales / ws1.web_sales - ELSE NULL END - > CASE WHEN ss1.store_sales > 0 - THEN ss2.store_sales / ss1.store_sales - ELSE NULL END - AND CASE WHEN ws2.web_sales > 0 - THEN ws3.web_sales / ws2.web_sales - ELSE NULL END - > CASE WHEN ss2.store_sales > 0 - THEN ss3.store_sales / ss2.store_sales - ELSE NULL END -ORDER BY ss1.ca_county -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out index cb988d894491..ab789d9ea0f5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q32.sql.out @@ -1,21 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT 1 AS `excess discount amount ` -FROM - catalog_sales, item, date_dim -WHERE - i_manufact_id = 977 - AND i_item_sk = cs_item_sk - AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + interval 90 days) - AND d_date_sk = cs_sold_date_sk - AND cs_ext_discount_amt > ( - SELECT 1.3 * avg(cs_ext_discount_amt) - FROM catalog_sales, date_dim - WHERE cs_item_sk = i_item_sk - AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + interval 90 days) - AND d_date_sk = cs_sold_date_sk) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out index 67d81ced1000..0e4ded1d3201 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out @@ -1,71 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ss AS ( - SELECT - i_manufact_id, - sum(ss_ext_sales_price) total_sales - FROM - store_sales, date_dim, customer_address, item - WHERE - i_manufact_id IN (SELECT i_manufact_id - FROM item - WHERE i_category IN ('Electronics')) - AND ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND d_year = 1998 - AND d_moy = 5 - AND ss_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_manufact_id), cs AS -(SELECT - i_manufact_id, - sum(cs_ext_sales_price) total_sales - FROM catalog_sales, date_dim, customer_address, item - WHERE - i_manufact_id IN ( - SELECT i_manufact_id - FROM item - WHERE - i_category IN ('Electronics')) - AND cs_item_sk = i_item_sk - AND cs_sold_date_sk = d_date_sk - AND d_year = 1998 - AND d_moy = 5 - AND cs_bill_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_manufact_id), - ws AS ( - SELECT - i_manufact_id, - sum(ws_ext_sales_price) total_sales - FROM - web_sales, date_dim, customer_address, item - WHERE - i_manufact_id IN (SELECT i_manufact_id - FROM item - WHERE i_category IN ('Electronics')) - AND ws_item_sk = i_item_sk - AND ws_sold_date_sk = d_date_sk - AND d_year = 1998 - AND d_moy = 5 - AND ws_bill_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_manufact_id) -SELECT - i_manufact_id, - sum(total_sales) total_sales -FROM (SELECT * - FROM ss - UNION ALL - SELECT * - FROM cs - UNION ALL - SELECT * - FROM ws) tmp1 -GROUP BY i_manufact_id -ORDER BY total_sales -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out index 3048aa69592f..8c0bbfdeb342 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out @@ -1,38 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_last_name, - c_first_name, - c_salutation, - c_preferred_cust_flag, - ss_ticket_number, - cnt -FROM - (SELECT - ss_ticket_number, - ss_customer_sk, - count(*) cnt - FROM store_sales, date_dim, store, household_demographics - WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_store_sk = store.s_store_sk - AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk - AND (date_dim.d_dom BETWEEN 1 AND 3 OR date_dim.d_dom BETWEEN 25 AND 28) - AND (household_demographics.hd_buy_potential = '>10000' OR - household_demographics.hd_buy_potential = 'unknown') - AND household_demographics.hd_vehicle_count > 0 - AND (CASE WHEN household_demographics.hd_vehicle_count > 0 - THEN household_demographics.hd_dep_count / household_demographics.hd_vehicle_count - ELSE NULL - END) > 1.2 - AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) - AND store.s_county IN - ('Williamson County', 'Williamson County', 'Williamson County', 'Williamson County', - 'Williamson County', 'Williamson County', 'Williamson County', 'Williamson County') - GROUP BY ss_ticket_number, ss_customer_sk) dn, customer -WHERE ss_customer_sk = c_customer_sk - AND cnt BETWEEN 15 AND 20 -ORDER BY c_last_name, c_first_name, c_salutation, c_preferred_cust_flag DESC -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out index 57c87c634ea4..22dad465c8ec 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out @@ -1,52 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - ca_state, - cd_gender, - cd_marital_status, - count(*) cnt1, - min(cd_dep_count), - max(cd_dep_count), - avg(cd_dep_count), - cd_dep_employed_count, - count(*) cnt2, - min(cd_dep_employed_count), - max(cd_dep_employed_count), - avg(cd_dep_employed_count), - cd_dep_college_count, - count(*) cnt3, - min(cd_dep_college_count), - max(cd_dep_college_count), - avg(cd_dep_college_count) -FROM - customer c, customer_address ca, customer_demographics -WHERE - c.c_current_addr_sk = ca.ca_address_sk AND - cd_demo_sk = c.c_current_cdemo_sk AND - exists(SELECT * - FROM store_sales, date_dim - WHERE c.c_customer_sk = ss_customer_sk AND - ss_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_qoy < 4) AND - (exists(SELECT * - FROM web_sales, date_dim - WHERE c.c_customer_sk = ws_bill_customer_sk AND - ws_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_qoy < 4) OR - exists(SELECT * - FROM catalog_sales, date_dim - WHERE c.c_customer_sk = cs_ship_customer_sk AND - cs_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_qoy < 4)) -GROUP BY ca_state, cd_gender, cd_marital_status, cd_dep_count, - cd_dep_employed_count, cd_dep_college_count -ORDER BY ca_state, cd_gender, cd_marital_status, cd_dep_count, - cd_dep_employed_count, cd_dep_college_count -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out index 4dc4f181d453..a0590c8b0854 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out @@ -1,32 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - sum(ss_net_profit) / sum(ss_ext_sales_price) AS gross_margin, - i_category, - i_class, - grouping(i_category) + grouping(i_class) AS lochierarchy, - rank() - OVER ( - PARTITION BY grouping(i_category) + grouping(i_class), - CASE WHEN grouping(i_class) = 0 - THEN i_category END - ORDER BY sum(ss_net_profit) / sum(ss_ext_sales_price) ASC) AS rank_within_parent -FROM - store_sales, date_dim d1, item, store -WHERE - d1.d_year = 2001 - AND d1.d_date_sk = ss_sold_date_sk - AND i_item_sk = ss_item_sk - AND s_store_sk = ss_store_sk - AND s_state IN ('TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN') -GROUP BY ROLLUP (i_category, i_class) -ORDER BY - lochierarchy DESC - , CASE WHEN lochierarchy = 0 - THEN i_category END - , rank_within_parent -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out index 9abf329d39cb..41781dc59c74 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out @@ -1,21 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - i_item_desc, - i_current_price -FROM item, inventory, date_dim, catalog_sales -WHERE i_current_price BETWEEN 68 AND 68 + 30 - AND inv_item_sk = i_item_sk - AND d_date_sk = inv_date_sk - AND d_date BETWEEN cast('2000-02-01' AS DATE) AND (cast('2000-02-01' AS DATE) + INTERVAL 60 days) - AND i_manufact_id IN (677, 940, 694, 808) - AND inv_quantity_on_hand BETWEEN 100 AND 500 - AND cs_item_sk = i_item_sk -GROUP BY i_item_id, i_item_desc, i_current_price -ORDER BY i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out index d493591e6b73..f912c9e8c349 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q38.sql.out @@ -1,36 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT count(*) -FROM ( - SELECT DISTINCT - c_last_name, - c_first_name, - d_date - FROM store_sales, date_dim, customer - WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_customer_sk = customer.c_customer_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - INTERSECT - SELECT DISTINCT - c_last_name, - c_first_name, - d_date - FROM catalog_sales, date_dim, customer - WHERE catalog_sales.cs_sold_date_sk = date_dim.d_date_sk - AND catalog_sales.cs_bill_customer_sk = customer.c_customer_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - INTERSECT - SELECT DISTINCT - c_last_name, - c_first_name, - d_date - FROM web_sales, date_dim, customer - WHERE web_sales.ws_sold_date_sk = date_dim.d_date_sk - AND web_sales.ws_bill_customer_sk = customer.c_customer_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - ) hot_cust -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out index 9d7989ee0007..6377cdf499ae 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out @@ -1,53 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH inv AS -(SELECT - w_warehouse_name, - w_warehouse_sk, - i_item_sk, - d_moy, - stdev, - mean, - CASE mean - WHEN 0 - THEN NULL - ELSE stdev / mean END cov - FROM (SELECT - w_warehouse_name, - w_warehouse_sk, - i_item_sk, - d_moy, - stddev_samp(inv_quantity_on_hand) stdev, - avg(inv_quantity_on_hand) mean - FROM inventory, item, warehouse, date_dim - WHERE inv_item_sk = i_item_sk - AND inv_warehouse_sk = w_warehouse_sk - AND inv_date_sk = d_date_sk - AND d_year = 2001 - GROUP BY w_warehouse_name, w_warehouse_sk, i_item_sk, d_moy) foo - WHERE CASE mean - WHEN 0 - THEN 0 - ELSE stdev / mean END > 1) -SELECT - inv1.w_warehouse_sk, - inv1.i_item_sk, - inv1.d_moy, - inv1.mean, - inv1.cov, - inv2.w_warehouse_sk, - inv2.i_item_sk, - inv2.d_moy, - inv2.mean, - inv2.cov -FROM inv inv1, inv inv2 -WHERE inv1.i_item_sk = inv2.i_item_sk - AND inv1.w_warehouse_sk = inv2.w_warehouse_sk - AND inv1.d_moy = 1 - AND inv2.d_moy = 1 + 1 -ORDER BY inv1.w_warehouse_sk, inv1.i_item_sk, inv1.d_moy, inv1.mean, inv1.cov - , inv2.d_moy, inv2.mean, inv2.cov -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out index f802eab469c8..9a24b8c07dc6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39b.sql.out @@ -1,54 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH inv AS -(SELECT - w_warehouse_name, - w_warehouse_sk, - i_item_sk, - d_moy, - stdev, - mean, - CASE mean - WHEN 0 - THEN NULL - ELSE stdev / mean END cov - FROM (SELECT - w_warehouse_name, - w_warehouse_sk, - i_item_sk, - d_moy, - stddev_samp(inv_quantity_on_hand) stdev, - avg(inv_quantity_on_hand) mean - FROM inventory, item, warehouse, date_dim - WHERE inv_item_sk = i_item_sk - AND inv_warehouse_sk = w_warehouse_sk - AND inv_date_sk = d_date_sk - AND d_year = 2001 - GROUP BY w_warehouse_name, w_warehouse_sk, i_item_sk, d_moy) foo - WHERE CASE mean - WHEN 0 - THEN 0 - ELSE stdev / mean END > 1) -SELECT - inv1.w_warehouse_sk, - inv1.i_item_sk, - inv1.d_moy, - inv1.mean, - inv1.cov, - inv2.w_warehouse_sk, - inv2.i_item_sk, - inv2.d_moy, - inv2.mean, - inv2.cov -FROM inv inv1, inv inv2 -WHERE inv1.i_item_sk = inv2.i_item_sk - AND inv1.w_warehouse_sk = inv2.w_warehouse_sk - AND inv1.d_moy = 1 - AND inv2.d_moy = 1 + 1 - AND inv1.cov > 1.5 -ORDER BY inv1.w_warehouse_sk, inv1.i_item_sk, inv1.d_moy, inv1.mean, inv1.cov - , inv2.d_moy, inv2.mean, inv2.cov -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out index a5baa3b618d1..1e448927a41a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out @@ -1,126 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH year_total AS ( - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum(((ss_ext_list_price - ss_ext_wholesale_cost - ss_ext_discount_amt) + - ss_ext_sales_price) / 2) year_total, - 's' sale_type - FROM customer, store_sales, date_dim - WHERE c_customer_sk = ss_customer_sk AND ss_sold_date_sk = d_date_sk - GROUP BY c_customer_id, - c_first_name, - c_last_name, - c_preferred_cust_flag, - c_birth_country, - c_login, - c_email_address, - d_year - UNION ALL - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum((((cs_ext_list_price - cs_ext_wholesale_cost - cs_ext_discount_amt) + - cs_ext_sales_price) / 2)) year_total, - 'c' sale_type - FROM customer, catalog_sales, date_dim - WHERE c_customer_sk = cs_bill_customer_sk AND cs_sold_date_sk = d_date_sk - GROUP BY c_customer_id, - c_first_name, - c_last_name, - c_preferred_cust_flag, - c_birth_country, - c_login, - c_email_address, - d_year - UNION ALL - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum((((ws_ext_list_price - ws_ext_wholesale_cost - ws_ext_discount_amt) + ws_ext_sales_price) / - 2)) year_total, - 'w' sale_type - FROM customer, web_sales, date_dim - WHERE c_customer_sk = ws_bill_customer_sk AND ws_sold_date_sk = d_date_sk - GROUP BY c_customer_id, - c_first_name, - c_last_name, - c_preferred_cust_flag, - c_birth_country, - c_login, - c_email_address, - d_year) -SELECT - t_s_secyear.customer_id, - t_s_secyear.customer_first_name, - t_s_secyear.customer_last_name, - t_s_secyear.customer_preferred_cust_flag, - t_s_secyear.customer_birth_country, - t_s_secyear.customer_login, - t_s_secyear.customer_email_address -FROM year_total t_s_firstyear, year_total t_s_secyear, year_total t_c_firstyear, - year_total t_c_secyear, year_total t_w_firstyear, year_total t_w_secyear -WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id - AND t_s_firstyear.customer_id = t_c_secyear.customer_id - AND t_s_firstyear.customer_id = t_c_firstyear.customer_id - AND t_s_firstyear.customer_id = t_w_firstyear.customer_id - AND t_s_firstyear.customer_id = t_w_secyear.customer_id - AND t_s_firstyear.sale_type = 's' - AND t_c_firstyear.sale_type = 'c' - AND t_w_firstyear.sale_type = 'w' - AND t_s_secyear.sale_type = 's' - AND t_c_secyear.sale_type = 'c' - AND t_w_secyear.sale_type = 'w' - AND t_s_firstyear.dyear = 2001 - AND t_s_secyear.dyear = 2001 + 1 - AND t_c_firstyear.dyear = 2001 - AND t_c_secyear.dyear = 2001 + 1 - AND t_w_firstyear.dyear = 2001 - AND t_w_secyear.dyear = 2001 + 1 - AND t_s_firstyear.year_total > 0 - AND t_c_firstyear.year_total > 0 - AND t_w_firstyear.year_total > 0 - AND CASE WHEN t_c_firstyear.year_total > 0 - THEN t_c_secyear.year_total / t_c_firstyear.year_total - ELSE NULL END - > CASE WHEN t_s_firstyear.year_total > 0 - THEN t_s_secyear.year_total / t_s_firstyear.year_total - ELSE NULL END - AND CASE WHEN t_c_firstyear.year_total > 0 - THEN t_c_secyear.year_total / t_c_firstyear.year_total - ELSE NULL END - > CASE WHEN t_w_firstyear.year_total > 0 - THEN t_w_secyear.year_total / t_w_firstyear.year_total - ELSE NULL END -ORDER BY - t_s_secyear.customer_id, - t_s_secyear.customer_first_name, - t_s_secyear.customer_last_name, - t_s_secyear.customer_preferred_cust_flag, - t_s_secyear.customer_birth_country, - t_s_secyear.customer_login, - t_s_secyear.customer_email_address -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out index 98ea393c5258..e02799776182 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q40.sql.out @@ -1,31 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - w_state, - i_item_id, - sum(CASE WHEN (cast(d_date AS DATE) < cast('2000-03-11' AS DATE)) - THEN cs_sales_price - coalesce(cr_refunded_cash, 0) - ELSE 0 END) AS sales_before, - sum(CASE WHEN (cast(d_date AS DATE) >= cast('2000-03-11' AS DATE)) - THEN cs_sales_price - coalesce(cr_refunded_cash, 0) - ELSE 0 END) AS sales_after -FROM - catalog_sales - LEFT OUTER JOIN catalog_returns ON - (cs_order_number = cr_order_number - AND cs_item_sk = cr_item_sk) - , warehouse, item, date_dim -WHERE - i_current_price BETWEEN 0.99 AND 1.49 - AND i_item_sk = cs_item_sk - AND cs_warehouse_sk = w_warehouse_sk - AND cs_sold_date_sk = d_date_sk - AND d_date BETWEEN (cast('2000-03-11' AS DATE) - INTERVAL 30 days) - AND (cast('2000-03-11' AS DATE) + INTERVAL 30 days) -GROUP BY w_state, i_item_id -ORDER BY w_state, i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out index d0dd2e58076e..31fa26e40b85 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out @@ -1,55 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT DISTINCT (i_product_name) -FROM item i1 -WHERE i_manufact_id BETWEEN 738 AND 738 + 40 - AND (SELECT count(*) AS item_cnt -FROM item -WHERE (i_manufact = i1.i_manufact AND - ((i_category = 'Women' AND - (i_color = 'powder' OR i_color = 'khaki') AND - (i_units = 'Ounce' OR i_units = 'Oz') AND - (i_size = 'medium' OR i_size = 'extra large') - ) OR - (i_category = 'Women' AND - (i_color = 'brown' OR i_color = 'honeydew') AND - (i_units = 'Bunch' OR i_units = 'Ton') AND - (i_size = 'N/A' OR i_size = 'small') - ) OR - (i_category = 'Men' AND - (i_color = 'floral' OR i_color = 'deep') AND - (i_units = 'N/A' OR i_units = 'Dozen') AND - (i_size = 'petite' OR i_size = 'large') - ) OR - (i_category = 'Men' AND - (i_color = 'light' OR i_color = 'cornflower') AND - (i_units = 'Box' OR i_units = 'Pound') AND - (i_size = 'medium' OR i_size = 'extra large') - ))) OR - (i_manufact = i1.i_manufact AND - ((i_category = 'Women' AND - (i_color = 'midnight' OR i_color = 'snow') AND - (i_units = 'Pallet' OR i_units = 'Gross') AND - (i_size = 'medium' OR i_size = 'extra large') - ) OR - (i_category = 'Women' AND - (i_color = 'cyan' OR i_color = 'papaya') AND - (i_units = 'Cup' OR i_units = 'Dram') AND - (i_size = 'N/A' OR i_size = 'small') - ) OR - (i_category = 'Men' AND - (i_color = 'orange' OR i_color = 'frosted') AND - (i_units = 'Each' OR i_units = 'Tbl') AND - (i_size = 'petite' OR i_size = 'large') - ) OR - (i_category = 'Men' AND - (i_color = 'forest' OR i_color = 'ghost') AND - (i_units = 'Lb' OR i_units = 'Bundle') AND - (i_size = 'medium' OR i_size = 'extra large') - )))) > 0 -ORDER BY i_product_name -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out index f990de756cee..41984ac9257f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out @@ -1,24 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - dt.d_year, - item.i_category_id, - item.i_category, - sum(ss_ext_sales_price) -FROM date_dim dt, store_sales, item -WHERE dt.d_date_sk = store_sales.ss_sold_date_sk - AND store_sales.ss_item_sk = item.i_item_sk - AND item.i_manager_id = 1 - AND dt.d_moy = 11 - AND dt.d_year = 2000 -GROUP BY dt.d_year - , item.i_category_id - , item.i_category -ORDER BY sum(ss_ext_sales_price) DESC, dt.d_year - , item.i_category_id - , item.i_category -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out index 9bc882d8969b..2311adf73aa2 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out @@ -1,39 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - s_store_name, - s_store_id, - sum(CASE WHEN (d_day_name = 'Sunday') - THEN ss_sales_price - ELSE NULL END) sun_sales, - sum(CASE WHEN (d_day_name = 'Monday') - THEN ss_sales_price - ELSE NULL END) mon_sales, - sum(CASE WHEN (d_day_name = 'Tuesday') - THEN ss_sales_price - ELSE NULL END) tue_sales, - sum(CASE WHEN (d_day_name = 'Wednesday') - THEN ss_sales_price - ELSE NULL END) wed_sales, - sum(CASE WHEN (d_day_name = 'Thursday') - THEN ss_sales_price - ELSE NULL END) thu_sales, - sum(CASE WHEN (d_day_name = 'Friday') - THEN ss_sales_price - ELSE NULL END) fri_sales, - sum(CASE WHEN (d_day_name = 'Saturday') - THEN ss_sales_price - ELSE NULL END) sat_sales -FROM date_dim, store_sales, store -WHERE d_date_sk = ss_sold_date_sk AND - s_store_sk = ss_store_sk AND - s_gmt_offset = -5 AND - d_year = 2000 -GROUP BY s_store_name, s_store_id -ORDER BY s_store_name, s_store_id, sun_sales, mon_sales, tue_sales, wed_sales, - thu_sales, fri_sales, sat_sales -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out index 0f45f98a6e1c..bc17fa1742ec 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out @@ -1,52 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - asceding.rnk, - i1.i_product_name best_performing, - i2.i_product_name worst_performing -FROM (SELECT * -FROM (SELECT - item_sk, - rank() - OVER ( - ORDER BY rank_col ASC) rnk -FROM (SELECT - ss_item_sk item_sk, - avg(ss_net_profit) rank_col -FROM store_sales ss1 -WHERE ss_store_sk = 4 -GROUP BY ss_item_sk -HAVING avg(ss_net_profit) > 0.9 * (SELECT avg(ss_net_profit) rank_col -FROM store_sales -WHERE ss_store_sk = 4 - AND ss_addr_sk IS NULL -GROUP BY ss_store_sk)) V1) V11 -WHERE rnk < 11) asceding, - (SELECT * - FROM (SELECT - item_sk, - rank() - OVER ( - ORDER BY rank_col DESC) rnk - FROM (SELECT - ss_item_sk item_sk, - avg(ss_net_profit) rank_col - FROM store_sales ss1 - WHERE ss_store_sk = 4 - GROUP BY ss_item_sk - HAVING avg(ss_net_profit) > 0.9 * (SELECT avg(ss_net_profit) rank_col - FROM store_sales - WHERE ss_store_sk = 4 - AND ss_addr_sk IS NULL - GROUP BY ss_store_sk)) V2) V21 - WHERE rnk < 11) descending, - item i1, item i2 -WHERE asceding.rnk = descending.rnk - AND i1.i_item_sk = asceding.item_sk - AND i2.i_item_sk = descending.item_sk -ORDER BY asceding.rnk -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out index 2b04b474664c..6b34010a7e5e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out @@ -1,27 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - ca_zip, - ca_city, - sum(ws_sales_price) -FROM web_sales, customer, customer_address, date_dim, item -WHERE ws_bill_customer_sk = c_customer_sk - AND c_current_addr_sk = ca_address_sk - AND ws_item_sk = i_item_sk - AND (substr(ca_zip, 1, 5) IN - ('85669', '86197', '88274', '83405', '86475', '85392', '85460', '80348', '81792') - OR - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_item_sk IN (2, 3, 5, 7, 11, 13, 17, 19, 23, 29) - ) -) - AND ws_sold_date_sk = d_date_sk - AND d_qoy = 2 AND d_year = 2001 -GROUP BY ca_zip, ca_city -ORDER BY ca_zip, ca_city -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out index 65c9575f1f55..da22f2a86bf4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out @@ -1,38 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_last_name, - c_first_name, - ca_city, - bought_city, - ss_ticket_number, - amt, - profit -FROM - (SELECT - ss_ticket_number, - ss_customer_sk, - ca_city bought_city, - sum(ss_coupon_amt) amt, - sum(ss_net_profit) profit - FROM store_sales, date_dim, store, household_demographics, customer_address - WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_store_sk = store.s_store_sk - AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk - AND store_sales.ss_addr_sk = customer_address.ca_address_sk - AND (household_demographics.hd_dep_count = 4 OR - household_demographics.hd_vehicle_count = 3) - AND date_dim.d_dow IN (6, 0) - AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) - AND store.s_city IN ('Fairview', 'Midway', 'Fairview', 'Fairview', 'Fairview') - GROUP BY ss_ticket_number, ss_customer_sk, ss_addr_sk, ca_city) dn, customer, - customer_address current_addr -WHERE ss_customer_sk = c_customer_sk - AND customer.c_current_addr_sk = current_addr.ca_address_sk - AND current_addr.ca_city <> bought_city -ORDER BY c_last_name, c_first_name, ca_city, bought_city, ss_ticket_number -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out index 61ea73a9d455..5624da728953 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out @@ -1,69 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH v1 AS ( - SELECT - i_category, - i_brand, - s_store_name, - s_company_name, - d_year, - d_moy, - sum(ss_sales_price) sum_sales, - avg(sum(ss_sales_price)) - OVER - (PARTITION BY i_category, i_brand, - s_store_name, s_company_name, d_year) - avg_monthly_sales, - rank() - OVER - (PARTITION BY i_category, i_brand, - s_store_name, s_company_name - ORDER BY d_year, d_moy) rn - FROM item, store_sales, date_dim, store - WHERE ss_item_sk = i_item_sk AND - ss_sold_date_sk = d_date_sk AND - ss_store_sk = s_store_sk AND - ( - d_year = 1999 OR - (d_year = 1999 - 1 AND d_moy = 12) OR - (d_year = 1999 + 1 AND d_moy = 1) - ) - GROUP BY i_category, i_brand, - s_store_name, s_company_name, - d_year, d_moy), - v2 AS ( - SELECT - v1.i_category, - v1.i_brand, - v1.s_store_name, - v1.s_company_name, - v1.d_year, - v1.d_moy, - v1.avg_monthly_sales, - v1.sum_sales, - v1_lag.sum_sales psum, - v1_lead.sum_sales nsum - FROM v1, v1 v1_lag, v1 v1_lead - WHERE v1.i_category = v1_lag.i_category AND - v1.i_category = v1_lead.i_category AND - v1.i_brand = v1_lag.i_brand AND - v1.i_brand = v1_lead.i_brand AND - v1.s_store_name = v1_lag.s_store_name AND - v1.s_store_name = v1_lead.s_store_name AND - v1.s_company_name = v1_lag.s_company_name AND - v1.s_company_name = v1_lead.s_company_name AND - v1.rn = v1_lag.rn + 1 AND - v1.rn = v1_lead.rn - 1) -SELECT * -FROM v2 -WHERE d_year = 1999 AND - avg_monthly_sales > 0 AND - CASE WHEN avg_monthly_sales > 0 - THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales - ELSE NULL END > 0.1 -ORDER BY sum_sales - avg_monthly_sales, 3 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out index ade41b75d2e6..3b0711693d80 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out @@ -1,69 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT sum(ss_quantity) -FROM store_sales, store, customer_demographics, customer_address, date_dim -WHERE s_store_sk = ss_store_sk - AND ss_sold_date_sk = d_date_sk AND d_year = 2001 - AND - ( - ( - cd_demo_sk = ss_cdemo_sk - AND - cd_marital_status = 'M' - AND - cd_education_status = '4 yr Degree' - AND - ss_sales_price BETWEEN 100.00 AND 150.00 - ) - OR - ( - cd_demo_sk = ss_cdemo_sk - AND - cd_marital_status = 'D' - AND - cd_education_status = '2 yr Degree' - AND - ss_sales_price BETWEEN 50.00 AND 100.00 - ) - OR - ( - cd_demo_sk = ss_cdemo_sk - AND - cd_marital_status = 'S' - AND - cd_education_status = 'College' - AND - ss_sales_price BETWEEN 150.00 AND 200.00 - ) - ) - AND - ( - ( - ss_addr_sk = ca_address_sk - AND - ca_country = 'United States' - AND - ca_state IN ('CO', 'OH', 'TX') - AND ss_net_profit BETWEEN 0 AND 2000 - ) - OR - (ss_addr_sk = ca_address_sk - AND - ca_country = 'United States' - AND - ca_state IN ('OR', 'MN', 'KY') - AND ss_net_profit BETWEEN 150 AND 3000 - ) - OR - (ss_addr_sk = ca_address_sk - AND - ca_country = 'United States' - AND - ca_state IN ('VA', 'CA', 'MS') - AND ss_net_profit BETWEEN 50 AND 25000 - ) - ) -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out index 2a2719932bb7..b757054b6112 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out @@ -1,132 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - 'web' AS channel, - web.item, - web.return_ratio, - web.return_rank, - web.currency_rank -FROM ( - SELECT - item, - return_ratio, - currency_ratio, - rank() - OVER ( - ORDER BY return_ratio) AS return_rank, - rank() - OVER ( - ORDER BY currency_ratio) AS currency_rank - FROM - (SELECT - ws.ws_item_sk AS item, - (cast(sum(coalesce(wr.wr_return_quantity, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(ws.ws_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, - (cast(sum(coalesce(wr.wr_return_amt, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(ws.ws_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio - FROM - web_sales ws LEFT OUTER JOIN web_returns wr - ON (ws.ws_order_number = wr.wr_order_number AND - ws.ws_item_sk = wr.wr_item_sk) - , date_dim - WHERE - wr.wr_return_amt > 10000 - AND ws.ws_net_profit > 1 - AND ws.ws_net_paid > 0 - AND ws.ws_quantity > 0 - AND ws_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 12 - GROUP BY ws.ws_item_sk - ) in_web - ) web -WHERE (web.return_rank <= 10 OR web.currency_rank <= 10) -UNION -SELECT - 'catalog' AS channel, - catalog.item, - catalog.return_ratio, - catalog.return_rank, - catalog.currency_rank -FROM ( - SELECT - item, - return_ratio, - currency_ratio, - rank() - OVER ( - ORDER BY return_ratio) AS return_rank, - rank() - OVER ( - ORDER BY currency_ratio) AS currency_rank - FROM - (SELECT - cs.cs_item_sk AS item, - (cast(sum(coalesce(cr.cr_return_quantity, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(cs.cs_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, - (cast(sum(coalesce(cr.cr_return_amount, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(cs.cs_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio - FROM - catalog_sales cs LEFT OUTER JOIN catalog_returns cr - ON (cs.cs_order_number = cr.cr_order_number AND - cs.cs_item_sk = cr.cr_item_sk) - , date_dim - WHERE - cr.cr_return_amount > 10000 - AND cs.cs_net_profit > 1 - AND cs.cs_net_paid > 0 - AND cs.cs_quantity > 0 - AND cs_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 12 - GROUP BY cs.cs_item_sk - ) in_cat - ) catalog -WHERE (catalog.return_rank <= 10 OR catalog.currency_rank <= 10) -UNION -SELECT - 'store' AS channel, - store.item, - store.return_ratio, - store.return_rank, - store.currency_rank -FROM ( - SELECT - item, - return_ratio, - currency_ratio, - rank() - OVER ( - ORDER BY return_ratio) AS return_rank, - rank() - OVER ( - ORDER BY currency_ratio) AS currency_rank - FROM - (SELECT - sts.ss_item_sk AS item, - (cast(sum(coalesce(sr.sr_return_quantity, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(sts.ss_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, - (cast(sum(coalesce(sr.sr_return_amt, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(sts.ss_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio - FROM - store_sales sts LEFT OUTER JOIN store_returns sr - ON (sts.ss_ticket_number = sr.sr_ticket_number AND sts.ss_item_sk = sr.sr_item_sk) - , date_dim - WHERE - sr.sr_return_amt > 10000 - AND sts.ss_net_profit > 1 - AND sts.ss_net_paid > 0 - AND sts.ss_quantity > 0 - AND ss_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 12 - GROUP BY sts.ss_item_sk - ) in_store - ) store -WHERE (store.return_rank <= 10 OR store.currency_rank <= 10) -ORDER BY 1, 4, 5 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out index 935031414827..535d27bdfee9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q5.sql.out @@ -1,137 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ssr AS -( SELECT - s_store_id, - sum(sales_price) AS sales, - sum(profit) AS profit, - sum(return_amt) AS RETURNS, - sum(net_loss) AS profit_loss - FROM - (SELECT - ss_store_sk AS store_sk, - ss_sold_date_sk AS date_sk, - ss_ext_sales_price AS sales_price, - ss_net_profit AS profit, - cast(0 AS DECIMAL(7, 2)) AS return_amt, - cast(0 AS DECIMAL(7, 2)) AS net_loss - FROM store_sales - UNION ALL - SELECT - sr_store_sk AS store_sk, - sr_returned_date_sk AS date_sk, - cast(0 AS DECIMAL(7, 2)) AS sales_price, - cast(0 AS DECIMAL(7, 2)) AS profit, - sr_return_amt AS return_amt, - sr_net_loss AS net_loss - FROM store_returns) - salesreturns, date_dim, store - WHERE date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-23' AS DATE) - AND ((cast('2000-08-23' AS DATE) + INTERVAL 14 days)) - AND store_sk = s_store_sk - GROUP BY s_store_id), - csr AS - ( SELECT - cp_catalog_page_id, - sum(sales_price) AS sales, - sum(profit) AS profit, - sum(return_amt) AS RETURNS, - sum(net_loss) AS profit_loss - FROM - (SELECT - cs_catalog_page_sk AS page_sk, - cs_sold_date_sk AS date_sk, - cs_ext_sales_price AS sales_price, - cs_net_profit AS profit, - cast(0 AS DECIMAL(7, 2)) AS return_amt, - cast(0 AS DECIMAL(7, 2)) AS net_loss - FROM catalog_sales - UNION ALL - SELECT - cr_catalog_page_sk AS page_sk, - cr_returned_date_sk AS date_sk, - cast(0 AS DECIMAL(7, 2)) AS sales_price, - cast(0 AS DECIMAL(7, 2)) AS profit, - cr_return_amount AS return_amt, - cr_net_loss AS net_loss - FROM catalog_returns - ) salesreturns, date_dim, catalog_page - WHERE date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-23' AS DATE) - AND ((cast('2000-08-23' AS DATE) + INTERVAL 14 days)) - AND page_sk = cp_catalog_page_sk - GROUP BY cp_catalog_page_id) - , - wsr AS - ( SELECT - web_site_id, - sum(sales_price) AS sales, - sum(profit) AS profit, - sum(return_amt) AS RETURNS, - sum(net_loss) AS profit_loss - FROM - (SELECT - ws_web_site_sk AS wsr_web_site_sk, - ws_sold_date_sk AS date_sk, - ws_ext_sales_price AS sales_price, - ws_net_profit AS profit, - cast(0 AS DECIMAL(7, 2)) AS return_amt, - cast(0 AS DECIMAL(7, 2)) AS net_loss - FROM web_sales - UNION ALL - SELECT - ws_web_site_sk AS wsr_web_site_sk, - wr_returned_date_sk AS date_sk, - cast(0 AS DECIMAL(7, 2)) AS sales_price, - cast(0 AS DECIMAL(7, 2)) AS profit, - wr_return_amt AS return_amt, - wr_net_loss AS net_loss - FROM web_returns - LEFT OUTER JOIN web_sales ON - (wr_item_sk = ws_item_sk - AND wr_order_number = ws_order_number) - ) salesreturns, date_dim, web_site - WHERE date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-23' AS DATE) - AND ((cast('2000-08-23' AS DATE) + INTERVAL 14 days)) - AND wsr_web_site_sk = web_site_sk - GROUP BY web_site_id) -SELECT - channel, - id, - sum(sales) AS sales, - sum(returns) AS returns, - sum(profit) AS profit -FROM - (SELECT - 'store channel' AS channel, - concat('store', s_store_id) AS id, - sales, - returns, - (profit - profit_loss) AS profit - FROM ssr - UNION ALL - SELECT - 'catalog channel' AS channel, - concat('catalog_page', cp_catalog_page_id) AS id, - sales, - returns, - (profit - profit_loss) AS profit - FROM csr - UNION ALL - SELECT - 'web channel' AS channel, - concat('web_site', web_site_id) AS id, - sales, - returns, - (profit - profit_loss) AS profit - FROM wsr - ) x -GROUP BY ROLLUP (channel, id) -ORDER BY channel, id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out index f541c284b5e3..bf995a9198b9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out @@ -1,53 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - s_store_name, - s_company_id, - s_street_number, - s_street_name, - s_street_type, - s_suite_number, - s_city, - s_county, - s_state, - s_zip, - sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk <= 30) - THEN 1 - ELSE 0 END) AS `30 days `, - sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 30) AND - (sr_returned_date_sk - ss_sold_date_sk <= 60) - THEN 1 - ELSE 0 END) AS `31 - 60 days `, - sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 60) AND - (sr_returned_date_sk - ss_sold_date_sk <= 90) - THEN 1 - ELSE 0 END) AS `61 - 90 days `, - sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 90) AND - (sr_returned_date_sk - ss_sold_date_sk <= 120) - THEN 1 - ELSE 0 END) AS `91 - 120 days `, - sum(CASE WHEN (sr_returned_date_sk - ss_sold_date_sk > 120) - THEN 1 - ELSE 0 END) AS `>120 days ` -FROM - store_sales, store_returns, store, date_dim d1, date_dim d2 -WHERE - d2.d_year = 2001 - AND d2.d_moy = 8 - AND ss_ticket_number = sr_ticket_number - AND ss_item_sk = sr_item_sk - AND ss_sold_date_sk = d1.d_date_sk - AND sr_returned_date_sk = d2.d_date_sk - AND ss_customer_sk = sr_customer_sk - AND ss_store_sk = s_store_sk -GROUP BY - s_store_name, s_company_id, s_street_number, s_street_name, s_street_type, - s_suite_number, s_city, s_county, s_state, s_zip -ORDER BY - s_store_name, s_company_id, s_street_number, s_street_name, s_street_type, - s_suite_number, s_city, s_county, s_state, s_zip -LIMIT 100 -- !query schema struct120 days :bigint> -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out index d8afcd69ee24..639d66f96b2e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q51.sql.out @@ -1,61 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH web_v1 AS ( - SELECT - ws_item_sk item_sk, - d_date, - sum(sum(ws_sales_price)) - OVER (PARTITION BY ws_item_sk - ORDER BY d_date - ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) cume_sales - FROM web_sales, date_dim - WHERE ws_sold_date_sk = d_date_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - AND ws_item_sk IS NOT NULL - GROUP BY ws_item_sk, d_date), - store_v1 AS ( - SELECT - ss_item_sk item_sk, - d_date, - sum(sum(ss_sales_price)) - OVER (PARTITION BY ss_item_sk - ORDER BY d_date - ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) cume_sales - FROM store_sales, date_dim - WHERE ss_sold_date_sk = d_date_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - AND ss_item_sk IS NOT NULL - GROUP BY ss_item_sk, d_date) -SELECT * -FROM (SELECT - item_sk, - d_date, - web_sales, - store_sales, - max(web_sales) - OVER (PARTITION BY item_sk - ORDER BY d_date - ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) web_cumulative, - max(store_sales) - OVER (PARTITION BY item_sk - ORDER BY d_date - ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) store_cumulative -FROM (SELECT - CASE WHEN web.item_sk IS NOT NULL - THEN web.item_sk - ELSE store.item_sk END item_sk, - CASE WHEN web.d_date IS NOT NULL - THEN web.d_date - ELSE store.d_date END d_date, - web.cume_sales web_sales, - store.cume_sales store_sales -FROM web_v1 web FULL OUTER JOIN store_v1 store ON (web.item_sk = store.item_sk - AND web.d_date = store.d_date) - ) x) y -WHERE web_cumulative > store_cumulative -ORDER BY item_sk, d_date -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out index 08f1973cc719..0d53da8eaa23 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out @@ -1,20 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - dt.d_year, - item.i_brand_id brand_id, - item.i_brand brand, - sum(ss_ext_sales_price) ext_price -FROM date_dim dt, store_sales, item -WHERE dt.d_date_sk = store_sales.ss_sold_date_sk - AND store_sales.ss_item_sk = item.i_item_sk - AND item.i_manager_id = 1 - AND dt.d_moy = 11 - AND dt.d_year = 2000 -GROUP BY dt.d_year, item.i_brand, item.i_brand_id -ORDER BY dt.d_year, ext_price DESC, brand_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out index a636298a1fd0..b7739a9d577d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out @@ -1,36 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM - (SELECT - i_manufact_id, - sum(ss_sales_price) sum_sales, - avg(sum(ss_sales_price)) - OVER (PARTITION BY i_manufact_id) avg_quarterly_sales - FROM item, store_sales, date_dim, store - WHERE ss_item_sk = i_item_sk AND - ss_sold_date_sk = d_date_sk AND - ss_store_sk = s_store_sk AND - d_month_seq IN (1200, 1200 + 1, 1200 + 2, 1200 + 3, 1200 + 4, 1200 + 5, 1200 + 6, - 1200 + 7, 1200 + 8, 1200 + 9, 1200 + 10, 1200 + 11) AND - ((i_category IN ('Books', 'Children', 'Electronics') AND - i_class IN ('personal', 'portable', 'reference', 'self-help') AND - i_brand IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', - 'exportiunivamalg #9', 'scholaramalgamalg #9')) - OR - (i_category IN ('Women', 'Music', 'Men') AND - i_class IN ('accessories', 'classical', 'fragrances', 'pants') AND - i_brand IN ('amalgimporto #1', 'edu packscholar #1', 'exportiimporto #1', - 'importoamalg #1'))) - GROUP BY i_manufact_id, d_qoy) tmp1 -WHERE CASE WHEN avg_quarterly_sales > 0 - THEN abs(sum_sales - avg_quarterly_sales) / avg_quarterly_sales - ELSE NULL END > 0.1 -ORDER BY avg_quarterly_sales, - sum_sales, - i_manufact_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out index 31d20cf7d780..6a23339e42bb 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q54.sql.out @@ -1,67 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH my_customers AS ( - SELECT DISTINCT - c_customer_sk, - c_current_addr_sk - FROM - (SELECT - cs_sold_date_sk sold_date_sk, - cs_bill_customer_sk customer_sk, - cs_item_sk item_sk - FROM catalog_sales - UNION ALL - SELECT - ws_sold_date_sk sold_date_sk, - ws_bill_customer_sk customer_sk, - ws_item_sk item_sk - FROM web_sales - ) cs_or_ws_sales, - item, - date_dim, - customer - WHERE sold_date_sk = d_date_sk - AND item_sk = i_item_sk - AND i_category = 'Women' - AND i_class = 'maternity' - AND c_customer_sk = cs_or_ws_sales.customer_sk - AND d_moy = 12 - AND d_year = 1998 -) - , my_revenue AS ( - SELECT - c_customer_sk, - sum(ss_ext_sales_price) AS revenue - FROM my_customers, - store_sales, - customer_address, - store, - date_dim - WHERE c_current_addr_sk = ca_address_sk - AND ca_county = s_county - AND ca_state = s_state - AND ss_sold_date_sk = d_date_sk - AND c_customer_sk = ss_customer_sk - AND d_month_seq BETWEEN (SELECT DISTINCT d_month_seq + 1 - FROM date_dim - WHERE d_year = 1998 AND d_moy = 12) - AND (SELECT DISTINCT d_month_seq + 3 - FROM date_dim - WHERE d_year = 1998 AND d_moy = 12) - GROUP BY c_customer_sk -) - , segments AS -(SELECT cast((revenue / 50) AS INT) AS segment - FROM my_revenue) -SELECT - segment, - count(*) AS num_customers, - segment * 50 AS segment_base -FROM segments -GROUP BY segment -ORDER BY segment, num_customers -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out index 82c0afdd8d6f..af7077850d32 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out @@ -1,19 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_brand_id brand_id, - i_brand brand, - sum(ss_ext_sales_price) ext_price -FROM date_dim, store_sales, item -WHERE d_date_sk = ss_sold_date_sk - AND ss_item_sk = i_item_sk - AND i_manager_id = 28 - AND d_moy = 11 - AND d_year = 1999 -GROUP BY i_brand, i_brand_id -ORDER BY ext_price DESC, brand_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out index f4b13a662097..b0a39bb6ec63 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out @@ -1,71 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ss AS ( - SELECT - i_item_id, - sum(ss_ext_sales_price) total_sales - FROM - store_sales, date_dim, customer_address, item - WHERE - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_color IN ('slate', 'blanched', 'burnished')) - AND ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 2 - AND ss_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_item_id), - cs AS ( - SELECT - i_item_id, - sum(cs_ext_sales_price) total_sales - FROM - catalog_sales, date_dim, customer_address, item - WHERE - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_color IN ('slate', 'blanched', 'burnished')) - AND cs_item_sk = i_item_sk - AND cs_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 2 - AND cs_bill_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_item_id), - ws AS ( - SELECT - i_item_id, - sum(ws_ext_sales_price) total_sales - FROM - web_sales, date_dim, customer_address, item - WHERE - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_color IN ('slate', 'blanched', 'burnished')) - AND ws_item_sk = i_item_sk - AND ws_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 2 - AND ws_bill_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_item_id) -SELECT - i_item_id, - sum(total_sales) total_sales -FROM (SELECT * - FROM ss - UNION ALL - SELECT * - FROM cs - UNION ALL - SELECT * - FROM ws) tmp1 -GROUP BY i_item_id -ORDER BY total_sales -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out index d88463a15513..f5d1b7de3577 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out @@ -1,62 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH v1 AS ( - SELECT - i_category, - i_brand, - cc_name, - d_year, - d_moy, - sum(cs_sales_price) sum_sales, - avg(sum(cs_sales_price)) - OVER - (PARTITION BY i_category, i_brand, cc_name, d_year) - avg_monthly_sales, - rank() - OVER - (PARTITION BY i_category, i_brand, cc_name - ORDER BY d_year, d_moy) rn - FROM item, catalog_sales, date_dim, call_center - WHERE cs_item_sk = i_item_sk AND - cs_sold_date_sk = d_date_sk AND - cc_call_center_sk = cs_call_center_sk AND - ( - d_year = 1999 OR - (d_year = 1999 - 1 AND d_moy = 12) OR - (d_year = 1999 + 1 AND d_moy = 1) - ) - GROUP BY i_category, i_brand, - cc_name, d_year, d_moy), - v2 AS ( - SELECT - v1.i_category, - v1.i_brand, - v1.cc_name, - v1.d_year, - v1.d_moy, - v1.avg_monthly_sales, - v1.sum_sales, - v1_lag.sum_sales psum, - v1_lead.sum_sales nsum - FROM v1, v1 v1_lag, v1 v1_lead - WHERE v1.i_category = v1_lag.i_category AND - v1.i_category = v1_lead.i_category AND - v1.i_brand = v1_lag.i_brand AND - v1.i_brand = v1_lead.i_brand AND - v1.cc_name = v1_lag.cc_name AND - v1.cc_name = v1_lead.cc_name AND - v1.rn = v1_lag.rn + 1 AND - v1.rn = v1_lead.rn - 1) -SELECT * -FROM v2 -WHERE d_year = 1999 AND - avg_monthly_sales > 0 AND - CASE WHEN avg_monthly_sales > 0 - THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales - ELSE NULL END > 0.1 -ORDER BY sum_sales - avg_monthly_sales, 3 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out index 3199aa8fd447..e172dd2702ce 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q58.sql.out @@ -1,65 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ss_items AS -(SELECT - i_item_id item_id, - sum(ss_ext_sales_price) ss_item_rev - FROM store_sales, item, date_dim - WHERE ss_item_sk = i_item_sk - AND d_date IN (SELECT d_date - FROM date_dim - WHERE d_week_seq = (SELECT d_week_seq - FROM date_dim - WHERE d_date = '2000-01-03')) - AND ss_sold_date_sk = d_date_sk - GROUP BY i_item_id), - cs_items AS - (SELECT - i_item_id item_id, - sum(cs_ext_sales_price) cs_item_rev - FROM catalog_sales, item, date_dim - WHERE cs_item_sk = i_item_sk - AND d_date IN (SELECT d_date - FROM date_dim - WHERE d_week_seq = (SELECT d_week_seq - FROM date_dim - WHERE d_date = '2000-01-03')) - AND cs_sold_date_sk = d_date_sk - GROUP BY i_item_id), - ws_items AS - (SELECT - i_item_id item_id, - sum(ws_ext_sales_price) ws_item_rev - FROM web_sales, item, date_dim - WHERE ws_item_sk = i_item_sk - AND d_date IN (SELECT d_date - FROM date_dim - WHERE d_week_seq = (SELECT d_week_seq - FROM date_dim - WHERE d_date = '2000-01-03')) - AND ws_sold_date_sk = d_date_sk - GROUP BY i_item_id) -SELECT - ss_items.item_id, - ss_item_rev, - ss_item_rev / (ss_item_rev + cs_item_rev + ws_item_rev) / 3 * 100 ss_dev, - cs_item_rev, - cs_item_rev / (ss_item_rev + cs_item_rev + ws_item_rev) / 3 * 100 cs_dev, - ws_item_rev, - ws_item_rev / (ss_item_rev + cs_item_rev + ws_item_rev) / 3 * 100 ws_dev, - (ss_item_rev + cs_item_rev + ws_item_rev) / 3 average -FROM ss_items, cs_items, ws_items -WHERE ss_items.item_id = cs_items.item_id - AND ss_items.item_id = ws_items.item_id - AND ss_item_rev BETWEEN 0.9 * cs_item_rev AND 1.1 * cs_item_rev - AND ss_item_rev BETWEEN 0.9 * ws_item_rev AND 1.1 * ws_item_rev - AND cs_item_rev BETWEEN 0.9 * ss_item_rev AND 1.1 * ss_item_rev - AND cs_item_rev BETWEEN 0.9 * ws_item_rev AND 1.1 * ws_item_rev - AND ws_item_rev BETWEEN 0.9 * ss_item_rev AND 1.1 * ss_item_rev - AND ws_item_rev BETWEEN 0.9 * cs_item_rev AND 1.1 * cs_item_rev -ORDER BY item_id, ss_item_rev -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out index 17448fd28639..0b207dbe25aa 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out @@ -1,81 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH wss AS -(SELECT - d_week_seq, - ss_store_sk, - sum(CASE WHEN (d_day_name = 'Sunday') - THEN ss_sales_price - ELSE NULL END) sun_sales, - sum(CASE WHEN (d_day_name = 'Monday') - THEN ss_sales_price - ELSE NULL END) mon_sales, - sum(CASE WHEN (d_day_name = 'Tuesday') - THEN ss_sales_price - ELSE NULL END) tue_sales, - sum(CASE WHEN (d_day_name = 'Wednesday') - THEN ss_sales_price - ELSE NULL END) wed_sales, - sum(CASE WHEN (d_day_name = 'Thursday') - THEN ss_sales_price - ELSE NULL END) thu_sales, - sum(CASE WHEN (d_day_name = 'Friday') - THEN ss_sales_price - ELSE NULL END) fri_sales, - sum(CASE WHEN (d_day_name = 'Saturday') - THEN ss_sales_price - ELSE NULL END) sat_sales - FROM store_sales, date_dim - WHERE d_date_sk = ss_sold_date_sk - GROUP BY d_week_seq, ss_store_sk -) -SELECT - s_store_name1, - s_store_id1, - d_week_seq1, - sun_sales1 / sun_sales2, - mon_sales1 / mon_sales2, - tue_sales1 / tue_sales2, - wed_sales1 / wed_sales2, - thu_sales1 / thu_sales2, - fri_sales1 / fri_sales2, - sat_sales1 / sat_sales2 -FROM - (SELECT - s_store_name s_store_name1, - wss.d_week_seq d_week_seq1, - s_store_id s_store_id1, - sun_sales sun_sales1, - mon_sales mon_sales1, - tue_sales tue_sales1, - wed_sales wed_sales1, - thu_sales thu_sales1, - fri_sales fri_sales1, - sat_sales sat_sales1 - FROM wss, store, date_dim d - WHERE d.d_week_seq = wss.d_week_seq AND - ss_store_sk = s_store_sk AND - d_month_seq BETWEEN 1212 AND 1212 + 11) y, - (SELECT - s_store_name s_store_name2, - wss.d_week_seq d_week_seq2, - s_store_id s_store_id2, - sun_sales sun_sales2, - mon_sales mon_sales2, - tue_sales tue_sales2, - wed_sales wed_sales2, - thu_sales thu_sales2, - fri_sales fri_sales2, - sat_sales sat_sales2 - FROM wss, store, date_dim d - WHERE d.d_week_seq = wss.d_week_seq AND - ss_store_sk = s_store_sk AND - d_month_seq BETWEEN 1212 + 12 AND 1212 + 23) x -WHERE s_store_id1 = s_store_id2 - AND d_week_seq1 = d_week_seq2 - 52 -ORDER BY s_store_name1, s_store_id1, d_week_seq1 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out index cfbaabb0eea9..4a7f9a83af25 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out @@ -1,27 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - a.ca_state state, - count(*) cnt -FROM - customer_address a, customer c, store_sales s, date_dim d, item i -WHERE a.ca_address_sk = c.c_current_addr_sk - AND c.c_customer_sk = s.ss_customer_sk - AND s.ss_sold_date_sk = d.d_date_sk - AND s.ss_item_sk = i.i_item_sk - AND d.d_month_seq = - (SELECT DISTINCT (d_month_seq) - FROM date_dim - WHERE d_year = 2000 AND d_moy = 1) - AND i.i_current_price > 1.2 * - (SELECT avg(j.i_current_price) - FROM item j - WHERE j.i_category = i.i_category) -GROUP BY a.ca_state -HAVING count(*) >= 10 -ORDER BY cnt -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out index ac47e641ea95..a5d568a45f0c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q60.sql.out @@ -1,68 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ss AS ( - SELECT - i_item_id, - sum(ss_ext_sales_price) total_sales - FROM store_sales, date_dim, customer_address, item - WHERE - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_category IN ('Music')) - AND ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND d_year = 1998 - AND d_moy = 9 - AND ss_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_item_id), - cs AS ( - SELECT - i_item_id, - sum(cs_ext_sales_price) total_sales - FROM catalog_sales, date_dim, customer_address, item - WHERE - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_category IN ('Music')) - AND cs_item_sk = i_item_sk - AND cs_sold_date_sk = d_date_sk - AND d_year = 1998 - AND d_moy = 9 - AND cs_bill_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_item_id), - ws AS ( - SELECT - i_item_id, - sum(ws_ext_sales_price) total_sales - FROM web_sales, date_dim, customer_address, item - WHERE - i_item_id IN (SELECT i_item_id - FROM item - WHERE i_category IN ('Music')) - AND ws_item_sk = i_item_sk - AND ws_sold_date_sk = d_date_sk - AND d_year = 1998 - AND d_moy = 9 - AND ws_bill_addr_sk = ca_address_sk - AND ca_gmt_offset = -5 - GROUP BY i_item_id) -SELECT - i_item_id, - sum(total_sales) total_sales -FROM (SELECT * - FROM ss - UNION ALL - SELECT * - FROM cs - UNION ALL - SELECT * - FROM ws) tmp1 -GROUP BY i_item_id -ORDER BY i_item_id, total_sales -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out index 741cb1d56cd8..5fe8eafd93c0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q61.sql.out @@ -1,39 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - promotions, - total, - cast(promotions AS DECIMAL(15, 4)) / cast(total AS DECIMAL(15, 4)) * 100 -FROM - (SELECT sum(ss_ext_sales_price) promotions - FROM store_sales, store, promotion, date_dim, customer, customer_address, item - WHERE ss_sold_date_sk = d_date_sk - AND ss_store_sk = s_store_sk - AND ss_promo_sk = p_promo_sk - AND ss_customer_sk = c_customer_sk - AND ca_address_sk = c_current_addr_sk - AND ss_item_sk = i_item_sk - AND ca_gmt_offset = -5 - AND i_category = 'Jewelry' - AND (p_channel_dmail = 'Y' OR p_channel_email = 'Y' OR p_channel_tv = 'Y') - AND s_gmt_offset = -5 - AND d_year = 1998 - AND d_moy = 11) promotional_sales, - (SELECT sum(ss_ext_sales_price) total - FROM store_sales, store, date_dim, customer, customer_address, item - WHERE ss_sold_date_sk = d_date_sk - AND ss_store_sk = s_store_sk - AND ss_customer_sk = c_customer_sk - AND ca_address_sk = c_current_addr_sk - AND ss_item_sk = i_item_sk - AND ca_gmt_offset = -5 - AND i_category = 'Jewelry' - AND s_gmt_offset = -5 - AND d_year = 1998 - AND d_moy = 11) all_sales -ORDER BY promotions, total -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out index 65f2c65fe9e1..8a52553aefee 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out @@ -1,41 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - substr(w_warehouse_name, 1, 20), - sm_type, - web_name, - sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk <= 30) - THEN 1 - ELSE 0 END) AS `30 days `, - sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 30) AND - (ws_ship_date_sk - ws_sold_date_sk <= 60) - THEN 1 - ELSE 0 END) AS `31 - 60 days `, - sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 60) AND - (ws_ship_date_sk - ws_sold_date_sk <= 90) - THEN 1 - ELSE 0 END) AS `61 - 90 days `, - sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 90) AND - (ws_ship_date_sk - ws_sold_date_sk <= 120) - THEN 1 - ELSE 0 END) AS `91 - 120 days `, - sum(CASE WHEN (ws_ship_date_sk - ws_sold_date_sk > 120) - THEN 1 - ELSE 0 END) AS `>120 days ` -FROM - web_sales, warehouse, ship_mode, web_site, date_dim -WHERE - d_month_seq BETWEEN 1200 AND 1200 + 11 - AND ws_ship_date_sk = d_date_sk - AND ws_warehouse_sk = w_warehouse_sk - AND ws_ship_mode_sk = sm_ship_mode_sk - AND ws_web_site_sk = web_site_sk -GROUP BY - substr(w_warehouse_name, 1, 20), sm_type, web_name -ORDER BY - substr(w_warehouse_name, 1, 20), sm_type, web_name -LIMIT 100 -- !query schema struct120 days :bigint> -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out index b72e15cac3bb..400656e13e4d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out @@ -1,37 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM (SELECT - i_manager_id, - sum(ss_sales_price) sum_sales, - avg(sum(ss_sales_price)) - OVER (PARTITION BY i_manager_id) avg_monthly_sales -FROM item - , store_sales - , date_dim - , store -WHERE ss_item_sk = i_item_sk - AND ss_sold_date_sk = d_date_sk - AND ss_store_sk = s_store_sk - AND d_month_seq IN (1200, 1200 + 1, 1200 + 2, 1200 + 3, 1200 + 4, 1200 + 5, 1200 + 6, 1200 + 7, - 1200 + 8, 1200 + 9, 1200 + 10, 1200 + 11) - AND ((i_category IN ('Books', 'Children', 'Electronics') - AND i_class IN ('personal', 'portable', 'refernece', 'self-help') - AND i_brand IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', - 'exportiunivamalg #9', 'scholaramalgamalg #9')) - OR (i_category IN ('Women', 'Music', 'Men') - AND i_class IN ('accessories', 'classical', 'fragrances', 'pants') - AND i_brand IN ('amalgimporto #1', 'edu packscholar #1', 'exportiimporto #1', - 'importoamalg #1'))) -GROUP BY i_manager_id, d_moy) tmp1 -WHERE CASE WHEN avg_monthly_sales > 0 - THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales - ELSE NULL END > 0.1 -ORDER BY i_manager_id - , avg_monthly_sales - , sum_sales -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out index b90d887889dc..f4ba7232f665 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out @@ -1,98 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH cs_ui AS -(SELECT - cs_item_sk, - sum(cs_ext_list_price) AS sale, - sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit) AS refund - FROM catalog_sales - , catalog_returns - WHERE cs_item_sk = cr_item_sk - AND cs_order_number = cr_order_number - GROUP BY cs_item_sk - HAVING sum(cs_ext_list_price) > 2 * sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit)), - cross_sales AS - (SELECT - i_product_name product_name, - i_item_sk item_sk, - s_store_name store_name, - s_zip store_zip, - ad1.ca_street_number b_street_number, - ad1.ca_street_name b_streen_name, - ad1.ca_city b_city, - ad1.ca_zip b_zip, - ad2.ca_street_number c_street_number, - ad2.ca_street_name c_street_name, - ad2.ca_city c_city, - ad2.ca_zip c_zip, - d1.d_year AS syear, - d2.d_year AS fsyear, - d3.d_year s2year, - count(*) cnt, - sum(ss_wholesale_cost) s1, - sum(ss_list_price) s2, - sum(ss_coupon_amt) s3 - FROM store_sales, store_returns, cs_ui, date_dim d1, date_dim d2, date_dim d3, - store, customer, customer_demographics cd1, customer_demographics cd2, - promotion, household_demographics hd1, household_demographics hd2, - customer_address ad1, customer_address ad2, income_band ib1, income_band ib2, item - WHERE ss_store_sk = s_store_sk AND - ss_sold_date_sk = d1.d_date_sk AND - ss_customer_sk = c_customer_sk AND - ss_cdemo_sk = cd1.cd_demo_sk AND - ss_hdemo_sk = hd1.hd_demo_sk AND - ss_addr_sk = ad1.ca_address_sk AND - ss_item_sk = i_item_sk AND - ss_item_sk = sr_item_sk AND - ss_ticket_number = sr_ticket_number AND - ss_item_sk = cs_ui.cs_item_sk AND - c_current_cdemo_sk = cd2.cd_demo_sk AND - c_current_hdemo_sk = hd2.hd_demo_sk AND - c_current_addr_sk = ad2.ca_address_sk AND - c_first_sales_date_sk = d2.d_date_sk AND - c_first_shipto_date_sk = d3.d_date_sk AND - ss_promo_sk = p_promo_sk AND - hd1.hd_income_band_sk = ib1.ib_income_band_sk AND - hd2.hd_income_band_sk = ib2.ib_income_band_sk AND - cd1.cd_marital_status <> cd2.cd_marital_status AND - i_color IN ('purple', 'burlywood', 'indian', 'spring', 'floral', 'medium') AND - i_current_price BETWEEN 64 AND 64 + 10 AND - i_current_price BETWEEN 64 + 1 AND 64 + 15 - GROUP BY i_product_name, i_item_sk, s_store_name, s_zip, ad1.ca_street_number, - ad1.ca_street_name, ad1.ca_city, ad1.ca_zip, ad2.ca_street_number, - ad2.ca_street_name, ad2.ca_city, ad2.ca_zip, d1.d_year, d2.d_year, d3.d_year - ) -SELECT - cs1.product_name, - cs1.store_name, - cs1.store_zip, - cs1.b_street_number, - cs1.b_streen_name, - cs1.b_city, - cs1.b_zip, - cs1.c_street_number, - cs1.c_street_name, - cs1.c_city, - cs1.c_zip, - cs1.syear, - cs1.cnt, - cs1.s1, - cs1.s2, - cs1.s3, - cs2.s1, - cs2.s2, - cs2.s3, - cs2.syear, - cs2.cnt -FROM cross_sales cs1, cross_sales cs2 -WHERE cs1.item_sk = cs2.item_sk AND - cs1.syear = 1999 AND - cs2.syear = 1999 + 1 AND - cs2.cnt <= cs1.cnt AND - cs1.store_name = cs2.store_name AND - cs1.store_zip = cs2.store_zip -ORDER BY cs1.product_name, cs1.store_name, cs2.cnt -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out index 812277b99999..75784f614839 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out @@ -1,39 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - s_store_name, - i_item_desc, - sc.revenue, - i_current_price, - i_wholesale_cost, - i_brand -FROM store, item, - (SELECT - ss_store_sk, - avg(revenue) AS ave - FROM - (SELECT - ss_store_sk, - ss_item_sk, - sum(ss_sales_price) AS revenue - FROM store_sales, date_dim - WHERE ss_sold_date_sk = d_date_sk AND d_month_seq BETWEEN 1176 AND 1176 + 11 - GROUP BY ss_store_sk, ss_item_sk) sa - GROUP BY ss_store_sk) sb, - (SELECT - ss_store_sk, - ss_item_sk, - sum(ss_sales_price) AS revenue - FROM store_sales, date_dim - WHERE ss_sold_date_sk = d_date_sk AND d_month_seq BETWEEN 1176 AND 1176 + 11 - GROUP BY ss_store_sk, ss_item_sk) sc -WHERE sb.ss_store_sk = sc.ss_store_sk AND - sc.revenue <= 0.1 * sb.ave AND - s_store_sk = sc.ss_store_sk AND - i_item_sk = sc.ss_item_sk -ORDER BY s_store_name, i_item_desc -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out index 1aa04ffa06e4..b71fb6f0f6b6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out @@ -1,246 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - w_warehouse_name, - w_warehouse_sq_ft, - w_city, - w_county, - w_state, - w_country, - ship_carriers, - year, - sum(jan_sales) AS jan_sales, - sum(feb_sales) AS feb_sales, - sum(mar_sales) AS mar_sales, - sum(apr_sales) AS apr_sales, - sum(may_sales) AS may_sales, - sum(jun_sales) AS jun_sales, - sum(jul_sales) AS jul_sales, - sum(aug_sales) AS aug_sales, - sum(sep_sales) AS sep_sales, - sum(oct_sales) AS oct_sales, - sum(nov_sales) AS nov_sales, - sum(dec_sales) AS dec_sales, - sum(jan_sales / w_warehouse_sq_ft) AS jan_sales_per_sq_foot, - sum(feb_sales / w_warehouse_sq_ft) AS feb_sales_per_sq_foot, - sum(mar_sales / w_warehouse_sq_ft) AS mar_sales_per_sq_foot, - sum(apr_sales / w_warehouse_sq_ft) AS apr_sales_per_sq_foot, - sum(may_sales / w_warehouse_sq_ft) AS may_sales_per_sq_foot, - sum(jun_sales / w_warehouse_sq_ft) AS jun_sales_per_sq_foot, - sum(jul_sales / w_warehouse_sq_ft) AS jul_sales_per_sq_foot, - sum(aug_sales / w_warehouse_sq_ft) AS aug_sales_per_sq_foot, - sum(sep_sales / w_warehouse_sq_ft) AS sep_sales_per_sq_foot, - sum(oct_sales / w_warehouse_sq_ft) AS oct_sales_per_sq_foot, - sum(nov_sales / w_warehouse_sq_ft) AS nov_sales_per_sq_foot, - sum(dec_sales / w_warehouse_sq_ft) AS dec_sales_per_sq_foot, - sum(jan_net) AS jan_net, - sum(feb_net) AS feb_net, - sum(mar_net) AS mar_net, - sum(apr_net) AS apr_net, - sum(may_net) AS may_net, - sum(jun_net) AS jun_net, - sum(jul_net) AS jul_net, - sum(aug_net) AS aug_net, - sum(sep_net) AS sep_net, - sum(oct_net) AS oct_net, - sum(nov_net) AS nov_net, - sum(dec_net) AS dec_net -FROM ( - (SELECT - w_warehouse_name, - w_warehouse_sq_ft, - w_city, - w_county, - w_state, - w_country, - concat('DHL', ',', 'BARIAN') AS ship_carriers, - d_year AS year, - sum(CASE WHEN d_moy = 1 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS jan_sales, - sum(CASE WHEN d_moy = 2 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS feb_sales, - sum(CASE WHEN d_moy = 3 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS mar_sales, - sum(CASE WHEN d_moy = 4 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS apr_sales, - sum(CASE WHEN d_moy = 5 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS may_sales, - sum(CASE WHEN d_moy = 6 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS jun_sales, - sum(CASE WHEN d_moy = 7 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS jul_sales, - sum(CASE WHEN d_moy = 8 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS aug_sales, - sum(CASE WHEN d_moy = 9 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS sep_sales, - sum(CASE WHEN d_moy = 10 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS oct_sales, - sum(CASE WHEN d_moy = 11 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS nov_sales, - sum(CASE WHEN d_moy = 12 - THEN ws_ext_sales_price * ws_quantity - ELSE 0 END) AS dec_sales, - sum(CASE WHEN d_moy = 1 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS jan_net, - sum(CASE WHEN d_moy = 2 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS feb_net, - sum(CASE WHEN d_moy = 3 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS mar_net, - sum(CASE WHEN d_moy = 4 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS apr_net, - sum(CASE WHEN d_moy = 5 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS may_net, - sum(CASE WHEN d_moy = 6 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS jun_net, - sum(CASE WHEN d_moy = 7 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS jul_net, - sum(CASE WHEN d_moy = 8 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS aug_net, - sum(CASE WHEN d_moy = 9 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS sep_net, - sum(CASE WHEN d_moy = 10 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS oct_net, - sum(CASE WHEN d_moy = 11 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS nov_net, - sum(CASE WHEN d_moy = 12 - THEN ws_net_paid * ws_quantity - ELSE 0 END) AS dec_net - FROM - web_sales, warehouse, date_dim, time_dim, ship_mode - WHERE - ws_warehouse_sk = w_warehouse_sk - AND ws_sold_date_sk = d_date_sk - AND ws_sold_time_sk = t_time_sk - AND ws_ship_mode_sk = sm_ship_mode_sk - AND d_year = 2001 - AND t_time BETWEEN 30838 AND 30838 + 28800 - AND sm_carrier IN ('DHL', 'BARIAN') - GROUP BY - w_warehouse_name, w_warehouse_sq_ft, w_city, w_county, w_state, w_country, d_year) - UNION ALL - (SELECT - w_warehouse_name, - w_warehouse_sq_ft, - w_city, - w_county, - w_state, - w_country, - concat('DHL', ',', 'BARIAN') AS ship_carriers, - d_year AS year, - sum(CASE WHEN d_moy = 1 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS jan_sales, - sum(CASE WHEN d_moy = 2 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS feb_sales, - sum(CASE WHEN d_moy = 3 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS mar_sales, - sum(CASE WHEN d_moy = 4 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS apr_sales, - sum(CASE WHEN d_moy = 5 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS may_sales, - sum(CASE WHEN d_moy = 6 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS jun_sales, - sum(CASE WHEN d_moy = 7 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS jul_sales, - sum(CASE WHEN d_moy = 8 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS aug_sales, - sum(CASE WHEN d_moy = 9 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS sep_sales, - sum(CASE WHEN d_moy = 10 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS oct_sales, - sum(CASE WHEN d_moy = 11 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS nov_sales, - sum(CASE WHEN d_moy = 12 - THEN cs_sales_price * cs_quantity - ELSE 0 END) AS dec_sales, - sum(CASE WHEN d_moy = 1 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS jan_net, - sum(CASE WHEN d_moy = 2 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS feb_net, - sum(CASE WHEN d_moy = 3 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS mar_net, - sum(CASE WHEN d_moy = 4 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS apr_net, - sum(CASE WHEN d_moy = 5 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS may_net, - sum(CASE WHEN d_moy = 6 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS jun_net, - sum(CASE WHEN d_moy = 7 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS jul_net, - sum(CASE WHEN d_moy = 8 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS aug_net, - sum(CASE WHEN d_moy = 9 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS sep_net, - sum(CASE WHEN d_moy = 10 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS oct_net, - sum(CASE WHEN d_moy = 11 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS nov_net, - sum(CASE WHEN d_moy = 12 - THEN cs_net_paid_inc_tax * cs_quantity - ELSE 0 END) AS dec_net - FROM - catalog_sales, warehouse, date_dim, time_dim, ship_mode - WHERE - cs_warehouse_sk = w_warehouse_sk - AND cs_sold_date_sk = d_date_sk - AND cs_sold_time_sk = t_time_sk - AND cs_ship_mode_sk = sm_ship_mode_sk - AND d_year = 2001 - AND t_time BETWEEN 30838 AND 30838 + 28800 - AND sm_carrier IN ('DHL', 'BARIAN') - GROUP BY - w_warehouse_name, w_warehouse_sq_ft, w_city, w_county, w_state, w_country, d_year - ) - ) x -GROUP BY - w_warehouse_name, w_warehouse_sq_ft, w_city, w_county, w_state, w_country, - ship_carriers, year -ORDER BY w_warehouse_name -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out index 81c8a6ae64c5..36c61500d53c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out @@ -1,44 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM - (SELECT - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id, - sumsales, - rank() - OVER (PARTITION BY i_category - ORDER BY sumsales DESC) rk - FROM - (SELECT - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id, - sum(coalesce(ss_sales_price * ss_quantity, 0)) sumsales - FROM store_sales, date_dim, store, item - WHERE ss_sold_date_sk = d_date_sk - AND ss_item_sk = i_item_sk - AND ss_store_sk = s_store_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - GROUP BY ROLLUP (i_category, i_class, i_brand, i_product_name, d_year, d_qoy, - d_moy, s_store_id)) dw1) dw2 -WHERE rk <= 100 -ORDER BY - i_category, i_class, i_brand, i_product_name, d_year, - d_qoy, d_moy, s_store_id, sumsales, rk -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out index 84caa921d2a1..cf43e78198de 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out @@ -1,40 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_last_name, - c_first_name, - ca_city, - bought_city, - ss_ticket_number, - extended_price, - extended_tax, - list_price -FROM (SELECT - ss_ticket_number, - ss_customer_sk, - ca_city bought_city, - sum(ss_ext_sales_price) extended_price, - sum(ss_ext_list_price) list_price, - sum(ss_ext_tax) extended_tax -FROM store_sales, date_dim, store, household_demographics, customer_address -WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_store_sk = store.s_store_sk - AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk - AND store_sales.ss_addr_sk = customer_address.ca_address_sk - AND date_dim.d_dom BETWEEN 1 AND 2 - AND (household_demographics.hd_dep_count = 4 OR - household_demographics.hd_vehicle_count = 3) - AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) - AND store.s_city IN ('Midway', 'Fairview') -GROUP BY ss_ticket_number, ss_customer_sk, ss_addr_sk, ca_city) dn, - customer, - customer_address current_addr -WHERE ss_customer_sk = c_customer_sk - AND customer.c_current_addr_sk = current_addr.ca_address_sk - AND current_addr.ca_city <> bought_city -ORDER BY c_last_name, ss_ticket_number -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out index ef9b844c68d5..05632629b5c0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out @@ -1,44 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - cd_gender, - cd_marital_status, - cd_education_status, - count(*) cnt1, - cd_purchase_estimate, - count(*) cnt2, - cd_credit_rating, - count(*) cnt3 -FROM - customer c, customer_address ca, customer_demographics -WHERE - c.c_current_addr_sk = ca.ca_address_sk AND - ca_state IN ('KY', 'GA', 'NM') AND - cd_demo_sk = c.c_current_cdemo_sk AND - exists(SELECT * - FROM store_sales, date_dim - WHERE c.c_customer_sk = ss_customer_sk AND - ss_sold_date_sk = d_date_sk AND - d_year = 2001 AND - d_moy BETWEEN 4 AND 4 + 2) AND - (NOT exists(SELECT * - FROM web_sales, date_dim - WHERE c.c_customer_sk = ws_bill_customer_sk AND - ws_sold_date_sk = d_date_sk AND - d_year = 2001 AND - d_moy BETWEEN 4 AND 4 + 2) AND - NOT exists(SELECT * - FROM catalog_sales, date_dim - WHERE c.c_customer_sk = cs_ship_customer_sk AND - cs_sold_date_sk = d_date_sk AND - d_year = 2001 AND - d_moy BETWEEN 4 AND 4 + 2)) -GROUP BY cd_gender, cd_marital_status, cd_education_status, - cd_purchase_estimate, cd_credit_rating -ORDER BY cd_gender, cd_marital_status, cd_education_status, - cd_purchase_estimate, cd_credit_rating -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out index 2967bc4e6ca5..db41ea79fe3c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q7.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - avg(ss_quantity) agg1, - avg(ss_list_price) agg2, - avg(ss_coupon_amt) agg3, - avg(ss_sales_price) agg4 -FROM store_sales, customer_demographics, date_dim, item, promotion -WHERE ss_sold_date_sk = d_date_sk AND - ss_item_sk = i_item_sk AND - ss_cdemo_sk = cd_demo_sk AND - ss_promo_sk = p_promo_sk AND - cd_gender = 'M' AND - cd_marital_status = 'S' AND - cd_education_status = 'College' AND - (p_channel_email = 'N' OR p_channel_event = 'N') AND - d_year = 2000 -GROUP BY i_item_id -ORDER BY i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out index bbd7ab3ff112..961eefe2e437 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out @@ -1,44 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - sum(ss_net_profit) AS total_sum, - s_state, - s_county, - grouping(s_state) + grouping(s_county) AS lochierarchy, - rank() - OVER ( - PARTITION BY grouping(s_state) + grouping(s_county), - CASE WHEN grouping(s_county) = 0 - THEN s_state END - ORDER BY sum(ss_net_profit) DESC) AS rank_within_parent -FROM - store_sales, date_dim d1, store -WHERE - d1.d_month_seq BETWEEN 1200 AND 1200 + 11 - AND d1.d_date_sk = ss_sold_date_sk - AND s_store_sk = ss_store_sk - AND s_state IN - (SELECT s_state - FROM - (SELECT - s_state AS s_state, - rank() - OVER (PARTITION BY s_state - ORDER BY sum(ss_net_profit) DESC) AS ranking - FROM store_sales, store, date_dim - WHERE d_month_seq BETWEEN 1200 AND 1200 + 11 - AND d_date_sk = ss_sold_date_sk - AND s_store_sk = ss_store_sk - GROUP BY s_state) tmp1 - WHERE ranking <= 5) -GROUP BY ROLLUP (s_state, s_county) -ORDER BY - lochierarchy DESC - , CASE WHEN lochierarchy = 0 - THEN s_state END - , rank_within_parent -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out index 09f68a62a825..103fa7ee99b9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out @@ -1,50 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_brand_id brand_id, - i_brand brand, - t_hour, - t_minute, - sum(ext_price) ext_price -FROM item, - (SELECT - ws_ext_sales_price AS ext_price, - ws_sold_date_sk AS sold_date_sk, - ws_item_sk AS sold_item_sk, - ws_sold_time_sk AS time_sk - FROM web_sales, date_dim - WHERE d_date_sk = ws_sold_date_sk - AND d_moy = 11 - AND d_year = 1999 - UNION ALL - SELECT - cs_ext_sales_price AS ext_price, - cs_sold_date_sk AS sold_date_sk, - cs_item_sk AS sold_item_sk, - cs_sold_time_sk AS time_sk - FROM catalog_sales, date_dim - WHERE d_date_sk = cs_sold_date_sk - AND d_moy = 11 - AND d_year = 1999 - UNION ALL - SELECT - ss_ext_sales_price AS ext_price, - ss_sold_date_sk AS sold_date_sk, - ss_item_sk AS sold_item_sk, - ss_sold_time_sk AS time_sk - FROM store_sales, date_dim - WHERE d_date_sk = ss_sold_date_sk - AND d_moy = 11 - AND d_year = 1999 - ) AS tmp, time_dim -WHERE - sold_item_sk = i_item_sk - AND i_manager_id = 1 - AND time_sk = t_time_sk - AND (t_meal_time = 'breakfast' OR t_meal_time = 'dinner') -GROUP BY i_brand, i_brand_id, t_hour, t_minute -ORDER BY ext_price DESC, brand_id -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out index 629169a9178e..683ada12d725 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q72.sql.out @@ -1,39 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_desc, - w_warehouse_name, - d1.d_week_seq, - count(CASE WHEN p_promo_sk IS NULL - THEN 1 - ELSE 0 END) no_promo, - count(CASE WHEN p_promo_sk IS NOT NULL - THEN 1 - ELSE 0 END) promo, - count(*) total_cnt -FROM catalog_sales - JOIN inventory ON (cs_item_sk = inv_item_sk) - JOIN warehouse ON (w_warehouse_sk = inv_warehouse_sk) - JOIN item ON (i_item_sk = cs_item_sk) - JOIN customer_demographics ON (cs_bill_cdemo_sk = cd_demo_sk) - JOIN household_demographics ON (cs_bill_hdemo_sk = hd_demo_sk) - JOIN date_dim d1 ON (cs_sold_date_sk = d1.d_date_sk) - JOIN date_dim d2 ON (inv_date_sk = d2.d_date_sk) - JOIN date_dim d3 ON (cs_ship_date_sk = d3.d_date_sk) - LEFT OUTER JOIN promotion ON (cs_promo_sk = p_promo_sk) - LEFT OUTER JOIN catalog_returns ON (cr_item_sk = cs_item_sk AND cr_order_number = cs_order_number) -WHERE d1.d_week_seq = d2.d_week_seq - AND inv_quantity_on_hand < cs_quantity - AND d3.d_date > (cast(d1.d_date AS DATE) + interval 5 days) - AND hd_buy_potential = '>10000' - AND d1.d_year = 1999 - AND hd_buy_potential = '>10000' - AND cd_marital_status = 'D' - AND d1.d_year = 1999 -GROUP BY i_item_desc, w_warehouse_name, d1.d_week_seq -ORDER BY total_cnt DESC, i_item_desc, w_warehouse_name, d_week_seq -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out index 281d7c0cd539..8c0bbfdeb342 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out @@ -1,36 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_last_name, - c_first_name, - c_salutation, - c_preferred_cust_flag, - ss_ticket_number, - cnt -FROM - (SELECT - ss_ticket_number, - ss_customer_sk, - count(*) cnt - FROM store_sales, date_dim, store, household_demographics - WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_store_sk = store.s_store_sk - AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk - AND date_dim.d_dom BETWEEN 1 AND 2 - AND (household_demographics.hd_buy_potential = '>10000' OR - household_demographics.hd_buy_potential = 'unknown') - AND household_demographics.hd_vehicle_count > 0 - AND CASE WHEN household_demographics.hd_vehicle_count > 0 - THEN - household_demographics.hd_dep_count / household_demographics.hd_vehicle_count - ELSE NULL END > 1 - AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) - AND store.s_county IN ('Williamson County', 'Franklin Parish', 'Bronx County', 'Orange County') - GROUP BY ss_ticket_number, ss_customer_sk) dj, customer -WHERE ss_customer_sk = c_customer_sk - AND cnt BETWEEN 1 AND 5 -ORDER BY cnt DESC -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out index 0d8914db5788..8c84825c8a2b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q74.sql.out @@ -1,64 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH year_total AS ( - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - d_year AS year, - sum(ss_net_paid) year_total, - 's' sale_type - FROM - customer, store_sales, date_dim - WHERE c_customer_sk = ss_customer_sk - AND ss_sold_date_sk = d_date_sk - AND d_year IN (2001, 2001 + 1) - GROUP BY - c_customer_id, c_first_name, c_last_name, d_year - UNION ALL - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - d_year AS year, - sum(ws_net_paid) year_total, - 'w' sale_type - FROM - customer, web_sales, date_dim - WHERE c_customer_sk = ws_bill_customer_sk - AND ws_sold_date_sk = d_date_sk - AND d_year IN (2001, 2001 + 1) - GROUP BY - c_customer_id, c_first_name, c_last_name, d_year) -SELECT - t_s_secyear.customer_id, - t_s_secyear.customer_first_name, - t_s_secyear.customer_last_name -FROM - year_total t_s_firstyear, year_total t_s_secyear, - year_total t_w_firstyear, year_total t_w_secyear -WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id - AND t_s_firstyear.customer_id = t_w_secyear.customer_id - AND t_s_firstyear.customer_id = t_w_firstyear.customer_id - AND t_s_firstyear.sale_type = 's' - AND t_w_firstyear.sale_type = 'w' - AND t_s_secyear.sale_type = 's' - AND t_w_secyear.sale_type = 'w' - AND t_s_firstyear.year = 2001 - AND t_s_secyear.year = 2001 + 1 - AND t_w_firstyear.year = 2001 - AND t_w_secyear.year = 2001 + 1 - AND t_s_firstyear.year_total > 0 - AND t_w_firstyear.year_total > 0 - AND CASE WHEN t_w_firstyear.year_total > 0 - THEN t_w_secyear.year_total / t_w_firstyear.year_total - ELSE NULL END - > CASE WHEN t_s_firstyear.year_total > 0 - THEN t_s_secyear.year_total / t_s_firstyear.year_total - ELSE NULL END -ORDER BY 1, 1, 1 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out index f508ebc2bcd1..daf0df090335 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out @@ -1,82 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH all_sales AS ( - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - SUM(sales_cnt) AS sales_cnt, - SUM(sales_amt) AS sales_amt - FROM ( - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - cs_quantity - COALESCE(cr_return_quantity, 0) AS sales_cnt, - cs_ext_sales_price - COALESCE(cr_return_amount, 0.0) AS sales_amt - FROM catalog_sales - JOIN item ON i_item_sk = cs_item_sk - JOIN date_dim ON d_date_sk = cs_sold_date_sk - LEFT JOIN catalog_returns ON (cs_order_number = cr_order_number - AND cs_item_sk = cr_item_sk) - WHERE i_category = 'Books' - UNION - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - ss_quantity - COALESCE(sr_return_quantity, 0) AS sales_cnt, - ss_ext_sales_price - COALESCE(sr_return_amt, 0.0) AS sales_amt - FROM store_sales - JOIN item ON i_item_sk = ss_item_sk - JOIN date_dim ON d_date_sk = ss_sold_date_sk - LEFT JOIN store_returns ON (ss_ticket_number = sr_ticket_number - AND ss_item_sk = sr_item_sk) - WHERE i_category = 'Books' - UNION - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - ws_quantity - COALESCE(wr_return_quantity, 0) AS sales_cnt, - ws_ext_sales_price - COALESCE(wr_return_amt, 0.0) AS sales_amt - FROM web_sales - JOIN item ON i_item_sk = ws_item_sk - JOIN date_dim ON d_date_sk = ws_sold_date_sk - LEFT JOIN web_returns ON (ws_order_number = wr_order_number - AND ws_item_sk = wr_item_sk) - WHERE i_category = 'Books') sales_detail - GROUP BY d_year, i_brand_id, i_class_id, i_category_id, i_manufact_id) -SELECT - prev_yr.d_year AS prev_year, - curr_yr.d_year AS year, - curr_yr.i_brand_id, - curr_yr.i_class_id, - curr_yr.i_category_id, - curr_yr.i_manufact_id, - prev_yr.sales_cnt AS prev_yr_cnt, - curr_yr.sales_cnt AS curr_yr_cnt, - curr_yr.sales_cnt - prev_yr.sales_cnt AS sales_cnt_diff, - curr_yr.sales_amt - prev_yr.sales_amt AS sales_amt_diff -FROM all_sales curr_yr, all_sales prev_yr -WHERE curr_yr.i_brand_id = prev_yr.i_brand_id - AND curr_yr.i_class_id = prev_yr.i_class_id - AND curr_yr.i_category_id = prev_yr.i_category_id - AND curr_yr.i_manufact_id = prev_yr.i_manufact_id - AND curr_yr.d_year = 2002 - AND prev_yr.d_year = 2002 - 1 - AND CAST(curr_yr.sales_cnt AS DECIMAL(17, 2)) / CAST(prev_yr.sales_cnt AS DECIMAL(17, 2)) < 0.9 -ORDER BY sales_cnt_diff -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out index 753af6834d49..651d5d98c725 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out @@ -1,53 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - channel, - col_name, - d_year, - d_qoy, - i_category, - COUNT(*) sales_cnt, - SUM(ext_sales_price) sales_amt -FROM ( - SELECT - 'store' AS channel, - ss_store_sk col_name, - d_year, - d_qoy, - i_category, - ss_ext_sales_price ext_sales_price - FROM store_sales, item, date_dim - WHERE ss_store_sk IS NULL - AND ss_sold_date_sk = d_date_sk - AND ss_item_sk = i_item_sk - UNION ALL - SELECT - 'web' AS channel, - ws_ship_customer_sk col_name, - d_year, - d_qoy, - i_category, - ws_ext_sales_price ext_sales_price - FROM web_sales, item, date_dim - WHERE ws_ship_customer_sk IS NULL - AND ws_sold_date_sk = d_date_sk - AND ws_item_sk = i_item_sk - UNION ALL - SELECT - 'catalog' AS channel, - cs_ship_addr_sk col_name, - d_year, - d_qoy, - i_category, - cs_ext_sales_price ext_sales_price - FROM catalog_sales, item, date_dim - WHERE cs_ship_addr_sk IS NULL - AND cs_sold_date_sk = d_date_sk - AND cs_item_sk = i_item_sk) foo -GROUP BY channel, col_name, d_year, d_qoy, i_category -ORDER BY channel, col_name, d_year, d_qoy, i_category -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out index c39f8b495f73..7bdb165cbd53 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out @@ -1,106 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ss AS -(SELECT - s_store_sk, - sum(ss_ext_sales_price) AS sales, - sum(ss_net_profit) AS profit - FROM store_sales, date_dim, store - WHERE ss_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-03' AS DATE) AND - (cast('2000-08-03' AS DATE) + INTERVAL 30 days) - AND ss_store_sk = s_store_sk - GROUP BY s_store_sk), - sr AS - (SELECT - s_store_sk, - sum(sr_return_amt) AS returns, - sum(sr_net_loss) AS profit_loss - FROM store_returns, date_dim, store - WHERE sr_returned_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-03' AS DATE) AND - (cast('2000-08-03' AS DATE) + INTERVAL 30 days) - AND sr_store_sk = s_store_sk - GROUP BY s_store_sk), - cs AS - (SELECT - cs_call_center_sk, - sum(cs_ext_sales_price) AS sales, - sum(cs_net_profit) AS profit - FROM catalog_sales, date_dim - WHERE cs_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-03' AS DATE) AND - (cast('2000-08-03' AS DATE) + INTERVAL 30 days) - GROUP BY cs_call_center_sk), - cr AS - (SELECT - sum(cr_return_amount) AS returns, - sum(cr_net_loss) AS profit_loss - FROM catalog_returns, date_dim - WHERE cr_returned_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-03' AS DATE) AND - (cast('2000-08-03' AS DATE) + INTERVAL 30 days)), - ws AS - (SELECT - wp_web_page_sk, - sum(ws_ext_sales_price) AS sales, - sum(ws_net_profit) AS profit - FROM web_sales, date_dim, web_page - WHERE ws_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-03' AS DATE) AND - (cast('2000-08-03' AS DATE) + INTERVAL 30 days) - AND ws_web_page_sk = wp_web_page_sk - GROUP BY wp_web_page_sk), - wr AS - (SELECT - wp_web_page_sk, - sum(wr_return_amt) AS returns, - sum(wr_net_loss) AS profit_loss - FROM web_returns, date_dim, web_page - WHERE wr_returned_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-03' AS DATE) AND - (cast('2000-08-03' AS DATE) + INTERVAL 30 days) - AND wr_web_page_sk = wp_web_page_sk - GROUP BY wp_web_page_sk) -SELECT - channel, - id, - sum(sales) AS sales, - sum(returns) AS returns, - sum(profit) AS profit -FROM - (SELECT - 'store channel' AS channel, - ss.s_store_sk AS id, - sales, - coalesce(returns, 0) AS returns, - (profit - coalesce(profit_loss, 0)) AS profit - FROM ss - LEFT JOIN sr - ON ss.s_store_sk = sr.s_store_sk - UNION ALL - SELECT - 'catalog channel' AS channel, - cs_call_center_sk AS id, - sales, - returns, - (profit - profit_loss) AS profit - FROM cs, cr - UNION ALL - SELECT - 'web channel' AS channel, - ws.wp_web_page_sk AS id, - sales, - coalesce(returns, 0) returns, - (profit - coalesce(profit_loss, 0)) AS profit - FROM ws - LEFT JOIN wr - ON ws.wp_web_page_sk = wr.wp_web_page_sk - ) x -GROUP BY ROLLUP (channel, id) -ORDER BY channel, id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out index 6a30fb07ae29..df28fcb255ae 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q78.sql.out @@ -1,70 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ws AS -(SELECT - d_year AS ws_sold_year, - ws_item_sk, - ws_bill_customer_sk ws_customer_sk, - sum(ws_quantity) ws_qty, - sum(ws_wholesale_cost) ws_wc, - sum(ws_sales_price) ws_sp - FROM web_sales - LEFT JOIN web_returns ON wr_order_number = ws_order_number AND ws_item_sk = wr_item_sk - JOIN date_dim ON ws_sold_date_sk = d_date_sk - WHERE wr_order_number IS NULL - GROUP BY d_year, ws_item_sk, ws_bill_customer_sk -), - cs AS - (SELECT - d_year AS cs_sold_year, - cs_item_sk, - cs_bill_customer_sk cs_customer_sk, - sum(cs_quantity) cs_qty, - sum(cs_wholesale_cost) cs_wc, - sum(cs_sales_price) cs_sp - FROM catalog_sales - LEFT JOIN catalog_returns ON cr_order_number = cs_order_number AND cs_item_sk = cr_item_sk - JOIN date_dim ON cs_sold_date_sk = d_date_sk - WHERE cr_order_number IS NULL - GROUP BY d_year, cs_item_sk, cs_bill_customer_sk - ), - ss AS - (SELECT - d_year AS ss_sold_year, - ss_item_sk, - ss_customer_sk, - sum(ss_quantity) ss_qty, - sum(ss_wholesale_cost) ss_wc, - sum(ss_sales_price) ss_sp - FROM store_sales - LEFT JOIN store_returns ON sr_ticket_number = ss_ticket_number AND ss_item_sk = sr_item_sk - JOIN date_dim ON ss_sold_date_sk = d_date_sk - WHERE sr_ticket_number IS NULL - GROUP BY d_year, ss_item_sk, ss_customer_sk - ) -SELECT - round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) ratio, - ss_qty store_qty, - ss_wc store_wholesale_cost, - ss_sp store_sales_price, - coalesce(ws_qty, 0) + coalesce(cs_qty, 0) other_chan_qty, - coalesce(ws_wc, 0) + coalesce(cs_wc, 0) other_chan_wholesale_cost, - coalesce(ws_sp, 0) + coalesce(cs_sp, 0) other_chan_sales_price -FROM ss - LEFT JOIN ws - ON (ws_sold_year = ss_sold_year AND ws_item_sk = ss_item_sk AND ws_customer_sk = ss_customer_sk) - LEFT JOIN cs - ON (cs_sold_year = ss_sold_year AND cs_item_sk = ss_item_sk AND cs_customer_sk = ss_customer_sk) -WHERE coalesce(ws_qty, 0) > 0 AND coalesce(cs_qty, 0) > 0 AND ss_sold_year = 2000 -ORDER BY - ratio, - ss_qty DESC, ss_wc DESC, ss_sp DESC, - other_chan_qty, - other_chan_wholesale_cost, - other_chan_sales_price, - round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out index b78d1c4c9af1..2e3856699f61 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out @@ -1,33 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_last_name, - c_first_name, - substr(s_city, 1, 30), - ss_ticket_number, - amt, - profit -FROM - (SELECT - ss_ticket_number, - ss_customer_sk, - store.s_city, - sum(ss_coupon_amt) amt, - sum(ss_net_profit) profit - FROM store_sales, date_dim, store, household_demographics - WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_store_sk = store.s_store_sk - AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk - AND (household_demographics.hd_dep_count = 6 OR - household_demographics.hd_vehicle_count > 2) - AND date_dim.d_dow = 1 - AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) - AND store.s_number_employees BETWEEN 200 AND 295 - GROUP BY ss_ticket_number, ss_customer_sk, ss_addr_sk, store.s_city) ms, customer -WHERE ss_customer_sk = c_customer_sk -ORDER BY c_last_name, c_first_name, substr(s_city, 1, 30), profit -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out index f38d569ff17c..27fa56874563 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out @@ -1,93 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - s_store_name, - sum(ss_net_profit) -FROM store_sales, date_dim, store, - (SELECT ca_zip - FROM ( - (SELECT substr(ca_zip, 1, 5) ca_zip - FROM customer_address - WHERE substr(ca_zip, 1, 5) IN ( - '24128','76232','65084','87816','83926','77556','20548', - '26231','43848','15126','91137','61265','98294','25782', - '17920','18426','98235','40081','84093','28577','55565', - '17183','54601','67897','22752','86284','18376','38607', - '45200','21756','29741','96765','23932','89360','29839', - '25989','28898','91068','72550','10390','18845','47770', - '82636','41367','76638','86198','81312','37126','39192', - '88424','72175','81426','53672','10445','42666','66864', - '66708','41248','48583','82276','18842','78890','49448', - '14089','38122','34425','79077','19849','43285','39861', - '66162','77610','13695','99543','83444','83041','12305', - '57665','68341','25003','57834','62878','49130','81096', - '18840','27700','23470','50412','21195','16021','76107', - '71954','68309','18119','98359','64544','10336','86379', - '27068','39736','98569','28915','24206','56529','57647', - '54917','42961','91110','63981','14922','36420','23006', - '67467','32754','30903','20260','31671','51798','72325', - '85816','68621','13955','36446','41766','68806','16725', - '15146','22744','35850','88086','51649','18270','52867', - '39972','96976','63792','11376','94898','13595','10516', - '90225','58943','39371','94945','28587','96576','57855', - '28488','26105','83933','25858','34322','44438','73171', - '30122','34102','22685','71256','78451','54364','13354', - '45375','40558','56458','28286','45266','47305','69399', - '83921','26233','11101','15371','69913','35942','15882', - '25631','24610','44165','99076','33786','70738','26653', - '14328','72305','62496','22152','10144','64147','48425', - '14663','21076','18799','30450','63089','81019','68893', - '24996','51200','51211','45692','92712','70466','79994', - '22437','25280','38935','71791','73134','56571','14060', - '19505','72425','56575','74351','68786','51650','20004', - '18383','76614','11634','18906','15765','41368','73241', - '76698','78567','97189','28545','76231','75691','22246', - '51061','90578','56691','68014','51103','94167','57047', - '14867','73520','15734','63435','25733','35474','24676', - '94627','53535','17879','15559','53268','59166','11928', - '59402','33282','45721','43933','68101','33515','36634', - '71286','19736','58058','55253','67473','41918','19515', - '36495','19430','22351','77191','91393','49156','50298', - '87501','18652','53179','18767','63193','23968','65164', - '68880','21286','72823','58470','67301','13394','31016', - '70372','67030','40604','24317','45748','39127','26065', - '77721','31029','31880','60576','24671','45549','13376', - '50016','33123','19769','22927','97789','46081','72151', - '15723','46136','51949','68100','96888','64528','14171', - '79777','28709','11489','25103','32213','78668','22245', - '15798','27156','37930','62971','21337','51622','67853', - '10567','38415','15455','58263','42029','60279','37125', - '56240','88190','50308','26859','64457','89091','82136', - '62377','36233','63837','58078','17043','30010','60099', - '28810','98025','29178','87343','73273','30469','64034', - '39516','86057','21309','90257','67875','40162','11356', - '73650','61810','72013','30431','22461','19512','13375', - '55307','30625','83849','68908','26689','96451','38193', - '46820','88885','84935','69035','83144','47537','56616', - '94983','48033','69952','25486','61547','27385','61860', - '58048','56910','16807','17871','35258','31387','35458', - '35576')) - INTERSECT - (SELECT ca_zip - FROM - (SELECT - substr(ca_zip, 1, 5) ca_zip, - count(*) cnt - FROM customer_address, customer - WHERE ca_address_sk = c_current_addr_sk AND - c_preferred_cust_flag = 'Y' - GROUP BY ca_zip - HAVING count(*) > 10) A1) - ) A2 - ) V1 -WHERE ss_store_sk = s_store_sk - AND ss_sold_date_sk = d_date_sk - AND d_qoy = 2 AND d_year = 1998 - AND (substr(s_zip, 1, 2) = substr(V1.ca_zip, 1, 2)) -GROUP BY s_store_name -ORDER BY s_store_name -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out index 756477aff0a2..fc3b7044f133 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q80.sql.out @@ -1,100 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ssr AS -(SELECT - s_store_id AS store_id, - sum(ss_ext_sales_price) AS sales, - sum(coalesce(sr_return_amt, 0)) AS returns, - sum(ss_net_profit - coalesce(sr_net_loss, 0)) AS profit - FROM store_sales - LEFT OUTER JOIN store_returns ON - (ss_item_sk = sr_item_sk AND - ss_ticket_number = sr_ticket_number) - , - date_dim, store, item, promotion - WHERE ss_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-23' AS DATE) - AND (cast('2000-08-23' AS DATE) + INTERVAL 30 days) - AND ss_store_sk = s_store_sk - AND ss_item_sk = i_item_sk - AND i_current_price > 50 - AND ss_promo_sk = p_promo_sk - AND p_channel_tv = 'N' - GROUP BY s_store_id), - csr AS - (SELECT - cp_catalog_page_id AS catalog_page_id, - sum(cs_ext_sales_price) AS sales, - sum(coalesce(cr_return_amount, 0)) AS returns, - sum(cs_net_profit - coalesce(cr_net_loss, 0)) AS profit - FROM catalog_sales - LEFT OUTER JOIN catalog_returns ON - (cs_item_sk = cr_item_sk AND - cs_order_number = cr_order_number) - , - date_dim, catalog_page, item, promotion - WHERE cs_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-23' AS DATE) - AND (cast('2000-08-23' AS DATE) + INTERVAL 30 days) - AND cs_catalog_page_sk = cp_catalog_page_sk - AND cs_item_sk = i_item_sk - AND i_current_price > 50 - AND cs_promo_sk = p_promo_sk - AND p_channel_tv = 'N' - GROUP BY cp_catalog_page_id), - wsr AS - (SELECT - web_site_id, - sum(ws_ext_sales_price) AS sales, - sum(coalesce(wr_return_amt, 0)) AS returns, - sum(ws_net_profit - coalesce(wr_net_loss, 0)) AS profit - FROM web_sales - LEFT OUTER JOIN web_returns ON - (ws_item_sk = wr_item_sk AND ws_order_number = wr_order_number) - , - date_dim, web_site, item, promotion - WHERE ws_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('2000-08-23' AS DATE) - AND (cast('2000-08-23' AS DATE) + INTERVAL 30 days) - AND ws_web_site_sk = web_site_sk - AND ws_item_sk = i_item_sk - AND i_current_price > 50 - AND ws_promo_sk = p_promo_sk - AND p_channel_tv = 'N' - GROUP BY web_site_id) -SELECT - channel, - id, - sum(sales) AS sales, - sum(returns) AS returns, - sum(profit) AS profit -FROM (SELECT - 'store channel' AS channel, - concat('store', store_id) AS id, - sales, - returns, - profit - FROM ssr - UNION ALL - SELECT - 'catalog channel' AS channel, - concat('catalog_page', catalog_page_id) AS id, - sales, - returns, - profit - FROM csr - UNION ALL - SELECT - 'web channel' AS channel, - concat('web_site', web_site_id) AS id, - sales, - returns, - profit - FROM wsr) x -GROUP BY ROLLUP (channel, id) -ORDER BY channel, id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out index 8754163cf029..55ecb86fd0bf 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out @@ -1,44 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH customer_total_return AS -(SELECT - cr_returning_customer_sk AS ctr_customer_sk, - ca_state AS ctr_state, - sum(cr_return_amt_inc_tax) AS ctr_total_return - FROM catalog_returns, date_dim, customer_address - WHERE cr_returned_date_sk = d_date_sk - AND d_year = 2000 - AND cr_returning_addr_sk = ca_address_sk - GROUP BY cr_returning_customer_sk, ca_state ) -SELECT - c_customer_id, - c_salutation, - c_first_name, - c_last_name, - ca_street_number, - ca_street_name, - ca_street_type, - ca_suite_number, - ca_city, - ca_county, - ca_state, - ca_zip, - ca_country, - ca_gmt_offset, - ca_location_type, - ctr_total_return -FROM customer_total_return ctr1, customer_address, customer -WHERE ctr1.ctr_total_return > (SELECT avg(ctr_total_return) * 1.2 -FROM customer_total_return ctr2 -WHERE ctr1.ctr_state = ctr2.ctr_state) - AND ca_address_sk = c_current_addr_sk - AND ca_state = 'GA' - AND ctr1.ctr_customer_sk = c_customer_sk -ORDER BY c_customer_id, c_salutation, c_first_name, c_last_name, ca_street_number, ca_street_name - , ca_street_type, ca_suite_number, ca_city, ca_county, ca_state, ca_zip, ca_country, ca_gmt_offset - , ca_location_type, ctr_total_return -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out index 146679f24dad..3402c1065805 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out @@ -1,21 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, - i_item_desc, - i_current_price -FROM item, inventory, date_dim, store_sales -WHERE i_current_price BETWEEN 62 AND 62 + 30 - AND inv_item_sk = i_item_sk - AND d_date_sk = inv_date_sk - AND d_date BETWEEN cast('2000-05-25' AS DATE) AND (cast('2000-05-25' AS DATE) + INTERVAL 60 days) - AND i_manufact_id IN (129, 270, 821, 423) - AND inv_quantity_on_hand BETWEEN 100 AND 500 - AND ss_item_sk = i_item_sk -GROUP BY i_item_id, i_item_desc, i_current_price -ORDER BY i_item_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out index 864e832cf28f..72faad917b13 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q83.sql.out @@ -1,62 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH sr_items AS -(SELECT - i_item_id item_id, - sum(sr_return_quantity) sr_item_qty - FROM store_returns, item, date_dim - WHERE sr_item_sk = i_item_sk - AND d_date IN (SELECT d_date - FROM date_dim - WHERE d_week_seq IN - (SELECT d_week_seq - FROM date_dim - WHERE d_date IN ('2000-06-30', '2000-09-27', '2000-11-17'))) - AND sr_returned_date_sk = d_date_sk - GROUP BY i_item_id), - cr_items AS - (SELECT - i_item_id item_id, - sum(cr_return_quantity) cr_item_qty - FROM catalog_returns, item, date_dim - WHERE cr_item_sk = i_item_sk - AND d_date IN (SELECT d_date - FROM date_dim - WHERE d_week_seq IN - (SELECT d_week_seq - FROM date_dim - WHERE d_date IN ('2000-06-30', '2000-09-27', '2000-11-17'))) - AND cr_returned_date_sk = d_date_sk - GROUP BY i_item_id), - wr_items AS - (SELECT - i_item_id item_id, - sum(wr_return_quantity) wr_item_qty - FROM web_returns, item, date_dim - WHERE wr_item_sk = i_item_sk AND d_date IN - (SELECT d_date - FROM date_dim - WHERE d_week_seq IN - (SELECT d_week_seq - FROM date_dim - WHERE d_date IN ('2000-06-30', '2000-09-27', '2000-11-17'))) - AND wr_returned_date_sk = d_date_sk - GROUP BY i_item_id) -SELECT - sr_items.item_id, - sr_item_qty, - sr_item_qty / (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 * 100 sr_dev, - cr_item_qty, - cr_item_qty / (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 * 100 cr_dev, - wr_item_qty, - wr_item_qty / (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 * 100 wr_dev, - (sr_item_qty + cr_item_qty + wr_item_qty) / 3.0 average -FROM sr_items, cr_items, wr_items -WHERE sr_items.item_id = cr_items.item_id - AND sr_items.item_id = wr_items.item_id -ORDER BY sr_items.item_id, sr_item_qty -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out index fe9c3e46bfff..8cc277f587ad 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_customer_id AS customer_id, - concat(c_last_name, ', ', c_first_name) AS customername -FROM customer - , customer_address - , customer_demographics - , household_demographics - , income_band - , store_returns -WHERE ca_city = 'Edgewood' - AND c_current_addr_sk = ca_address_sk - AND ib_lower_bound >= 38128 - AND ib_upper_bound <= 38128 + 50000 - AND ib_income_band_sk = hd_income_band_sk - AND cd_demo_sk = c_current_cdemo_sk - AND hd_demo_sk = c_current_hdemo_sk - AND sr_cdemo_sk = cd_demo_sk -ORDER BY c_customer_id -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out index 6463a379b770..a3634ea532dc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out @@ -1,88 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - substr(r_reason_desc, 1, 20), - avg(ws_quantity), - avg(wr_refunded_cash), - avg(wr_fee) -FROM web_sales, web_returns, web_page, customer_demographics cd1, - customer_demographics cd2, customer_address, date_dim, reason -WHERE ws_web_page_sk = wp_web_page_sk - AND ws_item_sk = wr_item_sk - AND ws_order_number = wr_order_number - AND ws_sold_date_sk = d_date_sk AND d_year = 2000 - AND cd1.cd_demo_sk = wr_refunded_cdemo_sk - AND cd2.cd_demo_sk = wr_returning_cdemo_sk - AND ca_address_sk = wr_refunded_addr_sk - AND r_reason_sk = wr_reason_sk - AND - ( - ( - cd1.cd_marital_status = 'M' - AND - cd1.cd_marital_status = cd2.cd_marital_status - AND - cd1.cd_education_status = 'Advanced Degree' - AND - cd1.cd_education_status = cd2.cd_education_status - AND - ws_sales_price BETWEEN 100.00 AND 150.00 - ) - OR - ( - cd1.cd_marital_status = 'S' - AND - cd1.cd_marital_status = cd2.cd_marital_status - AND - cd1.cd_education_status = 'College' - AND - cd1.cd_education_status = cd2.cd_education_status - AND - ws_sales_price BETWEEN 50.00 AND 100.00 - ) - OR - ( - cd1.cd_marital_status = 'W' - AND - cd1.cd_marital_status = cd2.cd_marital_status - AND - cd1.cd_education_status = '2 yr Degree' - AND - cd1.cd_education_status = cd2.cd_education_status - AND - ws_sales_price BETWEEN 150.00 AND 200.00 - ) - ) - AND - ( - ( - ca_country = 'United States' - AND - ca_state IN ('IN', 'OH', 'NJ') - AND ws_net_profit BETWEEN 100 AND 200 - ) - OR - ( - ca_country = 'United States' - AND - ca_state IN ('WI', 'CT', 'KY') - AND ws_net_profit BETWEEN 150 AND 300 - ) - OR - ( - ca_country = 'United States' - AND - ca_state IN ('LA', 'IA', 'AR') - AND ws_net_profit BETWEEN 50 AND 250 - ) - ) -GROUP BY r_reason_desc -ORDER BY substr(r_reason_desc, 1, 20) - , avg(ws_quantity) - , avg(wr_refunded_cash) - , avg(wr_fee) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out index bde85e292997..8c32bb4c647a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out @@ -1,30 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - sum(ws_net_paid) AS total_sum, - i_category, - i_class, - grouping(i_category) + grouping(i_class) AS lochierarchy, - rank() - OVER ( - PARTITION BY grouping(i_category) + grouping(i_class), - CASE WHEN grouping(i_class) = 0 - THEN i_category END - ORDER BY sum(ws_net_paid) DESC) AS rank_within_parent -FROM - web_sales, date_dim d1, item -WHERE - d1.d_month_seq BETWEEN 1200 AND 1200 + 11 - AND d1.d_date_sk = ws_sold_date_sk - AND i_item_sk = ws_item_sk -GROUP BY ROLLUP (i_category, i_class) -ORDER BY - lochierarchy DESC, - CASE WHEN lochierarchy = 0 - THEN i_category END, - rank_within_parent -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out index 72654d7d76eb..c38b50c3f666 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q87.sql.out @@ -1,34 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT count(*) -FROM ((SELECT DISTINCT - c_last_name, - c_first_name, - d_date -FROM store_sales, date_dim, customer -WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_customer_sk = customer.c_customer_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11) - EXCEPT - (SELECT DISTINCT - c_last_name, - c_first_name, - d_date - FROM catalog_sales, date_dim, customer - WHERE catalog_sales.cs_sold_date_sk = date_dim.d_date_sk - AND catalog_sales.cs_bill_customer_sk = customer.c_customer_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11) - EXCEPT - (SELECT DISTINCT - c_last_name, - c_first_name, - d_date - FROM web_sales, date_dim, customer - WHERE web_sales.ws_sold_date_sk = date_dim.d_date_sk - AND web_sales.ws_bill_customer_sk = customer.c_customer_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11) - ) cool_cust -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out index a8ab95e35e0c..25e79f149978 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out @@ -1,128 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM - (SELECT count(*) h8_30_to_9 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 8 - AND time_dim.t_minute >= 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s1, - (SELECT count(*) h9_to_9_30 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 9 - AND time_dim.t_minute < 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s2, - (SELECT count(*) h9_30_to_10 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 9 - AND time_dim.t_minute >= 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s3, - (SELECT count(*) h10_to_10_30 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 10 - AND time_dim.t_minute < 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s4, - (SELECT count(*) h10_30_to_11 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 10 - AND time_dim.t_minute >= 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s5, - (SELECT count(*) h11_to_11_30 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 11 - AND time_dim.t_minute < 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s6, - (SELECT count(*) h11_30_to_12 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 11 - AND time_dim.t_minute >= 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s7, - (SELECT count(*) h12_to_12_30 - FROM store_sales, household_demographics, time_dim, store - WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 12 - AND time_dim.t_minute < 30 - AND ( - (household_demographics.hd_dep_count = 4 AND household_demographics.hd_vehicle_count <= 4 + 2) - OR - (household_demographics.hd_dep_count = 2 AND household_demographics.hd_vehicle_count <= 2 + 2) - OR - (household_demographics.hd_dep_count = 0 AND - household_demographics.hd_vehicle_count <= 0 + 2)) - AND store.s_store_name = 'ese') s8 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out index 08a79673e78a..7c02e04e52dc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out @@ -1,36 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT * -FROM ( - SELECT - i_category, - i_class, - i_brand, - s_store_name, - s_company_name, - d_moy, - sum(ss_sales_price) sum_sales, - avg(sum(ss_sales_price)) - OVER - (PARTITION BY i_category, i_brand, s_store_name, s_company_name) - avg_monthly_sales - FROM item, store_sales, date_dim, store - WHERE ss_item_sk = i_item_sk AND - ss_sold_date_sk = d_date_sk AND - ss_store_sk = s_store_sk AND - d_year IN (1999) AND - ((i_category IN ('Books', 'Electronics', 'Sports') AND - i_class IN ('computers', 'stereo', 'football')) - OR (i_category IN ('Men', 'Jewelry', 'Women') AND - i_class IN ('shirts', 'birdal', 'dresses'))) - GROUP BY i_category, i_class, i_brand, - s_store_name, s_company_name, d_moy) tmp1 -WHERE CASE WHEN (avg_monthly_sales <> 0) - THEN (abs(sum_sales - avg_monthly_sales) / avg_monthly_sales) - ELSE NULL END > 0.1 -ORDER BY sum_sales - avg_monthly_sales, s_store_name -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out index e403fd8a80c5..9a02f394b2e3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q9.sql.out @@ -1,54 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - CASE WHEN (SELECT count(*) - FROM store_sales - WHERE ss_quantity BETWEEN 1 AND 20) > 62316685 - THEN (SELECT avg(ss_ext_discount_amt) - FROM store_sales - WHERE ss_quantity BETWEEN 1 AND 20) - ELSE (SELECT avg(ss_net_paid) - FROM store_sales - WHERE ss_quantity BETWEEN 1 AND 20) END bucket1, - CASE WHEN (SELECT count(*) - FROM store_sales - WHERE ss_quantity BETWEEN 21 AND 40) > 19045798 - THEN (SELECT avg(ss_ext_discount_amt) - FROM store_sales - WHERE ss_quantity BETWEEN 21 AND 40) - ELSE (SELECT avg(ss_net_paid) - FROM store_sales - WHERE ss_quantity BETWEEN 21 AND 40) END bucket2, - CASE WHEN (SELECT count(*) - FROM store_sales - WHERE ss_quantity BETWEEN 41 AND 60) > 365541424 - THEN (SELECT avg(ss_ext_discount_amt) - FROM store_sales - WHERE ss_quantity BETWEEN 41 AND 60) - ELSE (SELECT avg(ss_net_paid) - FROM store_sales - WHERE ss_quantity BETWEEN 41 AND 60) END bucket3, - CASE WHEN (SELECT count(*) - FROM store_sales - WHERE ss_quantity BETWEEN 61 AND 80) > 216357808 - THEN (SELECT avg(ss_ext_discount_amt) - FROM store_sales - WHERE ss_quantity BETWEEN 61 AND 80) - ELSE (SELECT avg(ss_net_paid) - FROM store_sales - WHERE ss_quantity BETWEEN 61 AND 80) END bucket4, - CASE WHEN (SELECT count(*) - FROM store_sales - WHERE ss_quantity BETWEEN 81 AND 100) > 184483884 - THEN (SELECT avg(ss_ext_discount_amt) - FROM store_sales - WHERE ss_quantity BETWEEN 81 AND 100) - ELSE (SELECT avg(ss_net_paid) - FROM store_sales - WHERE ss_quantity BETWEEN 81 AND 100) END bucket5 -FROM reason -WHERE r_reason_sk = 1 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out index 0d25a0eb0f44..3e5eb8b70eb0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q90.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT cast(amc AS DECIMAL(15, 4)) / cast(pmc AS DECIMAL(15, 4)) am_pm_ratio -FROM (SELECT count(*) amc -FROM web_sales, household_demographics, time_dim, web_page -WHERE ws_sold_time_sk = time_dim.t_time_sk - AND ws_ship_hdemo_sk = household_demographics.hd_demo_sk - AND ws_web_page_sk = web_page.wp_web_page_sk - AND time_dim.t_hour BETWEEN 8 AND 8 + 1 - AND household_demographics.hd_dep_count = 6 - AND web_page.wp_char_count BETWEEN 5000 AND 5200) at, - (SELECT count(*) pmc - FROM web_sales, household_demographics, time_dim, web_page - WHERE ws_sold_time_sk = time_dim.t_time_sk - AND ws_ship_hdemo_sk = household_demographics.hd_demo_sk - AND ws_web_page_sk = web_page.wp_web_page_sk - AND time_dim.t_hour BETWEEN 19 AND 19 + 1 - AND household_demographics.hd_dep_count = 6 - AND web_page.wp_char_count BETWEEN 5000 AND 5200) pt -ORDER BY am_pm_ratio -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out index 051dc3c2be15..c3197c9ba729 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out @@ -1,29 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - cc_call_center_id Call_Center, - cc_name Call_Center_Name, - cc_manager Manager, - sum(cr_net_loss) Returns_Loss -FROM - call_center, catalog_returns, date_dim, customer, customer_address, - customer_demographics, household_demographics -WHERE - cr_call_center_sk = cc_call_center_sk - AND cr_returned_date_sk = d_date_sk - AND cr_returning_customer_sk = c_customer_sk - AND cd_demo_sk = c_current_cdemo_sk - AND hd_demo_sk = c_current_hdemo_sk - AND ca_address_sk = c_current_addr_sk - AND d_year = 1998 - AND d_moy = 11 - AND ((cd_marital_status = 'M' AND cd_education_status = 'Unknown') - OR (cd_marital_status = 'W' AND cd_education_status = 'Advanced Degree')) - AND hd_buy_potential LIKE 'Unknown%' - AND ca_gmt_offset = -7 -GROUP BY cc_call_center_id, cc_name, cc_manager, cd_marital_status, cd_education_status -ORDER BY sum(cr_net_loss) DESC -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out index 41226ab4f8dc..1dc5cc82f8dc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q92.sql.out @@ -1,22 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT sum(ws_ext_discount_amt) AS `Excess Discount Amount ` -FROM web_sales, item, date_dim -WHERE i_manufact_id = 350 - AND i_item_sk = ws_item_sk - AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + INTERVAL 90 days) - AND d_date_sk = ws_sold_date_sk - AND ws_ext_discount_amt > - ( - SELECT 1.3 * avg(ws_ext_discount_amt) - FROM web_sales, date_dim - WHERE ws_item_sk = i_item_sk - AND d_date BETWEEN '2000-01-27' AND (cast('2000-01-27' AS DATE) + INTERVAL 90 days) - AND d_date_sk = ws_sold_date_sk - ) -ORDER BY sum(ws_ext_discount_amt) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out index 3b341efe7885..2bf98abde5eb 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - ss_customer_sk, - sum(act_sales) sumsales -FROM (SELECT - ss_item_sk, - ss_ticket_number, - ss_customer_sk, - CASE WHEN sr_return_quantity IS NOT NULL - THEN (ss_quantity - sr_return_quantity) * ss_sales_price - ELSE (ss_quantity * ss_sales_price) END act_sales -FROM store_sales - LEFT OUTER JOIN store_returns - ON (sr_item_sk = ss_item_sk AND sr_ticket_number = ss_ticket_number) - , - reason -WHERE sr_reason_sk = r_reason_sk AND r_reason_desc = 'reason 28') t -GROUP BY ss_customer_sk -ORDER BY sumsales, ss_customer_sk -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out index 0455daacfa48..d94325c58b8e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q94.sql.out @@ -1,29 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - count(DISTINCT ws_order_number) AS `order count `, - sum(ws_ext_ship_cost) AS `total shipping cost `, - sum(ws_net_profit) AS `total net profit ` -FROM - web_sales ws1, date_dim, customer_address, web_site -WHERE - d_date BETWEEN '1999-02-01' AND - (CAST('1999-02-01' AS DATE) + INTERVAL 60 days) - AND ws1.ws_ship_date_sk = d_date_sk - AND ws1.ws_ship_addr_sk = ca_address_sk - AND ca_state = 'IL' - AND ws1.ws_web_site_sk = web_site_sk - AND web_company_name = 'pri' - AND EXISTS(SELECT * - FROM web_sales ws2 - WHERE ws1.ws_order_number = ws2.ws_order_number - AND ws1.ws_warehouse_sk <> ws2.ws_warehouse_sk) - AND NOT EXISTS(SELECT * - FROM web_returns wr1 - WHERE ws1.ws_order_number = wr1.wr_order_number) -ORDER BY count(DISTINCT ws_order_number) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out index 4a236f7a17ab..7cdb33b0c3cf 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q95.sql.out @@ -1,35 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ws_wh AS -(SELECT - ws1.ws_order_number, - ws1.ws_warehouse_sk wh1, - ws2.ws_warehouse_sk wh2 - FROM web_sales ws1, web_sales ws2 - WHERE ws1.ws_order_number = ws2.ws_order_number - AND ws1.ws_warehouse_sk <> ws2.ws_warehouse_sk) -SELECT - count(DISTINCT ws_order_number) AS `order count `, - sum(ws_ext_ship_cost) AS `total shipping cost `, - sum(ws_net_profit) AS `total net profit ` -FROM - web_sales ws1, date_dim, customer_address, web_site -WHERE - d_date BETWEEN '1999-02-01' AND - (CAST('1999-02-01' AS DATE) + INTERVAL 60 DAY) - AND ws1.ws_ship_date_sk = d_date_sk - AND ws1.ws_ship_addr_sk = ca_address_sk - AND ca_state = 'IL' - AND ws1.ws_web_site_sk = web_site_sk - AND web_company_name = 'pri' - AND ws1.ws_order_number IN (SELECT ws_order_number - FROM ws_wh) - AND ws1.ws_order_number IN (SELECT wr_order_number - FROM web_returns, ws_wh - WHERE wr_order_number = ws_wh.ws_order_number) -ORDER BY count(DISTINCT ws_order_number) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out index e514fd3cfacd..d256d1a8f98a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out @@ -1,17 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT count(*) -FROM store_sales, household_demographics, time_dim, store -WHERE ss_sold_time_sk = time_dim.t_time_sk - AND ss_hdemo_sk = household_demographics.hd_demo_sk - AND ss_store_sk = s_store_sk - AND time_dim.t_hour = 20 - AND time_dim.t_minute >= 30 - AND household_demographics.hd_dep_count = 7 - AND store.s_store_name = 'ese' -ORDER BY count(*) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out index 7c29f6971877..188218e16ab5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q97.sql.out @@ -1,36 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ssci AS ( - SELECT - ss_customer_sk customer_sk, - ss_item_sk item_sk - FROM store_sales, date_dim - WHERE ss_sold_date_sk = d_date_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - GROUP BY ss_customer_sk, ss_item_sk), - csci AS ( - SELECT - cs_bill_customer_sk customer_sk, - cs_item_sk item_sk - FROM catalog_sales, date_dim - WHERE cs_sold_date_sk = d_date_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 - GROUP BY cs_bill_customer_sk, cs_item_sk) -SELECT - sum(CASE WHEN ssci.customer_sk IS NOT NULL AND csci.customer_sk IS NULL - THEN 1 - ELSE 0 END) store_only, - sum(CASE WHEN ssci.customer_sk IS NULL AND csci.customer_sk IS NOT NULL - THEN 1 - ELSE 0 END) catalog_only, - sum(CASE WHEN ssci.customer_sk IS NOT NULL AND csci.customer_sk IS NOT NULL - THEN 1 - ELSE 0 END) store_and_catalog -FROM ssci - FULL OUTER JOIN csci ON (ssci.customer_sk = csci.customer_sk - AND ssci.item_sk = csci.item_sk) -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out index 0fd2fe39b417..9a118b474258 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out @@ -1,27 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_desc, - i_category, - i_class, - i_current_price, - sum(ss_ext_sales_price) AS itemrevenue, - sum(ss_ext_sales_price) * 100 / sum(sum(ss_ext_sales_price)) - OVER - (PARTITION BY i_class) AS revenueratio -FROM - store_sales, item, date_dim -WHERE - ss_item_sk = i_item_sk - AND i_category IN ('Sports', 'Books', 'Home') - AND ss_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('1999-02-22' AS DATE) - AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) -GROUP BY - i_item_id, i_item_desc, i_category, i_class, i_current_price -ORDER BY - i_category, i_class, i_item_id, i_item_desc, revenueratio -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out index 7b2fafe97536..6e0f4c24ff4d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out @@ -1,40 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - substr(w_warehouse_name, 1, 20), - sm_type, - cc_name, - sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk <= 30) - THEN 1 - ELSE 0 END) AS `30 days `, - sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 30) AND - (cs_ship_date_sk - cs_sold_date_sk <= 60) - THEN 1 - ELSE 0 END) AS `31 - 60 days `, - sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 60) AND - (cs_ship_date_sk - cs_sold_date_sk <= 90) - THEN 1 - ELSE 0 END) AS `61 - 90 days `, - sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 90) AND - (cs_ship_date_sk - cs_sold_date_sk <= 120) - THEN 1 - ELSE 0 END) AS `91 - 120 days `, - sum(CASE WHEN (cs_ship_date_sk - cs_sold_date_sk > 120) - THEN 1 - ELSE 0 END) AS `>120 days ` -FROM - catalog_sales, warehouse, ship_mode, call_center, date_dim -WHERE - d_month_seq BETWEEN 1200 AND 1200 + 11 - AND cs_ship_date_sk = d_date_sk - AND cs_warehouse_sk = w_warehouse_sk - AND cs_ship_mode_sk = sm_ship_mode_sk - AND cs_call_center_sk = cc_call_center_sk -GROUP BY - substr(w_warehouse_name, 1, 20), sm_type, cc_name -ORDER BY substr(w_warehouse_name, 1, 20), sm_type, cc_name -LIMIT 100 -- !query schema struct120 days :bigint> -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out index 2c404971d101..12b5103d634b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out @@ -1,75 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -select - cd_gender, - cd_marital_status, - cd_education_status, - count(*) cnt1, - cd_purchase_estimate, - count(*) cnt2, - cd_credit_rating, - count(*) cnt3, - cd_dep_count, - count(*) cnt4, - cd_dep_employed_count, - count(*) cnt5, - cd_dep_college_count, - count(*) cnt6 -from - customer c,customer_address ca,customer_demographics -where - c.c_current_addr_sk = ca.ca_address_sk - and ca_county in ('Walker County', 'Richland County', 'Gaines County', 'Douglas County', 'Dona Ana County') - and cd_demo_sk = c.c_current_cdemo_sk - and exists ( - select * - from store_sales,date_dim - where c.c_customer_sk = ss_customer_sk - and ss_sold_date_sk = d_date_sk - and d_year = 2002 - and d_moy between 4 and 4 + 3) - and exists ( - select * - from ( - select - ws_bill_customer_sk as customer_sk, - d_year, - d_moy - from web_sales, date_dim - where ws_sold_date_sk = d_date_sk - and d_year = 2002 - and d_moy between 4 and 4 + 3 - union all - select - cs_ship_customer_sk as customer_sk, - d_year, - d_moy - from catalog_sales, date_dim - where cs_sold_date_sk = d_date_sk - and d_year = 2002 - and d_moy between 4 and 4 + 3) x - where c.c_customer_sk = customer_sk) -group by - cd_gender, - cd_marital_status, - cd_education_status, - cd_purchase_estimate, - cd_credit_rating, - cd_dep_count, - cd_dep_employed_count, - cd_dep_college_count -order by - cd_gender, - cd_marital_status, - cd_education_status, - cd_purchase_estimate, - cd_credit_rating, - cd_dep_count, - cd_dep_employed_count, - cd_dep_college_count -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out index 3ef4537b7b61..9137f0815b94 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q11.sql.out @@ -1,90 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH year_total AS ( - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum(ss_ext_list_price - ss_ext_discount_amt) year_total, - 's' sale_type - FROM customer, store_sales, date_dim - WHERE c_customer_sk = ss_customer_sk - AND ss_sold_date_sk = d_date_sk - GROUP BY c_customer_id - , c_first_name - , c_last_name - , d_year - , c_preferred_cust_flag - , c_birth_country - , c_login - , c_email_address - , d_year - UNION ALL - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - c_preferred_cust_flag customer_preferred_cust_flag, - c_birth_country customer_birth_country, - c_login customer_login, - c_email_address customer_email_address, - d_year dyear, - sum(ws_ext_list_price - ws_ext_discount_amt) year_total, - 'w' sale_type - FROM customer, web_sales, date_dim - WHERE c_customer_sk = ws_bill_customer_sk - AND ws_sold_date_sk = d_date_sk - GROUP BY - c_customer_id, c_first_name, c_last_name, c_preferred_cust_flag, c_birth_country, - c_login, c_email_address, d_year) -SELECT - -- select list of q11 in TPCDS v1.4 is below: - -- t_s_secyear.customer_preferred_cust_flag - t_s_secyear.customer_id, - t_s_secyear.customer_first_name, - t_s_secyear.customer_last_name, - t_s_secyear.customer_email_address -FROM year_total t_s_firstyear - , year_total t_s_secyear - , year_total t_w_firstyear - , year_total t_w_secyear -WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id - AND t_s_firstyear.customer_id = t_w_secyear.customer_id - AND t_s_firstyear.customer_id = t_w_firstyear.customer_id - AND t_s_firstyear.sale_type = 's' - AND t_w_firstyear.sale_type = 'w' - AND t_s_secyear.sale_type = 's' - AND t_w_secyear.sale_type = 'w' - AND t_s_firstyear.dyear = 2001 - AND t_s_secyear.dyear = 2001 + 1 - AND t_w_firstyear.dyear = 2001 - AND t_w_secyear.dyear = 2001 + 1 - AND t_s_firstyear.year_total > 0 - AND t_w_firstyear.year_total > 0 - AND CASE WHEN t_w_firstyear.year_total > 0 - THEN t_w_secyear.year_total / t_w_firstyear.year_total - -- q11 in TPCDS v1.4 used NULL - -- ELSE NULL END - ELSE 0.0 END - > CASE WHEN t_s_firstyear.year_total > 0 - THEN t_s_secyear.year_total / t_s_firstyear.year_total - -- q11 in TPCDS v1.4 used NULL - -- ELSE NULL END - ELSE 0.0 END -ORDER BY - -- order-by list of q11 in TPCDS v1.4 is below: - -- t_s_secyear.customer_preferred_cust_flag - t_s_secyear.customer_id, - t_s_secyear.customer_first_name, - t_s_secyear.customer_last_name, - t_s_secyear.customer_email_address -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out index 62eb823125f8..09347f8a22df 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out @@ -1,29 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, -- This column did not exist in TPCDS v1.4 - i_item_desc, - i_category, - i_class, - i_current_price, - sum(ws_ext_sales_price) AS itemrevenue, - sum(ws_ext_sales_price) * 100 / sum(sum(ws_ext_sales_price)) - OVER - (PARTITION BY i_class) AS revenueratio -FROM - web_sales, item, date_dim -WHERE - ws_item_sk = i_item_sk - AND i_category IN ('Sports', 'Books', 'Home') - AND ws_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('1999-02-22' AS DATE) - AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) -GROUP BY - i_item_id, i_item_desc, i_category, i_class, i_current_price -ORDER BY - i_category, i_class, i_item_id, i_item_desc, revenueratio -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out index 21eb5b9eb79f..7124b9b7df4e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14.sql.out @@ -1,141 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This query is the alternative form of sql/core/src/test/resources/tpcds/q14a.sql -with cross_items as ( - select - i_item_sk ss_item_sk - from item, ( - select - iss.i_brand_id brand_id, - iss.i_class_id class_id, - iss.i_category_id category_id - from - store_sales, item iss, date_dim d1 - where - ss_item_sk = iss.i_item_sk - and ss_sold_date_sk = d1.d_date_sk - and d1.d_year between 1998 AND 1998 + 2 - intersect - select - ics.i_brand_id, - ics.i_class_id, - ics.i_category_id - from - catalog_sales, item ics, date_dim d2 - where - cs_item_sk = ics.i_item_sk - and cs_sold_date_sk = d2.d_date_sk - and d2.d_year between 1998 AND 1998 + 2 - intersect - select - iws.i_brand_id, - iws.i_class_id, - iws.i_category_id - from - web_sales, item iws, date_dim d3 - where - ws_item_sk = iws.i_item_sk - and ws_sold_date_sk = d3.d_date_sk - and d3.d_year between 1998 AND 1998 + 2) x - where - i_brand_id = brand_id - and i_class_id = class_id - and i_category_id = category_id), -avg_sales as ( - select - avg(quantity*list_price) average_sales - from ( - select - ss_quantity quantity, - ss_list_price list_price - from - store_sales, date_dim - where - ss_sold_date_sk = d_date_sk - and d_year between 1998 and 1998 + 2 - union all - select - cs_quantity quantity, - cs_list_price list_price - from - catalog_sales, date_dim - where - cs_sold_date_sk = d_date_sk - and d_year between 1998 and 1998 + 2 - union all - select - ws_quantity quantity, - ws_list_price list_price - from - web_sales, date_dim - where - ws_sold_date_sk = d_date_sk - and d_year between 1998 and 1998 + 2) x) -select - * -from ( - select - 'store' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ss_quantity * ss_list_price) sales, - count(*) number_sales - from - store_sales, item, date_dim - where - ss_item_sk in (select ss_item_sk from cross_items) - and ss_item_sk = i_item_sk - and ss_sold_date_sk = d_date_sk - and d_week_seq = ( - select d_week_seq - from date_dim - where d_year = 1998 + 1 - and d_moy = 12 - and d_dom = 16) - group by - i_brand_id, - i_class_id, - i_category_id - having - sum(ss_quantity*ss_list_price) > (select average_sales from avg_sales)) this_year, - ( - select - 'store' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ss_quantity * ss_list_price) sales, - count(*) number_sales - from - store_sales, item, date_dim - where - ss_item_sk in (select ss_item_sk from cross_items) - and ss_item_sk = i_item_sk - and ss_sold_date_sk = d_date_sk - and d_week_seq = ( - select d_week_seq - from date_dim - where d_year = 1998 - and d_moy = 12 - and d_dom = 16) - group by - i_brand_id, - i_class_id, - i_category_id - having - sum(ss_quantity * ss_list_price) > (select average_sales from avg_sales)) last_year -where - this_year.i_brand_id = last_year.i_brand_id - and this_year.i_class_id = last_year.i_class_id - and this_year.i_category_id = last_year.i_category_id -order by - this_year.channel, - this_year.i_brand_id, - this_year.i_class_id, - this_year.i_category_id -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out index eb2ead607ed3..be71d372a1d6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out @@ -1,221 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This query is the alternative form of sql/core/src/test/resources/tpcds/q14b.sql -with cross_items as ( - select - i_item_sk ss_item_sk - from item, ( - select - iss.i_brand_id brand_id, - iss.i_class_id class_id, - iss.i_category_id category_id - from - store_sales, item iss, date_dim d1 - where - ss_item_sk = iss.i_item_sk - and ss_sold_date_sk = d1.d_date_sk - and d1.d_year between 1999 AND 1999 + 2 - intersect - select - ics.i_brand_id, - ics.i_class_id, - ics.i_category_id - from - catalog_sales, item ics, date_dim d2 - where - cs_item_sk = ics.i_item_sk - and cs_sold_date_sk = d2.d_date_sk - and d2.d_year between 1999 AND 1999 + 2 - intersect - select - iws.i_brand_id, - iws.i_class_id, - iws.i_category_id - from - web_sales, item iws, date_dim d3 - where - ws_item_sk = iws.i_item_sk - and ws_sold_date_sk = d3.d_date_sk - and d3.d_year between 1999 AND 1999 + 2) x - where - i_brand_id = brand_id - and i_class_id = class_id - and i_category_id = category_id), -avg_sales as ( - select - avg(quantity*list_price) average_sales - from ( - select - ss_quantity quantity, - ss_list_price list_price - from - store_sales, date_dim - where - ss_sold_date_sk = d_date_sk - and d_year between 1999 and 2001 - union all - select - cs_quantity quantity, - cs_list_price list_price - from - catalog_sales, date_dim - where - cs_sold_date_sk = d_date_sk - and d_year between 1998 and 1998 + 2 - union all - select - ws_quantity quantity, - ws_list_price list_price - from - web_sales, date_dim - where - ws_sold_date_sk = d_date_sk - and d_year between 1998 and 1998 + 2) x), -results AS ( - select - channel, - i_brand_id, - i_class_id, - i_category_id, - sum(sales) sum_sales, - sum(number_sales) number_sales - from ( - select - 'store' channel, - i_brand_id,i_class_id, - i_category_id, - sum(ss_quantity*ss_list_price) sales, - count(*) number_sales - from - store_sales, item, date_dim - where - ss_item_sk in (select ss_item_sk from cross_items) - and ss_item_sk = i_item_sk - and ss_sold_date_sk = d_date_sk - and d_year = 1998 + 2 - and d_moy = 11 - group by - i_brand_id, - i_class_id, - i_category_id - having - sum(ss_quantity * ss_list_price) > (select average_sales from avg_sales) - union all - select - 'catalog' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(cs_quantity*cs_list_price) sales, - count(*) number_sales - from - catalog_sales, item, date_dim - where - cs_item_sk in (select ss_item_sk from cross_items) - and cs_item_sk = i_item_sk - and cs_sold_date_sk = d_date_sk - and d_year = 1998+2 - and d_moy = 11 - group by - i_brand_id,i_class_id,i_category_id - having - sum(cs_quantity*cs_list_price) > (select average_sales from avg_sales) - union all - select - 'web' channel, - i_brand_id, - i_class_id, - i_category_id, - sum(ws_quantity*ws_list_price) sales, - count(*) number_sales - from - web_sales, item, date_dim - where - ws_item_sk in (select ss_item_sk from cross_items) - and ws_item_sk = i_item_sk - and ws_sold_date_sk = d_date_sk - and d_year = 1998 + 2 - and d_moy = 11 - group by - i_brand_id, - i_class_id, - i_category_id - having - sum(ws_quantity*ws_list_price) > (select average_sales from avg_sales)) y - group by - channel, - i_brand_id, - i_class_id, - i_category_id) -select - channel, - i_brand_id, - i_class_id, - i_category_id, - sum_sales, - number_sales -from ( - select - channel, - i_brand_id, - i_class_id, - i_category_id, - sum_sales, - number_sales - from - results - union - select - channel, - i_brand_id, - i_class_id, - null as i_category_id, - sum(sum_sales), - sum(number_sales) - from results - group by - channel, - i_brand_id, - i_class_id - union - select - channel, - i_brand_id, - null as i_class_id, - null as i_category_id, - sum(sum_sales), - sum(number_sales) - from results - group by - channel, - i_brand_id - union - select - channel, - null as i_brand_id, - null as i_class_id, - null as i_category_id, - sum(sum_sales), - sum(number_sales) - from results - group by - channel - union - select - null as channel, - null as i_brand_id, - null as i_class_id, - null as i_category_id, - sum(sum_sales), - sum(number_sales) - from results) z -order by - channel, - i_brand_id, - i_class_id, - i_category_id -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out index cc718f2ba981..f7da82f1fdbc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out @@ -1,139 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - i_item_id, - ca_country, - ca_state, - ca_county, - cast(cs_quantity as decimal(12,2)) agg1, - cast(cs_list_price as decimal(12,2)) agg2, - cast(cs_coupon_amt as decimal(12,2)) agg3, - cast(cs_sales_price as decimal(12,2)) agg4, - cast(cs_net_profit as decimal(12,2)) agg5, - cast(c_birth_year as decimal(12,2)) agg6, - cast(cd1.cd_dep_count as decimal(12,2)) agg7 - from - catalog_sales, customer_demographics cd1, customer_demographics cd2, customer, - customer_address, date_dim, item - where - cs_sold_date_sk = d_date_sk - and cs_item_sk = i_item_sk - and cs_bill_cdemo_sk = cd1.cd_demo_sk - and cs_bill_customer_sk = c_customer_sk - and cd1.cd_gender = 'M' - and cd1.cd_education_status = 'College' - and c_current_cdemo_sk = cd2.cd_demo_sk - and c_current_addr_sk = ca_address_sk - and c_birth_month in (9,5,12,4,1,10) - and d_year = 2001 - and ca_state in ('ND','WI','AL','NC','OK','MS','TN')) -select - i_item_id, - ca_country, - ca_state, - ca_county, - agg1, - agg2, - agg3, - agg4, - agg5, - agg6, - agg7 -from ( - select - i_item_id, - ca_country, - ca_state, - ca_county, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4, - avg(agg5) agg5, - avg(agg6) agg6, - avg(agg7) agg7 - from - results - group by - i_item_id, - ca_country, - ca_state, - ca_county - union all - select - i_item_id, - ca_country, - ca_state, - NULL as county, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4, - avg(agg5) agg5, - avg(agg6) agg6, - avg(agg7) agg7 - from - results - group by - i_item_id, - ca_country, - ca_state - union all - select - i_item_id, - ca_country, - NULL as ca_state, - NULL as county, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4, - avg(agg5) agg5, - avg(agg6) agg6, - avg(agg7) agg7 - from results - group by - i_item_id, - ca_country - union all - select - i_item_id, - NULL as ca_country, - NULL as ca_state, - NULL as county, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4, - avg(agg5) agg5, - avg(agg6) agg6, - avg(agg7) agg7 - from results - group by - i_item_id - union all - select - NULL AS i_item_id, - NULL as ca_country, - NULL as ca_state, - NULL as county, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4, - avg(agg5) agg5, - avg(agg6) agg6, - avg(agg7) agg7 - from results) foo -order by - ca_country, - ca_state, - ca_county, - i_item_id -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out index 7ebd6a471536..a845bb71242e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out @@ -1,25 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, -- This column did not exist in TPCDS v1.4 - i_item_desc, - i_category, - i_class, - i_current_price, - sum(cs_ext_sales_price) AS itemrevenue, - sum(cs_ext_sales_price) * 100 / sum(sum(cs_ext_sales_price)) - OVER - (PARTITION BY i_class) AS revenueratio -FROM catalog_sales, item, date_dim -WHERE cs_item_sk = i_item_sk - AND i_category IN ('Sports', 'Books', 'Home') - AND cs_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('1999-02-22' AS DATE) -AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) -GROUP BY i_item_id, i_item_desc, i_category, i_class, i_current_price -ORDER BY i_category, i_class, i_item_id, i_item_desc, revenueratio -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out index 698061c55366..b2bcc8585485 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out @@ -1,21 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_product_name, - i_brand, - i_class, - i_category, - avg(inv_quantity_on_hand) qoh -FROM inventory, date_dim, item, warehouse -WHERE inv_date_sk = d_date_sk - AND inv_item_sk = i_item_sk - -- q22 in TPCDS v1.4 had a condition below: - -- AND inv_warehouse_sk = w_warehouse_sk - AND d_month_seq BETWEEN 1200 AND 1200 + 11 -GROUP BY ROLLUP (i_product_name, i_brand, i_class, i_category) -ORDER BY qoh, i_product_name, i_brand, i_class, i_category -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out index 09d1658865f6..d846dee069b4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out @@ -1,100 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - i_product_name, - i_brand, - i_class, - i_category, - avg(inv_quantity_on_hand) qoh - from - inventory, date_dim, item, warehouse - where - inv_date_sk = d_date_sk - and inv_item_sk = i_item_sk - and inv_warehouse_sk = w_warehouse_sk - and d_month_seq between 1212 and 1212 + 11 - group by - i_product_name, - i_brand, - i_class, - i_category), -results_rollup as ( - select - i_product_name, - i_brand, - i_class, - i_category, - avg(qoh) qoh - from - results - group by - i_product_name, - i_brand, - i_class, - i_category - union all - select - i_product_name, - i_brand, - i_class, - null i_category, - avg(qoh) qoh - from - results - group by - i_product_name, - i_brand, - i_class - union all - select - i_product_name, - i_brand, - null i_class, - null i_category, - avg(qoh) qoh - from - results - group by - i_product_name, - i_brand - union all - select - i_product_name, - null i_brand, - null i_class, - null i_category, - avg(qoh) qoh - from - results - group by - i_product_name - union all - select - null i_product_name, - null i_brand, - null i_class, - null i_category, - avg(qoh) qoh - from - results) -select - i_product_name, - i_brand, - i_class, - i_category, - qoh -from - results_rollup -order by - qoh, - i_product_name, - i_brand, - i_class, - i_category -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out index d623e3464b8c..e50b231441a5 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q24.sql.out @@ -1,46 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ssales AS -(SELECT - c_last_name, - c_first_name, - s_store_name, - ca_state, - s_state, - i_color, - i_current_price, - i_manager_id, - i_units, - i_size, - sum(ss_net_paid) netpaid - FROM store_sales, store_returns, store, item, customer, customer_address - WHERE ss_ticket_number = sr_ticket_number - AND ss_item_sk = sr_item_sk - AND ss_customer_sk = c_customer_sk - AND ss_item_sk = i_item_sk - AND ss_store_sk = s_store_sk - AND c_current_addr_sk = ca_address_sk -- This condition did not exist in TPCDS v1.4 - AND c_birth_country = upper(ca_country) - AND s_zip = ca_zip - AND s_market_id = 8 - GROUP BY c_last_name, c_first_name, s_store_name, ca_state, s_state, i_color, - i_current_price, i_manager_id, i_units, i_size) -SELECT - c_last_name, - c_first_name, - s_store_name, - sum(netpaid) paid -FROM ssales -WHERE i_color = 'pale' -GROUP BY c_last_name, c_first_name, s_store_name -HAVING sum(netpaid) > (SELECT 0.05 * avg(netpaid) -FROM ssales) --- no order-by exists in q24a of TPCDS v1.4 -ORDER BY - c_last_name, - c_first_name, - s_store_name -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out index 7ac9f3f63129..4737016797e8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out @@ -1,76 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - i_item_id, - s_state, 0 as g_state, - ss_quantity agg1, - ss_list_price agg2, - ss_coupon_amt agg3, - ss_sales_price agg4 - from - store_sales, customer_demographics, date_dim, store, item - where - ss_sold_date_sk = d_date_sk - and ss_item_sk = i_item_sk - and ss_store_sk = s_store_sk - and ss_cdemo_sk = cd_demo_sk - and cd_gender = 'F' - and cd_marital_status = 'W' - and cd_education_status = 'Primary' - and d_year = 1998 - and s_state in ('TN','TN', 'TN', 'TN', 'TN', 'TN')) -select - i_item_id, - s_state, - g_state, - agg1, - agg2, - agg3, - agg4 -from ( - select - i_item_id, - s_state, - 0 as g_state, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4 - from - results - group by - i_item_id, - s_state - union all - select - i_item_id, - NULL AS s_state, - 1 AS g_state, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4 - from results - group by - i_item_id - union all - select - NULL AS i_item_id, - NULL as s_state, - 1 as g_state, - avg(agg1) agg1, - avg(agg2) agg2, - avg(agg3) agg3, - avg(agg4) agg4 - from - results) foo -order by - i_item_id, - s_state -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out index 904ebfa67e5e..8c0bbfdeb342 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out @@ -1,43 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - c_last_name, - c_first_name, - c_salutation, - c_preferred_cust_flag, - ss_ticket_number, - cnt -FROM - (SELECT - ss_ticket_number, - ss_customer_sk, - count(*) cnt - FROM store_sales, date_dim, store, household_demographics - WHERE store_sales.ss_sold_date_sk = date_dim.d_date_sk - AND store_sales.ss_store_sk = store.s_store_sk - AND store_sales.ss_hdemo_sk = household_demographics.hd_demo_sk - AND (date_dim.d_dom BETWEEN 1 AND 3 OR date_dim.d_dom BETWEEN 25 AND 28) - AND (household_demographics.hd_buy_potential = '>10000' OR - household_demographics.hd_buy_potential = 'unknown') - AND household_demographics.hd_vehicle_count > 0 - AND (CASE WHEN household_demographics.hd_vehicle_count > 0 - THEN household_demographics.hd_dep_count / household_demographics.hd_vehicle_count - ELSE NULL - END) > 1.2 - AND date_dim.d_year IN (1999, 1999 + 1, 1999 + 2) - AND store.s_county IN - ('Williamson County', 'Williamson County', 'Williamson County', 'Williamson County', - 'Williamson County', 'Williamson County', 'Williamson County', 'Williamson County') - GROUP BY ss_ticket_number, ss_customer_sk) dn, customer -WHERE ss_customer_sk = c_customer_sk - AND cnt BETWEEN 15 AND 20 -ORDER BY - c_last_name, - c_first_name, - c_salutation, - c_preferred_cust_flag DESC, - ss_ticket_number -- This order-by condition did not exist in TPCDS v1.4 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out index 5426c8356002..c2b23fc3803f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out @@ -1,71 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - -- select list of q35 in TPCDS v1.4 is below: - -- ca_state, - -- cd_gender, - -- cd_marital_status, - -- count(*) cnt1, - -- min(cd_dep_count), - -- max(cd_dep_count), - -- avg(cd_dep_count), - -- cd_dep_employed_count, - -- count(*) cnt2, - -- min(cd_dep_employed_count), - -- max(cd_dep_employed_count), - -- avg(cd_dep_employed_count), - -- cd_dep_college_count, - -- count(*) cnt3, - -- min(cd_dep_college_count), - -- max(cd_dep_college_count), - -- avg(cd_dep_college_count) - ca_state, - cd_gender, - cd_marital_status, - cd_dep_count, - count(*) cnt1, - avg(cd_dep_count), - max(cd_dep_count), - sum(cd_dep_count), - cd_dep_employed_count, - count(*) cnt2, - avg(cd_dep_employed_count), - max(cd_dep_employed_count), - sum(cd_dep_employed_count), - cd_dep_college_count, - count(*) cnt3, - avg(cd_dep_college_count), - max(cd_dep_college_count), - sum(cd_dep_college_count) -FROM - customer c, customer_address ca, customer_demographics -WHERE - c.c_current_addr_sk = ca.ca_address_sk AND - cd_demo_sk = c.c_current_cdemo_sk AND - exists(SELECT * - FROM store_sales, date_dim - WHERE c.c_customer_sk = ss_customer_sk AND - ss_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_qoy < 4) AND - (exists(SELECT * - FROM web_sales, date_dim - WHERE c.c_customer_sk = ws_bill_customer_sk AND - ws_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_qoy < 4) OR - exists(SELECT * - FROM catalog_sales, date_dim - WHERE c.c_customer_sk = cs_ship_customer_sk AND - cs_sold_date_sk = d_date_sk AND - d_year = 2002 AND - d_qoy < 4)) -GROUP BY ca_state, cd_gender, cd_marital_status, cd_dep_count, - cd_dep_employed_count, cd_dep_college_count -ORDER BY ca_state, cd_gender, cd_marital_status, cd_dep_count, - cd_dep_employed_count, cd_dep_college_count -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out index bf0150e87c22..1a9017fcbe59 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out @@ -1,68 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -select - ca_state, - cd_gender, - cd_marital_status, - cd_dep_count, - count(*) cnt1, - avg(cd_dep_count), - max(cd_dep_count), - sum(cd_dep_count), - cd_dep_employed_count, - count(*) cnt2, - avg(cd_dep_employed_count), - max(cd_dep_employed_count), - sum(cd_dep_employed_count), - cd_dep_college_count, - count(*) cnt3, - avg(cd_dep_college_count), - max(cd_dep_college_count), - sum(cd_dep_college_count) -from - customer c, customer_address ca, customer_demographics -where - c.c_current_addr_sk = ca.ca_address_sk - and cd_demo_sk = c.c_current_cdemo_sk - and exists ( - select * - from store_sales, date_dim - where c.c_customer_sk = ss_customer_sk - and ss_sold_date_sk = d_date_sk - and d_year = 1999 - and d_qoy < 4) - and exists ( - select * - from ( - select ws_bill_customer_sk customsk - from web_sales, date_dim - where ws_sold_date_sk = d_date_sk - and d_year = 1999 - and d_qoy < 4 - union all - select cs_ship_customer_sk customsk - from catalog_sales, date_dim - where cs_sold_date_sk = d_date_sk - and d_year = 1999 - and d_qoy < 4) x - where x.customsk = c.c_customer_sk) -group by - ca_state, - cd_gender, - cd_marital_status, - cd_dep_count, - cd_dep_employed_count, - cd_dep_college_count -order by - ca_state, - cd_gender, - cd_marital_status, - cd_dep_count, - cd_dep_employed_count, - cd_dep_college_count -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out index 8baa299ece8a..ed1594f63f00 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out @@ -1,76 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - sum(ss_net_profit) as ss_net_profit, - sum(ss_ext_sales_price) as ss_ext_sales_price, - sum(ss_net_profit)/sum(ss_ext_sales_price) as gross_margin, - i_category, - i_class, - 0 as g_category, - 0 as g_class - from - store_sales, - date_dim d1, - item, - store - where - d1.d_year = 2001 - and d1.d_date_sk = ss_sold_date_sk - and i_item_sk = ss_item_sk - and s_store_sk = ss_store_sk - and s_state in ('TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN', 'TN') - group by - i_category, - i_class), - results_rollup as ( - select - gross_margin, - i_category, - i_class, - 0 as t_category, - 0 as t_class, - 0 as lochierarchy - from - results - union - select - sum(ss_net_profit) / sum(ss_ext_sales_price) as gross_margin, - i_category, NULL AS i_class, - 0 as t_category, - 1 as t_class, - 1 as lochierarchy - from - results - group by - i_category - union - select - sum(ss_net_profit) / sum(ss_ext_sales_price) as gross_margin, - NULL AS i_category, - NULL AS i_class, - 1 as t_category, - 1 as t_class, - 2 as lochierarchy - from - results) -select - gross_margin, - i_category, - i_class, - lochierarchy, - rank() over ( - partition by lochierarchy, case when t_class = 0 then i_category end - order by gross_margin asc) as rank_within_parent -from - results_rollup -order by - lochierarchy desc, - case when lochierarchy = 0 then i_category end, - rank_within_parent -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out index 80d86242e4b6..265bc2adc5f4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out @@ -1,70 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH v1 AS ( - SELECT - i_category, - i_brand, - s_store_name, - s_company_name, - d_year, - d_moy, - sum(ss_sales_price) sum_sales, - avg(sum(ss_sales_price)) - OVER - (PARTITION BY i_category, i_brand, - s_store_name, s_company_name, d_year) - avg_monthly_sales, - rank() - OVER - (PARTITION BY i_category, i_brand, - s_store_name, s_company_name - ORDER BY d_year, d_moy) rn - FROM item, store_sales, date_dim, store - WHERE ss_item_sk = i_item_sk AND - ss_sold_date_sk = d_date_sk AND - ss_store_sk = s_store_sk AND - ( - d_year = 1999 OR - (d_year = 1999 - 1 AND d_moy = 12) OR - (d_year = 1999 + 1 AND d_moy = 1) - ) - GROUP BY i_category, i_brand, - s_store_name, s_company_name, - d_year, d_moy), - v2 AS ( - SELECT - v1.i_category, - -- q47 in TPCDS v1.4 had more columns below: - -- v1.i_brand, - -- v1.s_store_name, - -- v1.s_company_name, - v1.d_year, - v1.d_moy, - v1.avg_monthly_sales, - v1.sum_sales, - v1_lag.sum_sales psum, - v1_lead.sum_sales nsum - FROM v1, v1 v1_lag, v1 v1_lead - WHERE v1.i_category = v1_lag.i_category AND - v1.i_category = v1_lead.i_category AND - v1.i_brand = v1_lag.i_brand AND - v1.i_brand = v1_lead.i_brand AND - v1.s_store_name = v1_lag.s_store_name AND - v1.s_store_name = v1_lead.s_store_name AND - v1.s_company_name = v1_lag.s_company_name AND - v1.s_company_name = v1_lead.s_company_name AND - v1.rn = v1_lag.rn + 1 AND - v1.rn = v1_lead.rn - 1) -SELECT * -FROM v2 -WHERE d_year = 1999 AND - avg_monthly_sales > 0 AND - CASE WHEN avg_monthly_sales > 0 - THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales - ELSE NULL END > 0.1 -ORDER BY sum_sales - avg_monthly_sales, 3 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out index e58d75cb5bbb..b757054b6112 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out @@ -1,139 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- The first SELECT query below is different from q49 of TPCDS v1.4 -SELECT - channel, - item, - return_ratio, - return_rank, - currency_rank -FROM ( - SELECT - 'web' as channel, - in_web.item, - in_web.return_ratio, - in_web.return_rank, - in_web.currency_rank - FROM - (SELECT - item, - return_ratio, - currency_ratio, - rank() over (ORDER BY return_ratio) AS return_rank, - rank() over (ORDER BY currency_ratio) AS currency_rank - FROM ( - SELECT - ws.ws_item_sk AS item, - CAST(SUM(COALESCE(wr.wr_return_quantity, 0)) AS DECIMAL(15, 4)) / - CAST(SUM(COALESCE(ws.ws_quantity, 0)) AS DECIMAL(15, 4)) AS return_ratio, - CAST(SUM(COALESCE(wr.wr_return_amt, 0)) AS DECIMAL(15, 4)) / - CAST(SUM(COALESCE(ws.ws_net_paid, 0)) AS DECIMAL(15, 4)) AS currency_ratio - FROM - web_sales ws LEFT OUTER JOIN web_returns wr - ON (ws.ws_order_number = wr.wr_order_number AND ws.ws_item_sk = wr.wr_item_sk), - date_dim - WHERE - wr.wr_return_amt > 10000 - AND ws.ws_net_profit > 1 - AND ws.ws_net_paid > 0 - AND ws.ws_quantity > 0 - AND ws_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 12 - GROUP BY - ws.ws_item_sk) - ) in_web - ) web -WHERE (web.return_rank <= 10 OR web.currency_rank <= 10) -UNION -SELECT - 'catalog' AS channel, - catalog.item, - catalog.return_ratio, - catalog.return_rank, - catalog.currency_rank -FROM ( - SELECT - item, - return_ratio, - currency_ratio, - rank() - OVER ( - ORDER BY return_ratio) AS return_rank, - rank() - OVER ( - ORDER BY currency_ratio) AS currency_rank - FROM - (SELECT - cs.cs_item_sk AS item, - (cast(sum(coalesce(cr.cr_return_quantity, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(cs.cs_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, - (cast(sum(coalesce(cr.cr_return_amount, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(cs.cs_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio - FROM - catalog_sales cs LEFT OUTER JOIN catalog_returns cr - ON (cs.cs_order_number = cr.cr_order_number AND - cs.cs_item_sk = cr.cr_item_sk) - , date_dim - WHERE - cr.cr_return_amount > 10000 - AND cs.cs_net_profit > 1 - AND cs.cs_net_paid > 0 - AND cs.cs_quantity > 0 - AND cs_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 12 - GROUP BY cs.cs_item_sk - ) in_cat - ) catalog -WHERE (catalog.return_rank <= 10 OR catalog.currency_rank <= 10) -UNION -SELECT - 'store' AS channel, - store.item, - store.return_ratio, - store.return_rank, - store.currency_rank -FROM ( - SELECT - item, - return_ratio, - currency_ratio, - rank() - OVER ( - ORDER BY return_ratio) AS return_rank, - rank() - OVER ( - ORDER BY currency_ratio) AS currency_rank - FROM - (SELECT - sts.ss_item_sk AS item, - (cast(sum(coalesce(sr.sr_return_quantity, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(sts.ss_quantity, 0)) AS DECIMAL(15, 4))) AS return_ratio, - (cast(sum(coalesce(sr.sr_return_amt, 0)) AS DECIMAL(15, 4)) / - cast(sum(coalesce(sts.ss_net_paid, 0)) AS DECIMAL(15, 4))) AS currency_ratio - FROM - store_sales sts LEFT OUTER JOIN store_returns sr - ON (sts.ss_ticket_number = sr.sr_ticket_number AND sts.ss_item_sk = sr.sr_item_sk) - , date_dim - WHERE - sr.sr_return_amt > 10000 - AND sts.ss_net_profit > 1 - AND sts.ss_net_paid > 0 - AND sts.ss_quantity > 0 - AND ss_sold_date_sk = d_date_sk - AND d_year = 2001 - AND d_moy = 12 - GROUP BY sts.ss_item_sk - ) in_store - ) store -WHERE (store.return_rank <= 10 OR store.currency_rank <= 10) -ORDER BY - -- order-by list of q49 in TPCDS v1.4 is below: - -- 1, 4, 5 - 1, 4, 5, 2 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out index 016975d7a8f3..2033b5de1127 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out @@ -1,109 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -WITH web_tv as ( - select - ws_item_sk item_sk, - d_date, - sum(ws_sales_price) sumws, - row_number() over (partition by ws_item_sk order by d_date) rk - from - web_sales, date_dim - where - ws_sold_date_sk=d_date_sk - and d_month_seq between 1212 and 1212 + 11 - and ws_item_sk is not NULL - group by - ws_item_sk, d_date), -web_v1 as ( - select - v1.item_sk, - v1.d_date, - v1.sumws, - sum(v2.sumws) cume_sales - from - web_tv v1, web_tv v2 - where - v1.item_sk = v2.item_sk - and v1.rk >= v2.rk - group by - v1.item_sk, - v1.d_date, - v1.sumws), -store_tv as ( - select - ss_item_sk item_sk, - d_date, - sum(ss_sales_price) sumss, - row_number() over (partition by ss_item_sk order by d_date) rk - from - store_sales, date_dim - where - ss_sold_date_sk = d_date_sk - and d_month_seq between 1212 and 1212 + 11 - and ss_item_sk is not NULL - group by ss_item_sk, d_date), -store_v1 as ( - select - v1.item_sk, - v1.d_date, - v1.sumss, - sum(v2.sumss) cume_sales - from - store_tv v1, store_tv v2 - where - v1.item_sk = v2.item_sk - and v1.rk >= v2.rk - group by - v1.item_sk, - v1.d_date, - v1.sumss), -v as ( - select - item_sk, - d_date, - web_sales, - store_sales, - row_number() over (partition by item_sk order by d_date) rk - from ( - select - case when web.item_sk is not null - then web.item_sk - else store.item_sk end item_sk, - case when web.d_date is not null - then web.d_date - else store.d_date end d_date, - web.cume_sales web_sales, - store.cume_sales store_sales - from - web_v1 web full outer join store_v1 store - on (web.item_sk = store.item_sk and web.d_date = store.d_date))) -select * -from ( - select - v1.item_sk, - v1.d_date, - v1.web_sales, - v1.store_sales, - max(v2.web_sales) web_cumulative, - max(v2.store_sales) store_cumulative - from - v v1, v v2 - where - v1.item_sk = v2.item_sk - and v1.rk >= v2.rk - group by - v1.item_sk, - v1.d_date, - v1.web_sales, - v1.store_sales) x -where - web_cumulative > store_cumulative -order by - item_sk, - d_date -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out index 01e588f3fd74..1ce69198bcd7 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q57.sql.out @@ -1,63 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH v1 AS ( - SELECT - i_category, - i_brand, - cc_name, - d_year, - d_moy, - sum(cs_sales_price) sum_sales, - avg(sum(cs_sales_price)) - OVER - (PARTITION BY i_category, i_brand, cc_name, d_year) - avg_monthly_sales, - rank() - OVER - (PARTITION BY i_category, i_brand, cc_name - ORDER BY d_year, d_moy) rn - FROM item, catalog_sales, date_dim, call_center - WHERE cs_item_sk = i_item_sk AND - cs_sold_date_sk = d_date_sk AND - cc_call_center_sk = cs_call_center_sk AND - ( - d_year = 1999 OR - (d_year = 1999 - 1 AND d_moy = 12) OR - (d_year = 1999 + 1 AND d_moy = 1) - ) - GROUP BY i_category, i_brand, - cc_name, d_year, d_moy), - v2 AS ( - SELECT - v1.i_category, - v1.i_brand, - -- q57 in TPCDS v1.4 had a column below: - -- v1.cc_name, - v1.d_year, - v1.d_moy, - v1.avg_monthly_sales, - v1.sum_sales, - v1_lag.sum_sales psum, - v1_lead.sum_sales nsum - FROM v1, v1 v1_lag, v1 v1_lead - WHERE v1.i_category = v1_lag.i_category AND - v1.i_category = v1_lead.i_category AND - v1.i_brand = v1_lag.i_brand AND - v1.i_brand = v1_lead.i_brand AND - v1.cc_name = v1_lag.cc_name AND - v1.cc_name = v1_lead.cc_name AND - v1.rn = v1_lag.rn + 1 AND - v1.rn = v1_lead.rn - 1) -SELECT * -FROM v2 -WHERE d_year = 1999 AND - avg_monthly_sales > 0 AND - CASE WHEN avg_monthly_sales > 0 - THEN abs(sum_sales - avg_monthly_sales) / avg_monthly_sales - ELSE NULL END > 0.1 -ORDER BY sum_sales - avg_monthly_sales, 3 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out index 5bbc69de9d9a..f0ac30b68fd9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q5a.sql.out @@ -1,164 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with ssr as( - select - s_store_id, - sum(sales_price) as sales, - sum(profit) as profit, - sum(return_amt) as returns, - sum(net_loss) as profit_loss - from ( - select - ss_store_sk as store_sk, - ss_sold_date_sk as date_sk, - ss_ext_sales_price as sales_price, - ss_net_profit as profit, - cast(0 as decimal(7,2)) as return_amt, - cast(0 as decimal(7,2)) as net_loss - from - store_sales - union all - select - sr_store_sk as store_sk, - sr_returned_date_sk as date_sk, - cast(0 as decimal(7,2)) as sales_price, - cast(0 as decimal(7,2)) as profit, - sr_return_amt as return_amt, - sr_net_loss as net_loss - from - store_returns) salesreturns, - date_dim, - store - where - date_sk = d_date_sk and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + INTERVAL 14 days) - and store_sk = s_store_sk - group by - s_store_id), -csr as ( - select - cp_catalog_page_id, - sum(sales_price) as sales, - sum(profit) as profit, - sum(return_amt) as returns, - sum(net_loss) as profit_loss - from ( - select - cs_catalog_page_sk as page_sk, - cs_sold_date_sk as date_sk, - cs_ext_sales_price as sales_price, - cs_net_profit as profit, - cast(0 as decimal(7,2)) as return_amt, - cast(0 as decimal(7,2)) as net_loss - from catalog_sales - union all - select - cr_catalog_page_sk as page_sk, - cr_returned_date_sk as date_sk, - cast(0 as decimal(7,2)) as sales_price, - cast(0 as decimal(7,2)) as profit, - cr_return_amount as return_amt, - cr_net_loss as net_loss - from catalog_returns) salesreturns, - date_dim, - catalog_page - where - date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + INTERVAL 14 days) - and page_sk = cp_catalog_page_sk - group by - cp_catalog_page_id), -wsr as ( - select - web_site_id, - sum(sales_price) as sales, - sum(profit) as profit, - sum(return_amt) as returns, - sum(net_loss) as profit_loss - from ( - select - ws_web_site_sk as wsr_web_site_sk, - ws_sold_date_sk as date_sk, - ws_ext_sales_price as sales_price, - ws_net_profit as profit, - cast(0 as decimal(7,2)) as return_amt, - cast(0 as decimal(7,2)) as net_loss - from - web_sales - union all - select - ws_web_site_sk as wsr_web_site_sk, - wr_returned_date_sk as date_sk, - cast(0 as decimal(7,2)) as sales_price, - cast(0 as decimal(7,2)) as profit, - wr_return_amt as return_amt, - wr_net_loss as net_loss - from - web_returns - left outer join web_sales on ( - wr_item_sk = ws_item_sk and wr_order_number = ws_order_number) - ) salesreturns, - date_dim, - web_site - where - date_sk = d_date_sk and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + INTERVAL 14 days) - and wsr_web_site_sk = web_site_sk - group by - web_site_id), -results as ( - select - channel, - id, - sum(sales) as sales, - sum(returns) as returns, - sum(profit) as profit - from ( - select - 'store channel' as channel, - 'store' || s_store_id as id, - sales, - returns, - (profit - profit_loss) as profit - from - ssr - union all - select - 'catalog channel' as channel, - 'catalog_page' || cp_catalog_page_id as id, - sales, - returns, - (profit - profit_loss) as profit - from - csr - union all - select - 'web channel' as channel, - 'web_site' || web_site_id as id, - sales, - returns, - (profit - profit_loss) as profit - from - wsr) x - group by - channel, id) -select - channel, id, sales, returns, profit -from ( - select channel, id, sales, returns, profit - from results - union - select channel, null as id, sum(sales), sum(returns), sum(profit) - from results - group by channel - union - select null as channel, null as id, sum(sales), sum(returns), sum(profit) - from results) foo - order by channel, id -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out index 21722d7cc125..4a7f9a83af25 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out @@ -1,29 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - a.ca_state state, - count(*) cnt -FROM - customer_address a, customer c, store_sales s, date_dim d, item i -WHERE a.ca_address_sk = c.c_current_addr_sk - AND c.c_customer_sk = s.ss_customer_sk - AND s.ss_sold_date_sk = d.d_date_sk - AND s.ss_item_sk = i.i_item_sk - AND d.d_month_seq = - (SELECT DISTINCT (d_month_seq) - FROM date_dim - WHERE d_year = 2000 AND d_moy = 1) - AND i.i_current_price > 1.2 * - (SELECT avg(j.i_current_price) - FROM item j - WHERE j.i_category = i.i_category) -GROUP BY a.ca_state -HAVING count(*) >= 10 --- order-by list of q6 in TPCDS v1.4 is below: --- order by cnt -order by cnt, a.ca_state -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out index aac813a76a91..f4ba7232f665 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out @@ -1,117 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH cs_ui AS -(SELECT - cs_item_sk, - sum(cs_ext_list_price) AS sale, - sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit) AS refund - FROM catalog_sales - , catalog_returns - WHERE cs_item_sk = cr_item_sk - AND cs_order_number = cr_order_number - GROUP BY cs_item_sk - HAVING sum(cs_ext_list_price) > 2 * sum(cr_refunded_cash + cr_reversed_charge + cr_store_credit)), - cross_sales AS - (SELECT - i_product_name product_name, - i_item_sk item_sk, - s_store_name store_name, - s_zip store_zip, - ad1.ca_street_number b_street_number, - ad1.ca_street_name b_streen_name, - ad1.ca_city b_city, - ad1.ca_zip b_zip, - ad2.ca_street_number c_street_number, - ad2.ca_street_name c_street_name, - ad2.ca_city c_city, - ad2.ca_zip c_zip, - d1.d_year AS syear, - d2.d_year AS fsyear, - d3.d_year s2year, - count(*) cnt, - sum(ss_wholesale_cost) s1, - sum(ss_list_price) s2, - sum(ss_coupon_amt) s3 - FROM store_sales, store_returns, cs_ui, date_dim d1, date_dim d2, date_dim d3, - store, customer, customer_demographics cd1, customer_demographics cd2, - promotion, household_demographics hd1, household_demographics hd2, - customer_address ad1, customer_address ad2, income_band ib1, income_band ib2, item - WHERE ss_store_sk = s_store_sk AND - ss_sold_date_sk = d1.d_date_sk AND - ss_customer_sk = c_customer_sk AND - ss_cdemo_sk = cd1.cd_demo_sk AND - ss_hdemo_sk = hd1.hd_demo_sk AND - ss_addr_sk = ad1.ca_address_sk AND - ss_item_sk = i_item_sk AND - ss_item_sk = sr_item_sk AND - ss_ticket_number = sr_ticket_number AND - ss_item_sk = cs_ui.cs_item_sk AND - c_current_cdemo_sk = cd2.cd_demo_sk AND - c_current_hdemo_sk = hd2.hd_demo_sk AND - c_current_addr_sk = ad2.ca_address_sk AND - c_first_sales_date_sk = d2.d_date_sk AND - c_first_shipto_date_sk = d3.d_date_sk AND - ss_promo_sk = p_promo_sk AND - hd1.hd_income_band_sk = ib1.ib_income_band_sk AND - hd2.hd_income_band_sk = ib2.ib_income_band_sk AND - cd1.cd_marital_status <> cd2.cd_marital_status AND - i_color IN ('purple', 'burlywood', 'indian', 'spring', 'floral', 'medium') AND - i_current_price BETWEEN 64 AND 64 + 10 AND - i_current_price BETWEEN 64 + 1 AND 64 + 15 - GROUP BY - i_product_name, - i_item_sk, - s_store_name, - s_zip, - ad1.ca_street_number, - ad1.ca_street_name, - ad1.ca_city, - ad1.ca_zip, - ad2.ca_street_number, - ad2.ca_street_name, - ad2.ca_city, - ad2.ca_zip, - d1.d_year, - d2.d_year, - d3.d_year - ) -SELECT - cs1.product_name, - cs1.store_name, - cs1.store_zip, - cs1.b_street_number, - cs1.b_streen_name, - cs1.b_city, - cs1.b_zip, - cs1.c_street_number, - cs1.c_street_name, - cs1.c_city, - cs1.c_zip, - cs1.syear, - cs1.cnt, - cs1.s1, - cs1.s2, - cs1.s3, - cs2.s1, - cs2.s2, - cs2.s3, - cs2.syear, - cs2.cnt -FROM cross_sales cs1, cross_sales cs2 -WHERE cs1.item_sk = cs2.item_sk AND - cs1.syear = 1999 AND - cs2.syear = 1999 + 1 AND - cs2.cnt <= cs1.cnt AND - cs1.store_name = cs2.store_name AND - cs1.store_zip = cs2.store_zip -ORDER BY - cs1.product_name, - cs1.store_name, - cs2.cnt, - -- The two columns below are newly added in TPCDS v2.7 - cs1.s1, - cs2.s1 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out index 335ea1d7f4f1..0221f2dc8140 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out @@ -1,214 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id, - sum(coalesce(ss_sales_price * ss_quantity, 0)) sumsales - from - store_sales, date_dim, store, item - where - ss_sold_date_sk=d_date_sk - and ss_item_sk=i_item_sk - and ss_store_sk = s_store_sk - and d_month_seq between 1212 and 1212 + 11 - group by - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id), -results_rollup as ( - select - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id, - sumsales - from - results - union all - select - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results - group by - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy - union all - select - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results - group by - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy - union all - select - i_category, - i_class, - i_brand, - i_product_name, - d_year, - null d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results - group by - i_category, - i_class, - i_brand, - i_product_name, - d_year - union all - select - i_category, - i_class, - i_brand, - i_product_name, - null d_year, - null d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results - group by - i_category, - i_class, - i_brand, - i_product_name - union all - select - i_category, - i_class, - i_brand, - null i_product_name, - null d_year, - null d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results - group by - i_category, - i_class, - i_brand - union all - select - i_category, - i_class, - null i_brand, - null i_product_name, - null d_year, - null d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results - group by - i_category, - i_class - union all - select - i_category, - null i_class, - null i_brand, - null i_product_name, - null d_year, - null d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from results - group by - i_category - union all - select - null i_category, - null i_class, - null i_brand, - null i_product_name, - null d_year, - null d_qoy, - null d_moy, - null s_store_id, - sum(sumsales) sumsales - from - results) -select - * -from ( - select - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id, - sumsales, - rank() over (partition by i_category order by sumsales desc) rk - from results_rollup) dw2 -where - rk <= 100 -order by - i_category, - i_class, - i_brand, - i_product_name, - d_year, - d_qoy, - d_moy, - s_store_id, - sumsales, - rk -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out index 55eb19b9b8dc..bdd40c477192 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out @@ -1,76 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - sum(ss_net_profit) as total_sum, - s_state ,s_county, - 0 as gstate, - 0 as g_county - from - store_sales, date_dim d1, store - where - d1.d_month_seq between 1212 and 1212 + 11 - and d1.d_date_sk = ss_sold_date_sk - and s_store_sk = ss_store_sk - and s_state in ( - select s_state - from ( - select - s_state as s_state, - rank() over (partition by s_state order by sum(ss_net_profit) desc) as ranking - from store_sales, store, date_dim - where d_month_seq between 1212 and 1212 + 11 - and d_date_sk = ss_sold_date_sk - and s_store_sk = ss_store_sk - group by s_state) tmp1 - where ranking <= 5) - group by - s_state, s_county), -results_rollup as ( - select - total_sum, - s_state, - s_county, - 0 as g_state, - 0 as g_county, - 0 as lochierarchy - from results - union - select - sum(total_sum) as total_sum,s_state, - NULL as s_county, - 0 as g_state, - 1 as g_county, - 1 as lochierarchy - from results - group by s_state - union - select - sum(total_sum) as total_sum, - NULL as s_state, - NULL as s_county, - 1 as g_state, - 1 as g_county, - 2 as lochierarchy - from results) -select - total_sum, - s_state, - s_county, - lochierarchy, - rank() over ( - partition by lochierarchy, - case when g_county = 0 then s_state end - order by total_sum desc) as rank_within_parent -from - results_rollup -order by - lochierarchy desc, - case when lochierarchy = 0 then s_state end, - rank_within_parent -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out index e5cf4d18045b..3d7173f8b640 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out @@ -1,46 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_desc, - w_warehouse_name, - d1.d_week_seq, - count(CASE WHEN p_promo_sk IS NULL - THEN 1 - ELSE 0 END) no_promo, - count(CASE WHEN p_promo_sk IS NOT NULL - THEN 1 - ELSE 0 END) promo, - count(*) total_cnt -FROM catalog_sales - JOIN inventory ON (cs_item_sk = inv_item_sk) - JOIN warehouse ON (w_warehouse_sk = inv_warehouse_sk) - JOIN item ON (i_item_sk = cs_item_sk) - JOIN customer_demographics ON (cs_bill_cdemo_sk = cd_demo_sk) - JOIN household_demographics ON (cs_bill_hdemo_sk = hd_demo_sk) - JOIN date_dim d1 ON (cs_sold_date_sk = d1.d_date_sk) - JOIN date_dim d2 ON (inv_date_sk = d2.d_date_sk) - JOIN date_dim d3 ON (cs_ship_date_sk = d3.d_date_sk) - LEFT OUTER JOIN promotion ON (cs_promo_sk = p_promo_sk) - LEFT OUTER JOIN catalog_returns ON (cr_item_sk = cs_item_sk AND cr_order_number = cs_order_number) --- q72 in TPCDS v1.4 had conditions below: --- WHERE d1.d_week_seq = d2.d_week_seq --- AND inv_quantity_on_hand < cs_quantity --- AND d3.d_date > (cast(d1.d_date AS DATE) + interval 5 days) --- AND hd_buy_potential = '>10000' --- AND d1.d_year = 1999 --- AND hd_buy_potential = '>10000' --- AND cd_marital_status = 'D' --- AND d1.d_year = 1999 -WHERE d1.d_week_seq = d2.d_week_seq - AND inv_quantity_on_hand < cs_quantity - AND d3.d_date > d1.d_date + INTERVAL 5 days - AND hd_buy_potential = '1001-5000' - AND d1.d_year = 2001 - AND cd_marital_status = 'M' -GROUP BY i_item_desc, w_warehouse_name, d1.d_week_seq -ORDER BY total_cnt DESC, i_item_desc, w_warehouse_name, d_week_seq -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out index 81f10f0e4db4..8c84825c8a2b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out @@ -1,66 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH year_total AS ( - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - d_year AS year, - sum(ss_net_paid) year_total, - 's' sale_type - FROM - customer, store_sales, date_dim - WHERE c_customer_sk = ss_customer_sk - AND ss_sold_date_sk = d_date_sk - AND d_year IN (2001, 2001 + 1) - GROUP BY - c_customer_id, c_first_name, c_last_name, d_year - UNION ALL - SELECT - c_customer_id customer_id, - c_first_name customer_first_name, - c_last_name customer_last_name, - d_year AS year, - sum(ws_net_paid) year_total, - 'w' sale_type - FROM - customer, web_sales, date_dim - WHERE c_customer_sk = ws_bill_customer_sk - AND ws_sold_date_sk = d_date_sk - AND d_year IN (2001, 2001 + 1) - GROUP BY - c_customer_id, c_first_name, c_last_name, d_year) -SELECT - t_s_secyear.customer_id, - t_s_secyear.customer_first_name, - t_s_secyear.customer_last_name -FROM - year_total t_s_firstyear, year_total t_s_secyear, - year_total t_w_firstyear, year_total t_w_secyear -WHERE t_s_secyear.customer_id = t_s_firstyear.customer_id - AND t_s_firstyear.customer_id = t_w_secyear.customer_id - AND t_s_firstyear.customer_id = t_w_firstyear.customer_id - AND t_s_firstyear.sale_type = 's' - AND t_w_firstyear.sale_type = 'w' - AND t_s_secyear.sale_type = 's' - AND t_w_secyear.sale_type = 'w' - AND t_s_firstyear.year = 2001 - AND t_s_secyear.year = 2001 + 1 - AND t_w_firstyear.year = 2001 - AND t_w_secyear.year = 2001 + 1 - AND t_s_firstyear.year_total > 0 - AND t_w_firstyear.year_total > 0 - AND CASE WHEN t_w_firstyear.year_total > 0 - THEN t_w_secyear.year_total / t_w_firstyear.year_total - ELSE NULL END - > CASE WHEN t_s_firstyear.year_total > 0 - THEN t_s_secyear.year_total / t_s_firstyear.year_total - ELSE NULL END --- order-by list of q74 in TPCDS v1.4 is below: --- ORDER BY 1, 1, 1 -ORDER BY 2, 1, 3 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out index 90b56b7b5656..daf0df090335 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out @@ -1,84 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH all_sales AS ( - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - SUM(sales_cnt) AS sales_cnt, - SUM(sales_amt) AS sales_amt - FROM ( - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - cs_quantity - COALESCE(cr_return_quantity, 0) AS sales_cnt, - cs_ext_sales_price - COALESCE(cr_return_amount, 0.0) AS sales_amt - FROM catalog_sales - JOIN item ON i_item_sk = cs_item_sk - JOIN date_dim ON d_date_sk = cs_sold_date_sk - LEFT JOIN catalog_returns ON (cs_order_number = cr_order_number - AND cs_item_sk = cr_item_sk) - WHERE i_category = 'Books' - UNION - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - ss_quantity - COALESCE(sr_return_quantity, 0) AS sales_cnt, - ss_ext_sales_price - COALESCE(sr_return_amt, 0.0) AS sales_amt - FROM store_sales - JOIN item ON i_item_sk = ss_item_sk - JOIN date_dim ON d_date_sk = ss_sold_date_sk - LEFT JOIN store_returns ON (ss_ticket_number = sr_ticket_number - AND ss_item_sk = sr_item_sk) - WHERE i_category = 'Books' - UNION - SELECT - d_year, - i_brand_id, - i_class_id, - i_category_id, - i_manufact_id, - ws_quantity - COALESCE(wr_return_quantity, 0) AS sales_cnt, - ws_ext_sales_price - COALESCE(wr_return_amt, 0.0) AS sales_amt - FROM web_sales - JOIN item ON i_item_sk = ws_item_sk - JOIN date_dim ON d_date_sk = ws_sold_date_sk - LEFT JOIN web_returns ON (ws_order_number = wr_order_number - AND ws_item_sk = wr_item_sk) - WHERE i_category = 'Books') sales_detail - GROUP BY d_year, i_brand_id, i_class_id, i_category_id, i_manufact_id) -SELECT - prev_yr.d_year AS prev_year, - curr_yr.d_year AS year, - curr_yr.i_brand_id, - curr_yr.i_class_id, - curr_yr.i_category_id, - curr_yr.i_manufact_id, - prev_yr.sales_cnt AS prev_yr_cnt, - curr_yr.sales_cnt AS curr_yr_cnt, - curr_yr.sales_cnt - prev_yr.sales_cnt AS sales_cnt_diff, - curr_yr.sales_amt - prev_yr.sales_amt AS sales_amt_diff -FROM all_sales curr_yr, all_sales prev_yr -WHERE curr_yr.i_brand_id = prev_yr.i_brand_id - AND curr_yr.i_class_id = prev_yr.i_class_id - AND curr_yr.i_category_id = prev_yr.i_category_id - AND curr_yr.i_manufact_id = prev_yr.i_manufact_id - AND curr_yr.d_year = 2002 - AND prev_yr.d_year = 2002 - 1 - AND CAST(curr_yr.sales_cnt AS DECIMAL(17, 2)) / CAST(prev_yr.sales_cnt AS DECIMAL(17, 2)) < 0.9 -ORDER BY - sales_cnt_diff, - sales_amt_diff -- This order-by condition did not exist in TPCDS v1.4 -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out index c3cce5413e69..5070e1121f7e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out @@ -1,127 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with ss as ( - select - s_store_sk, - sum(ss_ext_sales_price) as sales, - sum(ss_net_profit) as profit - from - store_sales, date_dim, store - where - ss_sold_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and ss_store_sk = s_store_sk - group by - s_store_sk), -sr as ( - select - s_store_sk, - sum(sr_return_amt) as returns, - sum(sr_net_loss) as profit_loss - from - store_returns, date_dim, store - where - sr_returned_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and sr_store_sk = s_store_sk - group by - s_store_sk), -cs as ( - select - cs_call_center_sk, - sum(cs_ext_sales_price) as sales, - sum(cs_net_profit) as profit - from - catalog_sales, - date_dim - where - cs_sold_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - group by - cs_call_center_sk), - cr as ( - select - sum(cr_return_amount) as returns, - sum(cr_net_loss) as profit_loss - from catalog_returns, - date_dim - where - cr_returned_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days)), -ws as ( select wp_web_page_sk, - sum(ws_ext_sales_price) as sales, - sum(ws_net_profit) as profit - from web_sales, - date_dim, - web_page - where ws_sold_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and ws_web_page_sk = wp_web_page_sk - group by wp_web_page_sk), - wr as - (select wp_web_page_sk, - sum(wr_return_amt) as returns, - sum(wr_net_loss) as profit_loss - from web_returns, - date_dim, - web_page - where wr_returned_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and wr_web_page_sk = wp_web_page_sk - group by wp_web_page_sk) - , - results as - (select channel - , id - , sum(sales) as sales - , sum(returns) as returns - , sum(profit) as profit - from - (select 'store channel' as channel - , ss.s_store_sk as id - , sales - , coalesce(returns, 0) as returns - , (profit - coalesce(profit_loss,0)) as profit - from ss left join sr - on ss.s_store_sk = sr.s_store_sk - union all - select 'catalog channel' as channel - , cs_call_center_sk as id - , sales - , returns - , (profit - profit_loss) as profit - from cs - , cr - union all - select 'web channel' as channel - , ws.wp_web_page_sk as id - , sales - , coalesce(returns, 0) returns - , (profit - coalesce(profit_loss,0)) as profit - from ws left join wr - on ws.wp_web_page_sk = wr.wp_web_page_sk - ) x - group by channel, id ) - - select * - from ( - select channel, id, sales, returns, profit from results - union - select channel, NULL AS id, sum(sales) as sales, sum(returns) as returns, sum(profit) as profit from results group by channel - union - select NULL AS channel, NULL AS id, sum(sales) as sales, sum(returns) as returns, sum(profit) as profit from results -) foo -order by - channel, id -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out index 4534e3085e53..df28fcb255ae 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q78.sql.out @@ -1,81 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -WITH ws AS -(SELECT - d_year AS ws_sold_year, - ws_item_sk, - ws_bill_customer_sk ws_customer_sk, - sum(ws_quantity) ws_qty, - sum(ws_wholesale_cost) ws_wc, - sum(ws_sales_price) ws_sp - FROM web_sales - LEFT JOIN web_returns ON wr_order_number = ws_order_number AND ws_item_sk = wr_item_sk - JOIN date_dim ON ws_sold_date_sk = d_date_sk - WHERE wr_order_number IS NULL - GROUP BY d_year, ws_item_sk, ws_bill_customer_sk -), - cs AS - (SELECT - d_year AS cs_sold_year, - cs_item_sk, - cs_bill_customer_sk cs_customer_sk, - sum(cs_quantity) cs_qty, - sum(cs_wholesale_cost) cs_wc, - sum(cs_sales_price) cs_sp - FROM catalog_sales - LEFT JOIN catalog_returns ON cr_order_number = cs_order_number AND cs_item_sk = cr_item_sk - JOIN date_dim ON cs_sold_date_sk = d_date_sk - WHERE cr_order_number IS NULL - GROUP BY d_year, cs_item_sk, cs_bill_customer_sk - ), - ss AS - (SELECT - d_year AS ss_sold_year, - ss_item_sk, - ss_customer_sk, - sum(ss_quantity) ss_qty, - sum(ss_wholesale_cost) ss_wc, - sum(ss_sales_price) ss_sp - FROM store_sales - LEFT JOIN store_returns ON sr_ticket_number = ss_ticket_number AND ss_item_sk = sr_item_sk - JOIN date_dim ON ss_sold_date_sk = d_date_sk - WHERE sr_ticket_number IS NULL - GROUP BY d_year, ss_item_sk, ss_customer_sk - ) -SELECT - round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) ratio, - ss_qty store_qty, - ss_wc store_wholesale_cost, - ss_sp store_sales_price, - coalesce(ws_qty, 0) + coalesce(cs_qty, 0) other_chan_qty, - coalesce(ws_wc, 0) + coalesce(cs_wc, 0) other_chan_wholesale_cost, - coalesce(ws_sp, 0) + coalesce(cs_sp, 0) other_chan_sales_price -FROM ss - LEFT JOIN ws - ON (ws_sold_year = ss_sold_year AND ws_item_sk = ss_item_sk AND ws_customer_sk = ss_customer_sk) - LEFT JOIN cs - ON (cs_sold_year = ss_sold_year AND cs_item_sk = ss_item_sk AND cs_customer_sk = ss_customer_sk) -WHERE coalesce(ws_qty, 0) > 0 AND coalesce(cs_qty, 0) > 0 AND ss_sold_year = 2000 -ORDER BY - -- order-by list of q78 in TPCDS v1.4 is below: - -- ratio, - -- ss_qty DESC, ss_wc DESC, ss_sp DESC, - -- other_chan_qty, - -- other_chan_wholesale_cost, - -- other_chan_sales_price, - -- round(ss_qty / (coalesce(ws_qty + cs_qty, 1)), 2) - ss_sold_year, - ss_item_sk, - ss_customer_sk, - ss_qty desc, - ss_wc desc, - ss_sp desc, - other_chan_qty, - other_chan_wholesale_cost, - other_chan_sales_price, - ratio -LIMIT 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out index 97375c4c6e6a..d76f0005d2e4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q80a.sql.out @@ -1,153 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with ssr as ( - select - s_store_id as store_id, - sum(ss_ext_sales_price) as sales, - sum(coalesce(sr_return_amt, 0)) as returns, - sum(ss_net_profit - coalesce(sr_net_loss, 0)) as profit - from - store_sales left outer join store_returns on ( - ss_item_sk = sr_item_sk and ss_ticket_number = sr_ticket_number), - date_dim, - store, - item, - promotion - where - ss_sold_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and ss_store_sk = s_store_sk - and ss_item_sk = i_item_sk - and i_current_price > 50 - and ss_promo_sk = p_promo_sk - and p_channel_tv = 'N' - group by - s_store_id), -csr as ( - select - cp_catalog_page_id as catalog_page_id, - sum(cs_ext_sales_price) as sales, - sum(coalesce(cr_return_amount, 0)) as returns, - sum(cs_net_profit - coalesce(cr_net_loss, 0)) as profit - from - catalog_sales left outer join catalog_returns on - (cs_item_sk = cr_item_sk and cs_order_number = cr_order_number), - date_dim, - catalog_page, - item, - promotion - where - cs_sold_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and cs_catalog_page_sk = cp_catalog_page_sk - and cs_item_sk = i_item_sk - and i_current_price > 50 - and cs_promo_sk = p_promo_sk - and p_channel_tv = 'N' - group by - cp_catalog_page_id), -wsr as ( - select - web_site_id, - sum(ws_ext_sales_price) as sales, - sum(coalesce(wr_return_amt, 0)) as returns, - sum(ws_net_profit - coalesce(wr_net_loss, 0)) as profit - from - web_sales left outer join web_returns on ( - ws_item_sk = wr_item_sk and ws_order_number = wr_order_number), - date_dim, - web_site, - item, - promotion - where - ws_sold_date_sk = d_date_sk - and d_date between cast('1998-08-04' as date) - and (cast('1998-08-04' as date) + interval 30 days) - and ws_web_site_sk = web_site_sk - and ws_item_sk = i_item_sk - and i_current_price > 50 - and ws_promo_sk = p_promo_sk - and p_channel_tv = 'N' - group by - web_site_id), -results as ( - select - channel, - id, - sum(sales) as sales, - sum(returns) as returns, - sum(profit) as profit - from ( - select - 'store channel' as channel, - 'store' || store_id as id, - sales, - returns, - profit - from - ssr - union all - select - 'catalog channel' as channel, - 'catalog_page' || catalog_page_id as id, - sales, - returns, - profit - from - csr - union all - select - 'web channel' as channel, - 'web_site' || web_site_id as id, - sales, - returns, - profit - from - wsr) x - group by - channel, id) -select - channel, - id, - sales, - returns, - profit -from ( - select - channel, - id, - sales, - returns, - profit - from - results - union - select - channel, - NULL AS id, - sum(sales) as sales, - sum(returns) as returns, - sum(profit) as profit - from - results - group by - channel - union - select - NULL AS channel, - NULL AS id, - sum(sales) as sales, - sum(returns) as returns, - sum(profit) as profit - from - results) foo -order by - channel, id -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out index 6dd56a5a4def..ee25ebb17eed 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out @@ -1,67 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query --- This is a new query in TPCDS v2.7 -with results as ( - select - sum(ws_net_paid) as total_sum, - i_category, i_class, - 0 as g_category, - 0 as g_class - from - web_sales, date_dim d1, item - where - d1.d_month_seq between 1212 and 1212 + 11 - and d1.d_date_sk = ws_sold_date_sk - and i_item_sk = ws_item_sk - group by - i_category, i_class), -results_rollup as( - select - total_sum, - i_category, - i_class, - g_category, - g_class, - 0 as lochierarchy - from - results - union - select - sum(total_sum) as total_sum, - i_category, - NULL as i_class, - 0 as g_category, - 1 as g_class, - 1 as lochierarchy - from - results - group by - i_category - union - select - sum(total_sum) as total_sum, - NULL as i_category, - NULL as i_class, - 1 as g_category, - 1 as g_class, - 2 as lochierarchy - from - results) -select - total_sum, - i_category ,i_class, lochierarchy, - rank() over ( - partition by lochierarchy, - case when g_class = 0 then i_category end - order by total_sum desc) as rank_within_parent -from - results_rollup -order by - lochierarchy desc, - case when lochierarchy = 0 then i_category end, - rank_within_parent -limit 100 -- !query schema struct -- !query output diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out index 3371cdfe515c..ce01e0253976 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out @@ -1,28 +1,5 @@ -- Automatically generated by TPCDSQueryTestSuite --- !query -SELECT - i_item_id, -- This column did not exist in TPCDS v1.4 - i_item_desc, - i_category, - i_class, - i_current_price, - sum(ss_ext_sales_price) AS itemrevenue, - sum(ss_ext_sales_price) * 100 / sum(sum(ss_ext_sales_price)) - OVER - (PARTITION BY i_class) AS revenueratio -FROM - store_sales, item, date_dim -WHERE - ss_item_sk = i_item_sk - AND i_category IN ('Sports', 'Books', 'Home') - AND ss_sold_date_sk = d_date_sk - AND d_date BETWEEN cast('1999-02-22' AS DATE) - AND (cast('1999-02-22' AS DATE) + INTERVAL 30 days) -GROUP BY - i_item_id, i_item_desc, i_category, i_class, i_current_price -ORDER BY - i_category, i_class, i_item_id, i_item_desc, revenueratio -- !query schema struct -- !query output diff --git a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala index f5e391b2e75b..e0fd90b17242 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala @@ -88,11 +88,16 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp private def runQuery(query: String, goldenFile: File): Unit = { val (schema, output) = handleExceptions(getNormalizedResult(spark, query)) - val queryOutput = QueryOutput(query.trim, schema, output.mkString("\n").replaceAll("\\s+$", "")) + val queryString = query.trim + val outputString = output.mkString("\n").replaceAll("\\s+$", "") if (regenerateGoldenFiles) { val goldenOutput = { s"-- Automatically generated by ${getClass.getSimpleName}\n\n" + - s"$queryOutput\n" + s"-- !query schema\n" + + schema + "\n" + + s"-- !query output\n" + + outputString + + "\n" } val parent = goldenFile.getParentFile if (!parent.exists()) { @@ -102,33 +107,20 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp } // Read back the golden file. - val expectedOutput = { + val (expectedSchema, expectedOutput) = { val goldenOutput = fileToString(goldenFile) val segments = goldenOutput.split("-- !query.*\n") // query has 3 segments, plus the header - assert(segments.size == 4, - s"Expected 4 blocks in result file but got ${segments.size}. " + - s"Try regenerate the result files.") - QueryOutput( - sql = segments(1).trim, - schema = segments(2).trim, - output = segments(3).trim - ) - } + assert(segments.size == 3, + s"Expected 3 blocks in result file but got ${segments.size}. " + + "Try regenerate the result files.") - assertResult(expectedOutput.sql, - s"SQL query did not match\n${expectedOutput.sql}") { - queryOutput.sql - } - assertResult(expectedOutput.schema, - s"Schema did not match\n${expectedOutput.sql}: $output") { - queryOutput.schema - } - assertResult(expectedOutput.output, - s"Result did not match\n${expectedOutput.sql}") { - queryOutput.output + (segments(1).trim, segments(2).replaceAll("\\s+$", "")) } + + assertResult(expectedSchema, s"Schema did not match\n$queryString") { schema } + assertResult(expectedOutput, s"Result did not match\n$queryString") { outputString } } if (tpcdsDataPath != null) { @@ -138,7 +130,6 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp test(name) { val goldenFile = new File(s"$baseResourcePath/v1_4", s"$name.sql.out") runQuery(queryString, goldenFile) - } } From 14370ccf74ebeb3ba6a0be78c447d65d2760aec2 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Mon, 22 Mar 2021 11:40:03 +0900 Subject: [PATCH 05/15] Update the golden files --- .../tpcds-query-results/v1_4/q10.sql.out | 6 +- .../tpcds-query-results/v1_4/q12.sql.out | 198 +- .../tpcds-query-results/v1_4/q13.sql.out | 2 +- .../tpcds-query-results/v1_4/q16.sql.out | 2 +- .../tpcds-query-results/v1_4/q20.sql.out | 196 +- .../tpcds-query-results/v1_4/q24a.sql.out | 14 +- .../tpcds-query-results/v1_4/q24b.sql.out | 2 +- .../tpcds-query-results/v1_4/q25.sql.out | 2 +- .../tpcds-query-results/v1_4/q29.sql.out | 2 +- .../tpcds-query-results/v1_4/q30.sql.out | 194 +- .../tpcds-query-results/v1_4/q31.sql.out | 102 +- .../tpcds-query-results/v1_4/q34.sql.out | 217 +- .../tpcds-query-results/v1_4/q37.sql.out | 2 +- .../tpcds-query-results/v1_4/q4.sql.out | 16 +- .../tpcds-query-results/v1_4/q43.sql.out | 12 +- .../tpcds-query-results/v1_4/q45.sql.out | 38 +- .../tpcds-query-results/v1_4/q46.sql.out | 101 +- .../tpcds-query-results/v1_4/q47.sql.out | 200 +- .../tpcds-query-results/v1_4/q48.sql.out | 2 +- .../tpcds-query-results/v1_4/q50.sql.out | 12 +- .../tpcds-query-results/v1_4/q57.sql.out | 200 +- .../tpcds-query-results/v1_4/q59.sql.out | 200 +- .../tpcds-query-results/v1_4/q62.sql.out | 200 +- .../tpcds-query-results/v1_4/q64.sql.out | 20 +- .../tpcds-query-results/v1_4/q65.sql.out | 200 +- .../tpcds-query-results/v1_4/q66.sql.out | 10 +- .../tpcds-query-results/v1_4/q68.sql.out | 101 +- .../tpcds-query-results/v1_4/q70.sql.out | 2 +- .../tpcds-query-results/v1_4/q72.sql.out | 194 +- .../tpcds-query-results/v1_4/q73.sql.out | 2 +- .../tpcds-query-results/v1_4/q79.sql.out | 200 +- .../tpcds-query-results/v1_4/q8.sql.out | 10 +- .../tpcds-query-results/v1_4/q81.sql.out | 200 +- .../tpcds-query-results/v1_4/q82.sql.out | 4 +- .../tpcds-query-results/v1_4/q84.sql.out | 26 +- .../tpcds-query-results/v1_4/q85.sql.out | 7 +- .../tpcds-query-results/v1_4/q88.sql.out | 2 +- .../tpcds-query-results/v1_4/q89.sql.out | 200 +- .../tpcds-query-results/v1_4/q91.sql.out | 2 +- .../tpcds-query-results/v1_4/q96.sql.out | 2 +- .../tpcds-query-results/v1_4/q98.sql.out | 4992 ++++++++--------- .../tpcds-query-results/v1_4/q99.sql.out | 180 +- .../tpcds-query-results/v2_7/q10a.sql.out | 3 +- .../tpcds-query-results/v2_7/q12.sql.out | 198 +- .../tpcds-query-results/v2_7/q20.sql.out | 196 +- .../tpcds-query-results/v2_7/q34.sql.out | 217 +- .../tpcds-query-results/v2_7/q64.sql.out | 20 +- .../tpcds-query-results/v2_7/q70a.sql.out | 2 +- .../tpcds-query-results/v2_7/q72.sql.out | 196 +- .../tpcds-query-results/v2_7/q98.sql.out | 4992 ++++++++--------- 50 files changed, 7380 insertions(+), 6718 deletions(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out index 12b5103d634b..29a045c7a1d1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q10.sql.out @@ -3,4 +3,8 @@ -- !query schema struct -- !query output - +F D Advanced Degree 1 3000 1 High Risk 1 2 1 4 1 5 1 +F D Unknown 1 1500 1 Good 1 6 1 5 1 4 1 +M D College 1 8500 1 Low Risk 1 3 1 0 1 1 1 +M D Primary 1 7000 1 Unknown 1 2 1 1 1 1 1 +M W Unknown 1 4500 1 Good 1 5 1 0 1 1 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out index 6ee2a3811247..5838b70f0a34 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 -Af Books arts 6.04 109.23 0.14805832546481205 -All Books business 9.44 2.07 0.00166513841282063 -At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 -Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 -Below invisi Books cooking 9.59 2547.42 4.94108336776198262 -Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 -Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 -Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 -Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 -Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 -Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 -Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 -Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 -Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 -Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 -Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 -Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 -Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 -Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 -Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 -Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 -Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 -Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 -Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 -Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 -Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 -Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 -Genera Books computers 2.84 4719.74 5.65041742962478323 -Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 -Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 -Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 -Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 -Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 -Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 -However small values Books entertainments 1.49 3795.87 5.82689298381830524 -Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 -Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 -Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 -International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 -Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 -Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 -Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 -Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 -Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 -Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 -Local pro Books computers 1.04 843.52 1.00985226097986269 -Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 -Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 -Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 -Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 -Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 -Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 -Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 -New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 -New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 -Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 -Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 -Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 -Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 -Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 -Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 -Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 -Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 -Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 -Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 -Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 -Prese Books business 15.17 17499.32 14.07671011122722390 -Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 -Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 -Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 +Af Books arts 6.04 109.23 0.14805832546481205 +All Books business 9.44 2.07 0.00166513841282063 +At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 +Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 +Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 +Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 +Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 +Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 +Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 +Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 +Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 +Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 +Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 +Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 +Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 +Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 +Genera Books computers 2.84 4719.74 5.65041742962478323 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 +Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 +Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 +Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 +Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 +However small values Books entertainments 1.49 3795.87 5.82689298381830524 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 +Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 +Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 +International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 +Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 +Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 +Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 +Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 +Local pro Books computers 1.04 843.52 1.00985226097986269 +Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 +Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 +Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 +Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 +Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 +Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 +Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 +Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 +Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 +Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 +Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 +Prese Books business 15.17 17499.32 14.07671011122722390 +Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 +Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 +Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3319.89 2.67056829243434307 -Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 -Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 -Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 -Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 -Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 -Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 -So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 -Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 -Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 -Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 -Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 -Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 -There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 -Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 -Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 -Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 -Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 -Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 -Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 -Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 -Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 -Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 -Vulnerable b Books computers 0.58 31.86 0.03814241871540500 -Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 -Women support almost Books computers 4.68 1401.06 1.67733261661661422 -Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 -Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 -Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 +Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 +Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 +Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 +Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 +Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 +Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 +Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 +Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 +Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 +Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 +Vulnerable b Books computers 0.58 31.86 0.03814241871540500 +Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 +Women support almost Books computers 4.68 1401.06 1.67733261661661422 +Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 +Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 +Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out index f9e241ed154a..0850c7a34c5a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q13.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -NULL NULL NULL NULL +31.0 2551.863333 2365.943333 14195.66 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out index fb788bb58457..5069ed5a1f9c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q16.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -0 NULL NULL +236 1062963.89 -214910.61 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out index da0ec17bb46a..0cd61563ad1d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 -Af Books arts 6.04 4695.48 2.34008441384012204 -All Books business 9.44 182.52 0.11630380986735745 -Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 -Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 -Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 -Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 -Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 -Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 -Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 -Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 -Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 -Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 -Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 -Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 -Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 -Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 -Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 -Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 -Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 -Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 -Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 -Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 -Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 -Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 -Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 -Euro Books business 3.01 4889.34 3.11554278838957647 -Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 -External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 -Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 -Final governm Books computers 6.22 5102.98 2.69967102821577286 -Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 -Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 -Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 -Genera Books computers 2.84 950.58 0.50289307149966282 -Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 -Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 -Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 -Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 -High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 -Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 -Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 -Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 -Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 -Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 -Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 -Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 -Less imp Books arts 9.12 1511.60 0.75333546303268856 -Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 -Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 -Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 -Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 -Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 -Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 +Af Books arts 6.04 4695.48 2.34008441384012204 +All Books business 9.44 182.52 0.11630380986735745 +Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 +Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 +Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 +Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 +Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 +Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 +Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 +Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 +Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 +Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 +Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 +Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 +Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 +Euro Books business 3.01 4889.34 3.11554278838957647 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 +External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 +Final governm Books computers 6.22 5102.98 2.69967102821577286 +Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 +Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 +Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 +Genera Books computers 2.84 950.58 0.50289307149966282 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 +Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 +Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 +High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 +Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 +Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 +Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 +Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 +Less imp Books arts 9.12 1511.60 0.75333546303268856 +Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 +Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 +Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 +Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 NULL Books NULL NULL 2838.09 24.10978012204021058 -New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 -New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 -Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 -Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 -Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 -Othe Books arts 60.94 2242.14 1.11741437885956095 -Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 -Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 -Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 -Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 -Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 -Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 -Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 -Prese Books business 15.17 5628.92 3.58681153538552336 -Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 -Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 -Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 -Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 +Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 +Othe Books arts 60.94 2242.14 1.11741437885956095 +Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 +Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 +Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 +Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 +Prese Books business 15.17 5628.92 3.58681153538552336 +Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 +Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 +Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 +Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 -Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 -Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 -Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 -Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 -Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 -Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 -Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 -Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 -Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 -Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 -Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 -Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 -Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 -Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 -Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 -Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 -Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 -Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 -Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 -Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 -Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 -Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 -Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 -Ye Books computers 9.75 1367.76 0.72359720115548277 -Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 -Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 +Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 +Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 +Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 +Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 +Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 +Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 +Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 +Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 +Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 +Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 +Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 +Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 +Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 +Ye Books computers 9.75 1367.76 0.72359720115548277 +Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 +Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out index ab9be7d3d718..d69cfea64769 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24a.sql.out @@ -3,10 +3,10 @@ -- !query schema struct -- !query output -Holt Curtis able 8225.80 -Kunz Lee able 34631.52 -Littlefield Clarence able 127380.00 -NULL Tommy able 38118.08 -Pettit Richard able 3930.52 -Townsend Franklin able 68983.20 -Winchester Margaret bar 14269.20 +Holt Curtis able 8225.80 +Kunz Lee able 34631.52 +Littlefield Clarence able 127380.00 +NULL Tommy able 38118.08 +Pettit Richard able 3930.52 +Townsend Franklin able 68983.20 +Winchester Margaret bar 14269.20 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out index 5b798dfc5ef7..f67f5ea4143e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q24b.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -Griffith Ray able 161564.48 +Griffith Ray able 161564.48 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out index 38c762d59794..0c8b745b6562 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q25.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -AAAAAAAADPMBAAAA Things know alone letters. Flights should tend even jewish fees. Civil plans could not cry also social days; other losses might not pay walls; still able signs should not remove too human AAAAAAAAHAAAAAAA ation 12.84 91.41 -1329.46 +AAAAAAAADPMBAAAA Things know alone letters. Flights should tend even jewish fees. Civil plans could not cry also social days; other losses might not pay walls; still able signs should not remove too human AAAAAAAAHAAAAAAA ation 12.84 91.41 -1329.46 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out index 996d8a6d77f2..756d4db433ef 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q29.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -AAAAAAAABOKDAAAA Immediate women sell. Slowly sure measures might ensure in order from a duties. Privately aware damages may compensate so for example previous letters AAAAAAAABAAAAAAA ought 99 81 22 +AAAAAAAABOKDAAAA Immediate women sell. Slowly sure measures might ensure in order from a duties. Privately aware damages may compensate so for example previous letters AAAAAAAABAAAAAAA ought 99 81 22 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out index 53a28a2c01cf..f6faa8172d42 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -AAAAAAAAAAAIBAAA Mr. Eduardo Goodwin Y 24 11 1950 GHANA NULL Eduardo.Goodwin@rolemn2xusv5Ot0.edu 2452312 3838.00 -AAAAAAAAABHAAAAA Sir Robert Thornton Y 24 5 1924 HONG KONG NULL Robert.Thornton@jas.edu 2452431 2434.58 -AAAAAAAAABPNAAAA Mr. Alonzo Huddleston Y 19 4 1957 FAROE ISLANDS NULL Alonzo.Huddleston@g.edu 2452289 2813.00 -AAAAAAAAAFCGBAAA Ms. Pamela Slater Y 2 6 1931 GAMBIA NULL Pamela.Slater@ajU1sMrf5vC7.com 2452613 1746.58 -AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 -AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 1850.70 -AAAAAAAAAFOEBAAA Dr. Trevor Battle N 12 8 1953 THAILAND NULL Trevor.Battle@0F.com 2452643 3556.00 -AAAAAAAAAIKEAAAA Dr. Joseph Miller N 17 12 1930 MONACO NULL Joseph.Miller@Ampmde.edu 2452332 7037.55 -AAAAAAAAAJMABAAA Miss Brenda Sloan Y 23 3 1982 MALAYSIA NULL Brenda.Sloan@csCoX.edu 2452336 1783.19 +AAAAAAAAAAAIBAAA Mr. Eduardo Goodwin Y 24 11 1950 GHANA NULL Eduardo.Goodwin@rolemn2xusv5Ot0.edu 2452312 3838.00 +AAAAAAAAABHAAAAA Sir Robert Thornton Y 24 5 1924 HONG KONG NULL Robert.Thornton@jas.edu 2452431 2434.58 +AAAAAAAAABPNAAAA Mr. Alonzo Huddleston Y 19 4 1957 FAROE ISLANDS NULL Alonzo.Huddleston@g.edu 2452289 2813.00 +AAAAAAAAAFCGBAAA Ms. Pamela Slater Y 2 6 1931 GAMBIA NULL Pamela.Slater@ajU1sMrf5vC7.com 2452613 1746.58 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 1850.70 +AAAAAAAAAFOEBAAA Dr. Trevor Battle N 12 8 1953 THAILAND NULL Trevor.Battle@0F.com 2452643 3556.00 +AAAAAAAAAIKEAAAA Dr. Joseph Miller N 17 12 1930 MONACO NULL Joseph.Miller@Ampmde.edu 2452332 7037.55 +AAAAAAAAAJMABAAA Miss Brenda Sloan Y 23 3 1982 MALAYSIA NULL Brenda.Sloan@csCoX.edu 2452336 1783.19 AAAAAAAAAKDNAAAA NULL NULL NULL NULL NULL 12 NULL NULL NULL NULL 2452544 2448.03 -AAAAAAAAANCLAAAA Mr. Raymond Dixon N 31 12 1977 MONTENEGRO NULL Raymond.Dixon@07IH.edu 2452514 1785.96 -AAAAAAAAANNNAAAA Ms. Cindy Julian Y 4 8 1982 UGANDA NULL Cindy.Julian@ChEB5eyUCBe.org 2452368 2449.04 -AAAAAAAAAPKJAAAA Ms. Elizabeth Pepper Y 28 12 1930 NICARAGUA NULL Elizabeth.Pepper@xlygC22.org 2452645 1764.40 -AAAAAAAABAKCBAAA Miss Denise Brock Y 10 4 1958 JAMAICA NULL Denise.Brock@7ffTBTNaX7is.com 2452435 1618.24 -AAAAAAAABBMDAAAA Dr. Walter Bernard Y 2 10 1948 BELARUS NULL Walter.Bernard@Th.org 2452628 1755.66 -AAAAAAAABIBBBAAA Miss Lorene Mayfield N 17 12 1947 ALBANIA NULL Lorene.Mayfield@ECni6UFkF2.edu 2452450 3157.70 -AAAAAAAABIIDAAAA Mr. Paul Stevenson N 26 2 1953 BARBADOS NULL Paul.Stevenson@tHMZG9.com 2452488 1947.77 -AAAAAAAABMJAAAAA Dr. Marion Mclain N 16 2 1931 ANGUILLA NULL Marion.Mclain@PKik2BMH.com 2452382 3134.46 +AAAAAAAAANCLAAAA Mr. Raymond Dixon N 31 12 1977 MONTENEGRO NULL Raymond.Dixon@07IH.edu 2452514 1785.96 +AAAAAAAAANNNAAAA Ms. Cindy Julian Y 4 8 1982 UGANDA NULL Cindy.Julian@ChEB5eyUCBe.org 2452368 2449.04 +AAAAAAAAAPKJAAAA Ms. Elizabeth Pepper Y 28 12 1930 NICARAGUA NULL Elizabeth.Pepper@xlygC22.org 2452645 1764.40 +AAAAAAAABAKCBAAA Miss Denise Brock Y 10 4 1958 JAMAICA NULL Denise.Brock@7ffTBTNaX7is.com 2452435 1618.24 +AAAAAAAABBMDAAAA Dr. Walter Bernard Y 2 10 1948 BELARUS NULL Walter.Bernard@Th.org 2452628 1755.66 +AAAAAAAABIBBBAAA Miss Lorene Mayfield N 17 12 1947 ALBANIA NULL Lorene.Mayfield@ECni6UFkF2.edu 2452450 3157.70 +AAAAAAAABIIDAAAA Mr. Paul Stevenson N 26 2 1953 BARBADOS NULL Paul.Stevenson@tHMZG9.com 2452488 1947.77 +AAAAAAAABMJAAAAA Dr. Marion Mclain N 16 2 1931 ANGUILLA NULL Marion.Mclain@PKik2BMH.com 2452382 3134.46 AAAAAAAABNFHBAAA Mr. Kristofer Payne N 12 5 1945 SYRIAN ARAB REPUBLIC NULL Kristofer.Payne@nc70sAM.com 2452436 3813.33 -AAAAAAAABOLLAAAA Miss Lisa Way N 11 1 1941 LEBANON NULL Lisa.Way@nnVbE2MvTT.com 2452383 1829.88 -AAAAAAAABPHKAAAA Dr. Gabriela Jerome Y 9 7 1969 IRAQ NULL Gabriela.Jerome@Hay.com 2452567 5360.55 -AAAAAAAACBAFAAAA Dr. Timothy Carroll Y 14 8 1957 UGANDA NULL Timothy.Carroll@pUcgCvxC4nkcM.edu 2452535 1642.80 -AAAAAAAACBPMAAAA Ms. Shana Fulton N 10 2 1955 RWANDA NULL Shana.Fulton@2CAVqR7d.org 2452378 2089.36 -AAAAAAAACCFCBAAA Mr. Mark Pacheco N 9 3 1956 YEMEN NULL Mark.Pacheco@NMMki.edu 2452377 1838.48 -AAAAAAAACCMEAAAA Dr. Adriane Harmon N 1 10 1964 ARGENTINA NULL Adriane.Harmon@X0nMJZPDL.com 2452562 8986.95 -AAAAAAAACCNJAAAA Dr. Elizabeth Gilbreath Y 17 1 1985 KIRIBATI NULL Elizabeth.Gilbreath@4LxlO8fArnEeEavQe.com 2452485 2450.86 -AAAAAAAACDDNAAAA Ms. Holly Kim N 15 6 1941 ICELAND NULL Holly.Kim@OkTfC7tRYgy4.edu 2452580 2719.44 -AAAAAAAACGILAAAA Sir Nolan Mosley N 20 3 1980 KENYA NULL Nolan.Mosley@5E.org 2452317 1865.64 -AAAAAAAACHFHBAAA Mr. Dallas Courtney Y 21 5 1928 CÔTE D'IVOIRE NULL Dallas.Courtney@c7.org 2452496 4394.79 -AAAAAAAACKOFAAAA Dr. Eric Bucher Y 19 9 1979 ALBANIA NULL Eric.Bucher@sxSne.org 2452541 4662.35 -AAAAAAAACMHNAAAA Miss Lisa Dukes Y 4 3 1964 SOLOMON ISLANDS NULL Lisa.Dukes@tuRJRXkQm.com 2452303 10387.84 -AAAAAAAACNGBAAAA Mr. Michael Haley Y 10 5 1933 SWAZILAND NULL Michael.Haley@OfAOvhrm.com 2452359 4187.82 -AAAAAAAACOFAAAAA Ms. Tammy Searcy N 6 5 1989 SURINAME NULL Tammy.Searcy@6ZFFGtIuCqT.com 2452295 5091.84 -AAAAAAAADBBHAAAA Dr. Charles Fernandez N 8 12 1992 CAMBODIA NULL Charles.Fernandez@MVhjrzVNVY.com 2452574 4640.37 -AAAAAAAADFCBBAAA Dr. Micheal Collier N 1 9 1934 HONDURAS NULL Micheal.Collier@NztJvzb.org 2452446 15944.40 -AAAAAAAADIHHAAAA Miss Vikki Garza Y 29 8 1950 NAMIBIA NULL Vikki.Garza@v.edu 2452608 2373.84 -AAAAAAAADJAPAAAA Ms. Angel Dodd Y 22 12 1950 TIMOR-LESTE NULL Angel.Dodd@gQOLRKqU285BfTIT.edu 2452634 2227.83 -AAAAAAAADKEFAAAA Ms. Martha Dillon N 9 12 1971 VANUATU NULL Martha.Dillon@iKkeDtKERbu.org 2452404 1863.40 -AAAAAAAADKIFAAAA Sir Walter Stout Y 18 1 1970 BURUNDI NULL Walter.Stout@Q961tU4iePsOy.org 2452449 2465.55 -AAAAAAAADLHNAAAA Mr. Joseph Mckinney Y 23 3 1940 ARMENIA NULL Joseph.Mckinney@4YYp7B8ccPz.edu 2452595 1820.02 -AAAAAAAADMMDBAAA Mr. Darrell Padgett Y 17 3 1992 HONDURAS NULL Darrell.Padgett@IrqARXX.org 2452554 2052.54 -AAAAAAAADNHPAAAA Mr. John Mathews N 23 2 1925 NICARAGUA NULL John.Mathews@UOtpEd.edu 2452543 7883.40 -AAAAAAAADOCMAAAA Dr. Yvonne Poirier Y 30 1 1950 ESTONIA NULL Yvonne.Poirier@l.org 2452648 4075.55 -AAAAAAAADODBAAAA Mrs. Elizabeth Spalding N 27 11 1947 KAZAKHSTAN NULL Elizabeth.Spalding@ihnjlmxMbs.edu 2452318 10349.68 -AAAAAAAAEBAOAAAA Miss Amy Causey N 21 9 1951 COMOROS NULL Amy.Causey@7EvHzf02opq6QlO.com 2452443 8005.40 -AAAAAAAAEBLEAAAA Mr. Leroy Couture N 7 5 1938 SWITZERLAND NULL Leroy.Couture@vqrL.com 2452595 1683.88 -AAAAAAAAEEADAAAA Mr. Robert Donohue Y 21 8 1938 SWAZILAND NULL Robert.Donohue@U2xz7.org 2452436 11083.80 -AAAAAAAAEHAABAAA Dr. Victoria Morgan Y 31 5 1960 JERSEY NULL Victoria.Morgan@Sk3jzrDZTq.org 2452646 1712.16 -AAAAAAAAEHGOAAAA Miss Jillian Nelson Y 27 7 1978 TURKMENISTAN NULL Jillian.Nelson@ph0qObqh3fbv.com 2452315 4432.69 -AAAAAAAAEHPNAAAA Dr. Rachael King Y 28 11 1927 PANAMA NULL Rachael.King@t8dA2klrEIBiCd.edu 2452438 2251.50 -AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1783.12 -AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1857.63 -AAAAAAAAEIOBBAAA Mr. Gary Davis N 9 6 1992 KYRGYZSTAN NULL Gary.Davis@GTXc2AbKvkM.edu 2452322 1652.70 -AAAAAAAAEJFNAAAA Dr. Chad Baldwin Y 11 11 1937 BULGARIA NULL Chad.Baldwin@cN988.org 2452560 11133.36 -AAAAAAAAEJOPAAAA Dr. Alexandra Henderson N 4 2 1986 MONTENEGRO NULL Alexandra.Henderson@4FCXABbkVkrLK.com 2452376 3426.36 -AAAAAAAAELEBAAAA Mrs. Dianne Ross Y 19 7 1949 ICELAND NULL Dianne.Ross@D4VH75e9n.org 2452429 4018.30 -AAAAAAAAEMDIBAAA Sir Scott Obrien Y 3 8 1926 JERSEY NULL Scott.Obrien@a84VTAJCTB.com 2452504 1456.67 -AAAAAAAAEMIAAAAA Dr. Danny Ness Y 25 10 1955 IRAQ NULL Danny.Ness@CC8vAp.edu 2452487 5569.50 -AAAAAAAAEMNGBAAA Mr. Milton Oakley Y 10 10 1976 FINLAND NULL Milton.Oakley@O4DHXT.com 2452355 1505.16 -AAAAAAAAEMPKAAAA Sir Gilbert Palmer N 23 10 1933 BRUNEI DARUSSALAM NULL Gilbert.Palmer@7UYjIOOIg0.org 2452463 2391.95 -AAAAAAAAENFLAAAA Sir Joseph Gaffney N 22 1 1967 BULGARIA NULL Joseph.Gaffney@nBDj.org 2452608 6135.48 -AAAAAAAAEPELAAAA Dr. Emily Thomas Y 14 3 1981 MOZAMBIQUE NULL Emily.Thomas@qtJnzLvYcK598T.edu 2452617 3239.04 -AAAAAAAAFBLHAAAA Mr. Carter Lombardo N 22 11 1950 MONACO NULL Carter.Lombardo@X.edu 2452582 3965.43 -AAAAAAAAFHODBAAA Ms. Diana Hall N 14 7 1934 LATVIA NULL Diana.Hall@Be.com 2452546 9391.76 -AAAAAAAAFLAJAAAA Mr. John Hardy Y 4 9 1977 ANGUILLA NULL John.Hardy@LnaYnyZ9AYee.edu 2452289 1640.80 -AAAAAAAAFLDFBAAA Mr. Demetrius Hunt N 30 8 1956 ZAMBIA NULL Demetrius.Hunt@J3.com 2452647 3673.60 -AAAAAAAAFMCFBAAA Mrs. Karen Middleton Y 21 10 1934 GUADELOUPE NULL Karen.Middleton@q.com 2452343 1415.70 -AAAAAAAAFMENAAAA Ms. Anne Jernigan Y 14 8 1952 ITALY NULL Anne.Jernigan@BBtNT7SneOEKG.edu 2452612 1735.14 -AAAAAAAAFMLEAAAA Mr. Gavin NULL NULL 21 NULL 1933 BRAZIL NULL Gavin.Maples@AT6ClrGUc79.com NULL 4882.15 -AAAAAAAAFMPMAAAA Sir Jack Thomas Y 12 1 1971 ARMENIA NULL Jack.Thomas@dn0mBXIEu7XPH.com 2452409 2501.94 -AAAAAAAAFNHBBAAA Miss Jennifer Long Y 12 6 1984 VENEZUELA NULL Jennifer.Long@RyRC5oxxCoVPG.com 2452285 4430.88 -AAAAAAAAGAGEAAAA Sir Jeffrey Cleveland N 2 8 1974 GUADELOUPE NULL Jeffrey.Cleveland@ijNnAoDZQajhuz.edu 2452380 4215.15 -AAAAAAAAGCNPAAAA Sir Jack Stewart N 19 12 1926 SAN MARINO NULL Jack.Stewart@G6N710E1oO.edu 2452618 2859.50 -AAAAAAAAGFKEAAAA Dr. NULL Brown NULL NULL 4 1933 ROMANIA NULL NULL NULL 11364.32 -AAAAAAAAGGBIBAAA Dr. Michael Christiansen Y 4 3 1947 ISRAEL NULL Michael.Christiansen@kQmauEb.org 2452583 1726.20 -AAAAAAAAGHHEAAAA Sir Jerry Glover Y 3 6 1942 ANTIGUA AND BARBUDA NULL Jerry.Glover@yCUI3N8C0o7LPvL.edu 2452645 6382.26 -AAAAAAAAGICFAAAA Mr. Charles Sloan Y 8 4 1991 KOREA, REPUBLIC OF NULL Charles.Sloan@gnfGZRA0F.com 2452431 2793.57 -AAAAAAAAGIFHBAAA Sir Joe Jackson N 31 10 1969 FRENCH POLYNESIA NULL Joe.Jackson@eHmBJ4QqjNKJypF.com 2452534 1692.69 -AAAAAAAAGJEGBAAA Dr. Carlos Hampton N 18 11 1947 DOMINICA NULL Carlos.Hampton@nrYQ8MXgIunX6gf.com 2452470 5556.75 -AAAAAAAAGMDJAAAA Dr. Christopher Payne Y 30 12 1958 DJIBOUTI NULL Christopher.Payne@R6POV.org 2452350 1638.72 -AAAAAAAAGOPMAAAA Mrs. Donna West N 2 12 1977 SOLOMON ISLANDS NULL Donna.West@6Q.com 2452645 1623.20 -AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 4377.30 -AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 5013.12 -AAAAAAAAHCJKAAAA Ms. Emma Bailey N 2 10 1935 LATVIA NULL Emma.Bailey@beDlbUDUUcPhilRyy9.edu 2452491 5638.14 -AAAAAAAAHGCHBAAA Dr. Thomas Hull Y 24 2 1931 DENMARK NULL Thomas.Hull@XobY92y.com 2452648 2487.60 -AAAAAAAAHGIFAAAA Sir James Turner N 25 10 1937 JERSEY NULL James.Turner@4RGTbOoV.org 2452293 2757.44 -AAAAAAAAHIIDBAAA Mrs. Andrew Barrett Y 24 5 1992 GUERNSEY NULL Andrew.Barrett@i85phxAtKhZfES.com 2452319 7854.67 -AAAAAAAAHJOBAAAA Mrs. April Wallace N 19 7 1930 FIJI NULL April.Wallace@9iuUi3U0K.edu 2452382 4596.60 +AAAAAAAABOLLAAAA Miss Lisa Way N 11 1 1941 LEBANON NULL Lisa.Way@nnVbE2MvTT.com 2452383 1829.88 +AAAAAAAABPHKAAAA Dr. Gabriela Jerome Y 9 7 1969 IRAQ NULL Gabriela.Jerome@Hay.com 2452567 5360.55 +AAAAAAAACBAFAAAA Dr. Timothy Carroll Y 14 8 1957 UGANDA NULL Timothy.Carroll@pUcgCvxC4nkcM.edu 2452535 1642.80 +AAAAAAAACBPMAAAA Ms. Shana Fulton N 10 2 1955 RWANDA NULL Shana.Fulton@2CAVqR7d.org 2452378 2089.36 +AAAAAAAACCFCBAAA Mr. Mark Pacheco N 9 3 1956 YEMEN NULL Mark.Pacheco@NMMki.edu 2452377 1838.48 +AAAAAAAACCMEAAAA Dr. Adriane Harmon N 1 10 1964 ARGENTINA NULL Adriane.Harmon@X0nMJZPDL.com 2452562 8986.95 +AAAAAAAACCNJAAAA Dr. Elizabeth Gilbreath Y 17 1 1985 KIRIBATI NULL Elizabeth.Gilbreath@4LxlO8fArnEeEavQe.com 2452485 2450.86 +AAAAAAAACDDNAAAA Ms. Holly Kim N 15 6 1941 ICELAND NULL Holly.Kim@OkTfC7tRYgy4.edu 2452580 2719.44 +AAAAAAAACGILAAAA Sir Nolan Mosley N 20 3 1980 KENYA NULL Nolan.Mosley@5E.org 2452317 1865.64 +AAAAAAAACHFHBAAA Mr. Dallas Courtney Y 21 5 1928 CÔTE D'IVOIRE NULL Dallas.Courtney@c7.org 2452496 4394.79 +AAAAAAAACKOFAAAA Dr. Eric Bucher Y 19 9 1979 ALBANIA NULL Eric.Bucher@sxSne.org 2452541 4662.35 +AAAAAAAACMHNAAAA Miss Lisa Dukes Y 4 3 1964 SOLOMON ISLANDS NULL Lisa.Dukes@tuRJRXkQm.com 2452303 10387.84 +AAAAAAAACNGBAAAA Mr. Michael Haley Y 10 5 1933 SWAZILAND NULL Michael.Haley@OfAOvhrm.com 2452359 4187.82 +AAAAAAAACOFAAAAA Ms. Tammy Searcy N 6 5 1989 SURINAME NULL Tammy.Searcy@6ZFFGtIuCqT.com 2452295 5091.84 +AAAAAAAADBBHAAAA Dr. Charles Fernandez N 8 12 1992 CAMBODIA NULL Charles.Fernandez@MVhjrzVNVY.com 2452574 4640.37 +AAAAAAAADFCBBAAA Dr. Micheal Collier N 1 9 1934 HONDURAS NULL Micheal.Collier@NztJvzb.org 2452446 15944.40 +AAAAAAAADIHHAAAA Miss Vikki Garza Y 29 8 1950 NAMIBIA NULL Vikki.Garza@v.edu 2452608 2373.84 +AAAAAAAADJAPAAAA Ms. Angel Dodd Y 22 12 1950 TIMOR-LESTE NULL Angel.Dodd@gQOLRKqU285BfTIT.edu 2452634 2227.83 +AAAAAAAADKEFAAAA Ms. Martha Dillon N 9 12 1971 VANUATU NULL Martha.Dillon@iKkeDtKERbu.org 2452404 1863.40 +AAAAAAAADKIFAAAA Sir Walter Stout Y 18 1 1970 BURUNDI NULL Walter.Stout@Q961tU4iePsOy.org 2452449 2465.55 +AAAAAAAADLHNAAAA Mr. Joseph Mckinney Y 23 3 1940 ARMENIA NULL Joseph.Mckinney@4YYp7B8ccPz.edu 2452595 1820.02 +AAAAAAAADMMDBAAA Mr. Darrell Padgett Y 17 3 1992 HONDURAS NULL Darrell.Padgett@IrqARXX.org 2452554 2052.54 +AAAAAAAADNHPAAAA Mr. John Mathews N 23 2 1925 NICARAGUA NULL John.Mathews@UOtpEd.edu 2452543 7883.40 +AAAAAAAADOCMAAAA Dr. Yvonne Poirier Y 30 1 1950 ESTONIA NULL Yvonne.Poirier@l.org 2452648 4075.55 +AAAAAAAADODBAAAA Mrs. Elizabeth Spalding N 27 11 1947 KAZAKHSTAN NULL Elizabeth.Spalding@ihnjlmxMbs.edu 2452318 10349.68 +AAAAAAAAEBAOAAAA Miss Amy Causey N 21 9 1951 COMOROS NULL Amy.Causey@7EvHzf02opq6QlO.com 2452443 8005.40 +AAAAAAAAEBLEAAAA Mr. Leroy Couture N 7 5 1938 SWITZERLAND NULL Leroy.Couture@vqrL.com 2452595 1683.88 +AAAAAAAAEEADAAAA Mr. Robert Donohue Y 21 8 1938 SWAZILAND NULL Robert.Donohue@U2xz7.org 2452436 11083.80 +AAAAAAAAEHAABAAA Dr. Victoria Morgan Y 31 5 1960 JERSEY NULL Victoria.Morgan@Sk3jzrDZTq.org 2452646 1712.16 +AAAAAAAAEHGOAAAA Miss Jillian Nelson Y 27 7 1978 TURKMENISTAN NULL Jillian.Nelson@ph0qObqh3fbv.com 2452315 4432.69 +AAAAAAAAEHPNAAAA Dr. Rachael King Y 28 11 1927 PANAMA NULL Rachael.King@t8dA2klrEIBiCd.edu 2452438 2251.50 +AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1783.12 +AAAAAAAAEIDHAAAA Sir George Garcia Y 21 4 1960 CROATIA NULL George.Garcia@uzGHyYUnvs.edu 2452306 1857.63 +AAAAAAAAEIOBBAAA Mr. Gary Davis N 9 6 1992 KYRGYZSTAN NULL Gary.Davis@GTXc2AbKvkM.edu 2452322 1652.70 +AAAAAAAAEJFNAAAA Dr. Chad Baldwin Y 11 11 1937 BULGARIA NULL Chad.Baldwin@cN988.org 2452560 11133.36 +AAAAAAAAEJOPAAAA Dr. Alexandra Henderson N 4 2 1986 MONTENEGRO NULL Alexandra.Henderson@4FCXABbkVkrLK.com 2452376 3426.36 +AAAAAAAAELEBAAAA Mrs. Dianne Ross Y 19 7 1949 ICELAND NULL Dianne.Ross@D4VH75e9n.org 2452429 4018.30 +AAAAAAAAEMDIBAAA Sir Scott Obrien Y 3 8 1926 JERSEY NULL Scott.Obrien@a84VTAJCTB.com 2452504 1456.67 +AAAAAAAAEMIAAAAA Dr. Danny Ness Y 25 10 1955 IRAQ NULL Danny.Ness@CC8vAp.edu 2452487 5569.50 +AAAAAAAAEMNGBAAA Mr. Milton Oakley Y 10 10 1976 FINLAND NULL Milton.Oakley@O4DHXT.com 2452355 1505.16 +AAAAAAAAEMPKAAAA Sir Gilbert Palmer N 23 10 1933 BRUNEI DARUSSALAM NULL Gilbert.Palmer@7UYjIOOIg0.org 2452463 2391.95 +AAAAAAAAENFLAAAA Sir Joseph Gaffney N 22 1 1967 BULGARIA NULL Joseph.Gaffney@nBDj.org 2452608 6135.48 +AAAAAAAAEPELAAAA Dr. Emily Thomas Y 14 3 1981 MOZAMBIQUE NULL Emily.Thomas@qtJnzLvYcK598T.edu 2452617 3239.04 +AAAAAAAAFBLHAAAA Mr. Carter Lombardo N 22 11 1950 MONACO NULL Carter.Lombardo@X.edu 2452582 3965.43 +AAAAAAAAFHODBAAA Ms. Diana Hall N 14 7 1934 LATVIA NULL Diana.Hall@Be.com 2452546 9391.76 +AAAAAAAAFLAJAAAA Mr. John Hardy Y 4 9 1977 ANGUILLA NULL John.Hardy@LnaYnyZ9AYee.edu 2452289 1640.80 +AAAAAAAAFLDFBAAA Mr. Demetrius Hunt N 30 8 1956 ZAMBIA NULL Demetrius.Hunt@J3.com 2452647 3673.60 +AAAAAAAAFMCFBAAA Mrs. Karen Middleton Y 21 10 1934 GUADELOUPE NULL Karen.Middleton@q.com 2452343 1415.70 +AAAAAAAAFMENAAAA Ms. Anne Jernigan Y 14 8 1952 ITALY NULL Anne.Jernigan@BBtNT7SneOEKG.edu 2452612 1735.14 +AAAAAAAAFMLEAAAA Mr. Gavin NULL NULL 21 NULL 1933 BRAZIL NULL Gavin.Maples@AT6ClrGUc79.com NULL 4882.15 +AAAAAAAAFMPMAAAA Sir Jack Thomas Y 12 1 1971 ARMENIA NULL Jack.Thomas@dn0mBXIEu7XPH.com 2452409 2501.94 +AAAAAAAAFNHBBAAA Miss Jennifer Long Y 12 6 1984 VENEZUELA NULL Jennifer.Long@RyRC5oxxCoVPG.com 2452285 4430.88 +AAAAAAAAGAGEAAAA Sir Jeffrey Cleveland N 2 8 1974 GUADELOUPE NULL Jeffrey.Cleveland@ijNnAoDZQajhuz.edu 2452380 4215.15 +AAAAAAAAGCNPAAAA Sir Jack Stewart N 19 12 1926 SAN MARINO NULL Jack.Stewart@G6N710E1oO.edu 2452618 2859.50 +AAAAAAAAGFKEAAAA Dr. NULL Brown NULL NULL 4 1933 ROMANIA NULL NULL NULL 11364.32 +AAAAAAAAGGBIBAAA Dr. Michael Christiansen Y 4 3 1947 ISRAEL NULL Michael.Christiansen@kQmauEb.org 2452583 1726.20 +AAAAAAAAGHHEAAAA Sir Jerry Glover Y 3 6 1942 ANTIGUA AND BARBUDA NULL Jerry.Glover@yCUI3N8C0o7LPvL.edu 2452645 6382.26 +AAAAAAAAGICFAAAA Mr. Charles Sloan Y 8 4 1991 KOREA, REPUBLIC OF NULL Charles.Sloan@gnfGZRA0F.com 2452431 2793.57 +AAAAAAAAGIFHBAAA Sir Joe Jackson N 31 10 1969 FRENCH POLYNESIA NULL Joe.Jackson@eHmBJ4QqjNKJypF.com 2452534 1692.69 +AAAAAAAAGJEGBAAA Dr. Carlos Hampton N 18 11 1947 DOMINICA NULL Carlos.Hampton@nrYQ8MXgIunX6gf.com 2452470 5556.75 +AAAAAAAAGMDJAAAA Dr. Christopher Payne Y 30 12 1958 DJIBOUTI NULL Christopher.Payne@R6POV.org 2452350 1638.72 +AAAAAAAAGOPMAAAA Mrs. Donna West N 2 12 1977 SOLOMON ISLANDS NULL Donna.West@6Q.com 2452645 1623.20 +AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 4377.30 +AAAAAAAAHBBDBAAA Mrs. NULL Henry N NULL NULL 1948 ARUBA NULL NULL 2452337 5013.12 +AAAAAAAAHCJKAAAA Ms. Emma Bailey N 2 10 1935 LATVIA NULL Emma.Bailey@beDlbUDUUcPhilRyy9.edu 2452491 5638.14 +AAAAAAAAHGCHBAAA Dr. Thomas Hull Y 24 2 1931 DENMARK NULL Thomas.Hull@XobY92y.com 2452648 2487.60 +AAAAAAAAHGIFAAAA Sir James Turner N 25 10 1937 JERSEY NULL James.Turner@4RGTbOoV.org 2452293 2757.44 +AAAAAAAAHIIDBAAA Mrs. Andrew Barrett Y 24 5 1992 GUERNSEY NULL Andrew.Barrett@i85phxAtKhZfES.com 2452319 7854.67 +AAAAAAAAHJOBAAAA Mrs. April Wallace N 19 7 1930 FIJI NULL April.Wallace@9iuUi3U0K.edu 2452382 4596.60 AAAAAAAAHMEFBAAA NULL Joshua Bruno NULL 1 11 NULL NULL NULL Joshua.Bruno@7Ds6hF5nMgOTel9.org 2452303 1806.33 -AAAAAAAAHMNNAAAA Sir Jeffery Thomas Y 8 3 1929 MONTSERRAT NULL Jeffery.Thomas@Ld7t.org 2452598 2441.40 -AAAAAAAAICMGAAAA Miss Edith Robinson Y 11 7 1967 PUERTO RICO NULL Edith.Robinson@zuf2DUz3bhKnEB.org 2452319 7193.61 -AAAAAAAAIGLCBAAA Miss Erika Edmondson Y 1 8 1944 DJIBOUTI NULL Erika.Edmondson@BuAbOSrTiD06f.edu 2452460 2381.83 -AAAAAAAAIJGGBAAA Ms. Carolyn Cardona N 15 9 1936 BULGARIA NULL Carolyn.Cardona@EhKjaAPoU8gf.edu 2452453 7659.19 -AAAAAAAAIMAHBAAA Mrs. Elizabeth Guzman Y 19 9 1950 GREECE NULL Elizabeth.Guzman@4Rq0Cyh9c.edu 2452315 1856.20 -AAAAAAAAIMGFAAAA Dr. Paul Powell Y 28 11 1935 GREECE NULL Paul.Powell@3EgM4I28gtaqb.org 2452320 8416.80 -AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 1552.46 -AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 2639.34 -AAAAAAAAIMPNAAAA Sir Charles Chadwick N 21 1 1936 ALAND ISLANDS NULL Charles.Chadwick@ofbPzGan.org 2452414 4241.44 -AAAAAAAAIPHCAAAA Mr. Robert Parham Y 9 2 1967 ETHIOPIA NULL Robert.Parham@0GnPcZbUE.org 2452519 4317.18 -AAAAAAAAJABDBAAA NULL NULL NULL NULL 9 6 1972 TIMOR-LESTE NULL NULL NULL 2387.28 +AAAAAAAAHMNNAAAA Sir Jeffery Thomas Y 8 3 1929 MONTSERRAT NULL Jeffery.Thomas@Ld7t.org 2452598 2441.40 +AAAAAAAAICMGAAAA Miss Edith Robinson Y 11 7 1967 PUERTO RICO NULL Edith.Robinson@zuf2DUz3bhKnEB.org 2452319 7193.61 +AAAAAAAAIGLCBAAA Miss Erika Edmondson Y 1 8 1944 DJIBOUTI NULL Erika.Edmondson@BuAbOSrTiD06f.edu 2452460 2381.83 +AAAAAAAAIJGGBAAA Ms. Carolyn Cardona N 15 9 1936 BULGARIA NULL Carolyn.Cardona@EhKjaAPoU8gf.edu 2452453 7659.19 +AAAAAAAAIMAHBAAA Mrs. Elizabeth Guzman Y 19 9 1950 GREECE NULL Elizabeth.Guzman@4Rq0Cyh9c.edu 2452315 1856.20 +AAAAAAAAIMGFAAAA Dr. Paul Powell Y 28 11 1935 GREECE NULL Paul.Powell@3EgM4I28gtaqb.org 2452320 8416.80 +AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 1552.46 +AAAAAAAAIMJCBAAA Dr. Dennis Brown Y 24 10 1978 BULGARIA NULL Dennis.Brown@fAvOOY4Q13dVdPfb.com 2452404 2639.34 +AAAAAAAAIMPNAAAA Sir Charles Chadwick N 21 1 1936 ALAND ISLANDS NULL Charles.Chadwick@ofbPzGan.org 2452414 4241.44 +AAAAAAAAIPHCAAAA Mr. Robert Parham Y 9 2 1967 ETHIOPIA NULL Robert.Parham@0GnPcZbUE.org 2452519 4317.18 +AAAAAAAAJABDBAAA NULL NULL NULL NULL 9 6 1972 TIMOR-LESTE NULL NULL NULL 2387.28 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out index 252d219d6954..bd08b0bf8a6e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q31.sql.out @@ -3,54 +3,54 @@ -- !query schema struct -- !query output -Atchison County 2000 0.80022122255323317000 0.24296409050189942849 11.94456037903146355226 3.16295390051170170763 -Bacon County 2000 1.16882639439524736666 0.39403766524802860090 0.96879954629747597005 0.51074307597909569854 -Bourbon County 2000 1.91311509060926393907 0.98192792964261971464 3.36480235006260707247 1.38012281034904128393 -Boyd County 2000 1.08632395123137284457 0.81150651538925166542 1.16897233718456018406 0.74205710398976401757 -Bradley County 2000 1.48963163619571691601 0.57578486548522805647 1.34438973649360942364 0.99891877138928417661 -Buchanan County 2000 1.19566727137363387847 0.74604885883738339356 3.33290427837514742060 2.23978773438142572525 -Carter County 2000 3.95373858000429962456 1.15103299806721497936 2.11928465969209945784 1.84449113264660250006 -Cass County 2000 2.39871955045681555703 1.19058197978290502997 2.25716916969997271359 0.84780101549115186839 -Corson County 2000 0.56030923342547497714 0.17508101507548449599 4.80740878627220555847 3.22714074515267865690 -Crockett County 2000 1.63710645180620765280 0.36046806152742691417 2.13404230057910706355 1.83245132932599520497 -Culpeper County 2000 0.66175108378675541380 0.61901443941343764310 1.65924813480490638521 1.22416906368605971701 -Edmonson County 2000 0.73244217660594344500 0.29975334157457252215 1.60289705148679454873 1.49124566966590956426 -Ferry County 2000 0.70137257653502215768 0.34101041397923842861 4.00291948296976322273 2.60346424433491811555 -Fillmore County 2000 0.50776892269141097567 0.34992122526149135952 2.44316167851217836017 1.30113584148891856725 -Forest County 2000 0.64474509676311067690 0.34236715380074355949 5.77102736641623072189 1.88107396292615725710 -Gaston County 2000 0.76377358550287164559 0.45549556863686726153 3.95561127950703527358 2.14157208867586400248 -Grant County 2000 0.69333590652908074631 0.62287006574997139298 1.78864440391255808704 1.72219698265008746344 -Green County 2000 0.76366674014323608886 0.32149850381679389313 4.69415179614253064232 4.20703393156246569025 -Harlan County 2000 1.67035452402648727700 1.59011462583916549826 2.47195880035173527035 2.10729423552902100895 -Harris County 2000 2.33756878339064961706 0.33312643409982710927 2.41705787693964913783 1.02579422343889163671 -Heard County 2000 4.10255425797345111941 1.26694736944349772211 3.50022796085130486101 1.12780400281997028726 -Houston County 2000 2.04532581379072173991 1.03898262024544230726 1.96505101107434259024 1.42119328479424659036 -Ingham County 2000 0.57439040456317571111 0.38411364614137043667 1.30651659021888851792 0.99206101318719730275 -Lake County 2000 1.25507734972894098443 0.74592816715512231750 1.51514725864381842572 1.26566157863214393532 -Lamar County 2000 0.74935756785185025726 0.74561686926617447527 4.26903583162332184191 2.02958382186798565684 -Lincoln County 2000 1.01913659071384428173 0.94484496987343286653 2.33595981997358419041 1.77692773583797247242 -Marion County 2000 1.15899867146899535786 0.91651142001299549685 2.44503995542958764571 1.85107281966013413618 -Mercer County 2000 0.73834174125133450643 0.60167821268000052444 3.01245002846535210487 2.72447026833096876671 -Meriwether County 2000 0.36574758846944088321 0.30041718463447056981 2.77227009866799734273 0.78776868963148061476 -Miller County 2000 2.57574486635571802638 1.31827331294324454530 2.19196784625244992680 0.98221811316296353289 -Mitchell County 2000 4.43923300874974085759 1.16133474512593180929 1.39403628066461255296 1.25607445425888971888 -Mora County 2000 1.18326068380690729344 0.63565423603324903385 2.51312040659621924019 0.91856717529667620671 -Nantucket County 2000 1.43789670528374954374 0.72269208618896859355 1.17548815032780566738 0.96230376242629915245 -New Kent County 2000 0.60261619426584361180 0.39906221113515664790 2.86938639567487181076 2.62589483534122492728 -Nicholas County 2000 2.16511619646191995296 2.05627395349407767109 6.02129981251529356489 1.26257658392038084654 -Otero County 2000 2.75465526787611351203 1.24629885719290895616 2.97611082044226499804 2.24583464561823034066 -Oxford County 2000 0.97314297173872373148 0.75724045599001459667 4.01268689882568157677 1.64075103593614289373 -Perry County 2000 1.58078031254531177495 0.76445318524892981780 2.15336994924911466063 1.80241038564110521224 -Prince William County 2000 3.37637294390632576616 0.63078729636059462761 1.70696672591256025796 0.93432375394637831912 -Refugio County 2000 1.81297643260970719702 0.58673180053863495251 1.30198390085676088583 1.26960356663764360133 -Rice County 2000 1.13469845554799428548 0.73301764481377922410 2.37814935529700688682 1.98640182855261776228 -Richmond County 2000 1.57166529010943629981 1.29401499151472667973 2.30959201118034046830 1.77801574004216753435 -Sheridan County 2000 1.38602993112914940937 1.25065703628942682513 1.57593627431305158027 0.53788607762307843012 -Smith County 2000 0.63693574125248122057 0.42788183437540550995 5.74484457179102206628 4.47795842098561613796 -Stark County 2000 7.33821959455125692531 1.41758911718790894451 1.86383952742221993890 1.22736577699011640744 -Steele County 2000 1.37741333938882476057 0.76651250341980977052 1.24797335804696750207 0.93119537471174059736 -Stone County 2000 1.90004219386908689286 0.81192032477816489356 3.69936110579529869550 1.52166194955095355112 -Tooele County 2000 6.59030285094209332150 0.76891048907427463498 1.78863718124696571211 0.34006728939756397967 -Vernon County 2000 0.97445432611778328311 0.91594620425255140696 1.36880362121572107271 1.04171186172364664013 -Williamson County 2000 2.98510216435126620827 0.39141774151209165379 5.80596457866338618084 4.39669909544374083772 -Wright County 2000 5.02933513881997226847 1.97080989390700524628 4.07652891489033681973 1.96647245178231099547 +Atchison County 2000 0.80022122255323317000 0.24296409050189942849 11.94456037903146355226 3.16295390051170170763 +Bacon County 2000 1.16882639439524736666 0.39403766524802860090 0.96879954629747597005 0.51074307597909569854 +Bourbon County 2000 1.91311509060926393907 0.98192792964261971464 3.36480235006260707247 1.38012281034904128393 +Boyd County 2000 1.08632395123137284457 0.81150651538925166542 1.16897233718456018406 0.74205710398976401757 +Bradley County 2000 1.48963163619571691601 0.57578486548522805647 1.34438973649360942364 0.99891877138928417661 +Buchanan County 2000 1.19566727137363387847 0.74604885883738339356 3.33290427837514742060 2.23978773438142572525 +Carter County 2000 3.95373858000429962456 1.15103299806721497936 2.11928465969209945784 1.84449113264660250006 +Cass County 2000 2.39871955045681555703 1.19058197978290502997 2.25716916969997271359 0.84780101549115186839 +Corson County 2000 0.56030923342547497714 0.17508101507548449599 4.80740878627220555847 3.22714074515267865690 +Crockett County 2000 1.63710645180620765280 0.36046806152742691417 2.13404230057910706355 1.83245132932599520497 +Culpeper County 2000 0.66175108378675541380 0.61901443941343764310 1.65924813480490638521 1.22416906368605971701 +Edmonson County 2000 0.73244217660594344500 0.29975334157457252215 1.60289705148679454873 1.49124566966590956426 +Ferry County 2000 0.70137257653502215768 0.34101041397923842861 4.00291948296976322273 2.60346424433491811555 +Fillmore County 2000 0.50776892269141097567 0.34992122526149135952 2.44316167851217836017 1.30113584148891856725 +Forest County 2000 0.64474509676311067690 0.34236715380074355949 5.77102736641623072189 1.88107396292615725710 +Gaston County 2000 0.76377358550287164559 0.45549556863686726153 3.95561127950703527358 2.14157208867586400248 +Grant County 2000 0.69333590652908074631 0.62287006574997139298 1.78864440391255808704 1.72219698265008746344 +Green County 2000 0.76366674014323608886 0.32149850381679389313 4.69415179614253064232 4.20703393156246569025 +Harlan County 2000 1.67035452402648727700 1.59011462583916549826 2.47195880035173527035 2.10729423552902100895 +Harris County 2000 2.33756878339064961706 0.33312643409982710927 2.41705787693964913783 1.02579422343889163671 +Heard County 2000 4.10255425797345111941 1.26694736944349772211 3.50022796085130486101 1.12780400281997028726 +Houston County 2000 2.04532581379072173991 1.03898262024544230726 1.96505101107434259024 1.42119328479424659036 +Ingham County 2000 0.57439040456317571111 0.38411364614137043667 1.30651659021888851792 0.99206101318719730275 +Lake County 2000 1.25507734972894098443 0.74592816715512231750 1.51514725864381842572 1.26566157863214393532 +Lamar County 2000 0.74935756785185025726 0.74561686926617447527 4.26903583162332184191 2.02958382186798565684 +Lincoln County 2000 1.01913659071384428173 0.94484496987343286653 2.33595981997358419041 1.77692773583797247242 +Marion County 2000 1.15899867146899535786 0.91651142001299549685 2.44503995542958764571 1.85107281966013413618 +Mercer County 2000 0.73834174125133450643 0.60167821268000052444 3.01245002846535210487 2.72447026833096876671 +Meriwether County 2000 0.36574758846944088321 0.30041718463447056981 2.77227009866799734273 0.78776868963148061476 +Miller County 2000 2.57574486635571802638 1.31827331294324454530 2.19196784625244992680 0.98221811316296353289 +Mitchell County 2000 4.43923300874974085759 1.16133474512593180929 1.39403628066461255296 1.25607445425888971888 +Mora County 2000 1.18326068380690729344 0.63565423603324903385 2.51312040659621924019 0.91856717529667620671 +Nantucket County 2000 1.43789670528374954374 0.72269208618896859355 1.17548815032780566738 0.96230376242629915245 +New Kent County 2000 0.60261619426584361180 0.39906221113515664790 2.86938639567487181076 2.62589483534122492728 +Nicholas County 2000 2.16511619646191995296 2.05627395349407767109 6.02129981251529356489 1.26257658392038084654 +Otero County 2000 2.75465526787611351203 1.24629885719290895616 2.97611082044226499804 2.24583464561823034066 +Oxford County 2000 0.97314297173872373148 0.75724045599001459667 4.01268689882568157677 1.64075103593614289373 +Perry County 2000 1.58078031254531177495 0.76445318524892981780 2.15336994924911466063 1.80241038564110521224 +Prince William County 2000 3.37637294390632576616 0.63078729636059462761 1.70696672591256025796 0.93432375394637831912 +Refugio County 2000 1.81297643260970719702 0.58673180053863495251 1.30198390085676088583 1.26960356663764360133 +Rice County 2000 1.13469845554799428548 0.73301764481377922410 2.37814935529700688682 1.98640182855261776228 +Richmond County 2000 1.57166529010943629981 1.29401499151472667973 2.30959201118034046830 1.77801574004216753435 +Sheridan County 2000 1.38602993112914940937 1.25065703628942682513 1.57593627431305158027 0.53788607762307843012 +Smith County 2000 0.63693574125248122057 0.42788183437540550995 5.74484457179102206628 4.47795842098561613796 +Stark County 2000 7.33821959455125692531 1.41758911718790894451 1.86383952742221993890 1.22736577699011640744 +Steele County 2000 1.37741333938882476057 0.76651250341980977052 1.24797335804696750207 0.93119537471174059736 +Stone County 2000 1.90004219386908689286 0.81192032477816489356 3.69936110579529869550 1.52166194955095355112 +Tooele County 2000 6.59030285094209332150 0.76891048907427463498 1.78863718124696571211 0.34006728939756397967 +Vernon County 2000 0.97445432611778328311 0.91594620425255140696 1.36880362121572107271 1.04171186172364664013 +Williamson County 2000 2.98510216435126620827 0.39141774151209165379 5.80596457866338618084 4.39669909544374083772 +Wright County 2000 5.02933513881997226847 1.97080989390700524628 4.07652891489033681973 1.96647245178231099547 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out index 8c0bbfdeb342..bf9434260f16 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q34.sql.out @@ -3,4 +3,219 @@ -- !query schema struct -- !query output - +Adams Jerry Sir N 216653 15 +Anderson Cindy Miss N 90504 15 +Anderson Marta Dr. N 176320 15 +Anderson Martha Mrs. N 74295 15 +Anderson Rosemarie Mrs. N 178489 15 +Andrews Michael Sir N 135694 15 +Appleton Gary Dr. N 58554 16 +Arredondo Phyllis Ms. Y 226220 16 +Ashton Irma Mrs. Y 99233 15 +Baker Erik Sir Y 69511 15 +Barnes Michael Mr. N 168802 15 +Bear Tommy Sir Y 27468 15 +Bell William Mr. Y 82227 15 +Bilodeau Norma Ms. Y 136244 15 +Blake John Mr. N 193896 15 +Boles George Sir N 64282 15 +Bolin Yolanda Dr. N 13057 16 +Boyer Betty Mrs. Y 171238 16 +Brower Donald Dr. N 163579 15 +Brown David Mr. N 162755 16 +Brown Frederick Mr. N 120037 15 +Brown Janette Dr. Y 7269 16 +Brown Raymond Mr. Y 212279 15 +Brown Roderick Mr. N 221290 16 +Burdette Ronald Mr. Y 118097 15 +Butcher Francine Mrs. N 112093 15 +Butler Amos Dr. N 7184 15 +Butler Nicole Dr. N 214214 16 +Byrd Stephanie Miss Y 24803 15 +Campbell Gordon Mr. N 196090 15 +Carlson Gwendolyn Dr. Y 88472 15 +Carroll Frederick Mr. Y 56635 15 +Castro Sandra Ms. N 87567 15 +Chang Bradley Sir Y 53396 15 +Chang Erik Sir Y 140138 15 +Chen Brett Mr. N 7880 15 +Clark Meredith Dr. N 229216 16 +Clemente Patrick Sir Y 179702 15 +Clifford John Sir Y 12960 15 +Cochran Dennis Sir Y 94375 15 +Coker John Mr. N 2730 15 +Coleman Nancy Ms. N 39446 16 +Collins Patsy Ms. N 13775 15 +Cook NULL Sir NULL 81755 15 +Cope Felicia Dr. Y 195003 15 +Crouch Roberto Dr. Y 160826 15 +David Timothy Mr. Y 20342 16 +Davis Donya Miss N 31118 15 +Davis Jess Sir Y 197947 15 +Diaz Brian Mr. N 73210 15 +Dunn Stephen Sir N 32455 15 +Eason Mario Sir N 174089 15 +Easton Christopher Sir Y 10691 15 +Elliot Mark Mr. Y 35782 16 +Esquivel Hee Mrs. Y 42741 15 +Farnsworth Danny Mr. Y 29979 15 +Ferrell Roy Mr. N 139997 15 +Ferris William Sir Y 12536 15 +Finn Margaret Dr. N 207070 15 +Forney Christopher Sir N 175230 15 +Franklin Judy Ms. Y 27813 15 +Freeman NULL Mrs. Y 175123 15 +Freeman Rayford Dr. N 36115 15 +Galindo Karen Dr. N 100437 15 +Garza William Sir N 43273 15 +German Katie Dr. N 33536 16 +Gibbons Christopher Sir Y 237265 16 +Gil Yvette Mrs. Y 86699 15 +Glass Jorge Sir N 137536 15 +Gomez Brandon Sir Y 160457 15 +Gonzalez Ruby Mrs. Y 228694 15 +Gordon Larry Sir Y 99782 15 +Grayson Carolyn Mrs. N 69374 16 +Griffin Martha Dr. N 82841 16 +Gulley Daniel Sir Y 37484 16 +Gutierrez Ashley Dr. N 209948 16 +Hall Roger Mr. N 136216 15 +Hammonds Richelle Dr. Y 135423 15 +Hardy Inez Ms. Y 104878 15 +Harris Ezekiel Sir N 142043 15 +Harrison Jennifer Ms. Y 63097 15 +Hawkins Clyde Dr. Y 236510 15 +Hayes Elizabeth Mrs. N 213826 15 +Hayes Johnnie Sir N 57732 15 +Hayes William Sir Y 223946 15 +Haynes Jennifer Dr. N 203136 15 +Hernandez Paul Dr. N 190691 15 +Hernandez Sandra Dr. Y 14252 16 +Hewitt Michelle Dr. N 155492 15 +Horton Michelle Ms. Y 112716 16 +Huffman Beverly Ms. Y 166660 16 +Hughes Martin Dr. Y 178631 15 +Ivey John Mr. N 189224 15 +Jackman Ida Dr. Y 11753 15 +Johnson Olen Mr. N 12862 15 +Johnson Richard Dr. N 52256 15 +Johnston Walter Mr. Y 219689 15 +Jones Eleanor Ms. N 27477 16 +Jones Rebecca Dr. Y 187035 16 +Keith Bruce Dr. Y 24541 15 +Kelly Betty Dr. Y 151468 16 +King Thomas Sir N 62796 15 +Kline Donald Mr. Y 161957 15 +Knight Terence Dr. N 176372 16 +Kraus Roger Dr. Y 117604 16 +Lacy Mina Miss N 227155 15 +Ladner Lisa Dr. Y 213223 15 +Laird Mark Mr. N 65882 15 +Lawson Kelly Mr. Y 64975 15 +Lewis Annie Ms. Y 131418 15 +Light Robert Mr. Y 90021 15 +Lin Robert Dr. Y 236887 15 +Lopez Randee Miss N 9979 15 +Love Sean Mr. N 196652 15 +Lozano Charlotte Mrs. Y 31661 15 +Manuel Doris Mrs. Y 148847 15 +Marsh Gary Sir Y 6580 15 +Mason Richard Sir Y 27500 16 +Mccallister Andrew Ms. Y 122178 15 +Mccloud Nicholas Mr. Y 28001 15 +Mcconnell Scott Mr. Y 78305 15 +Mccormick Joanne Ms. N 236985 15 +Mcdaniel Brian Sir N 217760 15 +Mcdonald Araceli Ms. Y 121343 15 +Mcewen Barbara Mrs. N 179491 15 +Melton Monique Ms. Y 177605 15 +Miller Edward Sir N 64767 16 +Montgomery Julie Miss N 17471 15 +Moore Jeffrey Sir Y 155931 15 +Moore Lorena Mrs. Y 47752 15 +Morgan Betty Dr. N 90306 15 +Morris Martina Miss N 32596 15 +Morris Meghan Mrs. Y 127565 15 +Mulligan Mark Sir Y 184598 16 +Mullins Vicki Dr. Y 162762 15 +NULL Joshua Sir N 108357 15 +NULL Judy Dr. NULL 234350 16 +NULL NULL NULL N 220211 15 +NULL NULL NULL N 55640 15 +NULL NULL NULL Y 16278 15 +NULL Roy NULL NULL 200033 15 +Neeley Stephanie Mrs. N 216299 15 +Nesbitt Andrew Miss N 185257 15 +Olds Stephen Dr. N 206275 16 +Owens Terry Dr. N 144931 15 +Palacios Amber Dr. Y 225723 15 +Perry Sarah Ms. N 100885 15 +Perry Valeria Mrs. N 64861 15 +Price Gloria Mrs. Y 22568 15 +Price Marguerite Mrs. N 134265 16 +Price Marie Ms. N 88963 15 +Pridgen Hans Dr. N 207216 15 +Reece Jimmy Sir N 166493 16 +Reyna Rod Sir N 46248 16 +Reynolds Oscar Sir Y 222749 15 +Riddle John Sir Y 83916 15 +Riddle Marcelino Dr. N 60749 15 +Rivera Kate Ms. Y 204524 15 +Roberts Dorothy Ms. N 183154 15 +Roberts Jennifer Miss Y 141296 15 +Roldan Dorothy Mrs. N 9370 15 +Roman Jimmie Dr. Y 221049 15 +Ross Rachael Mrs. N 106042 16 +Russell Larry Dr. Y 15209 16 +Sacco Brian Sir N 124398 16 +Saddler Robert Mr. Y 74571 15 +Salinas Kenneth Dr. Y 167446 15 +Salter Antonio Miss N 27497 16 +Sandoval Vincent Mr. N 140438 16 +Scott Michael Mr. Y 104162 15 +Shaffer Richard Dr. N 190775 16 +Sims Fern Dr. Y 175233 15 +Sims John Dr. Y 113923 15 +Smith John Mr. N 93525 16 +Smith Marion Mr. Y 65393 15 +Smith Ralph Sir N 87132 16 +Smith Terry Dr. Y 16945 15 +Smith Toni Miss N 50011 15 +Smith Wendell Sir N 85496 15 +Soares Sally Ms. Y 203554 16 +Sparks Michael Mr. Y 23696 15 +Spencer Teri Mrs. N 28551 16 +Stafford Jerry Mr. Y 230470 15 +Stevens Mattie Ms. N 202640 15 +Stewart Gilbert Mr. Y 217862 15 +Stewart Pamela Mrs. Y 88160 16 +Straub Lowell Dr. Y 215956 16 +Sullivan Amy Dr. N 166225 15 +Taylor Jacqueline Mrs. Y 89977 16 +Taylor Karen Dr. N 29777 15 +Taylor Robert Dr. N 37700 15 +Thomas Christel Dr. Y 34579 15 +Thomas Jeffrey Dr. Y 115846 15 +Thomas Rebecca Mrs. N 80953 15 +Thompson Melissa Dr. N 162831 15 +Tidwell Phyllis NULL NULL 234037 16 +Tolbert Emily Miss Y 40132 15 +Torres Jason Dr. N 224 16 +Townsend Michelle Mrs. N 39872 15 +Turner Kerry Dr. Y 23710 16 +Valenzuela Bryan Sir Y 221858 16 +Vance Josefina Mrs. N 147148 15 +Vargas Charles Dr. Y 79536 15 +Vogel Leroy Sir Y 29032 15 +Walker Richard Sir NULL 226475 15 +Walsh Javier Sir Y 211987 16 +Webb Gloria Ms. N 65663 15 +West Carman Ms. NULL 237594 15 +Wetzel Bebe Dr. N 82518 15 +Wiggins Kermit Sir N 112643 15 +Wilbur Terry Sir N 200312 15 +Williams Archie Mr. N 113007 15 +Williams Scott NULL NULL 136844 16 +Wilson Charles Mr. Y 60 15 +Wood Mark Dr. N 4376 15 +Woody Philip Mr. N 211173 16 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out index 41781dc59c74..82dc8d77d9ad 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q37.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -AAAAAAAAHFMBAAAA Jobs crack at all public countries. Possible, traditional initiatives will make british problems. Fiscal years call extremely just growing pupils. Soon dutch voices 86.11 +AAAAAAAAHFMBAAAA Jobs crack at all public countries. Possible, traditional initiatives will make british problems. Fiscal years call extremely just growing pupils. Soon dutch voices 86.11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out index 1e448927a41a..c76d45063dba 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q4.sql.out @@ -3,11 +3,11 @@ -- !query schema struct -- !query output -AAAAAAAABIJBAAAA James White N IRAQ NULL James.White@DI8oHLVIxJer5MMljj.org -AAAAAAAADIIOAAAA David Carroll Y GIBRALTAR NULL David.Carroll@fm.edu -AAAAAAAAIJCIBAAA Thomas Oneal Y BANGLADESH NULL Thomas.Oneal@YhHzOk6o3RiKc1AREv.edu -AAAAAAAAKJBLAAAA Kerry Davis Y AFGHANISTAN NULL Kerry.Davis@i.com -AAAAAAAAMFPFBAAA Jamie Woods Y TAJIKISTAN NULL Jamie.Woods@zjTJlz.edu -AAAAAAAANJAMAAAA Thaddeus Griffin N LITHUANIA NULL NULL -AAAAAAAANJOLAAAA Debra Underwood Y BOTSWANA NULL Debra.Underwood@f3193uX.org -AAAAAAAAPEHEBAAA Edith Molina Y GREENLAND NULL Edith.Molina@q9CS0P.com +AAAAAAAABIJBAAAA James White N IRAQ NULL James.White@DI8oHLVIxJer5MMljj.org +AAAAAAAADIIOAAAA David Carroll Y GIBRALTAR NULL David.Carroll@fm.edu +AAAAAAAAIJCIBAAA Thomas Oneal Y BANGLADESH NULL Thomas.Oneal@YhHzOk6o3RiKc1AREv.edu +AAAAAAAAKJBLAAAA Kerry Davis Y AFGHANISTAN NULL Kerry.Davis@i.com +AAAAAAAAMFPFBAAA Jamie Woods Y TAJIKISTAN NULL Jamie.Woods@zjTJlz.edu +AAAAAAAANJAMAAAA Thaddeus Griffin N LITHUANIA NULL NULL +AAAAAAAANJOLAAAA Debra Underwood Y BOTSWANA NULL Debra.Underwood@f3193uX.org +AAAAAAAAPEHEBAAA Edith Molina Y GREENLAND NULL Edith.Molina@q9CS0P.com diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out index 2311adf73aa2..225314ce3fb2 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q43.sql.out @@ -3,9 +3,9 @@ -- !query schema struct -- !query output -able AAAAAAAACAAAAAAA 517884.59 469230.50 505832.67 443696.30 479716.97 462447.50 503064.60 -ation AAAAAAAAHAAAAAAA 508811.68 474290.02 448808.84 492870.99 498127.64 474355.89 505906.68 -bar AAAAAAAAKAAAAAAA 496021.80 459933.01 479825.96 474630.24 482326.79 478330.87 505252.22 -eing AAAAAAAAIAAAAAAA 498752.97 476119.01 485965.24 454921.28 491953.89 476014.69 484633.67 -ese AAAAAAAAEAAAAAAA 493724.01 499637.85 452314.62 466232.23 481922.38 477933.29 500577.95 -ought AAAAAAAABAAAAAAA 505735.34 471490.23 463248.39 482690.52 485818.98 481816.20 491354.68 +able AAAAAAAACAAAAAAA 517884.59 469230.50 505832.67 443696.30 479716.97 462447.50 503064.60 +ation AAAAAAAAHAAAAAAA 508811.68 474290.02 448808.84 492870.99 498127.64 474355.89 505906.68 +bar AAAAAAAAKAAAAAAA 496021.80 459933.01 479825.96 474630.24 482326.79 478330.87 505252.22 +eing AAAAAAAAIAAAAAAA 498752.97 476119.01 485965.24 454921.28 491953.89 476014.69 484633.67 +ese AAAAAAAAEAAAAAAA 493724.01 499637.85 452314.62 466232.23 481922.38 477933.29 500577.95 +ought AAAAAAAABAAAAAAA 505735.34 471490.23 463248.39 482690.52 485818.98 481816.20 491354.68 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out index 6b34010a7e5e..8c63f3cc00af 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q45.sql.out @@ -3,22 +3,22 @@ -- !query schema struct -- !query output -10150 Bunker Hill 20.25 -16098 Five Points 18.05 -28048 Salem 9.81 -29584 Oakdale 41.21 -31289 Lincoln 1.26 -34975 Kingston 56.67 -36971 Wilson 202.63 -38354 Sulphur Springs 25.68 -44975 Kingston 12.62 -62808 Hamilton 85.39 -62812 Shady Grove 48.77 -66557 Arlington 2.68 -68252 Maple Grove 11.37 -69583 Jackson 54.42 -73003 Hillcrest 36.03 -78222 Clinton 85.87 -83683 Plainview 43.82 -84536 Friendship 64.44 -88370 Oak Grove 52.42 +10150 Bunker Hill 20.25 +16098 Five Points 18.05 +28048 Salem 9.81 +29584 Oakdale 41.21 +31289 Lincoln 1.26 +34975 Kingston 56.67 +36971 Wilson 202.63 +38354 Sulphur Springs 25.68 +44975 Kingston 12.62 +62808 Hamilton 85.39 +62812 Shady Grove 48.77 +66557 Arlington 2.68 +68252 Maple Grove 11.37 +69583 Jackson 54.42 +73003 Hillcrest 36.03 +78222 Clinton 85.87 +83683 Plainview 43.82 +84536 Friendship 64.44 +88370 Oak Grove 52.42 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out index da22f2a86bf4..3c34b759e4aa 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q46.sql.out @@ -3,4 +3,103 @@ -- !query schema struct -- !query output - +NULL NULL Antioch Belmont 149232 1500.41 -3669.87 +NULL NULL Ashland Philadelphia 155902 2303.72 -9449.87 +NULL NULL Bayview Springdale 162862 529.16 -18595.60 +NULL NULL Belleview Nichols 59976 13402.13 -15556.69 +NULL NULL Blair Hamilton 206536 0.00 -1287.17 +NULL NULL Brownsville Bunker Hill 159429 4557.21 -21733.27 +NULL NULL Brownsville Mechanicsburg 60829 2340.86 -7083.55 +NULL NULL Brunswick Mountain View 123733 2956.13 -17208.64 +NULL NULL Buckingham Siloam 93903 319.04 -8652.20 +NULL NULL Bunker Hill Antioch 199878 0.00 -773.27 +NULL NULL Bunker Hill Greenfield 127182 862.70 -15471.32 +NULL NULL Bunker Hill Hopewell 53497 1896.43 -14367.16 +NULL NULL Cedar Grove Jackson 81259 8.55 -11335.94 +NULL NULL Centerville Bethel 210801 6002.21 -18193.72 +NULL NULL Centerville Mount Olive 66053 2445.21 -8995.89 +NULL NULL Centerville Mount Zion 83650 3896.13 -11148.64 +NULL NULL Centerville Providence 62604 156.21 -13626.64 +NULL NULL Clifton Mount Vernon 95501 3283.17 -13463.75 +NULL NULL Concord Stringtown 97052 2949.46 -762.97 +NULL NULL Cordova Crossroads 85385 38.97 -1522.58 +NULL NULL Crossroads Buena Vista 221999 6605.50 -14108.43 +NULL NULL Crossroads Unionville 58203 1393.55 -11986.88 +NULL NULL Deerfield Riverside 226924 1511.10 -12462.44 +NULL NULL Derby Riverdale 140237 4006.86 -7955.30 +NULL NULL Edgewood Hopewell 167421 3066.70 -20260.27 +NULL NULL Empire Five Forks 43396 1194.37 -7701.69 +NULL NULL Empire Midway 165554 258.33 -16775.39 +NULL NULL Enterprise Highland Park 147688 2213.54 -1680.47 +NULL NULL Enterprise Red Hill 115200 7016.43 -19331.97 +NULL NULL Fairfield Bridgeport 13112 1111.88 -10033.40 +NULL NULL Fairfield Midway 671 438.90 2207.18 +NULL NULL Fairfield Shiloh 149867 2723.49 -7041.50 +NULL NULL Fairfield Springdale 66752 3844.64 -8300.75 +NULL NULL Fairview Florence 90439 7932.81 -18236.19 +NULL NULL Five Forks Lakewood 186991 4960.22 -10929.93 +NULL NULL Five Forks Shady Grove 239479 374.43 -21828.49 +NULL NULL Five Points Union Hill 57715 3618.57 -14013.63 +NULL NULL Florence Edgewood 110370 434.48 -7367.45 +NULL NULL Florence Oak Ridge 45989 164.64 -13462.57 +NULL NULL Florence Spring Hill 104935 40.79 -9961.14 +NULL NULL Forest Hills Argyle 139387 508.08 -3990.97 +NULL NULL Forest Hills Ashland 214771 1585.36 -2846.81 +NULL NULL Forest Hills Riverside 184229 2485.60 -7673.40 +NULL NULL Franklin Floyd 230648 791.64 -8627.59 +NULL NULL Friendship Ashland 11043 382.33 -4808.33 +NULL NULL Georgetown Clifton 123750 189.60 -5249.53 +NULL NULL Georgetown Glendale 27617 787.61 -8592.30 +NULL NULL Georgetown Red Hill 234956 50.90 -12681.22 +NULL NULL Georgetown Summit 120620 1005.21 -3159.14 +NULL NULL Gladstone Hopewell 229820 184.68 -9366.12 +NULL NULL Glendale Four Points 167992 29.32 3058.64 +NULL NULL Glendale Indian Village 203729 3173.01 -5661.90 +NULL NULL Glendale Marion 51036 993.75 -10587.28 +NULL NULL Glendale Mount Pleasant 159389 2415.56 -12041.36 +NULL NULL Glendale West Liberty 5509 694.86 -23013.69 +NULL NULL Glenwood Antioch 86386 413.05 -6649.42 +NULL NULL Glenwood Clinton 4460 1568.11 -17245.05 +NULL NULL Glenwood Clinton 90728 3371.21 -15159.10 +NULL NULL Granite Clinton 211465 8156.94 -18944.88 +NULL NULL Green Acres Avery 191571 383.26 -7422.35 +NULL NULL Greenfield Edgewood 69782 1026.47 -14367.20 +NULL NULL Greenfield Red Oak 214549 1610.58 -1902.29 +NULL NULL Greenfield Riverdale 133538 9390.10 -15802.28 +NULL NULL Greenville Mountain View 103238 4318.13 -4564.09 +NULL NULL Greenville Shiloh 155915 0.00 -9362.72 +NULL NULL Greenwood Bridgeport 228626 994.35 -11510.47 +NULL NULL Greenwood Lakeside 37922 2446.00 -7423.85 +NULL NULL Greenwood Macedonia 133102 0.00 -2193.62 +NULL NULL Hamilton Cedar 112720 201.76 -11031.54 +NULL NULL Hamilton Liberty 121398 536.72 -8979.34 +NULL NULL Hamilton Valley View 161021 222.62 -14659.54 +NULL NULL Hardy Unionville 193341 5110.44 -14494.71 +NULL NULL Harmony Bethel 77060 5652.18 -15038.44 +NULL NULL Highland Park Salem 69302 1868.14 -9374.04 +NULL NULL Hillcrest Valley View 218569 1675.85 1324.33 +NULL NULL Hopewell Centerville 17403 0.00 -6426.77 +NULL NULL Jackson Springdale 72874 32.49 -3297.92 +NULL NULL Jackson Union Hill 114590 6854.05 -10691.19 +NULL NULL Jackson Union Hill 181398 1.53 -2517.92 +NULL NULL Kingston Clinton 169584 14529.68 -33013.98 +NULL NULL Lakeview Richville 165849 0.00 -25580.39 +NULL NULL Lakewood Arlington 113298 5265.99 -6933.54 +NULL NULL Lakewood Bridgeport 169124 1332.90 -11714.51 +NULL NULL Lakewood Spring Hill 144979 4075.69 -7995.34 +NULL NULL Lawrenceville Bunker Hill 237291 9583.05 -5869.08 +NULL NULL Lebanon Pomona 55371 11413.39 -9108.39 +NULL NULL Lewis Red Hill 43196 0.00 -4774.25 +NULL NULL Liberty Spring Hill 95200 703.30 -6668.63 +NULL NULL Lincoln Mount Olive 148878 1735.15 -4123.35 +NULL NULL Lincoln Shiloh 152927 475.43 -9245.75 +NULL NULL Ludlow Shiloh 150308 0.00 2815.96 +NULL NULL Macedonia Summerville 96898 190.19 -5906.64 +NULL NULL Maple Grove Hardy 94091 74.16 -730.04 +NULL NULL Maple Grove Waterloo 225826 3816.54 -8655.39 +NULL NULL Marion White Oak 8347 1737.44 -6934.85 +NULL NULL Midway Jackson 99981 340.00 -4399.74 +NULL NULL Midway Oakwood 11488 671.76 -7713.43 +NULL NULL Milan Woodland 226048 3239.64 -13933.74 +NULL NULL Mount Pleasant Clifton 33934 2089.09 -5930.92 +NULL NULL Mount Pleasant Union 157956 7732.84 -12103.02 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out index 5624da728953..9ce0525a8c3e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 -Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 -Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 -Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 -Children exportiexporti #x ation Unknown 1999 4 5238.357500 2232.03 3221.70 3649.52 -Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 -Children exportiexporti #x bar Unknown 1999 7 5280.662500 2324.79 3003.61 5961.39 -Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 -Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 -Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 -Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 -Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 -Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 -Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 -Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 -Children importoexporti #x eing Unknown 1999 2 4650.438333 1734.45 2341.19 2720.78 -Men amalgimporto #x ation Unknown 1999 2 4909.460833 2116.43 3187.20 3356.64 -Men amalgimporto #x ation Unknown 1999 4 4909.460833 2136.23 3356.64 3046.51 -Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 -Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 -Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 -Men edu packimporto #x ation Unknown 1999 4 5170.369167 2407.58 3086.77 2492.73 -Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 -Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 -Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 -Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 -Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 -Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 -Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 -Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 -Men edu packimporto #x ought Unknown 1999 4 5176.257500 2424.94 4285.78 3286.20 -Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 -Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 -Men importoimporto #x ation Unknown 1999 3 5410.916667 2672.68 3591.65 2988.08 -Men importoimporto #x ation Unknown 1999 5 5410.916667 2677.81 2988.08 2881.34 -Men importoimporto #x eing Unknown 1999 5 5074.076667 2356.88 2833.40 2854.62 -Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 -Men importoimporto #x ese Unknown 1999 4 5492.817500 2784.11 2070.65 3210.74 -Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 -Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 -Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 -Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 -Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 -Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 -Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 -Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 -Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 -Music edu packscholar #x ation Unknown 1999 6 5622.227500 2943.26 3643.42 3847.77 -Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 -Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 -Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 -Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 -Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 -Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 -Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 -Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 -Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 -Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 -Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 -Music exportischolar #x ation Unknown 1999 4 4962.650000 2283.77 3210.01 2539.84 -Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 -Music exportischolar #x bar Unknown 1999 4 5318.146667 2651.96 2989.10 3649.76 -Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 -Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 -Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 -Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 -Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 -Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 -Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 -Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 -Shoes amalgedu pack #x bar Unknown 1999 6 4805.401667 2149.56 2686.70 3098.25 -Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 -Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 -Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 -Shoes edu packedu pack #x ought Unknown 1999 5 4745.295833 2109.27 3203.82 2737.82 -Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 -Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 -Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 -Shoes exportiedu pack #x ation Unknown 1999 7 4873.510833 2256.56 3236.50 6245.37 -Shoes exportiedu pack #x bar Unknown 1999 2 5296.089167 2685.85 4235.44 2410.44 -Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 -Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 -Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 -Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 -Shoes importoedu pack #x able Unknown 1999 7 4700.911667 2100.12 2533.01 5888.57 -Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 -Shoes importoedu pack #x bar Unknown 1999 3 4794.679167 2225.70 2756.97 2413.76 -Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 -Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 -Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 -Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 -Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 -Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 -Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 -Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 -Women edu packamalg #x ation Unknown 1999 2 4507.417500 1951.42 4166.02 2865.38 -Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 -Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 -Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 -Women importoamalg #x bar Unknown 1999 3 4437.210833 1895.27 2678.48 2999.04 +Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 +Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 +Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 +Children exportiexporti #x ation Unknown 1999 4 5238.357500 2232.03 3221.70 3649.52 +Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 +Children exportiexporti #x bar Unknown 1999 7 5280.662500 2324.79 3003.61 5961.39 +Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 +Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 +Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 +Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 +Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 +Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 +Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 +Children importoexporti #x eing Unknown 1999 2 4650.438333 1734.45 2341.19 2720.78 +Men amalgimporto #x ation Unknown 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men amalgimporto #x ation Unknown 1999 4 4909.460833 2136.23 3356.64 3046.51 +Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 +Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 +Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 +Men edu packimporto #x ation Unknown 1999 4 5170.369167 2407.58 3086.77 2492.73 +Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 +Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 +Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 +Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 +Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 +Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 +Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 +Men edu packimporto #x ought Unknown 1999 4 5176.257500 2424.94 4285.78 3286.20 +Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 +Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 +Men importoimporto #x ation Unknown 1999 3 5410.916667 2672.68 3591.65 2988.08 +Men importoimporto #x ation Unknown 1999 5 5410.916667 2677.81 2988.08 2881.34 +Men importoimporto #x eing Unknown 1999 5 5074.076667 2356.88 2833.40 2854.62 +Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 +Men importoimporto #x ese Unknown 1999 4 5492.817500 2784.11 2070.65 3210.74 +Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 +Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 +Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 +Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 +Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 +Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 +Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 +Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 +Music edu packscholar #x ation Unknown 1999 6 5622.227500 2943.26 3643.42 3847.77 +Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 +Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 +Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 +Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 +Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 +Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 +Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 +Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 +Music exportischolar #x ation Unknown 1999 4 4962.650000 2283.77 3210.01 2539.84 +Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 +Music exportischolar #x bar Unknown 1999 4 5318.146667 2651.96 2989.10 3649.76 +Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 +Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 +Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 +Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 +Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 +Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 +Shoes amalgedu pack #x bar Unknown 1999 6 4805.401667 2149.56 2686.70 3098.25 +Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 +Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 +Shoes edu packedu pack #x ought Unknown 1999 5 4745.295833 2109.27 3203.82 2737.82 +Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 +Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 +Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes exportiedu pack #x ation Unknown 1999 7 4873.510833 2256.56 3236.50 6245.37 +Shoes exportiedu pack #x bar Unknown 1999 2 5296.089167 2685.85 4235.44 2410.44 +Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 +Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 +Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 +Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 +Shoes importoedu pack #x able Unknown 1999 7 4700.911667 2100.12 2533.01 5888.57 +Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 +Shoes importoedu pack #x bar Unknown 1999 3 4794.679167 2225.70 2756.97 2413.76 +Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 +Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 +Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 +Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 +Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 +Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 +Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 +Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 +Women edu packamalg #x ation Unknown 1999 2 4507.417500 1951.42 4166.02 2865.38 +Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 +Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 +Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women importoamalg #x bar Unknown 1999 3 4437.210833 1895.27 2678.48 2999.04 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out index 3b0711693d80..07429ef521b8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q48.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -NULL +29030 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out index bf995a9198b9..8048c3c750ce 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q50.sql.out @@ -3,9 +3,9 @@ -- !query schema struct120 days :bigint> -- !query output -able 1 255 Sycamore Dr. Suite 410 Midway Williamson County TN 31904 67 48 61 66 98 -ation 1 811 Lee Circle Suite T Midway Williamson County TN 31904 70 51 50 61 109 -bar 1 175 4th Court Suite C Midway Williamson County TN 31904 96 53 55 76 86 -eing 1 226 12th Lane Suite D Fairview Williamson County TN 35709 69 63 62 63 114 -ese 1 27 Lake Ln Suite 260 Midway Williamson County TN 31904 58 57 55 54 106 -ought 1 767 Spring Wy Suite 250 Midway Williamson County TN 31904 81 63 52 58 103 +able 1 255 Sycamore Dr. Suite 410 Midway Williamson County TN 31904 67 48 61 66 98 +ation 1 811 Lee Circle Suite T Midway Williamson County TN 31904 70 51 50 61 109 +bar 1 175 4th Court Suite C Midway Williamson County TN 31904 96 53 55 76 86 +eing 1 226 12th Lane Suite D Fairview Williamson County TN 35709 69 63 62 63 114 +ese 1 27 Lake Ln Suite 260 Midway Williamson County TN 31904 58 57 55 54 106 +ought 1 767 Spring Wy Suite 250 Midway Williamson County TN 31904 81 63 52 58 103 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out index f5d1b7de3577..dde339a3c6f4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 -Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 -Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 -Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 -Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 -Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 -Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 -Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 -Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 -Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 -Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 -Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 -Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 -Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 -Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 -Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 -Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 -Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 -Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 -Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 -Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 -Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 -Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 -Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 -Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 -Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 -Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 -Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 -Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 -Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 -Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 -Men edu packimporto #x NY Metro 1999 4 7659.241667 3227.88 4759.01 4664.83 -Men edu packimporto #x NY Metro 1999 7 7659.241667 3327.90 4566.86 11656.06 -Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 -Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 -Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 -Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 -Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 -Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 -Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 -Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 -Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 -Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 -Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 -Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 -Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 -Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 -Men importoimporto #x North Midwest 1999 5 7640.491667 3327.30 3534.12 5530.63 -Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 -Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 -Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 -Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 -Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 -Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 -Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 -Music edu packscholar #x Mid Atlantic 1999 1 8223.719167 3965.88 14493.32 4943.68 -Music edu packscholar #x Mid Atlantic 1999 4 8223.719167 4091.54 5753.94 4797.32 -Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 -Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 -Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 -Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 -Music edu packscholar #x NY Metro 1999 7 7966.579167 3944.74 5030.35 10791.61 -Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 -Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 -Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 -Music edu packscholar #x North Midwest 1999 5 8078.690000 4148.83 5184.39 5483.81 -Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 -Music exportischolar #x Mid Atlantic 1999 2 7243.994167 3430.04 3662.97 3617.09 -Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 -Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 -Music exportischolar #x NY Metro 1999 1 7047.803333 3237.56 15805.49 4308.87 -Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 -Music exportischolar #x NY Metro 1999 4 7047.803333 3265.21 2832.46 3885.17 -Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 -Music exportischolar #x North Midwest 1999 2 7593.929167 3821.24 4748.20 4271.45 -Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 -Shoes amalgedu pack #x Mid Atlantic 1999 3 6642.085833 2928.82 3648.57 3892.32 -Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 -Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 -Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 -Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 -Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 -Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 -Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 -Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 -Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 -Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 -Shoes importoedu pack #x Mid Atlantic 1999 4 6959.934167 3271.07 2951.09 4231.88 -Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 -Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 -Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 -Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 -Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 -Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 -Women edu packamalg #x NY Metro 1999 4 6608.485833 2976.95 3489.35 3812.22 -Women exportiamalg #x Mid Atlantic 1999 2 6013.088333 2536.08 3406.41 3718.65 -Women exportiamalg #x NY Metro 1999 4 6031.042500 2588.60 3554.29 3915.46 -Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 -Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 -Women importoamalg #x NY Metro 1999 4 6352.682500 2928.62 3718.55 3387.14 +Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 +Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 +Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 +Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 +Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 +Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 +Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 +Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 +Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 +Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 +Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 +Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 +Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 +Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 +Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 +Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 +Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 +Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 +Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 +Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 +Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 +Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 +Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 +Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 +Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 +Men edu packimporto #x NY Metro 1999 4 7659.241667 3227.88 4759.01 4664.83 +Men edu packimporto #x NY Metro 1999 7 7659.241667 3327.90 4566.86 11656.06 +Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 +Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 +Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 +Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 +Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 +Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 +Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 +Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 +Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 +Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 +Men importoimporto #x North Midwest 1999 5 7640.491667 3327.30 3534.12 5530.63 +Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 +Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 +Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 +Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 +Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 +Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 +Music edu packscholar #x Mid Atlantic 1999 1 8223.719167 3965.88 14493.32 4943.68 +Music edu packscholar #x Mid Atlantic 1999 4 8223.719167 4091.54 5753.94 4797.32 +Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 +Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 +Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 +Music edu packscholar #x NY Metro 1999 7 7966.579167 3944.74 5030.35 10791.61 +Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 +Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 +Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music edu packscholar #x North Midwest 1999 5 8078.690000 4148.83 5184.39 5483.81 +Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 +Music exportischolar #x Mid Atlantic 1999 2 7243.994167 3430.04 3662.97 3617.09 +Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 +Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 +Music exportischolar #x NY Metro 1999 1 7047.803333 3237.56 15805.49 4308.87 +Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 +Music exportischolar #x NY Metro 1999 4 7047.803333 3265.21 2832.46 3885.17 +Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 +Music exportischolar #x North Midwest 1999 2 7593.929167 3821.24 4748.20 4271.45 +Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 +Shoes amalgedu pack #x Mid Atlantic 1999 3 6642.085833 2928.82 3648.57 3892.32 +Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 +Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 +Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 +Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 +Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 +Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 +Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 +Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 +Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 +Shoes importoedu pack #x Mid Atlantic 1999 4 6959.934167 3271.07 2951.09 4231.88 +Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 +Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 +Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 +Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 +Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 +Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 +Women edu packamalg #x NY Metro 1999 4 6608.485833 2976.95 3489.35 3812.22 +Women exportiamalg #x Mid Atlantic 1999 2 6013.088333 2536.08 3406.41 3718.65 +Women exportiamalg #x NY Metro 1999 4 6031.042500 2588.60 3554.29 3915.46 +Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 +Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 +Women importoamalg #x NY Metro 1999 4 6352.682500 2928.62 3718.55 3387.14 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out index 0b207dbe25aa..85494ee2ccf7 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q59.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 -able AAAAAAAACAAAAAAA 5273 1.19728505080764215903 1.02715075434757572268 0.47495191280188074375 0.63246293381445168550 0.70891506186318804209 1.49232889938186165619 0.57400582745244495806 -able AAAAAAAACAAAAAAA 5273 1.19728505080764215903 1.02715075434757572268 0.47495191280188074375 0.63246293381445168550 0.70891506186318804209 1.49232889938186165619 0.57400582745244495806 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5271 1.36265187580092930078 3.08639562548733430634 0.32208852257511291540 0.48042359796009775186 1.14163248063282065322 0.75984069332181787476 1.84548616820774883944 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5272 1.09689572780273344165 0.75834761561609223944 0.68000725054379078431 0.98738612326077246564 1.00343721944337565730 1.33354788381053512053 0.99233802071051205355 +able AAAAAAAACAAAAAAA 5273 1.19728505080764215903 1.02715075434757572268 0.47495191280188074375 0.63246293381445168550 0.70891506186318804209 1.49232889938186165619 0.57400582745244495806 +able AAAAAAAACAAAAAAA 5273 1.19728505080764215903 1.02715075434757572268 0.47495191280188074375 0.63246293381445168550 0.70891506186318804209 1.49232889938186165619 0.57400582745244495806 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out index 8a52553aefee..e77d130c7a76 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out @@ -3,103 +3,103 @@ -- !query schema struct120 days :bigint> -- !query output -Bad cards must make. EXPRESS site_0 251 248 268 277 0 -Bad cards must make. EXPRESS site_1 262 304 290 267 0 -Bad cards must make. EXPRESS site_2 287 290 293 286 0 -Bad cards must make. EXPRESS site_3 283 260 267 290 0 -Bad cards must make. EXPRESS site_4 281 310 309 321 0 -Bad cards must make. LIBRARY site_0 254 265 226 231 0 -Bad cards must make. LIBRARY site_1 198 231 211 201 0 -Bad cards must make. LIBRARY site_2 181 172 190 176 0 -Bad cards must make. LIBRARY site_3 196 214 173 226 0 -Bad cards must make. LIBRARY site_4 241 241 247 236 0 -Bad cards must make. NEXT DAY site_0 259 255 279 260 0 -Bad cards must make. NEXT DAY site_1 287 334 295 300 0 -Bad cards must make. NEXT DAY site_2 269 309 306 272 0 -Bad cards must make. NEXT DAY site_3 281 322 308 277 0 -Bad cards must make. NEXT DAY site_4 273 295 275 281 0 -Bad cards must make. OVERNIGHT site_0 221 216 201 213 0 -Bad cards must make. OVERNIGHT site_1 250 228 257 235 0 -Bad cards must make. OVERNIGHT site_2 255 223 230 238 0 -Bad cards must make. OVERNIGHT site_3 195 217 199 211 0 -Bad cards must make. OVERNIGHT site_4 175 165 169 164 0 -Bad cards must make. REGULAR site_0 176 239 220 233 0 -Bad cards must make. REGULAR site_1 187 163 200 198 0 -Bad cards must make. REGULAR site_2 190 231 195 208 0 -Bad cards must make. REGULAR site_3 227 241 231 252 0 -Bad cards must make. REGULAR site_4 258 245 260 245 0 -Bad cards must make. TWO DAY site_0 222 235 235 223 0 -Bad cards must make. TWO DAY site_1 264 248 237 227 0 -Bad cards must make. TWO DAY site_2 181 230 231 207 0 -Bad cards must make. TWO DAY site_3 182 158 209 185 0 -Bad cards must make. TWO DAY site_4 203 218 198 221 0 -Conventional childr EXPRESS site_0 311 308 336 287 0 -Conventional childr EXPRESS site_1 250 269 273 260 0 -Conventional childr EXPRESS site_2 255 280 235 276 0 -Conventional childr EXPRESS site_3 269 292 303 278 0 -Conventional childr EXPRESS site_4 275 324 268 330 0 -Conventional childr LIBRARY site_0 212 211 225 250 0 -Conventional childr LIBRARY site_1 218 249 244 204 0 -Conventional childr LIBRARY site_2 203 215 222 205 0 -Conventional childr LIBRARY site_3 163 181 180 193 0 -Conventional childr LIBRARY site_4 189 208 207 191 0 -Conventional childr NEXT DAY site_0 253 269 285 258 0 -Conventional childr NEXT DAY site_1 289 244 254 269 0 -Conventional childr NEXT DAY site_2 341 290 310 315 0 -Conventional childr NEXT DAY site_3 309 294 328 270 0 -Conventional childr NEXT DAY site_4 312 311 275 291 0 -Conventional childr OVERNIGHT site_0 180 193 167 211 0 -Conventional childr OVERNIGHT site_1 196 210 238 194 0 -Conventional childr OVERNIGHT site_2 218 236 287 220 0 -Conventional childr OVERNIGHT site_3 235 253 228 246 0 -Conventional childr OVERNIGHT site_4 211 199 201 201 0 -Conventional childr REGULAR site_0 209 262 232 207 0 -Conventional childr REGULAR site_1 214 218 222 227 0 -Conventional childr REGULAR site_2 166 193 184 183 0 -Conventional childr REGULAR site_3 195 191 221 219 0 -Conventional childr REGULAR site_4 248 236 244 256 0 -Conventional childr TWO DAY site_0 192 225 232 225 0 -Conventional childr TWO DAY site_1 248 239 233 251 0 -Conventional childr TWO DAY site_2 230 214 237 201 0 -Conventional childr TWO DAY site_3 236 190 190 222 0 -Conventional childr TWO DAY site_4 197 159 202 176 0 -Doors canno EXPRESS site_0 303 312 304 319 0 -Doors canno EXPRESS site_1 321 278 313 297 0 -Doors canno EXPRESS site_2 267 277 265 257 0 -Doors canno EXPRESS site_3 263 245 258 285 0 -Doors canno EXPRESS site_4 282 313 319 323 0 -Doors canno LIBRARY site_0 201 210 201 200 0 -Doors canno LIBRARY site_1 239 217 208 206 0 -Doors canno LIBRARY site_2 229 233 244 241 0 -Doors canno LIBRARY site_3 216 198 182 222 0 -Doors canno LIBRARY site_4 176 163 170 216 0 -NULL EXPRESS site_0 260 283 296 314 0 -NULL EXPRESS site_1 330 285 315 329 0 -NULL EXPRESS site_2 283 291 318 333 0 -NULL EXPRESS site_3 274 280 277 258 0 -NULL EXPRESS site_4 247 244 268 259 0 -NULL LIBRARY site_0 197 180 203 180 0 -NULL LIBRARY site_1 208 205 185 211 0 -NULL LIBRARY site_2 258 230 267 243 0 -NULL LIBRARY site_3 243 204 241 252 0 -NULL LIBRARY site_4 211 213 216 206 0 -NULL NEXT DAY site_0 332 290 340 289 0 -NULL NEXT DAY site_1 297 292 275 334 0 -NULL NEXT DAY site_2 287 253 272 220 0 -NULL NEXT DAY site_3 255 252 243 264 0 -NULL NEXT DAY site_4 300 309 309 281 0 -NULL OVERNIGHT site_0 242 224 226 237 0 -NULL OVERNIGHT site_1 237 202 213 204 0 -NULL OVERNIGHT site_2 172 182 158 181 0 -NULL OVERNIGHT site_3 217 193 201 175 0 -NULL OVERNIGHT site_4 231 251 249 237 0 -NULL REGULAR site_0 227 216 199 193 0 -NULL REGULAR site_1 239 209 254 246 0 -NULL REGULAR site_2 235 241 259 219 0 -NULL REGULAR site_3 204 212 185 237 0 -NULL REGULAR site_4 171 176 182 163 0 -NULL TWO DAY site_0 189 201 202 218 0 -NULL TWO DAY site_1 199 170 177 174 0 -NULL TWO DAY site_2 200 202 181 179 0 -NULL TWO DAY site_3 237 234 233 253 0 -NULL TWO DAY site_4 233 229 234 238 0 +Bad cards must make. EXPRESS site_0 251 248 268 277 0 +Bad cards must make. EXPRESS site_1 262 304 290 267 0 +Bad cards must make. EXPRESS site_2 287 290 293 286 0 +Bad cards must make. EXPRESS site_3 283 260 267 290 0 +Bad cards must make. EXPRESS site_4 281 310 309 321 0 +Bad cards must make. LIBRARY site_0 254 265 226 231 0 +Bad cards must make. LIBRARY site_1 198 231 211 201 0 +Bad cards must make. LIBRARY site_2 181 172 190 176 0 +Bad cards must make. LIBRARY site_3 196 214 173 226 0 +Bad cards must make. LIBRARY site_4 241 241 247 236 0 +Bad cards must make. NEXT DAY site_0 259 255 279 260 0 +Bad cards must make. NEXT DAY site_1 287 334 295 300 0 +Bad cards must make. NEXT DAY site_2 269 309 306 272 0 +Bad cards must make. NEXT DAY site_3 281 322 308 277 0 +Bad cards must make. NEXT DAY site_4 273 295 275 281 0 +Bad cards must make. OVERNIGHT site_0 221 216 201 213 0 +Bad cards must make. OVERNIGHT site_1 250 228 257 235 0 +Bad cards must make. OVERNIGHT site_2 255 223 230 238 0 +Bad cards must make. OVERNIGHT site_3 195 217 199 211 0 +Bad cards must make. OVERNIGHT site_4 175 165 169 164 0 +Bad cards must make. REGULAR site_0 176 239 220 233 0 +Bad cards must make. REGULAR site_1 187 163 200 198 0 +Bad cards must make. REGULAR site_2 190 231 195 208 0 +Bad cards must make. REGULAR site_3 227 241 231 252 0 +Bad cards must make. REGULAR site_4 258 245 260 245 0 +Bad cards must make. TWO DAY site_0 222 235 235 223 0 +Bad cards must make. TWO DAY site_1 264 248 237 227 0 +Bad cards must make. TWO DAY site_2 181 230 231 207 0 +Bad cards must make. TWO DAY site_3 182 158 209 185 0 +Bad cards must make. TWO DAY site_4 203 218 198 221 0 +Conventional childr EXPRESS site_0 311 308 336 287 0 +Conventional childr EXPRESS site_1 250 269 273 260 0 +Conventional childr EXPRESS site_2 255 280 235 276 0 +Conventional childr EXPRESS site_3 269 292 303 278 0 +Conventional childr EXPRESS site_4 275 324 268 330 0 +Conventional childr LIBRARY site_0 212 211 225 250 0 +Conventional childr LIBRARY site_1 218 249 244 204 0 +Conventional childr LIBRARY site_2 203 215 222 205 0 +Conventional childr LIBRARY site_3 163 181 180 193 0 +Conventional childr LIBRARY site_4 189 208 207 191 0 +Conventional childr NEXT DAY site_0 253 269 285 258 0 +Conventional childr NEXT DAY site_1 289 244 254 269 0 +Conventional childr NEXT DAY site_2 341 290 310 315 0 +Conventional childr NEXT DAY site_3 309 294 328 270 0 +Conventional childr NEXT DAY site_4 312 311 275 291 0 +Conventional childr OVERNIGHT site_0 180 193 167 211 0 +Conventional childr OVERNIGHT site_1 196 210 238 194 0 +Conventional childr OVERNIGHT site_2 218 236 287 220 0 +Conventional childr OVERNIGHT site_3 235 253 228 246 0 +Conventional childr OVERNIGHT site_4 211 199 201 201 0 +Conventional childr REGULAR site_0 209 262 232 207 0 +Conventional childr REGULAR site_1 214 218 222 227 0 +Conventional childr REGULAR site_2 166 193 184 183 0 +Conventional childr REGULAR site_3 195 191 221 219 0 +Conventional childr REGULAR site_4 248 236 244 256 0 +Conventional childr TWO DAY site_0 192 225 232 225 0 +Conventional childr TWO DAY site_1 248 239 233 251 0 +Conventional childr TWO DAY site_2 230 214 237 201 0 +Conventional childr TWO DAY site_3 236 190 190 222 0 +Conventional childr TWO DAY site_4 197 159 202 176 0 +Doors canno EXPRESS site_0 303 312 304 319 0 +Doors canno EXPRESS site_1 321 278 313 297 0 +Doors canno EXPRESS site_2 267 277 265 257 0 +Doors canno EXPRESS site_3 263 245 258 285 0 +Doors canno EXPRESS site_4 282 313 319 323 0 +Doors canno LIBRARY site_0 201 210 201 200 0 +Doors canno LIBRARY site_1 239 217 208 206 0 +Doors canno LIBRARY site_2 229 233 244 241 0 +Doors canno LIBRARY site_3 216 198 182 222 0 +Doors canno LIBRARY site_4 176 163 170 216 0 +NULL EXPRESS site_0 260 283 296 314 0 +NULL EXPRESS site_1 330 285 315 329 0 +NULL EXPRESS site_2 283 291 318 333 0 +NULL EXPRESS site_3 274 280 277 258 0 +NULL EXPRESS site_4 247 244 268 259 0 +NULL LIBRARY site_0 197 180 203 180 0 +NULL LIBRARY site_1 208 205 185 211 0 +NULL LIBRARY site_2 258 230 267 243 0 +NULL LIBRARY site_3 243 204 241 252 0 +NULL LIBRARY site_4 211 213 216 206 0 +NULL NEXT DAY site_0 332 290 340 289 0 +NULL NEXT DAY site_1 297 292 275 334 0 +NULL NEXT DAY site_2 287 253 272 220 0 +NULL NEXT DAY site_3 255 252 243 264 0 +NULL NEXT DAY site_4 300 309 309 281 0 +NULL OVERNIGHT site_0 242 224 226 237 0 +NULL OVERNIGHT site_1 237 202 213 204 0 +NULL OVERNIGHT site_2 172 182 158 181 0 +NULL OVERNIGHT site_3 217 193 201 175 0 +NULL OVERNIGHT site_4 231 251 249 237 0 +NULL REGULAR site_0 227 216 199 193 0 +NULL REGULAR site_1 239 209 254 246 0 +NULL REGULAR site_2 235 241 259 219 0 +NULL REGULAR site_3 204 212 185 237 0 +NULL REGULAR site_4 171 176 182 163 0 +NULL TWO DAY site_0 189 201 202 218 0 +NULL TWO DAY site_1 199 170 177 174 0 +NULL TWO DAY site_2 200 202 181 179 0 +NULL TWO DAY site_3 237 234 233 253 0 +NULL TWO DAY site_4 233 229 234 238 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out index f4ba7232f665..ee2fb3159310 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out @@ -3,13 +3,13 @@ -- !query schema struct -- !query output -n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 -n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 -n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 -n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 +n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out index 75784f614839..8b310ea82154 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -able Commercial, popular processes give later now wooden facts. Black, outer purposes examine national, precise heels. Invisible times s 36.06 5.25 1.68 amalgedu pack #x -able Conventional, responsible products discuss delicately then actual findings. Extremel 36.42 3.67 2.82 namelessnameless #x -able Difficulties wou 25.25 6.61 2.31 importobrand #x -able Efforts might come ever. Even agricultural operations live plus a members. Arts may ring too carefully numerous windows. In particular new ch 22.13 1.49 0.95 edu packamalg #x -able Even chief games can present privately extra whole steps. Over old reasons ought to 21.58 4.30 1.41 namelesscorp #x -able Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action 11.03 4.95 3.06 scholarnameless #x -able Once olympic sorts could control governments. Final sections mig 21.77 7.76 4.42 edu packscholar #x -able Small others will provide probably complete countries. Only effective pensions violate on board maybe left animals. Old r 26.38 2.55 1.60 maxiunivamalg #x -able Somehow revolutionary sh 31.09 7.10 3.05 amalgunivamalg #x -able Stupid years should not modify loose. Special, sure developments may 7.84 5.81 4.47 maxicorp #x -able Swiss, capable lovers handle at least present details. Over here uncomfortable stations take by a lips. Private organisations can supply in a examinatio 29.73 8.15 3.99 amalgedu pack #x -able Toys must not meet again goods. Comfortable, major members last days. Popular, double occupations may compensate researchers. Conditions 25.02 3.35 2.41 edu packscholar #x -able Wrong, good values could not work in a minds. Normal structures correct here later massive boo 21.49 4.17 1.45 importoedu pack #x -ation Animals conduct primary, sorry tickets. Bare, labour matters used to buy between a patterns. Light authorities explain rules; future eggs can 1.57 0.86 0.47 edu packamalg #x -ation Average services could try unfortunately plants; extensive procedures must 34.63 4.94 3.26 scholarunivamalg #x -ation Direct ways topple inches. Complex years can take also across a words. Stupid, global implications would provide sure things. Russians take much for the spots. Indoors local men w 16.06 7.18 4.88 exportiedu pack #x -ation Disciplinary signs could prepare particular, other councils. Live criteria ought to stand extra, basic bones. Local leaders tell now tasks. Most old recordings use ago in the governors; par 36.65 8.96 4.39 amalgscholar #x -ation Fair families ought to leave relationships. Separate, firm services would assist delicious, serious laws; a 15.31 7.51 2.70 importoamalg #x -ation Gradually general affairs come at a gardens. Members may liv 18.43 28.90 11.27 edu packamalgamalg #x -ation Here equivalent expectations should stop since to th 18.23 7.88 5.04 scholarunivamalg #x -ation Laws propose policies. Commercial, foreign restaurants could take. District 29.49 84.97 32.28 amalgnameless #x -ation New r 36.57 2.10 1.19 importoimporto #x -ation Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit 25.41 9.36 3.55 maxibrand #x -ation Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific 28.75 2.34 2.01 exportinameless #x -ation Or 23.64 3.00 1.86 amalgedu pack #x -ation Pensions used to meet in the words. Very african obligati 27.27 0.54 0.27 exportiexporti #x -ation Public, limited pup 34.60 9.38 3.93 amalgmaxi #x -ation Small kinds would recognize notably violent, labour years. Electronic days would not 30.96 0.90 0.34 namelesscorp #x -ation Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t 36.10 3.91 2.54 maxinameless #x -ation Trustees grow well thereby national attitudes. Social, excellent bacteria contain permanent gaps. Only dynamic uses ought to halt very long, bright men; japanese, distin 3.96 3.31 2.87 exporticorp #x -bar Categories shall 18.32 8.98 7.81 scholarmaxi #x -bar Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory 28.26 6.27 4.57 brandbrand #x -bar Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt 12.64 0.55 0.19 namelessbrand #x -bar Hours must carry virtually new seats. Polish, happy affairs might get. Originally warm libraries operate real patients. Then soft scie 35.96 28.04 25.23 edu packedu pack #x -bar Individual flowers used to give thanks. Particular doubts refer a bit for a directions. Police could 8.31 1.74 1.21 exportiimporto #x -bar Low sorts understand. Vegetables must not carry. There legal rates shake so democratic styles. Convenient, single committees might forget 21.35 7.16 5.79 amalgedu pack #x -bar Minutes achieve however for a allies. Areas pay apparently alive officers 32.01 3.28 1.34 amalgedu pack #x -bar Moments incur pa 32.92 6.14 1.84 exportiimporto #x -bar Of course commercial uses look rapidly historical societies. Writers make just high 31.29 3.82 1.33 exportischolar #x -bar Old, valuable 23.07 0.23 0.07 namelessnameless #x -bar Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr 24.90 0.27 0.09 edu packnameless #x -bar Pupils change. Frequently nice rates shall not decide future yards. Over upper girls ought to lower in a developments. Formal 36.24 2.19 1.16 edu packexporti #x -bar Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev 13.88 4.24 2.96 scholarmaxi #x -bar Round managers take processes. Primary, particular courses used to hold sacred cases. C 7.23 4.13 2.84 edu packscholar #x -bar Simple guests leave british, skilled terms. Kind, little standards must suspect. Combinations may think like, distinguished inches. Artists beat awfully. Ide 27.08 1.68 0.53 edu packedu pack #x -bar So damp tests imagine resources. Innocently prime developments shall work small pl 30.83 0.61 0.33 scholarnameless #x -bar So much as close reforms would hide at first measures; alone, important contracts lose linguisti 20.14 2.37 1.37 exportinameless #x -bar Strange do 15.41 9.47 4.82 exportiexporti #x -bar Wide, technical paren 17.06 6.64 3.98 exportiexporti #x -bar Wonderful servants must not resolve once physical lives. Later significant an 27.44 0.33 0.22 brandbrand #x -bar Years need much. Good interests use too different, junior services. Young items shall not find. Disastrous hands release fast new, alternative applications. American police make in 33.95 7.68 4.45 exportiamalg #x -eing Birds stay foreign, chronic parts. So young cases shall not conclude buildings. About important months may not look; degrees catch just; other societies may not ge 18.42 4.67 2.33 amalgscholar #x -eing Central, other hands will agree especially crucial differences 16.71 4.49 3.00 exportischolar #x -eing Even single waters make for instance particular hours. Mental rights may cross as just contemporary m 30.54 0.97 0.82 importounivamalg #x -eing Flowers cultivate still so-called, available 10.50 3.84 1.22 edu packmaxi #x -eing Good, helpful men close. Please difficult lakes should waste very conservative, labour 11.84 3.13 0.97 edu packbrand #x -eing However modern companies ought to make industria 23.09 9.56 3.25 brandcorp #x -eing Important, frequent councils explore general, local ideas. Representatives last more. Foreign, sensible pupils pay. Social, american reservations used to get so much 2.86 0.59 0.25 amalgbrand #x -eing Increased, special pound 24.05 2.52 1.20 importoedu pack #x -eing Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, 30.53 9.69 7.46 edu packmaxi #x -eing Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst 19.15 9.17 6.05 maxinameless #x -eing More different attempts replace. Changes look shoes. E 25.75 2.47 1.40 amalgexporti #x -eing Nations save further new complaints. Perfect things murder different odds. General firms will like also; fatal grounds lie however working sorts. However internal police should design 23.32 8.09 3.31 amalgexporti #x -eing Ordinary orders can inspect. New int 34.66 9.58 3.92 exportiedu pack #x -eing Other, eager christians live very others. Young, financ 8.49 8.22 5.01 edu packscholar #x -eing Parliamentary guests could not convey real chiefs; integrated, full responsibilities take later then important categories. T 28.83 0.41 0.13 edu packamalg #x -eing Physical polls melt as eyes. Clear, special sources might invent at once. As immediate things will not 24.71 3.77 1.80 edu packamalg #x -eing Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f 10.89 0.51 0.26 edu packunivamalg #x -eing Students help factors. Seats take matters; likely sources make ridiculous children. Police might say then just natural characters. A 9.32 1.15 0.62 exportischolar #x -eing Tired days used to admit for a customs 29.84 5.94 4.93 importoamalg #x -eing Wrong, high terms make relatively holidays. Major, relevant theories consider difficult, new markets. Sure, real subjec 27.35 3.29 1.51 amalgscholar #x -ese As sure women fall proposals. Entire, loc 35.61 1.91 1.14 edu packexporti #x -ese Backwards royal assets get plans; countries used to swing then. Most strange 28.67 1.84 0.82 exportiedu pack #x -ese Civil firms say; prospective technologies used to take there. Easy, high assets enter so practical, structural buildings. Studies woul 26.23 9.09 3.45 maxiunivamalg #x -ese Comfortable experiments hit defensive implications. Bad resources would not heal central, national twins. Kind, modern thoughts shall ensure home short 34.17 92.12 71.85 importoedu pack #x -ese Companies find financially substances. National, enormous conclusions might object here firms; exactly different jobs should complete; practices encourage really months. Necessary, previous recor 24.08 5.63 3.71 importoamalgamalg #x -ese Democrats follow mostly available, 25.69 0.59 0.47 exportibrand #x -ese Excellent, real advantages would exist posts. Activities shall continue in a feet. Effects think only confidently local c 25.63 2.41 1.90 amalgunivamalg #x -ese Expensive reasons shall not carry hardly ri 19.68 4.59 1.46 scholarbrand #x -ese Fresh, industrial vegetables could proceed quite i 29.70 7.16 2.57 scholarunivamalg #x -ese Full rules may persuade pregnant cars. Earnings publish worried symptoms. Ready 36.87 5.88 4.99 amalgimporto #x -ese Horses last results. There thorough parents sail everywhere into a gua 23.67 3.45 2.55 scholarnameless #x -ese Large businessmen might give successful poles; children believe however. Hard, fine companies must not dismiss likely advantages. Now great nations shall not walk to 2.78 3.48 1.07 brandcorp #x -ese Modern areas include indeed political children. White, widespread services attend also. Pink boundaries explain early because of a letters. Often assistant men make never pale windows. Then inte 30.08 6.20 4.21 exportiedu pack #x -ese NULL 29.58 NULL NULL exportischolar #x -ese Nowhere sure shops ought to constitute by a conditions. Apparent hands shall not fit slightly general men. Oth 26.20 3.59 3.08 amalgscholar #x -ese Political, french streets used to introduce just labour 21.21 1.59 1.38 edu packunivamalg #x -ese Publications could not judge; double deputies 35.52 6.30 2.39 edu packamalg #x -ese Reasonably direct interests turn. Certainly existing 12.36 1.86 0.89 importoscholar #x -ese Temperatures reflect quite 34.31 0.90 0.45 scholarnameless #x -ese Tests will maintain only. Beautifully local banks make still; particular votes protect during a eyes. Contracts must understand primarily. Difficult countries cast in a 19.06 4.13 2.68 edu packimporto #x -ese Totally pure styles would seek charges; values say. Normal, big activi 30.40 1.07 0.84 maxiunivamalg #x -ese Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho 32.52 1.73 0.77 exportibrand #x -ought Active abilities depend smoothly by a 30.54 2.40 1.44 importoexporti #x -ought Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the 18.54 4.46 1.33 corpmaxi #x -ought At last political managers would get new, historic workers. Requirements seem loose shadows; activities carry favorite mothers; likely issues stand aside environmental, current funds; below 6.48 1.08 0.43 exportiexporti #x -ought Authorities used to leave exactly other co 15.13 2.14 0.72 exporticorp #x -ought Costs receive. British teachers evolve mentally only, new words. Good tickets give 34.78 0.12 0.06 edu packexporti #x -ought European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods 12.84 8.03 4.57 univnameless #x -ought Full-time clothes discharge glad, concerned details. Customs must survive 10.29 8.52 6.73 exportiunivamalg #x +able Commercial, popular processes give later now wooden facts. Black, outer purposes examine national, precise heels. Invisible times s 36.06 5.25 1.68 amalgedu pack #x +able Conventional, responsible products discuss delicately then actual findings. Extremel 36.42 3.67 2.82 namelessnameless #x +able Difficulties wou 25.25 6.61 2.31 importobrand #x +able Efforts might come ever. Even agricultural operations live plus a members. Arts may ring too carefully numerous windows. In particular new ch 22.13 1.49 0.95 edu packamalg #x +able Even chief games can present privately extra whole steps. Over old reasons ought to 21.58 4.30 1.41 namelesscorp #x +able Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action 11.03 4.95 3.06 scholarnameless #x +able Once olympic sorts could control governments. Final sections mig 21.77 7.76 4.42 edu packscholar #x +able Small others will provide probably complete countries. Only effective pensions violate on board maybe left animals. Old r 26.38 2.55 1.60 maxiunivamalg #x +able Somehow revolutionary sh 31.09 7.10 3.05 amalgunivamalg #x +able Stupid years should not modify loose. Special, sure developments may 7.84 5.81 4.47 maxicorp #x +able Swiss, capable lovers handle at least present details. Over here uncomfortable stations take by a lips. Private organisations can supply in a examinatio 29.73 8.15 3.99 amalgedu pack #x +able Toys must not meet again goods. Comfortable, major members last days. Popular, double occupations may compensate researchers. Conditions 25.02 3.35 2.41 edu packscholar #x +able Wrong, good values could not work in a minds. Normal structures correct here later massive boo 21.49 4.17 1.45 importoedu pack #x +ation Animals conduct primary, sorry tickets. Bare, labour matters used to buy between a patterns. Light authorities explain rules; future eggs can 1.57 0.86 0.47 edu packamalg #x +ation Average services could try unfortunately plants; extensive procedures must 34.63 4.94 3.26 scholarunivamalg #x +ation Direct ways topple inches. Complex years can take also across a words. Stupid, global implications would provide sure things. Russians take much for the spots. Indoors local men w 16.06 7.18 4.88 exportiedu pack #x +ation Disciplinary signs could prepare particular, other councils. Live criteria ought to stand extra, basic bones. Local leaders tell now tasks. Most old recordings use ago in the governors; par 36.65 8.96 4.39 amalgscholar #x +ation Fair families ought to leave relationships. Separate, firm services would assist delicious, serious laws; a 15.31 7.51 2.70 importoamalg #x +ation Gradually general affairs come at a gardens. Members may liv 18.43 28.90 11.27 edu packamalgamalg #x +ation Here equivalent expectations should stop since to th 18.23 7.88 5.04 scholarunivamalg #x +ation Laws propose policies. Commercial, foreign restaurants could take. District 29.49 84.97 32.28 amalgnameless #x +ation New r 36.57 2.10 1.19 importoimporto #x +ation Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit 25.41 9.36 3.55 maxibrand #x +ation Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific 28.75 2.34 2.01 exportinameless #x +ation Or 23.64 3.00 1.86 amalgedu pack #x +ation Pensions used to meet in the words. Very african obligati 27.27 0.54 0.27 exportiexporti #x +ation Public, limited pup 34.60 9.38 3.93 amalgmaxi #x +ation Small kinds would recognize notably violent, labour years. Electronic days would not 30.96 0.90 0.34 namelesscorp #x +ation Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t 36.10 3.91 2.54 maxinameless #x +ation Trustees grow well thereby national attitudes. Social, excellent bacteria contain permanent gaps. Only dynamic uses ought to halt very long, bright men; japanese, distin 3.96 3.31 2.87 exporticorp #x +bar Categories shall 18.32 8.98 7.81 scholarmaxi #x +bar Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory 28.26 6.27 4.57 brandbrand #x +bar Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt 12.64 0.55 0.19 namelessbrand #x +bar Hours must carry virtually new seats. Polish, happy affairs might get. Originally warm libraries operate real patients. Then soft scie 35.96 28.04 25.23 edu packedu pack #x +bar Individual flowers used to give thanks. Particular doubts refer a bit for a directions. Police could 8.31 1.74 1.21 exportiimporto #x +bar Low sorts understand. Vegetables must not carry. There legal rates shake so democratic styles. Convenient, single committees might forget 21.35 7.16 5.79 amalgedu pack #x +bar Minutes achieve however for a allies. Areas pay apparently alive officers 32.01 3.28 1.34 amalgedu pack #x +bar Moments incur pa 32.92 6.14 1.84 exportiimporto #x +bar Of course commercial uses look rapidly historical societies. Writers make just high 31.29 3.82 1.33 exportischolar #x +bar Old, valuable 23.07 0.23 0.07 namelessnameless #x +bar Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr 24.90 0.27 0.09 edu packnameless #x +bar Pupils change. Frequently nice rates shall not decide future yards. Over upper girls ought to lower in a developments. Formal 36.24 2.19 1.16 edu packexporti #x +bar Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev 13.88 4.24 2.96 scholarmaxi #x +bar Round managers take processes. Primary, particular courses used to hold sacred cases. C 7.23 4.13 2.84 edu packscholar #x +bar Simple guests leave british, skilled terms. Kind, little standards must suspect. Combinations may think like, distinguished inches. Artists beat awfully. Ide 27.08 1.68 0.53 edu packedu pack #x +bar So damp tests imagine resources. Innocently prime developments shall work small pl 30.83 0.61 0.33 scholarnameless #x +bar So much as close reforms would hide at first measures; alone, important contracts lose linguisti 20.14 2.37 1.37 exportinameless #x +bar Strange do 15.41 9.47 4.82 exportiexporti #x +bar Wide, technical paren 17.06 6.64 3.98 exportiexporti #x +bar Wonderful servants must not resolve once physical lives. Later significant an 27.44 0.33 0.22 brandbrand #x +bar Years need much. Good interests use too different, junior services. Young items shall not find. Disastrous hands release fast new, alternative applications. American police make in 33.95 7.68 4.45 exportiamalg #x +eing Birds stay foreign, chronic parts. So young cases shall not conclude buildings. About important months may not look; degrees catch just; other societies may not ge 18.42 4.67 2.33 amalgscholar #x +eing Central, other hands will agree especially crucial differences 16.71 4.49 3.00 exportischolar #x +eing Even single waters make for instance particular hours. Mental rights may cross as just contemporary m 30.54 0.97 0.82 importounivamalg #x +eing Flowers cultivate still so-called, available 10.50 3.84 1.22 edu packmaxi #x +eing Good, helpful men close. Please difficult lakes should waste very conservative, labour 11.84 3.13 0.97 edu packbrand #x +eing However modern companies ought to make industria 23.09 9.56 3.25 brandcorp #x +eing Important, frequent councils explore general, local ideas. Representatives last more. Foreign, sensible pupils pay. Social, american reservations used to get so much 2.86 0.59 0.25 amalgbrand #x +eing Increased, special pound 24.05 2.52 1.20 importoedu pack #x +eing Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, 30.53 9.69 7.46 edu packmaxi #x +eing Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst 19.15 9.17 6.05 maxinameless #x +eing More different attempts replace. Changes look shoes. E 25.75 2.47 1.40 amalgexporti #x +eing Nations save further new complaints. Perfect things murder different odds. General firms will like also; fatal grounds lie however working sorts. However internal police should design 23.32 8.09 3.31 amalgexporti #x +eing Ordinary orders can inspect. New int 34.66 9.58 3.92 exportiedu pack #x +eing Other, eager christians live very others. Young, financ 8.49 8.22 5.01 edu packscholar #x +eing Parliamentary guests could not convey real chiefs; integrated, full responsibilities take later then important categories. T 28.83 0.41 0.13 edu packamalg #x +eing Physical polls melt as eyes. Clear, special sources might invent at once. As immediate things will not 24.71 3.77 1.80 edu packamalg #x +eing Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f 10.89 0.51 0.26 edu packunivamalg #x +eing Students help factors. Seats take matters; likely sources make ridiculous children. Police might say then just natural characters. A 9.32 1.15 0.62 exportischolar #x +eing Tired days used to admit for a customs 29.84 5.94 4.93 importoamalg #x +eing Wrong, high terms make relatively holidays. Major, relevant theories consider difficult, new markets. Sure, real subjec 27.35 3.29 1.51 amalgscholar #x +ese As sure women fall proposals. Entire, loc 35.61 1.91 1.14 edu packexporti #x +ese Backwards royal assets get plans; countries used to swing then. Most strange 28.67 1.84 0.82 exportiedu pack #x +ese Civil firms say; prospective technologies used to take there. Easy, high assets enter so practical, structural buildings. Studies woul 26.23 9.09 3.45 maxiunivamalg #x +ese Comfortable experiments hit defensive implications. Bad resources would not heal central, national twins. Kind, modern thoughts shall ensure home short 34.17 92.12 71.85 importoedu pack #x +ese Companies find financially substances. National, enormous conclusions might object here firms; exactly different jobs should complete; practices encourage really months. Necessary, previous recor 24.08 5.63 3.71 importoamalgamalg #x +ese Democrats follow mostly available, 25.69 0.59 0.47 exportibrand #x +ese Excellent, real advantages would exist posts. Activities shall continue in a feet. Effects think only confidently local c 25.63 2.41 1.90 amalgunivamalg #x +ese Expensive reasons shall not carry hardly ri 19.68 4.59 1.46 scholarbrand #x +ese Fresh, industrial vegetables could proceed quite i 29.70 7.16 2.57 scholarunivamalg #x +ese Full rules may persuade pregnant cars. Earnings publish worried symptoms. Ready 36.87 5.88 4.99 amalgimporto #x +ese Horses last results. There thorough parents sail everywhere into a gua 23.67 3.45 2.55 scholarnameless #x +ese Large businessmen might give successful poles; children believe however. Hard, fine companies must not dismiss likely advantages. Now great nations shall not walk to 2.78 3.48 1.07 brandcorp #x +ese Modern areas include indeed political children. White, widespread services attend also. Pink boundaries explain early because of a letters. Often assistant men make never pale windows. Then inte 30.08 6.20 4.21 exportiedu pack #x +ese NULL 29.58 NULL NULL exportischolar #x +ese Nowhere sure shops ought to constitute by a conditions. Apparent hands shall not fit slightly general men. Oth 26.20 3.59 3.08 amalgscholar #x +ese Political, french streets used to introduce just labour 21.21 1.59 1.38 edu packunivamalg #x +ese Publications could not judge; double deputies 35.52 6.30 2.39 edu packamalg #x +ese Reasonably direct interests turn. Certainly existing 12.36 1.86 0.89 importoscholar #x +ese Temperatures reflect quite 34.31 0.90 0.45 scholarnameless #x +ese Tests will maintain only. Beautifully local banks make still; particular votes protect during a eyes. Contracts must understand primarily. Difficult countries cast in a 19.06 4.13 2.68 edu packimporto #x +ese Totally pure styles would seek charges; values say. Normal, big activi 30.40 1.07 0.84 maxiunivamalg #x +ese Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho 32.52 1.73 0.77 exportibrand #x +ought Active abilities depend smoothly by a 30.54 2.40 1.44 importoexporti #x +ought Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the 18.54 4.46 1.33 corpmaxi #x +ought At last political managers would get new, historic workers. Requirements seem loose shadows; activities carry favorite mothers; likely issues stand aside environmental, current funds; below 6.48 1.08 0.43 exportiexporti #x +ought Authorities used to leave exactly other co 15.13 2.14 0.72 exporticorp #x +ought Costs receive. British teachers evolve mentally only, new words. Good tickets give 34.78 0.12 0.06 edu packexporti #x +ought European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods 12.84 8.03 4.57 univnameless #x +ought Full-time clothes discharge glad, concerned details. Customs must survive 10.29 8.52 6.73 exportiunivamalg #x diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out index b71fb6f0f6b6..7e379b3a90b3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out @@ -3,8 +3,8 @@ -- !query schema struct -- !query output -Bad cards must make. 621234 Fairview Williamson County TN United States DHL,BARIAN 2001 9506753.46 8008140.33 6116769.63 11973045.15 7756254.92 5352978.49 13733996.10 16418794.37 17212743.32 17042707.41 34304935.61 35324164.21 15.303015385507 12.890698722221 9.846160432301 19.273003650798 12.485238927683 8.616686288902 22.107605346777 26.429323523825 27.707342676029 27.433635972918 55.220634430827 56.861286101534 30534943.77 24481685.94 22178710.81 25695798.18 29954903.78 18084140.05 30805576.13 47156887.22 51158588.86 55759942.80 86253544.16 83451555.63 -Conventional childr 977787 Fairview Williamson County TN United States DHL,BARIAN 2001 8860645.55 14415813.74 6761497.23 11820654.76 8246260.69 6636877.49 11434492.25 25673812.14 23074206.96 21834581.94 26894900.53 33575091.74 9.061938387399 14.743306814265 6.915102399603 12.089191981484 8.433596161537 6.787651594877 11.694256775759 26.257060218637 23.598398178745 22.330611820366 27.505888838776 34.337838138572 23836085.83 32073313.37 25037904.18 22659895.86 21757401.03 24451608.10 21933001.85 55996703.43 57371880.44 62087214.51 82849910.15 88970319.31 -Doors canno 294242 Fairview Williamson County TN United States DHL,BARIAN 2001 6355232.31 10198920.36 10246200.97 12209716.50 8566998.28 8806316.81 9789405.60 16466584.88 26443785.61 27016047.80 33660589.67 27462468.62 21.598657941422 34.661674268120 34.822360404021 41.495491806065 29.115484125312 29.928823247531 33.269912520986 55.962727550791 89.870873668613 91.815742823934 114.397637556841 93.332932144289 22645143.09 24487254.60 24925759.42 30503655.27 26558160.29 20976233.52 29895796.09 56002198.38 53488158.53 76287235.46 82483747.59 88088266.69 -Important issues liv 138504 Fairview Williamson County TN United States DHL,BARIAN 2001 11748784.55 14351305.77 9896470.93 7990874.78 8879247.90 7362383.09 10011144.75 17741201.32 21346976.05 18074978.16 29675125.64 32545325.29 84.826319456478 103.616543709929 71.452600141512 57.694180529082 64.108241639231 53.156465445041 72.280546049212 128.091616993011 154.125339701380 130.501488476867 214.254647086005 234.977511768614 27204167.15 25980378.13 19943398.93 25710421.13 19484481.03 26346611.48 25075158.43 54094778.13 41066732.11 54547058.28 72465962.92 92770328.27 -NULL NULL Fairview Williamson County TN United States DHL,BARIAN 2001 9597806.95 11121820.57 8670867.91 8994786.04 10887248.09 14187671.36 9732598.41 19798897.07 21007842.34 21495513.67 34795669.17 33122997.94 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 21913594.59 32518476.51 24885662.72 25698343.86 33735910.61 35527031.58 25465193.48 53623238.66 51409986.76 54159173.90 92227043.25 83435390.84 +Bad cards must make. 621234 Fairview Williamson County TN United States DHL,BARIAN 2001 9506753.46 8008140.33 6116769.63 11973045.15 7756254.92 5352978.49 13733996.10 16418794.37 17212743.32 17042707.41 34304935.61 35324164.21 15.303015385507 12.890698722221 9.846160432301 19.273003650798 12.485238927683 8.616686288902 22.107605346777 26.429323523825 27.707342676029 27.433635972918 55.220634430827 56.861286101534 30534943.77 24481685.94 22178710.81 25695798.18 29954903.78 18084140.05 30805576.13 47156887.22 51158588.86 55759942.80 86253544.16 83451555.63 +Conventional childr 977787 Fairview Williamson County TN United States DHL,BARIAN 2001 8860645.55 14415813.74 6761497.23 11820654.76 8246260.69 6636877.49 11434492.25 25673812.14 23074206.96 21834581.94 26894900.53 33575091.74 9.061938387399 14.743306814265 6.915102399603 12.089191981484 8.433596161537 6.787651594877 11.694256775759 26.257060218637 23.598398178745 22.330611820366 27.505888838776 34.337838138572 23836085.83 32073313.37 25037904.18 22659895.86 21757401.03 24451608.10 21933001.85 55996703.43 57371880.44 62087214.51 82849910.15 88970319.31 +Doors canno 294242 Fairview Williamson County TN United States DHL,BARIAN 2001 6355232.31 10198920.36 10246200.97 12209716.50 8566998.28 8806316.81 9789405.60 16466584.88 26443785.61 27016047.80 33660589.67 27462468.62 21.598657941422 34.661674268120 34.822360404021 41.495491806065 29.115484125312 29.928823247531 33.269912520986 55.962727550791 89.870873668613 91.815742823934 114.397637556841 93.332932144289 22645143.09 24487254.60 24925759.42 30503655.27 26558160.29 20976233.52 29895796.09 56002198.38 53488158.53 76287235.46 82483747.59 88088266.69 +Important issues liv 138504 Fairview Williamson County TN United States DHL,BARIAN 2001 11748784.55 14351305.77 9896470.93 7990874.78 8879247.90 7362383.09 10011144.75 17741201.32 21346976.05 18074978.16 29675125.64 32545325.29 84.826319456478 103.616543709929 71.452600141512 57.694180529082 64.108241639231 53.156465445041 72.280546049212 128.091616993011 154.125339701380 130.501488476867 214.254647086005 234.977511768614 27204167.15 25980378.13 19943398.93 25710421.13 19484481.03 26346611.48 25075158.43 54094778.13 41066732.11 54547058.28 72465962.92 92770328.27 +NULL NULL Fairview Williamson County TN United States DHL,BARIAN 2001 9597806.95 11121820.57 8670867.91 8994786.04 10887248.09 14187671.36 9732598.41 19798897.07 21007842.34 21495513.67 34795669.17 33122997.94 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 21913594.59 32518476.51 24885662.72 25698343.86 33735910.61 35527031.58 25465193.48 53623238.66 51409986.76 54159173.90 92227043.25 83435390.84 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out index cf43e78198de..1d885880a1e0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out @@ -3,4 +3,103 @@ -- !query schema struct -- !query output - +Aaron Guy Lakeside Mount Pleasant 210815 24704.66 678.88 45673.18 +Abbott Harriet Wesley Forest Hills 84405 23666.36 1274.86 45689.64 +Abbott Joseph Greenfield Midway 62751 37795.50 1086.40 53385.17 +Abney Louis Gladstone Green Acres 140967 20698.82 491.86 48086.21 +Acevedo David Clinton Shady Grove 131505 22075.16 772.60 46961.99 +Acosta David Harmony Bunker Hill 112259 11738.20 399.34 17105.96 +Acosta Johnnie Centerville Enterprise 69183 21688.97 1059.74 34387.30 +Adair Evan Blanchard New Hope 117449 10843.01 540.08 20084.01 +Adams Genevieve Enterprise Union Hill 109910 32666.21 1432.96 61189.81 +Adams John Marion Oak Ridge 206733 34785.44 852.47 57926.68 +Adams Joyce Newtown Concord 166181 18450.10 1108.79 28427.74 +NULL Ana Deerfield Jamestown 26329 37277.21 1346.72 65078.34 +NULL Andrew Centerville Plainview 98661 40661.38 973.31 79995.51 +NULL Andrew Shiloh Mount Zion 205712 18320.09 575.85 32773.59 +NULL Antone Antioch Forest Hills 192973 14507.02 841.86 34973.08 +NULL Barbara Westgate Crossroads 202167 17296.28 1017.79 30562.26 +NULL Bernadette Ashland Pleasant Grove 134217 6757.46 306.65 17709.08 +NULL David Florence Springdale 108460 17730.57 647.69 43637.79 +NULL Diane Five Points Mount Zion 203347 26281.72 533.37 42267.33 +NULL Donna Oak Hill Sulphur Springs 36870 25603.09 1331.75 53982.97 +NULL Douglas Crossroads Sunnyside 218776 22822.92 884.66 42559.53 +NULL Emiko Liberty Oakdale 193771 9730.58 249.23 22985.99 +NULL Frank Riverview Waterloo 109144 18721.91 846.02 29241.20 +NULL George Pleasant Grove Shiloh 179953 18237.84 607.57 44135.38 +NULL Gertrude Greenwood Macedonia 137410 33678.21 1866.59 47276.52 +NULL Jack Oakwood Liberty 149758 18006.16 299.45 37000.83 +NULL James Riverview Valley View 99563 22376.23 546.85 42749.50 +NULL James Shiloh Wesley 142680 28622.37 1046.33 61645.20 +NULL John Fairview Lakeside 123374 21712.42 1337.39 31640.02 +NULL John Parkwood Edgewood 24159 24087.46 1200.55 51305.29 +NULL Joseph Lakewood Mount Olive 231104 34934.39 1256.89 55986.84 +NULL Joseph Springdale Lakeside 134343 17381.47 748.31 37418.87 +NULL Joshua Five Points Hopewell 227114 19755.36 674.30 28406.59 +NULL Joshua Lakeside Highland Park 46736 29566.29 1020.12 55274.62 +NULL Juanita Waterloo Georgetown 100509 26660.53 676.41 51566.27 +NULL Karen Greenfield Friendship 40841 15048.50 678.00 45109.61 +NULL Kent Wilson Mountain View 27855 34594.01 1145.23 61220.01 +NULL Lacey Jamestown Riverside 134462 10125.84 293.43 26180.45 +NULL Larry Oak Hill Five Points 54597 31630.41 1432.78 55835.87 +NULL Lillian Fairview Pleasant Hill 90533 32594.36 1558.26 66144.34 +NULL Malcolm Spring Hill Bridgeport 97846 27789.25 1441.65 70190.53 +NULL Marti Greenwood Providence 231861 18475.92 694.12 33988.12 +NULL Melvin Woodville Harmony 115030 15067.30 734.83 31515.14 +NULL NULL Brownsville Walnut Grove 53883 23832.80 1031.26 32052.94 +NULL NULL Buena Vista Griffin 109500 35164.09 1692.37 53432.26 +NULL NULL Centerville Providence 62604 6898.02 324.99 30892.81 +NULL NULL Clinton Redland 36631 20981.79 1799.58 26288.30 +NULL NULL Dallas Shady Grove 55706 22011.96 313.15 53826.72 +NULL NULL Deerfield Lakeside 232906 18068.60 650.65 43837.36 +NULL NULL Edgewood Belmont 230383 14998.93 844.15 26544.25 +NULL NULL Fairview Florence 90439 18472.43 665.54 45369.45 +NULL NULL Five Points Tracy 159202 32371.98 1162.21 65641.10 +NULL NULL Florence Spring Hill 104935 19660.92 1221.31 44977.11 +NULL NULL Forest Hills Argyle 139387 14190.66 566.22 26171.36 +NULL NULL Franklin Floyd 230648 16319.23 871.53 38604.51 +NULL NULL Galena Sulphur Springs 137765 12788.84 545.88 35276.70 +NULL NULL Georgetown Forest Hills 195266 11924.71 382.35 28208.78 +NULL NULL Glendale Mount Pleasant 159389 19529.56 568.73 42661.40 +NULL NULL Guilford Wildwood 49651 14471.24 513.47 32498.08 +NULL NULL Hillcrest Valley View 218569 37536.35 1322.01 54952.26 +NULL NULL Kingston Wildwood 176614 38949.49 2260.34 62962.63 +NULL NULL Lakeside Jackson 235093 15888.52 457.78 39640.17 +NULL NULL Leon Five Points 50330 18970.87 926.99 49138.72 +NULL NULL Littleton Walnut Grove 209023 22998.20 640.55 41076.55 +NULL NULL Midway Oakwood 11488 13314.57 425.70 30008.53 +NULL NULL Morris Sullivan 97140 13728.72 455.24 22377.36 +NULL NULL Mount Pleasant Greenville 206301 20248.08 682.37 57143.50 +NULL NULL Mount Zion Greenwood 174923 17133.91 313.95 51727.01 +NULL NULL Mountain View Deerfield 194436 16962.72 773.97 33070.54 +NULL NULL Newport Bunker Hill 47193 37645.73 1195.20 72749.99 +NULL NULL Newtown Union Hill 186823 18161.92 709.16 27119.67 +NULL NULL Pleasant Grove Newtown 164893 15334.29 612.95 39959.97 +NULL NULL Pleasant Hill Waterloo 156554 20178.41 1143.87 34449.89 +NULL NULL Salem Mount Pleasant 50365 26947.72 531.11 39988.78 +NULL NULL Shady Grove Clifford 103990 20797.70 1019.91 44546.93 +NULL NULL Shelby Clifton 54573 25576.31 723.92 42159.67 +NULL NULL Shiloh Oakland 46266 25416.89 1427.81 45735.58 +NULL NULL Springfield Florence 77578 11201.04 573.75 39745.55 +NULL NULL Springfield Jackson 176898 22035.46 785.41 36552.00 +NULL NULL Summit Concord 224470 17167.29 893.49 36546.18 +NULL NULL Sunnyside Newtown 40831 22656.49 1011.26 54581.80 +NULL NULL Unionville Woodlawn 70 14472.01 383.45 27139.95 +NULL NULL Walnut Grove Willow 147740 24550.37 1403.66 47888.99 +NULL NULL Waterloo Spring Hill 206784 21355.86 1366.98 37107.65 +NULL NULL White Oak Florence 92664 13525.33 462.86 28408.35 +NULL NULL Wilson Jamestown 111773 21025.19 845.83 39863.08 +NULL Norman Jamestown Farmington 218063 37475.56 1480.70 61106.57 +NULL Ralph Valley View Harmony 125234 17152.89 603.81 43572.89 +NULL Raymond Springfield Greenfield 174183 26633.39 1132.88 66071.66 +NULL Rene Caledonia Spring Valley 30016 48048.11 1969.99 88469.89 +NULL Rene Caledonia Stringtown 16638 20732.47 915.66 38600.63 +NULL Ricky Stringtown Glenwood 120194 22030.71 790.40 54088.54 +NULL Roy Georgetown Riverside 200033 35666.28 644.10 62654.54 +NULL Shannon Brownsville Deerfield 57279 31806.93 1450.73 59987.95 +NULL Susan Green Acres Liberty 143399 13352.11 880.61 30549.47 +NULL Tabatha Harmony Greenfield 56102 17377.84 420.63 38464.67 +NULL Victor Providence Antioch 161524 14173.12 860.07 26079.25 +NULL Violet Woodlawn Woodville 193534 17536.20 1067.01 30308.64 +NULL Warren Bunker Hill Greenville 134828 10481.74 350.80 19160.46 +NULL Willie Freeport Wyoming 147738 15265.05 608.18 43336.34 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out index 961eefe2e437..a065eba0a109 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q70.sql.out @@ -5,4 +5,4 @@ struct -- !query output -A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po NULL 5212 1 1 1 -Abilities would not require almost; local Bad cards must make. 5197 1 1 1 -Able Conventional childr 5177 1 1 1 -Able hands help however inevitable policemen. Far true matters will not forgive never hands. Absolutely french events stop now. Well able procedures unde Conventional childr 5195 1 1 1 -Able hands help however inevitable policemen. Far true matters will not forgive never hands. Absolutely french events stop now. Well able procedures unde Doors canno 5195 1 1 1 -Able, alternative police shall not give so other complaints. There complex NULL 5212 1 1 1 -Able, long mammals can want new, serious years. Questions would not cope again mainly unable contributions. Less responsible shelves lose records; leading, similar Important issues liv 5170 1 1 1 -Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Doors canno 5213 1 1 1 -Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Important issues liv 5180 1 1 1 -About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Important issues liv 5215 1 1 1 -About natural economie Bad cards must make. 5202 1 1 1 -About other levels should proceed certainly fine, severe facts. Important issues liv 5210 1 1 1 -About working feelings could produce only types. Electoral, new visitors will not make more afraid, large tr NULL 5197 1 1 1 -Absolutely Bad cards must make. 5203 1 1 1 -Absolutely Doors canno 5203 1 1 1 -Absolutely NULL 5206 1 1 1 -Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa NULL 5207 1 1 1 -Absolutely old payments will b Doors canno 5216 1 1 1 -Accused men cannot increase e Important issues liv 5207 1 1 1 -Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5169 1 1 1 -Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend Conventional childr 5209 1 1 1 -Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend NULL 5209 1 1 1 -Active windows shall not find small, relig Conventional childr 5203 1 1 1 -Actively different proceedings light yet so similar houses. Good circumstances shall not take only levels. Then moral pounds will clean very only national organisations. NULL 5183 1 1 1 -Activities say. Right lips resort current techniques. Regional, possible daughters might not present changes; students can notice ridiculous, l Conventional childr 5192 1 1 1 -Acts Bad cards must make. 5218 1 1 1 -Acts Conventional childr 5218 1 1 1 -Actual, grey hands giv NULL 5214 1 1 1 -Acute, important performances afford. New, nuclear men used to assess again small results. NULL 5187 1 1 1 -Added, similar grounds spend also concrete terms. Fellow, mass Important issues liv 5206 1 1 1 -Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Doors canno 5216 1 1 1 -Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Important issues liv 5214 1 1 1 -Adequate things reassure unknown legs. Old, possible bishops shall locate else during a companies; bitter, alone Bad cards must make. 5206 1 1 1 -Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Conventional childr 5214 1 1 1 -Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Important issues liv 5214 1 1 1 -Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very Bad cards must make. 5206 1 1 1 -Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very NULL 5206 1 1 1 -Advanced, certain fields miss electronically for the books. Open measures match therefore s Doors canno 5196 1 1 1 -Advanced, certain fields miss electronically for the books. Open measures match therefore s Important issues liv 5210 1 1 1 -Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Doors canno 5186 1 1 1 -Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Important issues liv 5186 1 1 1 -Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair NULL 5206 1 1 1 -Afraid years suspend much building NULL 5171 1 1 1 -Afraid, grey officers mean costly institutions. Societi Conventional childr 5199 1 1 1 -Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Important issues liv 5210 1 1 1 -Afraid, southern problems need according to a dec Conventional childr 5207 1 1 1 -Afraid, southern problems need according to a dec Important issues liv 5207 1 1 1 -Again available bags breathe good circumstances. Thus final cases must Bad cards must make. 5214 1 1 1 -Again available bags breathe good circumstances. Thus final cases must Conventional childr 5218 1 1 1 -Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W NULL 5214 1 1 1 -Again small deaths could flou Bad cards must make. 5175 1 1 1 -Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Important issues liv 5206 1 1 1 -Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Conventional childr 5209 1 1 1 -Ago foreign writings leave; even considerable artists let fully then minimal workers. Clear ministers keep. Specifically dry men increase central tests. Living, alternative meanings ought Important issues liv 5180 1 1 1 -Ago regional objects finish courts. Large, serio Bad cards must make. 5187 1 1 1 -Agricultural, difficult engines marry according to the things; instances shall not go however quietly statutory images. Still sharp patients work no doubt producers. Magazines Doors canno 5210 1 1 1 -Agricultural, selective groups follow much worthwhile panels. Fully sim Bad cards must make. 5207 1 1 1 -Aims play already Doors canno 5198 1 1 1 -Al NULL 5167 1 1 1 -All Bad cards must make. 5175 1 1 1 -All Important issues liv 5210 1 1 1 -All numerous reasons explain upper teachers; necessary, inte Bad cards must make. 5181 1 1 1 -All realistic employees should attempt all only expert parties. Complete days cannot come as possible rules. Normal candidates would not pay there improved, o Doors canno 5204 1 1 1 -All right deliberate difficulties wait still between a seats; final, actual jobs may mee Bad cards must make. 5212 1 1 1 -All right deliberate difficulties wait still between a seats; final, actual jobs may mee Conventional childr 5174 1 1 1 -All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Doors canno 5188 1 1 1 -Alm Important issues liv 5204 1 1 1 -Almost armed animals will maintain always pure, professional days; differe Conventional childr 5175 1 1 1 -Almost armed animals will maintain always pure, professional days; differe Doors canno 5175 1 1 1 -Almost armed animals will maintain always pure, professional days; differe Important issues liv 5175 1 1 1 -Almost low provisions suggest to Conventional childr 5211 1 1 1 -Almost separate f Bad cards must make. 5215 1 1 1 -Almost separate f NULL 5215 1 1 1 -Alone days must undertake children; pages will face cases. Days fit especially black standards. Certain, involved numbers may not intend high, Conventional childr 5176 1 1 1 -Alone relevant nights pretend so complete years. Currently new unions make horizontally bills. Most political troops could give most possible, australian elements; flowers shall recall most pop Important issues liv 5212 1 1 1 -Alone working-class dates open from a issues. Most european concessions will not tell personal areas; central, poor officials might not act Doors canno 5197 1 1 1 -Alone, small conditions get either likely companies. Inner, long-term patients make hot rebels. Procedures see fi Important issues liv 5215 1 1 1 -Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Doors canno 5215 1 1 1 -Best possible ages tell together new, st Conventional childr 5213 2 2 2 -Closed, good condition Doors canno 5169 2 2 2 -Departments make once again police. Very acceptable results call still extended, known ends; relationships shoot strangely. Acids shall discharge in order ethnic, ric NULL 5168 2 2 2 -Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Conventional childr 5210 2 2 2 -Good, open studies dream more; industrial, social organisations could understand recently quick tall theories. Lines must answer functions; subtle factor Important issues liv 5214 2 2 2 -Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Doors canno 5212 2 2 2 -High, essential groups should not weigh more other years; there different papers could announce; large departments c Important issues liv 5198 2 2 2 -Just young partie Important issues liv 5213 2 2 2 -Levels undermine unfortunately efficient weeks NULL 5210 2 2 2 -NULL Doors canno 5175 1 1 1 -NULL Doors canno 5207 1 1 1 +A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po NULL 5212 1 1 1 +Abilities would not require almost; local Bad cards must make. 5197 1 1 1 +Able Conventional childr 5177 1 1 1 +Able hands help however inevitable policemen. Far true matters will not forgive never hands. Absolutely french events stop now. Well able procedures unde Conventional childr 5195 1 1 1 +Able hands help however inevitable policemen. Far true matters will not forgive never hands. Absolutely french events stop now. Well able procedures unde Doors canno 5195 1 1 1 +Able, alternative police shall not give so other complaints. There complex NULL 5212 1 1 1 +Able, long mammals can want new, serious years. Questions would not cope again mainly unable contributions. Less responsible shelves lose records; leading, similar Important issues liv 5170 1 1 1 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Doors canno 5213 1 1 1 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Important issues liv 5180 1 1 1 +About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Important issues liv 5215 1 1 1 +About natural economie Bad cards must make. 5202 1 1 1 +About other levels should proceed certainly fine, severe facts. Important issues liv 5210 1 1 1 +About working feelings could produce only types. Electoral, new visitors will not make more afraid, large tr NULL 5197 1 1 1 +Absolutely Bad cards must make. 5203 1 1 1 +Absolutely Doors canno 5203 1 1 1 +Absolutely NULL 5206 1 1 1 +Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa NULL 5207 1 1 1 +Absolutely old payments will b Doors canno 5216 1 1 1 +Accused men cannot increase e Important issues liv 5207 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5169 1 1 1 +Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend Conventional childr 5209 1 1 1 +Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend NULL 5209 1 1 1 +Active windows shall not find small, relig Conventional childr 5203 1 1 1 +Actively different proceedings light yet so similar houses. Good circumstances shall not take only levels. Then moral pounds will clean very only national organisations. NULL 5183 1 1 1 +Activities say. Right lips resort current techniques. Regional, possible daughters might not present changes; students can notice ridiculous, l Conventional childr 5192 1 1 1 +Acts Bad cards must make. 5218 1 1 1 +Acts Conventional childr 5218 1 1 1 +Actual, grey hands giv NULL 5214 1 1 1 +Acute, important performances afford. New, nuclear men used to assess again small results. NULL 5187 1 1 1 +Added, similar grounds spend also concrete terms. Fellow, mass Important issues liv 5206 1 1 1 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Doors canno 5216 1 1 1 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Important issues liv 5214 1 1 1 +Adequate things reassure unknown legs. Old, possible bishops shall locate else during a companies; bitter, alone Bad cards must make. 5206 1 1 1 +Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Conventional childr 5214 1 1 1 +Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Important issues liv 5214 1 1 1 +Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very Bad cards must make. 5206 1 1 1 +Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very NULL 5206 1 1 1 +Advanced, certain fields miss electronically for the books. Open measures match therefore s Doors canno 5196 1 1 1 +Advanced, certain fields miss electronically for the books. Open measures match therefore s Important issues liv 5210 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Doors canno 5186 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Important issues liv 5186 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair NULL 5206 1 1 1 +Afraid years suspend much building NULL 5171 1 1 1 +Afraid, grey officers mean costly institutions. Societi Conventional childr 5199 1 1 1 +Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Important issues liv 5210 1 1 1 +Afraid, southern problems need according to a dec Conventional childr 5207 1 1 1 +Afraid, southern problems need according to a dec Important issues liv 5207 1 1 1 +Again available bags breathe good circumstances. Thus final cases must Bad cards must make. 5214 1 1 1 +Again available bags breathe good circumstances. Thus final cases must Conventional childr 5218 1 1 1 +Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W NULL 5214 1 1 1 +Again small deaths could flou Bad cards must make. 5175 1 1 1 +Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Important issues liv 5206 1 1 1 +Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Conventional childr 5209 1 1 1 +Ago foreign writings leave; even considerable artists let fully then minimal workers. Clear ministers keep. Specifically dry men increase central tests. Living, alternative meanings ought Important issues liv 5180 1 1 1 +Ago regional objects finish courts. Large, serio Bad cards must make. 5187 1 1 1 +Agricultural, difficult engines marry according to the things; instances shall not go however quietly statutory images. Still sharp patients work no doubt producers. Magazines Doors canno 5210 1 1 1 +Agricultural, selective groups follow much worthwhile panels. Fully sim Bad cards must make. 5207 1 1 1 +Aims play already Doors canno 5198 1 1 1 +Al NULL 5167 1 1 1 +All Bad cards must make. 5175 1 1 1 +All Important issues liv 5210 1 1 1 +All numerous reasons explain upper teachers; necessary, inte Bad cards must make. 5181 1 1 1 +All realistic employees should attempt all only expert parties. Complete days cannot come as possible rules. Normal candidates would not pay there improved, o Doors canno 5204 1 1 1 +All right deliberate difficulties wait still between a seats; final, actual jobs may mee Bad cards must make. 5212 1 1 1 +All right deliberate difficulties wait still between a seats; final, actual jobs may mee Conventional childr 5174 1 1 1 +All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Doors canno 5188 1 1 1 +Alm Important issues liv 5204 1 1 1 +Almost armed animals will maintain always pure, professional days; differe Conventional childr 5175 1 1 1 +Almost armed animals will maintain always pure, professional days; differe Doors canno 5175 1 1 1 +Almost armed animals will maintain always pure, professional days; differe Important issues liv 5175 1 1 1 +Almost low provisions suggest to Conventional childr 5211 1 1 1 +Almost separate f Bad cards must make. 5215 1 1 1 +Almost separate f NULL 5215 1 1 1 +Alone days must undertake children; pages will face cases. Days fit especially black standards. Certain, involved numbers may not intend high, Conventional childr 5176 1 1 1 +Alone relevant nights pretend so complete years. Currently new unions make horizontally bills. Most political troops could give most possible, australian elements; flowers shall recall most pop Important issues liv 5212 1 1 1 +Alone working-class dates open from a issues. Most european concessions will not tell personal areas; central, poor officials might not act Doors canno 5197 1 1 1 +Alone, small conditions get either likely companies. Inner, long-term patients make hot rebels. Procedures see fi Important issues liv 5215 1 1 1 +Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Doors canno 5215 1 1 1 +Best possible ages tell together new, st Conventional childr 5213 2 2 2 +Closed, good condition Doors canno 5169 2 2 2 +Departments make once again police. Very acceptable results call still extended, known ends; relationships shoot strangely. Acids shall discharge in order ethnic, ric NULL 5168 2 2 2 +Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Conventional childr 5210 2 2 2 +Good, open studies dream more; industrial, social organisations could understand recently quick tall theories. Lines must answer functions; subtle factor Important issues liv 5214 2 2 2 +Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Doors canno 5212 2 2 2 +High, essential groups should not weigh more other years; there different papers could announce; large departments c Important issues liv 5198 2 2 2 +Just young partie Important issues liv 5213 2 2 2 +Levels undermine unfortunately efficient weeks NULL 5210 2 2 2 +NULL Doors canno 5175 1 1 1 +NULL Doors canno 5207 1 1 1 NULL Important issues liv 5205 1 1 1 NULL NULL 5175 1 1 1 NULL NULL 5217 1 1 1 -New, full rises drive however. Legs retain often in a women. Remaining, parliamentary miles may help nevertheless rather full pupils. Glad crimes might Bad cards must make. 5217 2 2 2 -Provisions go too. Sad others contain italian branches. Keys k Bad cards must make. 5213 2 2 2 -Provisions go too. Sad others contain italian branches. Keys k Doors canno 5213 2 2 2 -Shortly desperate nat Conventional childr 5210 2 2 2 -True tears continue currently pale, close men. Soon medical numbers might not take other, Important issues liv 5199 2 2 2 -White employees name; figures feed sure. Speeches can achieve. Extremely final seats may exist too all religious studies. Medite Bad cards must make. 5168 2 2 2 -Words use up a documents. Collections may Conventional childr 5168 2 2 2 -Words use up a documents. Collections may Important issues liv 5168 2 2 2 +New, full rises drive however. Legs retain often in a women. Remaining, parliamentary miles may help nevertheless rather full pupils. Glad crimes might Bad cards must make. 5217 2 2 2 +Provisions go too. Sad others contain italian branches. Keys k Bad cards must make. 5213 2 2 2 +Provisions go too. Sad others contain italian branches. Keys k Doors canno 5213 2 2 2 +Shortly desperate nat Conventional childr 5210 2 2 2 +True tears continue currently pale, close men. Soon medical numbers might not take other, Important issues liv 5199 2 2 2 +White employees name; figures feed sure. Speeches can achieve. Extremely final seats may exist too all religious studies. Medite Bad cards must make. 5168 2 2 2 +Words use up a documents. Collections may Conventional childr 5168 2 2 2 +Words use up a documents. Collections may Important issues liv 5168 2 2 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out index 8c0bbfdeb342..2f3fb23543c1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q73.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output - +Greene Clarence NULL N 1541 5 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out index 2e3856699f61..201d07bbeec0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -NULL NULL Fairview 125748 1068.99 -6885.03 -NULL NULL Fairview 129036 612.76 -9951.35 -NULL NULL Fairview 142379 1419.98 -3892.46 -NULL NULL Fairview 146799 1201.82 -9526.13 -NULL NULL Fairview 158139 3721.39 -23039.01 -NULL NULL Fairview 163421 1367.41 -4442.71 -NULL NULL Fairview 167006 2257.97 -13398.38 -NULL NULL Fairview 191089 774.36 -4209.49 -NULL NULL Fairview 198542 1082.91 -1789.20 -NULL NULL Fairview 213610 0.00 -14406.65 -NULL NULL Fairview 228288 344.31 -8873.54 -NULL NULL Fairview 230904 0.00 -2575.26 -NULL NULL Fairview 30114 165.75 -17434.48 -NULL NULL Fairview 34621 2129.85 -7876.49 -NULL NULL Fairview 66717 1521.09 -2431.95 -NULL NULL Fairview 66813 203.64 -7439.28 -NULL NULL Fairview 7153 9.96 -984.62 -NULL NULL Midway 102114 0.00 -6638.65 -NULL NULL Midway 103268 0.00 -14413.59 -NULL NULL Midway 103268 0.00 NULL -NULL NULL Midway 103927 4067.95 -15388.67 -NULL NULL Midway 10538 80.37 -10327.22 -NULL NULL Midway 10660 88.71 -4082.71 -NULL NULL Midway 109728 2083.90 -9357.20 -NULL NULL Midway 109831 7442.01 -14038.22 -NULL NULL Midway 111877 6321.51 -19177.96 -NULL NULL Midway 113867 NULL NULL -NULL NULL Midway 115373 295.40 -10518.54 -NULL NULL Midway 118548 960.04 -6150.21 -NULL NULL Midway 126177 5045.26 -9902.09 -NULL NULL Midway 128634 362.34 -8867.85 -NULL NULL Midway 13073 7191.35 -7052.08 -NULL NULL Midway 132924 1156.08 -21285.03 -NULL NULL Midway 13424 2244.41 -13337.11 -NULL NULL Midway 144321 293.21 -3652.26 -NULL NULL Midway 145180 0.00 -5393.65 -NULL NULL Midway 147740 2601.24 -8887.25 -NULL NULL Midway 152765 0.00 -12123.91 -NULL NULL Midway 152807 885.79 -7355.92 -NULL NULL Midway 153601 1826.35 -7760.98 -NULL NULL Midway 154925 0.00 -13975.29 -NULL NULL Midway 157905 2733.35 -5737.13 -NULL NULL Midway 159742 3230.63 -13929.03 -NULL NULL Midway 16363 2779.59 -12799.66 -NULL NULL Midway 164719 63.69 -5651.93 -NULL NULL Midway 176664 404.35 -7609.57 -NULL NULL Midway 177932 5919.58 -13201.49 -NULL NULL Midway 178696 81.17 -17671.47 -NULL NULL Midway 185866 1172.46 -12011.29 -NULL NULL Midway 188806 4618.18 -8810.05 -NULL NULL Midway 2018 29.76 -22410.59 -NULL NULL Midway 210261 1590.93 -9191.73 -NULL NULL Midway 214448 4036.02 -12189.20 -NULL NULL Midway 215748 2886.30 -6809.03 -NULL NULL Midway 216619 10.99 -7107.27 -NULL NULL Midway 217339 1865.02 -17373.08 -NULL NULL Midway 218338 0.00 -6520.72 -NULL NULL Midway 22110 292.16 -11529.30 -NULL NULL Midway 22249 283.79 -15294.16 -NULL NULL Midway 223610 277.11 -12432.76 -NULL NULL Midway 228411 63.05 -7003.42 -NULL NULL Midway 229149 92.42 -16316.52 -NULL NULL Midway 229921 3612.10 -16374.27 -NULL NULL Midway 230663 285.65 -17047.31 -NULL NULL Midway 230745 335.47 -6460.48 -NULL NULL Midway 234655 0.00 -7284.12 -NULL NULL Midway 23868 0.00 -5875.89 -NULL NULL Midway 24453 3762.75 -23692.00 -NULL NULL Midway 25768 563.65 -5382.14 -NULL NULL Midway 2597 8185.89 -9982.61 -NULL NULL Midway 27979 3118.44 -11169.87 -NULL NULL Midway 28961 1012.33 -6571.16 -NULL NULL Midway 31893 129.98 -7832.45 -NULL NULL Midway 362 545.72 -12767.12 -NULL NULL Midway 37443 5935.63 -11079.34 -NULL NULL Midway 4209 2424.02 -16215.01 -NULL NULL Midway 42870 834.21 -12044.33 -NULL NULL Midway 43495 4179.63 -11521.10 -NULL NULL Midway 44330 2073.16 -9774.23 -NULL NULL Midway 44461 0.00 -9796.43 -NULL NULL Midway 45822 4014.71 -13350.50 -NULL NULL Midway 59324 1963.84 -8402.14 -NULL NULL Midway 6159 0.00 -5326.19 -NULL NULL Midway 63058 543.97 -5986.27 -NULL NULL Midway 64117 3900.85 -13187.49 -NULL NULL Midway 64280 1881.76 -5952.31 -NULL NULL Midway 69241 804.35 -3962.88 -NULL NULL Midway 70150 690.04 -6022.55 -NULL NULL Midway 70505 979.13 -11422.12 -NULL NULL Midway 71117 3317.76 -10629.69 -NULL NULL Midway 72972 380.54 -8579.82 -NULL NULL Midway 76802 492.45 -6584.79 -NULL NULL Midway 7696 36.03 -5756.62 -NULL NULL Midway 77368 6332.15 -13973.11 -NULL NULL Midway 8272 4708.31 -20242.53 -NULL NULL Midway 83601 8274.69 -11017.35 -NULL NULL Midway 86777 1596.97 -12846.14 -NULL NULL Midway 88444 290.18 -12645.67 -NULL NULL Midway 88663 0.00 -9197.71 -NULL NULL Midway 9441 1109.31 -26407.61 +NULL NULL Fairview 125748 1068.99 -6885.03 +NULL NULL Fairview 129036 612.76 -9951.35 +NULL NULL Fairview 142379 1419.98 -3892.46 +NULL NULL Fairview 146799 1201.82 -9526.13 +NULL NULL Fairview 158139 3721.39 -23039.01 +NULL NULL Fairview 163421 1367.41 -4442.71 +NULL NULL Fairview 167006 2257.97 -13398.38 +NULL NULL Fairview 191089 774.36 -4209.49 +NULL NULL Fairview 198542 1082.91 -1789.20 +NULL NULL Fairview 213610 0.00 -14406.65 +NULL NULL Fairview 228288 344.31 -8873.54 +NULL NULL Fairview 230904 0.00 -2575.26 +NULL NULL Fairview 30114 165.75 -17434.48 +NULL NULL Fairview 34621 2129.85 -7876.49 +NULL NULL Fairview 66717 1521.09 -2431.95 +NULL NULL Fairview 66813 203.64 -7439.28 +NULL NULL Fairview 7153 9.96 -984.62 +NULL NULL Midway 102114 0.00 -6638.65 +NULL NULL Midway 103268 0.00 -14413.59 +NULL NULL Midway 103268 0.00 NULL +NULL NULL Midway 103927 4067.95 -15388.67 +NULL NULL Midway 10538 80.37 -10327.22 +NULL NULL Midway 10660 88.71 -4082.71 +NULL NULL Midway 109728 2083.90 -9357.20 +NULL NULL Midway 109831 7442.01 -14038.22 +NULL NULL Midway 111877 6321.51 -19177.96 +NULL NULL Midway 113867 NULL NULL +NULL NULL Midway 115373 295.40 -10518.54 +NULL NULL Midway 118548 960.04 -6150.21 +NULL NULL Midway 126177 5045.26 -9902.09 +NULL NULL Midway 128634 362.34 -8867.85 +NULL NULL Midway 13073 7191.35 -7052.08 +NULL NULL Midway 132924 1156.08 -21285.03 +NULL NULL Midway 13424 2244.41 -13337.11 +NULL NULL Midway 144321 293.21 -3652.26 +NULL NULL Midway 145180 0.00 -5393.65 +NULL NULL Midway 147740 2601.24 -8887.25 +NULL NULL Midway 152765 0.00 -12123.91 +NULL NULL Midway 152807 885.79 -7355.92 +NULL NULL Midway 153601 1826.35 -7760.98 +NULL NULL Midway 154925 0.00 -13975.29 +NULL NULL Midway 157905 2733.35 -5737.13 +NULL NULL Midway 159742 3230.63 -13929.03 +NULL NULL Midway 16363 2779.59 -12799.66 +NULL NULL Midway 164719 63.69 -5651.93 +NULL NULL Midway 176664 404.35 -7609.57 +NULL NULL Midway 177932 5919.58 -13201.49 +NULL NULL Midway 178696 81.17 -17671.47 +NULL NULL Midway 185866 1172.46 -12011.29 +NULL NULL Midway 188806 4618.18 -8810.05 +NULL NULL Midway 2018 29.76 -22410.59 +NULL NULL Midway 210261 1590.93 -9191.73 +NULL NULL Midway 214448 4036.02 -12189.20 +NULL NULL Midway 215748 2886.30 -6809.03 +NULL NULL Midway 216619 10.99 -7107.27 +NULL NULL Midway 217339 1865.02 -17373.08 +NULL NULL Midway 218338 0.00 -6520.72 +NULL NULL Midway 22110 292.16 -11529.30 +NULL NULL Midway 22249 283.79 -15294.16 +NULL NULL Midway 223610 277.11 -12432.76 +NULL NULL Midway 228411 63.05 -7003.42 +NULL NULL Midway 229149 92.42 -16316.52 +NULL NULL Midway 229921 3612.10 -16374.27 +NULL NULL Midway 230663 285.65 -17047.31 +NULL NULL Midway 230745 335.47 -6460.48 +NULL NULL Midway 234655 0.00 -7284.12 +NULL NULL Midway 23868 0.00 -5875.89 +NULL NULL Midway 24453 3762.75 -23692.00 +NULL NULL Midway 25768 563.65 -5382.14 +NULL NULL Midway 2597 8185.89 -9982.61 +NULL NULL Midway 27979 3118.44 -11169.87 +NULL NULL Midway 28961 1012.33 -6571.16 +NULL NULL Midway 31893 129.98 -7832.45 +NULL NULL Midway 362 545.72 -12767.12 +NULL NULL Midway 37443 5935.63 -11079.34 +NULL NULL Midway 4209 2424.02 -16215.01 +NULL NULL Midway 42870 834.21 -12044.33 +NULL NULL Midway 43495 4179.63 -11521.10 +NULL NULL Midway 44330 2073.16 -9774.23 +NULL NULL Midway 44461 0.00 -9796.43 +NULL NULL Midway 45822 4014.71 -13350.50 +NULL NULL Midway 59324 1963.84 -8402.14 +NULL NULL Midway 6159 0.00 -5326.19 +NULL NULL Midway 63058 543.97 -5986.27 +NULL NULL Midway 64117 3900.85 -13187.49 +NULL NULL Midway 64280 1881.76 -5952.31 +NULL NULL Midway 69241 804.35 -3962.88 +NULL NULL Midway 70150 690.04 -6022.55 +NULL NULL Midway 70505 979.13 -11422.12 +NULL NULL Midway 71117 3317.76 -10629.69 +NULL NULL Midway 72972 380.54 -8579.82 +NULL NULL Midway 76802 492.45 -6584.79 +NULL NULL Midway 7696 36.03 -5756.62 +NULL NULL Midway 77368 6332.15 -13973.11 +NULL NULL Midway 8272 4708.31 -20242.53 +NULL NULL Midway 83601 8274.69 -11017.35 +NULL NULL Midway 86777 1596.97 -12846.14 +NULL NULL Midway 88444 290.18 -12645.67 +NULL NULL Midway 88663 0.00 -9197.71 +NULL NULL Midway 9441 1109.31 -26407.61 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out index 27fa56874563..6f200c6e039c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q8.sql.out @@ -3,8 +3,8 @@ -- !query schema struct -- !query output -able -9767751.88 -ation -10546549.93 -bar -10133672.06 -ese -10335181.30 -ought -10737659.56 +able -9767751.88 +ation -10546549.93 +bar -10133672.06 +ese -10335181.30 +ought -10737659.56 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out index 55ecb86fd0bf..ca2a56551a15 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q81.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -AAAAAAAAABBEAAAA Dr. Oscar Fox 183 15th Ln Suite P Greenwood Clay County GA 38828 United States -5.00 condo 4607.92 -AAAAAAAAADCEBAAA Sir Billy Bell 690 4th Fifth Ct. Suite 390 Hillcrest Spalding County GA 33003 United States -5.00 condo 5567.44 -AAAAAAAAAFBGAAAA Mrs. Erika Buford 527 1st Ln Suite 380 Lakewood Jasper County GA 38877 United States -5.00 single family 5412.16 -AAAAAAAAAFLABAAA Mr. Richard James 40 2nd Miller Road Suite 190 Arlington Morgan County GA 36557 United States -5.00 apartment 2249.10 -AAAAAAAAAHOEAAAA Mr. Michael Yates 349 Elm South ST Suite 30 Blanchard Talbot County GA 35985 United States -5.00 single family 1810.13 -AAAAAAAAAIEHBAAA Miss Tamara Chestnut 934 13th Cherry Blvd Suite O Antioch Haralson County GA 38605 United States -5.00 condo 1639.26 -AAAAAAAAAJLNAAAA Dr. Sheree Bragg 664 Elm 4th Ave Suite 320 Glenwood McDuffie County GA 33511 United States -5.00 condo 3012.45 -AAAAAAAAAJNEBAAA Dr. David Hamilton 108 Spring Wilson Ct. Suite F Glenwood Macon County GA 33511 United States -5.00 apartment 2567.79 -AAAAAAAAAKJOAAAA Dr. Gus Stewart 883 Valley Drive Suite J Macedonia Lanier County GA 31087 United States -5.00 single family 3530.28 -AAAAAAAAAMFBBAAA Mr. Jackson NULL 177 8th Walnut Ct. Suite 300 Riverview Jenkins County GA 39003 United States -5.00 single family 4875.86 -AAAAAAAAAMPKAAAA Ms. Elizabeth Booth 344 Jackson North Drive Suite 100 Woodville Fayette County GA 34289 United States -5.00 single family 2372.60 -AAAAAAAAANCLAAAA Mr. Raymond Dixon 189 Jackson 7th Parkway Suite 360 Lakewood Dade County GA 38877 United States -5.00 single family 4655.74 -AAAAAAAAANJIAAAA Dr. Dennis Roper 600 Walnut Pkwy Suite 140 Plainview Barrow County GA 33683 United States -5.00 apartment 3500.40 -AAAAAAAAANLABAAA Sir Thomas Zimmerman 496 Forest ST Suite L Saratoga Lumpkin County GA 32123 United States -5.00 apartment 9193.95 -AAAAAAAAAODFAAAA Mrs. Kathy Villegas 156 4th Sunset Cir. Suite I Red Hill Appling County GA 34338 United States -5.00 single family 2106.00 -AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 3891.38 -AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 9787.55 -AAAAAAAAAPBBBAAA Sir Donald Littlejohn 467 Lake Ln Suite 20 Riverside Turner County GA 39231 United States -5.00 single family 4831.52 -AAAAAAAABABBBAAA Mr. David Roe 521 Jefferson Parkway Suite 120 Enterprise Wilcox County GA 31757 United States -5.00 apartment 4079.80 -AAAAAAAABAJHAAAA Mrs. Doris Gillespie 179 Washington Chestnut Dr. Suite W Jackson Columbia County GA 39583 United States -5.00 condo 4617.58 -AAAAAAAABANGBAAA Mr. Ralph Condon 755 Davis Blvd Suite 280 Antioch Pike County GA 38605 United States -5.00 condo 14966.24 -AAAAAAAABBHKAAAA Mrs. Kristin Grant 870 Ash Park Ave Suite 300 Lakeview Harris County GA 38579 United States -5.00 single family 3580.44 -AAAAAAAABBOBBAAA Mr. Herman Rivera 396 Walnut Cir. Suite P Athens Baldwin County GA 36796 United States -5.00 single family 4608.96 -AAAAAAAABCAOAAAA Dr. Brenda Bell 562 7th Park Road Suite 320 Edgewood Troup County GA 30069 United States -5.00 apartment 3721.03 -AAAAAAAABCIMAAAA Dr. Becky Seals 174 Park Park Ct. Suite H Green Acres Schley County GA 37683 United States -5.00 single family 2980.15 -AAAAAAAABDHFAAAA Mr. Charles Miller 531 Church 14th Circle Suite 60 Ashland Franklin County GA 34244 United States -5.00 apartment 3241.85 -AAAAAAAABEHABAAA Dr. Gregory NULL 391 Seventh Road Suite Q Oakwood Liberty County GA 30169 United States -5.00 single family 3520.33 -AAAAAAAABGDGBAAA Sir Brian Adams 915 Jackson RD Suite O Concord Columbia County GA 34107 United States -5.00 apartment 2912.27 -AAAAAAAABGLCBAAA Dr. Joseph Torres 103 Highland 7th Court Suite I Wilson Jenkins County GA 36971 United States -5.00 single family 1842.89 -AAAAAAAABHOFAAAA Ms. Anthony NULL 518 Meadow Smith Ct. Suite C Riverdale Bleckley County GA 39391 United States -5.00 single family 1878.44 -AAAAAAAABIMMAAAA Dr. Shanna Mcrae 764 Walnut Street Suite B Brownsville Lumpkin County GA 39310 United States -5.00 condo 7237.05 -AAAAAAAABINIAAAA Dr. Jose Reynolds 571 Main Ave Suite B Mount Zion Troup County GA 38054 United States -5.00 apartment 2463.65 -AAAAAAAABJMEAAAA Miss Deborah Sheehan 450 Willow Cir. Suite G Marion Franklin County GA 30399 United States -5.00 condo 6623.88 -AAAAAAAABKAIAAAA Miss Ruth Rodriguez 706 Williams Pkwy Suite Y Antioch Lanier County GA 38605 United States -5.00 single family 3025.05 -AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 1637.46 -AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 2373.14 -AAAAAAAABMFDAAAA Mrs. Megan Webster 124 11th Pkwy Suite K Shady Grove Miller County GA 32812 United States -5.00 single family 3059.27 -AAAAAAAABNMGBAAA Mrs. Wanda Shumate 422 Pine 3rd Cir. Suite 170 Crossroads Berrien County GA 30534 United States -5.00 single family 1699.41 -AAAAAAAABNMIAAAA Miss Bobbi Erickson 731 Jefferson Parkway Suite H Mountain View Taylor County GA 34466 United States -5.00 apartment 2925.34 -AAAAAAAABOAPAAAA Ms. Karen Burt 794 Sunset Sunset Drive Suite 470 Glendale Calhoun County GA 33951 United States -5.00 condo 8807.07 -AAAAAAAABOCDBAAA Ms. Flora Messer 608 10th Court Suite A Highland Park Dooly County GA 36534 United States -5.00 single family 3255.56 -AAAAAAAABPIMAAAA Dr. Steve Cano 711 Park Ln Suite N Smith Gwinnett County GA 37317 United States -5.00 single family 2086.39 -AAAAAAAACABFAAAA Sir Steven Lamb 726 Cherry Hill ST Suite E Woodville Worth County GA 34289 United States -5.00 apartment 2361.71 -AAAAAAAACBDDAAAA Sir Terry Seiler 960 Eigth Way Suite 240 Mountain View Putnam County GA 34466 United States -5.00 apartment 3222.09 -AAAAAAAACCBOAAAA Sir Patrick Miller 577 Church Ave Suite 110 Bethel White County GA 35281 United States -5.00 single family 2927.35 -AAAAAAAACDOPAAAA Mrs. Carolyn Singer 399 Second Boulevard Suite O White Oak Wayne County GA 36668 United States -5.00 condo 4011.31 -AAAAAAAACFADBAAA NULL NULL NULL 502 Willow Park Cir. Suite E Dewey Colquitt County GA 31160 United States -5.00 apartment 3732.03 -AAAAAAAACIHABAAA Ms. Arlene Baker 216 Maple Walnut Ave Suite 310 Greenfield Glascock County GA 35038 United States -5.00 single family 2857.28 -AAAAAAAACJCHAAAA Mr. Wilbur Mullins 119 Eigth Dr. Suite W Fairview Wilkes County GA 35709 United States -5.00 single family 4861.83 -AAAAAAAACJJKAAAA Mr. Ramon Zaragoza 934 Park Lane Suite K Lakewood Muscogee County GA 38877 United States -5.00 condo 9022.65 -AAAAAAAACKHEAAAA Mr. Richard Leblanc 18 Green View Court Suite J Woodville Butts County GA 34289 United States -5.00 single family 3787.49 -AAAAAAAACODJAAAA Dr. Neal Nash 95 NULL Street Suite 110 Spring Hill Murray County GA 36787 NULL -5.00 NULL 2144.31 -AAAAAAAACOFIBAAA Mr. Fred Morales 687 5th Park Cir. Suite X Fairview Murray County GA 35709 United States -5.00 condo 1936.70 -AAAAAAAACOHIAAAA Mr. Roger Grider 191 Williams Second Avenue Suite 420 Brownsville Coweta County GA 39310 United States -5.00 single family 5782.43 -AAAAAAAACPBABAAA Miss Lucile Anderson 149 View Williams Ct. Suite L Mount Pleasant Washington County GA 31933 United States -5.00 single family 2600.59 -AAAAAAAADANFBAAA Mrs. Ann Nadeau 247 Maple Avenue Suite 260 Hamilton Elbert County GA 32808 United States -5.00 single family 4103.32 -AAAAAAAADBAHAAAA Dr. Lucille Hill 668 West Laurel Pkwy Suite M Mount Olive Quitman County GA 38059 United States -5.00 single family 2033.22 -AAAAAAAADBEIBAAA Miss Erica Hill 396 Maple Johnson Avenue Suite R Crossroads Hall County GA 30534 United States -5.00 condo 4500.01 -AAAAAAAADBEOAAAA Miss Loretta Smith 149 Maple ST Suite 350 Fairview Cherokee County GA 35709 United States -5.00 apartment 3810.28 -AAAAAAAADBFHBAAA Mr. Charles Robinson 731 Ridge Lane Suite 160 New Hope Bartow County GA 39431 United States -5.00 apartment 4042.46 -AAAAAAAADCAEAAAA Dr. Joanna Walker 665 15th Maple Avenue Suite Y Camden McDuffie County GA 37119 United States -5.00 single family 4067.57 -AAAAAAAADCLBAAAA Mrs. Evelyn Hammett 302 1st Adams Cir. Suite 370 Five Points Pulaski County GA 36098 United States -5.00 single family 2187.12 -AAAAAAAADDENAAAA Sir Alejandro Doyle 916 Cherry Elm ST Suite 110 Providence Clay County GA 36614 United States -5.00 single family 3357.92 -AAAAAAAADEGFAAAA Sir Jesse Johnson 725 Laurel First Parkway Suite O Pleasant Valley Candler County GA 32477 United States -5.00 condo 4969.77 -AAAAAAAADGCCAAAA Miss Loretta Moss 274 3rd Walnut Ave Suite L Arlington Lee County GA 36557 United States -5.00 condo 1891.74 -AAAAAAAADHFLAAAA Mr. George Schneider 579 Johnson Ash Way Suite 110 Concord Seminole County GA 34107 United States -5.00 condo 4011.59 -AAAAAAAADHOIAAAA Miss Andrew James 139 Smith Lincoln Lane Suite 360 Stringtown Coweta County GA 30162 United States -5.00 condo 2834.91 -AAAAAAAADJABAAAA Mrs. Charity Arroyo 158 Highland Elm Ln Suite K Woodland Pickens County GA 34854 United States -5.00 apartment 2443.75 -AAAAAAAADJJMAAAA Dr. Joseph Burns 339 12th Blvd Suite S Hamilton Banks County GA 32808 United States -5.00 condo 2670.84 -AAAAAAAADJODAAAA Dr. Larry Phillips 612 Mill Church Blvd Suite 0 Sunnyside Fannin County GA 31952 United States -5.00 single family 7260.82 -AAAAAAAADKKGAAAA Sir Robert Patrick 638 Fourth Cir. Suite 250 Lebanon Clay County GA 32898 United States -5.00 condo 9049.72 -AAAAAAAADMDHAAAA Mr. Samuel Wells 877 Highland East Road Suite I Valley View Bartow County GA 35124 United States -5.00 single family 4490.95 -AAAAAAAADNIBBAAA Miss Sharon Prince 955 Walnut Ridge Boulevard Suite W Cedar Grove Troup County GA 30411 United States -5.00 condo 2158.11 -AAAAAAAADNOGBAAA Dr. David Lofton 327 11th Central Parkway Suite D White Oak Glynn County GA 36668 United States -5.00 single family 1971.52 -AAAAAAAADOBCBAAA Dr. Benjamin Pham 300 Willow Sycamore Blvd Suite 380 Liberty Twiggs County GA 33451 United States -5.00 apartment 1787.84 -AAAAAAAADOFNAAAA Mrs. Sebrina Jacobs 611 Center Avenue Suite 210 Glenwood Ware County GA 33511 United States -5.00 condo 5738.75 -AAAAAAAAEAFJAAAA Mr. Gregory Quigley 932 Maple Avenue Suite 300 Glendale Butts County GA 33951 United States -5.00 single family 2621.58 -AAAAAAAAEAJGBAAA Miss Helen Flora 38 Park Circle Suite 360 Florence Pike County GA 33394 United States -5.00 apartment 2804.13 -AAAAAAAAEBDFAAAA Mr. Ed Chavis 276 Pine Hill Boulevard Suite 150 Shiloh Lincoln County GA 39275 United States -5.00 single family 1800.04 -AAAAAAAAECIHAAAA Sir Gilberto Mcdonald 615 10th Blvd Suite 150 Oakdale Glynn County GA 39584 United States -5.00 apartment 6023.68 -AAAAAAAAECOGBAAA Dr. David Lamb 436 Second Elm Way Suite 30 Green Acres Laurens County GA 37683 United States -5.00 single family 4778.71 -AAAAAAAAEDOAAAAA Dr. NULL Finley 899 Willow Pine ST Suite 160 Clinton Peach County GA 38222 United States -5.00 condo 18954.78 -AAAAAAAAEEFEBAAA Mr. Gordon Lee 444 Park Jackson Boulevard Suite 150 Kingston Mitchell County GA 34975 United States -5.00 single family 2499.41 -AAAAAAAAEFMHBAAA Ms. Anne Busby 724 Second ST Suite 20 Union Hill Pulaski County GA 37746 United States -5.00 condo 2866.95 -AAAAAAAAEGOJAAAA Miss Caroline Miller 719 Smith RD Suite M Empire Oglethorpe County GA 34145 United States -5.00 single family 7530.99 -AAAAAAAAEHCIAAAA Ms. Laura Wright 816 Main Ln Suite 300 Sunnyside Emanuel County GA 31952 United States -5.00 apartment 2767.59 -AAAAAAAAEHPBAAAA Dr. Paula Bearden 932 Williams Forest Ln Suite 10 Allentown Long County GA 31838 United States -5.00 single family 12021.15 -AAAAAAAAEJFNAAAA Dr. Chad Baldwin 404 Cedar Ct. Suite Y Enterprise Treutlen County GA 31757 United States -5.00 apartment 1737.56 -AAAAAAAAEJJDAAAA Ms. Katherine Hernandez 741 Park Jefferson ST Suite 270 Oak Ridge McIntosh County GA 38371 United States -5.00 single family 6714.64 -AAAAAAAAEKGABAAA Sir Steven Thurman 638 Park Green Ct. Suite 270 Lakeside Wayne County GA 39532 United States -5.00 single family 1662.14 -AAAAAAAAEKJGBAAA Sir Kurt Jenkins 656 8th Dr. Suite E Franklin Heard County GA 39101 United States -5.00 apartment 1607.08 -AAAAAAAAELCGBAAA Sir Harold Randolph 535 Lee RD Suite 160 Sutton Bacon County GA 35413 United States -5.00 apartment 4737.51 -AAAAAAAAELJAAAAA Miss Gwendolyn Johnson 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 7387.08 -AAAAAAAAENFHBAAA Dr. Janice Ojeda 127 Williams 5th Ave Suite 280 Walnut Grove Burke County GA 37752 United States -5.00 condo 4838.93 -AAAAAAAAEOBHAAAA Miss Janet Mcculloch 379 Spring Eigth Street Suite R Cedar Grove Wilcox County GA 30411 United States -5.00 single family 7581.20 -AAAAAAAAEOGGAAAA Sir Christopher Garrett 308 Broadway 4th Lane Suite 360 Sunnyside Coffee County GA 31952 United States -5.00 apartment 3279.85 -AAAAAAAAEPBDBAAA Dr. Curtis Briscoe 142 Meadow Road Suite 460 Woodville Montgomery County GA 34289 United States -5.00 single family 5239.12 -AAAAAAAAFAHCAAAA Ms. Anna Koch 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 1858.37 -AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2774.69 -AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2946.52 +AAAAAAAAABBEAAAA Dr. Oscar Fox 183 15th Ln Suite P Greenwood Clay County GA 38828 United States -5.00 condo 4607.92 +AAAAAAAAADCEBAAA Sir Billy Bell 690 4th Fifth Ct. Suite 390 Hillcrest Spalding County GA 33003 United States -5.00 condo 5567.44 +AAAAAAAAAFBGAAAA Mrs. Erika Buford 527 1st Ln Suite 380 Lakewood Jasper County GA 38877 United States -5.00 single family 5412.16 +AAAAAAAAAFLABAAA Mr. Richard James 40 2nd Miller Road Suite 190 Arlington Morgan County GA 36557 United States -5.00 apartment 2249.10 +AAAAAAAAAHOEAAAA Mr. Michael Yates 349 Elm South ST Suite 30 Blanchard Talbot County GA 35985 United States -5.00 single family 1810.13 +AAAAAAAAAIEHBAAA Miss Tamara Chestnut 934 13th Cherry Blvd Suite O Antioch Haralson County GA 38605 United States -5.00 condo 1639.26 +AAAAAAAAAJLNAAAA Dr. Sheree Bragg 664 Elm 4th Ave Suite 320 Glenwood McDuffie County GA 33511 United States -5.00 condo 3012.45 +AAAAAAAAAJNEBAAA Dr. David Hamilton 108 Spring Wilson Ct. Suite F Glenwood Macon County GA 33511 United States -5.00 apartment 2567.79 +AAAAAAAAAKJOAAAA Dr. Gus Stewart 883 Valley Drive Suite J Macedonia Lanier County GA 31087 United States -5.00 single family 3530.28 +AAAAAAAAAMFBBAAA Mr. Jackson NULL 177 8th Walnut Ct. Suite 300 Riverview Jenkins County GA 39003 United States -5.00 single family 4875.86 +AAAAAAAAAMPKAAAA Ms. Elizabeth Booth 344 Jackson North Drive Suite 100 Woodville Fayette County GA 34289 United States -5.00 single family 2372.60 +AAAAAAAAANCLAAAA Mr. Raymond Dixon 189 Jackson 7th Parkway Suite 360 Lakewood Dade County GA 38877 United States -5.00 single family 4655.74 +AAAAAAAAANJIAAAA Dr. Dennis Roper 600 Walnut Pkwy Suite 140 Plainview Barrow County GA 33683 United States -5.00 apartment 3500.40 +AAAAAAAAANLABAAA Sir Thomas Zimmerman 496 Forest ST Suite L Saratoga Lumpkin County GA 32123 United States -5.00 apartment 9193.95 +AAAAAAAAAODFAAAA Mrs. Kathy Villegas 156 4th Sunset Cir. Suite I Red Hill Appling County GA 34338 United States -5.00 single family 2106.00 +AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 3891.38 +AAAAAAAAAOEBBAAA Sir Benjamin Parker 698 6th Drive Suite O Plainview Screven County GA 33683 United States -5.00 apartment 9787.55 +AAAAAAAAAPBBBAAA Sir Donald Littlejohn 467 Lake Ln Suite 20 Riverside Turner County GA 39231 United States -5.00 single family 4831.52 +AAAAAAAABABBBAAA Mr. David Roe 521 Jefferson Parkway Suite 120 Enterprise Wilcox County GA 31757 United States -5.00 apartment 4079.80 +AAAAAAAABAJHAAAA Mrs. Doris Gillespie 179 Washington Chestnut Dr. Suite W Jackson Columbia County GA 39583 United States -5.00 condo 4617.58 +AAAAAAAABANGBAAA Mr. Ralph Condon 755 Davis Blvd Suite 280 Antioch Pike County GA 38605 United States -5.00 condo 14966.24 +AAAAAAAABBHKAAAA Mrs. Kristin Grant 870 Ash Park Ave Suite 300 Lakeview Harris County GA 38579 United States -5.00 single family 3580.44 +AAAAAAAABBOBBAAA Mr. Herman Rivera 396 Walnut Cir. Suite P Athens Baldwin County GA 36796 United States -5.00 single family 4608.96 +AAAAAAAABCAOAAAA Dr. Brenda Bell 562 7th Park Road Suite 320 Edgewood Troup County GA 30069 United States -5.00 apartment 3721.03 +AAAAAAAABCIMAAAA Dr. Becky Seals 174 Park Park Ct. Suite H Green Acres Schley County GA 37683 United States -5.00 single family 2980.15 +AAAAAAAABDHFAAAA Mr. Charles Miller 531 Church 14th Circle Suite 60 Ashland Franklin County GA 34244 United States -5.00 apartment 3241.85 +AAAAAAAABEHABAAA Dr. Gregory NULL 391 Seventh Road Suite Q Oakwood Liberty County GA 30169 United States -5.00 single family 3520.33 +AAAAAAAABGDGBAAA Sir Brian Adams 915 Jackson RD Suite O Concord Columbia County GA 34107 United States -5.00 apartment 2912.27 +AAAAAAAABGLCBAAA Dr. Joseph Torres 103 Highland 7th Court Suite I Wilson Jenkins County GA 36971 United States -5.00 single family 1842.89 +AAAAAAAABHOFAAAA Ms. Anthony NULL 518 Meadow Smith Ct. Suite C Riverdale Bleckley County GA 39391 United States -5.00 single family 1878.44 +AAAAAAAABIMMAAAA Dr. Shanna Mcrae 764 Walnut Street Suite B Brownsville Lumpkin County GA 39310 United States -5.00 condo 7237.05 +AAAAAAAABINIAAAA Dr. Jose Reynolds 571 Main Ave Suite B Mount Zion Troup County GA 38054 United States -5.00 apartment 2463.65 +AAAAAAAABJMEAAAA Miss Deborah Sheehan 450 Willow Cir. Suite G Marion Franklin County GA 30399 United States -5.00 condo 6623.88 +AAAAAAAABKAIAAAA Miss Ruth Rodriguez 706 Williams Pkwy Suite Y Antioch Lanier County GA 38605 United States -5.00 single family 3025.05 +AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 1637.46 +AAAAAAAABMBLAAAA Ms. Ava Jackson 601 Fourth Washington Way Suite 440 Glendale Cherokee County GA 33951 United States -5.00 apartment 2373.14 +AAAAAAAABMFDAAAA Mrs. Megan Webster 124 11th Pkwy Suite K Shady Grove Miller County GA 32812 United States -5.00 single family 3059.27 +AAAAAAAABNMGBAAA Mrs. Wanda Shumate 422 Pine 3rd Cir. Suite 170 Crossroads Berrien County GA 30534 United States -5.00 single family 1699.41 +AAAAAAAABNMIAAAA Miss Bobbi Erickson 731 Jefferson Parkway Suite H Mountain View Taylor County GA 34466 United States -5.00 apartment 2925.34 +AAAAAAAABOAPAAAA Ms. Karen Burt 794 Sunset Sunset Drive Suite 470 Glendale Calhoun County GA 33951 United States -5.00 condo 8807.07 +AAAAAAAABOCDBAAA Ms. Flora Messer 608 10th Court Suite A Highland Park Dooly County GA 36534 United States -5.00 single family 3255.56 +AAAAAAAABPIMAAAA Dr. Steve Cano 711 Park Ln Suite N Smith Gwinnett County GA 37317 United States -5.00 single family 2086.39 +AAAAAAAACABFAAAA Sir Steven Lamb 726 Cherry Hill ST Suite E Woodville Worth County GA 34289 United States -5.00 apartment 2361.71 +AAAAAAAACBDDAAAA Sir Terry Seiler 960 Eigth Way Suite 240 Mountain View Putnam County GA 34466 United States -5.00 apartment 3222.09 +AAAAAAAACCBOAAAA Sir Patrick Miller 577 Church Ave Suite 110 Bethel White County GA 35281 United States -5.00 single family 2927.35 +AAAAAAAACDOPAAAA Mrs. Carolyn Singer 399 Second Boulevard Suite O White Oak Wayne County GA 36668 United States -5.00 condo 4011.31 +AAAAAAAACFADBAAA NULL NULL NULL 502 Willow Park Cir. Suite E Dewey Colquitt County GA 31160 United States -5.00 apartment 3732.03 +AAAAAAAACIHABAAA Ms. Arlene Baker 216 Maple Walnut Ave Suite 310 Greenfield Glascock County GA 35038 United States -5.00 single family 2857.28 +AAAAAAAACJCHAAAA Mr. Wilbur Mullins 119 Eigth Dr. Suite W Fairview Wilkes County GA 35709 United States -5.00 single family 4861.83 +AAAAAAAACJJKAAAA Mr. Ramon Zaragoza 934 Park Lane Suite K Lakewood Muscogee County GA 38877 United States -5.00 condo 9022.65 +AAAAAAAACKHEAAAA Mr. Richard Leblanc 18 Green View Court Suite J Woodville Butts County GA 34289 United States -5.00 single family 3787.49 +AAAAAAAACODJAAAA Dr. Neal Nash 95 NULL Street Suite 110 Spring Hill Murray County GA 36787 NULL -5.00 NULL 2144.31 +AAAAAAAACOFIBAAA Mr. Fred Morales 687 5th Park Cir. Suite X Fairview Murray County GA 35709 United States -5.00 condo 1936.70 +AAAAAAAACOHIAAAA Mr. Roger Grider 191 Williams Second Avenue Suite 420 Brownsville Coweta County GA 39310 United States -5.00 single family 5782.43 +AAAAAAAACPBABAAA Miss Lucile Anderson 149 View Williams Ct. Suite L Mount Pleasant Washington County GA 31933 United States -5.00 single family 2600.59 +AAAAAAAADANFBAAA Mrs. Ann Nadeau 247 Maple Avenue Suite 260 Hamilton Elbert County GA 32808 United States -5.00 single family 4103.32 +AAAAAAAADBAHAAAA Dr. Lucille Hill 668 West Laurel Pkwy Suite M Mount Olive Quitman County GA 38059 United States -5.00 single family 2033.22 +AAAAAAAADBEIBAAA Miss Erica Hill 396 Maple Johnson Avenue Suite R Crossroads Hall County GA 30534 United States -5.00 condo 4500.01 +AAAAAAAADBEOAAAA Miss Loretta Smith 149 Maple ST Suite 350 Fairview Cherokee County GA 35709 United States -5.00 apartment 3810.28 +AAAAAAAADBFHBAAA Mr. Charles Robinson 731 Ridge Lane Suite 160 New Hope Bartow County GA 39431 United States -5.00 apartment 4042.46 +AAAAAAAADCAEAAAA Dr. Joanna Walker 665 15th Maple Avenue Suite Y Camden McDuffie County GA 37119 United States -5.00 single family 4067.57 +AAAAAAAADCLBAAAA Mrs. Evelyn Hammett 302 1st Adams Cir. Suite 370 Five Points Pulaski County GA 36098 United States -5.00 single family 2187.12 +AAAAAAAADDENAAAA Sir Alejandro Doyle 916 Cherry Elm ST Suite 110 Providence Clay County GA 36614 United States -5.00 single family 3357.92 +AAAAAAAADEGFAAAA Sir Jesse Johnson 725 Laurel First Parkway Suite O Pleasant Valley Candler County GA 32477 United States -5.00 condo 4969.77 +AAAAAAAADGCCAAAA Miss Loretta Moss 274 3rd Walnut Ave Suite L Arlington Lee County GA 36557 United States -5.00 condo 1891.74 +AAAAAAAADHFLAAAA Mr. George Schneider 579 Johnson Ash Way Suite 110 Concord Seminole County GA 34107 United States -5.00 condo 4011.59 +AAAAAAAADHOIAAAA Miss Andrew James 139 Smith Lincoln Lane Suite 360 Stringtown Coweta County GA 30162 United States -5.00 condo 2834.91 +AAAAAAAADJABAAAA Mrs. Charity Arroyo 158 Highland Elm Ln Suite K Woodland Pickens County GA 34854 United States -5.00 apartment 2443.75 +AAAAAAAADJJMAAAA Dr. Joseph Burns 339 12th Blvd Suite S Hamilton Banks County GA 32808 United States -5.00 condo 2670.84 +AAAAAAAADJODAAAA Dr. Larry Phillips 612 Mill Church Blvd Suite 0 Sunnyside Fannin County GA 31952 United States -5.00 single family 7260.82 +AAAAAAAADKKGAAAA Sir Robert Patrick 638 Fourth Cir. Suite 250 Lebanon Clay County GA 32898 United States -5.00 condo 9049.72 +AAAAAAAADMDHAAAA Mr. Samuel Wells 877 Highland East Road Suite I Valley View Bartow County GA 35124 United States -5.00 single family 4490.95 +AAAAAAAADNIBBAAA Miss Sharon Prince 955 Walnut Ridge Boulevard Suite W Cedar Grove Troup County GA 30411 United States -5.00 condo 2158.11 +AAAAAAAADNOGBAAA Dr. David Lofton 327 11th Central Parkway Suite D White Oak Glynn County GA 36668 United States -5.00 single family 1971.52 +AAAAAAAADOBCBAAA Dr. Benjamin Pham 300 Willow Sycamore Blvd Suite 380 Liberty Twiggs County GA 33451 United States -5.00 apartment 1787.84 +AAAAAAAADOFNAAAA Mrs. Sebrina Jacobs 611 Center Avenue Suite 210 Glenwood Ware County GA 33511 United States -5.00 condo 5738.75 +AAAAAAAAEAFJAAAA Mr. Gregory Quigley 932 Maple Avenue Suite 300 Glendale Butts County GA 33951 United States -5.00 single family 2621.58 +AAAAAAAAEAJGBAAA Miss Helen Flora 38 Park Circle Suite 360 Florence Pike County GA 33394 United States -5.00 apartment 2804.13 +AAAAAAAAEBDFAAAA Mr. Ed Chavis 276 Pine Hill Boulevard Suite 150 Shiloh Lincoln County GA 39275 United States -5.00 single family 1800.04 +AAAAAAAAECIHAAAA Sir Gilberto Mcdonald 615 10th Blvd Suite 150 Oakdale Glynn County GA 39584 United States -5.00 apartment 6023.68 +AAAAAAAAECOGBAAA Dr. David Lamb 436 Second Elm Way Suite 30 Green Acres Laurens County GA 37683 United States -5.00 single family 4778.71 +AAAAAAAAEDOAAAAA Dr. NULL Finley 899 Willow Pine ST Suite 160 Clinton Peach County GA 38222 United States -5.00 condo 18954.78 +AAAAAAAAEEFEBAAA Mr. Gordon Lee 444 Park Jackson Boulevard Suite 150 Kingston Mitchell County GA 34975 United States -5.00 single family 2499.41 +AAAAAAAAEFMHBAAA Ms. Anne Busby 724 Second ST Suite 20 Union Hill Pulaski County GA 37746 United States -5.00 condo 2866.95 +AAAAAAAAEGOJAAAA Miss Caroline Miller 719 Smith RD Suite M Empire Oglethorpe County GA 34145 United States -5.00 single family 7530.99 +AAAAAAAAEHCIAAAA Ms. Laura Wright 816 Main Ln Suite 300 Sunnyside Emanuel County GA 31952 United States -5.00 apartment 2767.59 +AAAAAAAAEHPBAAAA Dr. Paula Bearden 932 Williams Forest Ln Suite 10 Allentown Long County GA 31838 United States -5.00 single family 12021.15 +AAAAAAAAEJFNAAAA Dr. Chad Baldwin 404 Cedar Ct. Suite Y Enterprise Treutlen County GA 31757 United States -5.00 apartment 1737.56 +AAAAAAAAEJJDAAAA Ms. Katherine Hernandez 741 Park Jefferson ST Suite 270 Oak Ridge McIntosh County GA 38371 United States -5.00 single family 6714.64 +AAAAAAAAEKGABAAA Sir Steven Thurman 638 Park Green Ct. Suite 270 Lakeside Wayne County GA 39532 United States -5.00 single family 1662.14 +AAAAAAAAEKJGBAAA Sir Kurt Jenkins 656 8th Dr. Suite E Franklin Heard County GA 39101 United States -5.00 apartment 1607.08 +AAAAAAAAELCGBAAA Sir Harold Randolph 535 Lee RD Suite 160 Sutton Bacon County GA 35413 United States -5.00 apartment 4737.51 +AAAAAAAAELJAAAAA Miss Gwendolyn Johnson 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 7387.08 +AAAAAAAAENFHBAAA Dr. Janice Ojeda 127 Williams 5th Ave Suite 280 Walnut Grove Burke County GA 37752 United States -5.00 condo 4838.93 +AAAAAAAAEOBHAAAA Miss Janet Mcculloch 379 Spring Eigth Street Suite R Cedar Grove Wilcox County GA 30411 United States -5.00 single family 7581.20 +AAAAAAAAEOGGAAAA Sir Christopher Garrett 308 Broadway 4th Lane Suite 360 Sunnyside Coffee County GA 31952 United States -5.00 apartment 3279.85 +AAAAAAAAEPBDBAAA Dr. Curtis Briscoe 142 Meadow Road Suite 460 Woodville Montgomery County GA 34289 United States -5.00 single family 5239.12 +AAAAAAAAFAHCAAAA Ms. Anna Koch 482 Sunset Spring Ave Suite J Mount Olive Madison County GA 38059 United States -5.00 apartment 1858.37 +AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2774.69 +AAAAAAAAFANDAAAA Dr. Daniel Wilson 586 Pine Cherry Street Suite U Deerfield Muscogee County GA 39840 United States -5.00 condo 2946.52 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out index 3402c1065805..5545f395873c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q82.sql.out @@ -3,5 +3,5 @@ -- !query schema struct -- !query output -AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation 67.28 -AAAAAAAALIHCAAAA Things select increased views. Tools imagine for example; ever likely developments live so scottish benefits. Soft, short-term services should give indeed good illu 86.90 +AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation 67.28 +AAAAAAAALIHCAAAA Things select increased views. Tools imagine for example; ever likely developments live so scottish benefits. Soft, short-term services should give indeed good illu 86.90 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out index 8cc277f587ad..8f0ecbcd4608 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q84.sql.out @@ -3,4 +3,28 @@ -- !query schema struct -- !query output - +AAAAAAAAAIPGAAAA Carter , Rodney +AAAAAAAAAKMBBAAA Mcarthur , Emma +AAAAAAAACBNHBAAA Wells , Ron +AAAAAAAADBMEAAAA Vera , Tina +AAAAAAAADBMEAAAA Vera , Tina +AAAAAAAADHKGBAAA Scott , Pamela +AAAAAAAAEIIBBAAA Atkins , Susan +AAAAAAAAFKAHAAAA Batiste , Ernest +AAAAAAAAGHMAAAAA Mitchell , Gregory +AAAAAAAAIAODBAAA Murray , Karen +AAAAAAAAIEOKAAAA Solomon , Clyde +AAAAAAAAIIBOAAAA Owens , David +AAAAAAAAIPDCAAAA Wallace , Eric +AAAAAAAAIPIMAAAA Hayward , Benjamin +AAAAAAAAJCIKAAAA Ramos , Donald +AAAAAAAAKFJEAAAA Roberts , Yvonne +AAAAAAAAKPGBBAAA NULL +AAAAAAAALCLABAAA Whitaker , Lettie +AAAAAAAAMGMEAAAA Sharp , Michael +AAAAAAAAMIGBBAAA Montgomery , Jesenia +AAAAAAAAMPDKAAAA Lopez , Isabel +AAAAAAAANEOMAAAA Powell , Linda +AAAAAAAANKPCAAAA Shaffer , Sergio +AAAAAAAANOCKAAAA Vargas , James +AAAAAAAAOGJEBAAA Owens , Denice diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out index a3634ea532dc..e3feae772324 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q85.sql.out @@ -3,4 +3,9 @@ -- !query schema struct -- !query output - +Gift exchange 76.0 464.360000 8.620000 +Not the product that 70.0 876.670000 46.670000 +Parts missing 7.0 129.420000 38.650000 +reason 23 47.0 734.610000 6.170000 +reason 25 5.0 48.940000 53.145000 +reason 28 8.0 306.200000 37.060000 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out index 25e79f149978..98a9dc9ea406 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q88.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -0 0 0 0 0 0 0 0 +2334 4726 4564 7538 7115 3960 4129 4533 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out index 7c02e04e52dc..bf51de34ab1f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Men shirts importoimporto #x able Unknown 1 2765.75 5194.818333 -Men shirts importoimporto #x able Unknown 2 2333.43 5194.818333 -Men shirts importoimporto #x able Unknown 2 628.63 2095.470833 -Men shirts importoimporto #x able Unknown 3 2674.91 5194.818333 -Men shirts importoimporto #x able Unknown 4 3040.23 5194.818333 -Men shirts importoimporto #x able Unknown 5 3016.43 5194.818333 -Men shirts importoimporto #x able Unknown 6 3538.25 5194.818333 -Men shirts importoimporto #x able Unknown 7 2880.34 5194.818333 -Men shirts importoimporto #x able Unknown 7 780.91 2095.470833 -Men shirts importoimporto #x ation Unknown 1 3380.16 5410.916667 -Men shirts importoimporto #x ation Unknown 2 3591.65 5410.916667 -Men shirts importoimporto #x ation Unknown 3 2672.68 5410.916667 -Men shirts importoimporto #x ation Unknown 4 2988.08 5410.916667 -Men shirts importoimporto #x ation Unknown 4 807.67 2141.060000 -Men shirts importoimporto #x ation Unknown 5 2677.81 5410.916667 -Men shirts importoimporto #x ation Unknown 6 2881.34 5410.916667 -Men shirts importoimporto #x ation Unknown 7 2951.67 5410.916667 -Men shirts importoimporto #x bar Unknown 1 3490.62 4973.509167 -Men shirts importoimporto #x bar Unknown 2 3073.45 4973.509167 -Men shirts importoimporto #x bar Unknown 3 2877.96 4973.509167 -Men shirts importoimporto #x bar Unknown 4 2986.70 4973.509167 -Men shirts importoimporto #x bar Unknown 5 2475.90 4973.509167 -Men shirts importoimporto #x bar Unknown 6 3199.08 4973.509167 -Men shirts importoimporto #x bar Unknown 7 3026.41 4973.509167 -Men shirts importoimporto #x eing Unknown 1 3628.21 5074.076667 -Men shirts importoimporto #x eing Unknown 2 2588.02 5074.076667 -Men shirts importoimporto #x eing Unknown 3 3179.96 5074.076667 -Men shirts importoimporto #x eing Unknown 4 2833.40 5074.076667 -Men shirts importoimporto #x eing Unknown 5 2356.88 5074.076667 -Men shirts importoimporto #x eing Unknown 5 765.86 2137.656667 -Men shirts importoimporto #x eing Unknown 6 2854.62 5074.076667 -Men shirts importoimporto #x eing Unknown 7 3465.77 5074.076667 -Men shirts importoimporto #x ese Unknown 2 3307.78 5492.817500 -Men shirts importoimporto #x ese Unknown 3 2070.65 5492.817500 -Men shirts importoimporto #x ese Unknown 4 2784.11 5492.817500 -Men shirts importoimporto #x ese Unknown 5 3210.74 5492.817500 -Men shirts importoimporto #x ese Unknown 6 2691.33 5492.817500 -Men shirts importoimporto #x ese Unknown 6 853.37 2113.573333 -Men shirts importoimporto #x ese Unknown 7 3754.33 5492.817500 -Men shirts importoimporto #x ought Unknown 2 2253.70 5045.758333 -Men shirts importoimporto #x ought Unknown 3 3467.09 5045.758333 -Men shirts importoimporto #x ought Unknown 4 3544.97 5045.758333 -Men shirts importoimporto #x ought Unknown 5 2834.94 5045.758333 -Men shirts importoimporto #x ought Unknown 6 2152.15 5045.758333 -Men shirts importoimporto #x ought Unknown 6 633.96 1908.056667 -Men shirts importoimporto #x ought Unknown 7 2667.92 5045.758333 -Women dresses amalgamalg #x able Unknown 1 2621.05 4507.240000 -Women dresses amalgamalg #x able Unknown 2 2082.54 4507.240000 -Women dresses amalgamalg #x able Unknown 3 1054.94 2337.278333 -Women dresses amalgamalg #x able Unknown 3 2706.15 4507.240000 -Women dresses amalgamalg #x able Unknown 4 1020.39 2337.278333 -Women dresses amalgamalg #x able Unknown 4 3082.17 4507.240000 -Women dresses amalgamalg #x able Unknown 5 1084.94 2337.278333 -Women dresses amalgamalg #x able Unknown 5 2891.95 4507.240000 -Women dresses amalgamalg #x able Unknown 6 1761.81 4507.240000 -Women dresses amalgamalg #x able Unknown 7 2302.21 4507.240000 -Women dresses amalgamalg #x ation Unknown 1 2797.07 4690.890000 -Women dresses amalgamalg #x ation Unknown 2 1102.89 2431.226667 -Women dresses amalgamalg #x ation Unknown 2 2192.31 4690.890000 -Women dresses amalgamalg #x ation Unknown 3 2751.11 4690.890000 -Women dresses amalgamalg #x ation Unknown 4 1064.70 2431.226667 -Women dresses amalgamalg #x ation Unknown 4 2418.39 4690.890000 -Women dresses amalgamalg #x ation Unknown 5 2480.25 4690.890000 -Women dresses amalgamalg #x ation Unknown 6 2501.15 4690.890000 -Women dresses amalgamalg #x ation Unknown 7 1078.41 2431.226667 -Women dresses amalgamalg #x ation Unknown 7 2637.27 4690.890000 -Women dresses amalgamalg #x bar Unknown 1 3284.93 4914.118333 -Women dresses amalgamalg #x bar Unknown 2 2692.79 4914.118333 -Women dresses amalgamalg #x bar Unknown 3 2451.51 4914.118333 -Women dresses amalgamalg #x bar Unknown 4 2549.27 4914.118333 -Women dresses amalgamalg #x bar Unknown 5 3190.77 4914.118333 -Women dresses amalgamalg #x bar Unknown 5 878.42 2506.963333 -Women dresses amalgamalg #x bar Unknown 6 3324.49 4914.118333 -Women dresses amalgamalg #x bar Unknown 6 680.47 2506.963333 -Women dresses amalgamalg #x bar Unknown 7 2428.75 4914.118333 -Women dresses amalgamalg #x eing Unknown 2 2841.88 4528.822500 -Women dresses amalgamalg #x eing Unknown 2 773.08 2569.346667 -Women dresses amalgamalg #x eing Unknown 3 2978.07 4528.822500 -Women dresses amalgamalg #x eing Unknown 3 964.29 2569.346667 -Women dresses amalgamalg #x eing Unknown 4 1317.08 2569.346667 -Women dresses amalgamalg #x eing Unknown 4 2204.15 4528.822500 -Women dresses amalgamalg #x eing Unknown 5 1211.13 2569.346667 -Women dresses amalgamalg #x eing Unknown 5 2420.31 4528.822500 -Women dresses amalgamalg #x eing Unknown 6 1247.86 2569.346667 -Women dresses amalgamalg #x eing Unknown 6 2314.71 4528.822500 -Women dresses amalgamalg #x eing Unknown 7 2524.32 4528.822500 -Women dresses amalgamalg #x ese Unknown 2 2146.52 4642.990833 -Women dresses amalgamalg #x ese Unknown 2 904.34 2200.820833 -Women dresses amalgamalg #x ese Unknown 3 2577.15 4642.990833 -Women dresses amalgamalg #x ese Unknown 4 2808.36 4642.990833 -Women dresses amalgamalg #x ese Unknown 5 2535.80 4642.990833 -Women dresses amalgamalg #x ese Unknown 6 3006.94 4642.990833 -Women dresses amalgamalg #x ese Unknown 7 2307.00 4642.990833 -Women dresses amalgamalg #x ought Unknown 1 2065.94 4619.707500 -Women dresses amalgamalg #x ought Unknown 2 2521.70 4619.707500 -Women dresses amalgamalg #x ought Unknown 3 991.89 2355.441667 -Women dresses amalgamalg #x ought Unknown 4 2648.80 4619.707500 -Women dresses amalgamalg #x ought Unknown 5 3049.25 4619.707500 -Women dresses amalgamalg #x ought Unknown 7 1061.87 2355.441667 -Women dresses amalgamalg #x ought Unknown 7 1926.67 4619.707500 +Men shirts importoimporto #x able Unknown 1 2765.75 5194.818333 +Men shirts importoimporto #x able Unknown 2 2333.43 5194.818333 +Men shirts importoimporto #x able Unknown 2 628.63 2095.470833 +Men shirts importoimporto #x able Unknown 3 2674.91 5194.818333 +Men shirts importoimporto #x able Unknown 4 3040.23 5194.818333 +Men shirts importoimporto #x able Unknown 5 3016.43 5194.818333 +Men shirts importoimporto #x able Unknown 6 3538.25 5194.818333 +Men shirts importoimporto #x able Unknown 7 2880.34 5194.818333 +Men shirts importoimporto #x able Unknown 7 780.91 2095.470833 +Men shirts importoimporto #x ation Unknown 1 3380.16 5410.916667 +Men shirts importoimporto #x ation Unknown 2 3591.65 5410.916667 +Men shirts importoimporto #x ation Unknown 3 2672.68 5410.916667 +Men shirts importoimporto #x ation Unknown 4 2988.08 5410.916667 +Men shirts importoimporto #x ation Unknown 4 807.67 2141.060000 +Men shirts importoimporto #x ation Unknown 5 2677.81 5410.916667 +Men shirts importoimporto #x ation Unknown 6 2881.34 5410.916667 +Men shirts importoimporto #x ation Unknown 7 2951.67 5410.916667 +Men shirts importoimporto #x bar Unknown 1 3490.62 4973.509167 +Men shirts importoimporto #x bar Unknown 2 3073.45 4973.509167 +Men shirts importoimporto #x bar Unknown 3 2877.96 4973.509167 +Men shirts importoimporto #x bar Unknown 4 2986.70 4973.509167 +Men shirts importoimporto #x bar Unknown 5 2475.90 4973.509167 +Men shirts importoimporto #x bar Unknown 6 3199.08 4973.509167 +Men shirts importoimporto #x bar Unknown 7 3026.41 4973.509167 +Men shirts importoimporto #x eing Unknown 1 3628.21 5074.076667 +Men shirts importoimporto #x eing Unknown 2 2588.02 5074.076667 +Men shirts importoimporto #x eing Unknown 3 3179.96 5074.076667 +Men shirts importoimporto #x eing Unknown 4 2833.40 5074.076667 +Men shirts importoimporto #x eing Unknown 5 2356.88 5074.076667 +Men shirts importoimporto #x eing Unknown 5 765.86 2137.656667 +Men shirts importoimporto #x eing Unknown 6 2854.62 5074.076667 +Men shirts importoimporto #x eing Unknown 7 3465.77 5074.076667 +Men shirts importoimporto #x ese Unknown 2 3307.78 5492.817500 +Men shirts importoimporto #x ese Unknown 3 2070.65 5492.817500 +Men shirts importoimporto #x ese Unknown 4 2784.11 5492.817500 +Men shirts importoimporto #x ese Unknown 5 3210.74 5492.817500 +Men shirts importoimporto #x ese Unknown 6 2691.33 5492.817500 +Men shirts importoimporto #x ese Unknown 6 853.37 2113.573333 +Men shirts importoimporto #x ese Unknown 7 3754.33 5492.817500 +Men shirts importoimporto #x ought Unknown 2 2253.70 5045.758333 +Men shirts importoimporto #x ought Unknown 3 3467.09 5045.758333 +Men shirts importoimporto #x ought Unknown 4 3544.97 5045.758333 +Men shirts importoimporto #x ought Unknown 5 2834.94 5045.758333 +Men shirts importoimporto #x ought Unknown 6 2152.15 5045.758333 +Men shirts importoimporto #x ought Unknown 6 633.96 1908.056667 +Men shirts importoimporto #x ought Unknown 7 2667.92 5045.758333 +Women dresses amalgamalg #x able Unknown 1 2621.05 4507.240000 +Women dresses amalgamalg #x able Unknown 2 2082.54 4507.240000 +Women dresses amalgamalg #x able Unknown 3 1054.94 2337.278333 +Women dresses amalgamalg #x able Unknown 3 2706.15 4507.240000 +Women dresses amalgamalg #x able Unknown 4 1020.39 2337.278333 +Women dresses amalgamalg #x able Unknown 4 3082.17 4507.240000 +Women dresses amalgamalg #x able Unknown 5 1084.94 2337.278333 +Women dresses amalgamalg #x able Unknown 5 2891.95 4507.240000 +Women dresses amalgamalg #x able Unknown 6 1761.81 4507.240000 +Women dresses amalgamalg #x able Unknown 7 2302.21 4507.240000 +Women dresses amalgamalg #x ation Unknown 1 2797.07 4690.890000 +Women dresses amalgamalg #x ation Unknown 2 1102.89 2431.226667 +Women dresses amalgamalg #x ation Unknown 2 2192.31 4690.890000 +Women dresses amalgamalg #x ation Unknown 3 2751.11 4690.890000 +Women dresses amalgamalg #x ation Unknown 4 1064.70 2431.226667 +Women dresses amalgamalg #x ation Unknown 4 2418.39 4690.890000 +Women dresses amalgamalg #x ation Unknown 5 2480.25 4690.890000 +Women dresses amalgamalg #x ation Unknown 6 2501.15 4690.890000 +Women dresses amalgamalg #x ation Unknown 7 1078.41 2431.226667 +Women dresses amalgamalg #x ation Unknown 7 2637.27 4690.890000 +Women dresses amalgamalg #x bar Unknown 1 3284.93 4914.118333 +Women dresses amalgamalg #x bar Unknown 2 2692.79 4914.118333 +Women dresses amalgamalg #x bar Unknown 3 2451.51 4914.118333 +Women dresses amalgamalg #x bar Unknown 4 2549.27 4914.118333 +Women dresses amalgamalg #x bar Unknown 5 3190.77 4914.118333 +Women dresses amalgamalg #x bar Unknown 5 878.42 2506.963333 +Women dresses amalgamalg #x bar Unknown 6 3324.49 4914.118333 +Women dresses amalgamalg #x bar Unknown 6 680.47 2506.963333 +Women dresses amalgamalg #x bar Unknown 7 2428.75 4914.118333 +Women dresses amalgamalg #x eing Unknown 2 2841.88 4528.822500 +Women dresses amalgamalg #x eing Unknown 2 773.08 2569.346667 +Women dresses amalgamalg #x eing Unknown 3 2978.07 4528.822500 +Women dresses amalgamalg #x eing Unknown 3 964.29 2569.346667 +Women dresses amalgamalg #x eing Unknown 4 1317.08 2569.346667 +Women dresses amalgamalg #x eing Unknown 4 2204.15 4528.822500 +Women dresses amalgamalg #x eing Unknown 5 1211.13 2569.346667 +Women dresses amalgamalg #x eing Unknown 5 2420.31 4528.822500 +Women dresses amalgamalg #x eing Unknown 6 1247.86 2569.346667 +Women dresses amalgamalg #x eing Unknown 6 2314.71 4528.822500 +Women dresses amalgamalg #x eing Unknown 7 2524.32 4528.822500 +Women dresses amalgamalg #x ese Unknown 2 2146.52 4642.990833 +Women dresses amalgamalg #x ese Unknown 2 904.34 2200.820833 +Women dresses amalgamalg #x ese Unknown 3 2577.15 4642.990833 +Women dresses amalgamalg #x ese Unknown 4 2808.36 4642.990833 +Women dresses amalgamalg #x ese Unknown 5 2535.80 4642.990833 +Women dresses amalgamalg #x ese Unknown 6 3006.94 4642.990833 +Women dresses amalgamalg #x ese Unknown 7 2307.00 4642.990833 +Women dresses amalgamalg #x ought Unknown 1 2065.94 4619.707500 +Women dresses amalgamalg #x ought Unknown 2 2521.70 4619.707500 +Women dresses amalgamalg #x ought Unknown 3 991.89 2355.441667 +Women dresses amalgamalg #x ought Unknown 4 2648.80 4619.707500 +Women dresses amalgamalg #x ought Unknown 5 3049.25 4619.707500 +Women dresses amalgamalg #x ought Unknown 7 1061.87 2355.441667 +Women dresses amalgamalg #x ought Unknown 7 1926.67 4619.707500 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out index c3197c9ba729..8f104140dbb8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q91.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -AAAAAAAACAAAAAAA Mid Atlantic Felipe Perkins 109.74 +AAAAAAAACAAAAAAA Mid Atlantic Felipe Perkins 109.74 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out index d256d1a8f98a..d8b67aa4add9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q96.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output -0 +870 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out index 9a118b474258..9ec92734d5ab 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out @@ -3,2519 +3,2519 @@ -- !query schema struct -- !query output -A Home lighting 6.73 3212.00 0.97364212540862202 -A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 -Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 -Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 -Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 -Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 -Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 -Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 -About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 -About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 -About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 -About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 -Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 -Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 -Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 -Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 -Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 -Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 -Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 -Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 -Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 -Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 -Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 -Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 -Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 -Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 -Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 -Activit Sports baseball 1.51 13643.44 4.03749520372402309 -Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 -Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 -Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 -Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 -Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 -Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 -Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 -Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 -Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 -Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 -Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 -Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 -Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 -Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 -Af Books arts 6.04 4187.03 1.34485875775897965 -Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 -Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 -African lives must n Books cooking 0.88 13101.34 4.91002972250450964 -African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 -Ag Home bedding 8.22 3885.84 1.13368836803595370 -Ag Sports camping 2.85 14559.70 2.79650787334984869 -Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 -Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 -Again avail Sports fitness 3.02 17536.86 5.75217458174547567 -Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 -Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 -Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 -Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 -Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 -Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 -Again secret Home tables 6.39 7957.34 4.27792450874515132 -Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 -Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 -Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 -Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 -Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 -Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 -Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 -Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 -Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 -Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 -Al Sports guns 4.59 6630.42 1.73737701302861129 -All Books business 9.44 2769.66 1.14073867407076356 -All Home wallpaper 1.99 2643.49 0.97756575185371168 -All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 -All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 -Alm Books romance 6.14 16369.67 4.42145165207211579 -Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 -Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 -Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 -Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 -Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 -Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 -Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 -Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 -Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 -Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 -Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 -Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 -Alre Books self-help 38.79 1662.56 0.63535512662256678 -Alrea Sports fishing 9.31 1608.51 0.54881910966364643 -Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 -Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 -Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 -Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 -Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 -Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 -Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 -Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 -Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 -Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 -Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 -Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 -Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 -Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 -Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 -Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 -Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 -Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 -Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 -Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 -Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 -Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 -Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 -American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 -American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 -American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 -American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 -American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 -Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 -And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 -Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 -Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 -Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 -Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 -Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 -Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 -Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 -Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 -Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 -Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 -Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 -Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 -Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 -Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 -Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 -Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 -Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 -Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 -Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 -Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 -Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 -Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 -Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 -Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 -Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 -Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 -Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 -Areas may clea Home paint 2.32 11516.97 2.90938790456909989 -Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 -Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 -Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 -Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 -Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 -Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 -Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 -Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 -As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 -As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 -As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 -As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 -As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 -As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 -As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 -As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 -As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 -Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 -Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 -Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 -Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 -Asleep, philos Books science 4.18 2847.46 0.90092128128087716 -Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 -Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 -Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 -Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 -Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 -At Sports baseball 3.68 26967.08 7.98035218086069413 -At all public areas object Books history 75.67 152.32 0.04024790085741346 -At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 -At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 -At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 -At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 -At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 -At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 -At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 -At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 -At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 -At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 -Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL -Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 -Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 -Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 -Available Home decor 2.19 2145.41 0.75891291378716614 -Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 -Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 -Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 -Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 -Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 -Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 -Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 -Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 -Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 -Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 -Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 -Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 -Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 -B Books parenting 0.89 129.54 0.05343844682148498 -B Home glassware 2.51 6669.44 1.93796852579460911 -Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 -Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 -Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 -Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 -Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 -Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 -Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 -Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 -Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 -Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 -Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 -Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 -Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 -Beaches make Books parenting 0.44 1510.40 0.62307727404022627 -Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 -Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 -Beings Home flatware 5.41 3057.71 0.68779048013993208 -Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 -Below invisi Books cooking 9.59 6854.08 2.56872476559067313 -Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 -Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 -Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 -Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 -Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 -Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL -Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 -Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 -Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 -Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 -Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 -Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 -Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 -Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 -Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 -Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 -Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 -Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 -Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 -Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 -Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 -Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 -Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 -Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 -Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 -Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 -Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 -Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 -Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 -Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 -Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 -Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 -Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 -Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 -Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 -Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 -Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 -Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 -Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 -Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 -Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 -Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 -British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 -British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 -British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 -British services benefi Sports fishing 2.03 972.01 0.33164709127339026 -British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 -British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 -British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 -British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 -British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 -Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 -Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 -Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 -Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 -Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 -Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 -Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 -Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 -By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 -Ca Sports sailing 0.93 1188.60 0.45955299559268340 -Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 -Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 -Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 -Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 -Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 -Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 -Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 -Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 -Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 -Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 -Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 -Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 -Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 -Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 -Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 -Categories shall Books history 8.98 3439.98 0.90895466118359479 -Catholic years st Books science 0.45 3035.02 0.96026427311115443 -Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 -Causes Sports fishing 3.57 2974.41 1.01486036641030929 -Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL -Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 -Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 -Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 -Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 -Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 -Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 -Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 -Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 -Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 -Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 -Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 -Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 -Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 -Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 -Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 -Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 -Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 -Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 -Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 -Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 -Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 -Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 -Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 -Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 -Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 -Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 -Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 -Children ma Sports optics 6.80 4282.62 1.24136467736002683 -Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 -Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 -Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 -Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 -Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 -Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 -Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 -Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 -Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 -Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 -Cle Sports guns 9.82 7032.34 1.84269259923226950 -Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 -Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 -Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 -Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 -Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 -Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 -Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 -Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 -Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 -Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 -Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 -Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 -Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 -Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 -Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 -Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 -Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 -Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 -Close, Sports sailing 4.04 9506.48 3.67552697420657321 -Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 -Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 -Co Home accent 2.71 26367.53 8.52527452047870942 -Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 -Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 -Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 -Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 -Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 -Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 -Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 -Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 -Common are Sports outdoor 1.31 14565.86 3.95038597317985966 -Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 -Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 -Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 -Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 -Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 -Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 -Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 -Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 -Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 -Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 -Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 -Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 -Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 -Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 -Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 -Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 -Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 -Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 -Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 -Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 -Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 -Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 -Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 -Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 -Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 -Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 -Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 -Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 -Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 -Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 -Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 -Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 -Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 -Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 -Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 -Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 -Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 -Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 -Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 -Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 -Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 -Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 -Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 -Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 -Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 -Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 -Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 -Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 -Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 -Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 -Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 -Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 -Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 -Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 -Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 -Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 -Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 -Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 -Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 -Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 -Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 -Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 -Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 -Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 -Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 -Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 -Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 -Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 -Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 -Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 -Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 -Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 -Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 -Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 -Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 -Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 -Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 -Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 -Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 -Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 -D Sports outdoor 51.59 150.15 0.04072196587588758 -Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 -Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 -Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 -Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 -Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 -Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 -Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 -Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 -Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 -Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 -Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 -Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 -Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 -Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 -Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 -Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 -Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 -Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 -Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 -Deep parent Books science 1.30 15194.47 4.80744993109081411 -Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 -Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 -Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 -Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 -Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 -Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 -Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 -Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 -Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 -Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 -Departmen Books parenting 2.09 8636.38 3.56271988081006976 -Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 -Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 -Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 -Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 -Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 -Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 -Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 -Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 -Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 -Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 -Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 -Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 -Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 -Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 -Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 -Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 -Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 -Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 -Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 -Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 -Different words Sports archery 9.77 14978.55 4.41564003661031975 -Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 -Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 -Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 -Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 -Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 -Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 -Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 -Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 -Digita Home flatware 98.92 4233.13 0.95218530050094701 -Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 -Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 -Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 +A Home lighting 6.73 3212.00 0.97364212540862202 +A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 +Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 +Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 +Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 +Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 +Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 +About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 +About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 +About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 +About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 +Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 +Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 +Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 +Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 +Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 +Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 +Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 +Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 +Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 +Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 +Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 +Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 +Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 +Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 +Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 +Activit Sports baseball 1.51 13643.44 4.03749520372402309 +Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 +Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 +Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 +Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 +Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 +Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 +Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 +Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 +Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 +Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 +Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 +Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +Af Books arts 6.04 4187.03 1.34485875775897965 +Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 +Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 +African lives must n Books cooking 0.88 13101.34 4.91002972250450964 +African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 +Ag Home bedding 8.22 3885.84 1.13368836803595370 +Ag Sports camping 2.85 14559.70 2.79650787334984869 +Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 +Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 +Again avail Sports fitness 3.02 17536.86 5.75217458174547567 +Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 +Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 +Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 +Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 +Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 +Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 +Again secret Home tables 6.39 7957.34 4.27792450874515132 +Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 +Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 +Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 +Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 +Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 +Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 +Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 +Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 +Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 +Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 +Al Sports guns 4.59 6630.42 1.73737701302861129 +All Books business 9.44 2769.66 1.14073867407076356 +All Home wallpaper 1.99 2643.49 0.97756575185371168 +All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 +All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 +Alm Books romance 6.14 16369.67 4.42145165207211579 +Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 +Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 +Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 +Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 +Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 +Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 +Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 +Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 +Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 +Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 +Alre Books self-help 38.79 1662.56 0.63535512662256678 +Alrea Sports fishing 9.31 1608.51 0.54881910966364643 +Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 +Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 +Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 +Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 +Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 +Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 +Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 +Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 +Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 +Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 +Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 +Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 +Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 +Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 +Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 +Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 +Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 +Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 +Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 +Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 +Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 +Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 +American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 +American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 +American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 +American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 +American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 +And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 +Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 +Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 +Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 +Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 +Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 +Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 +Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 +Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 +Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 +Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 +Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 +Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 +Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 +Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 +Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 +Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 +Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 +Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 +Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 +Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 +Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 +Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 +Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 +Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 +Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 +Areas may clea Home paint 2.32 11516.97 2.90938790456909989 +Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 +Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 +Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 +Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 +Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 +Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 +Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 +Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 +As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 +As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 +As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 +As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 +As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 +As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 +As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 +As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 +As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 +Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 +Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 +Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 +Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 +Asleep, philos Books science 4.18 2847.46 0.90092128128087716 +Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 +Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 +Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 +At Sports baseball 3.68 26967.08 7.98035218086069413 +At all public areas object Books history 75.67 152.32 0.04024790085741346 +At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 +At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 +At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 +At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 +At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 +At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 +At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 +At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 +At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 +At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 +Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL +Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 +Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 +Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 +Available Home decor 2.19 2145.41 0.75891291378716614 +Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 +Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 +Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 +Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 +Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 +Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 +Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 +Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 +Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 +Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 +Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 +Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 +B Books parenting 0.89 129.54 0.05343844682148498 +B Home glassware 2.51 6669.44 1.93796852579460911 +Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 +Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 +Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 +Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 +Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 +Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 +Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 +Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 +Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 +Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 +Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 +Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 +Beaches make Books parenting 0.44 1510.40 0.62307727404022627 +Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 +Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 +Beings Home flatware 5.41 3057.71 0.68779048013993208 +Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 +Below invisi Books cooking 9.59 6854.08 2.56872476559067313 +Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 +Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 +Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 +Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 +Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 +Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL +Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 +Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 +Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 +Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 +Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 +Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 +Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 +Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 +Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 +Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 +Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 +Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 +Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 +Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 +Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 +Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 +Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 +Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 +Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 +Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 +Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 +Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 +Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 +Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 +Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 +Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 +Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 +Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 +Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 +Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 +Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 +Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 +Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 +Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 +British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 +British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 +British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 +British services benefi Sports fishing 2.03 972.01 0.33164709127339026 +British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 +British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 +British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 +British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 +British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 +Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 +Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 +Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 +Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 +Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 +Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 +Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 +Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 +By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 +Ca Sports sailing 0.93 1188.60 0.45955299559268340 +Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 +Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 +Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 +Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 +Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 +Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 +Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 +Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 +Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 +Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 +Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 +Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 +Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 +Categories shall Books history 8.98 3439.98 0.90895466118359479 +Catholic years st Books science 0.45 3035.02 0.96026427311115443 +Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 +Causes Sports fishing 3.57 2974.41 1.01486036641030929 +Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 +Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 +Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 +Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 +Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 +Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 +Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 +Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 +Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 +Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 +Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 +Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 +Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 +Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 +Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 +Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 +Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 +Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 +Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 +Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 +Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 +Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 +Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 +Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 +Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 +Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 +Children ma Sports optics 6.80 4282.62 1.24136467736002683 +Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 +Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 +Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 +Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 +Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 +Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 +Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 +Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 +Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 +Cle Sports guns 9.82 7032.34 1.84269259923226950 +Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 +Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 +Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 +Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 +Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 +Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 +Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 +Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 +Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 +Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 +Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 +Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 +Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 +Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 +Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 +Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 +Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 +Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 +Close, Sports sailing 4.04 9506.48 3.67552697420657321 +Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 +Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 +Co Home accent 2.71 26367.53 8.52527452047870942 +Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 +Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 +Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 +Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 +Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 +Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 +Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 +Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 +Common are Sports outdoor 1.31 14565.86 3.95038597317985966 +Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 +Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 +Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 +Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 +Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 +Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 +Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 +Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 +Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 +Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 +Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 +Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 +Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 +Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 +Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 +Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 +Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 +Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 +Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 +Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 +Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 +Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 +Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 +Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 +Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 +Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 +Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 +Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 +Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 +Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 +Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 +Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 +Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 +Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 +Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 +Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 +Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 +Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 +Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 +Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 +Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 +Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 +Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 +Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 +Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 +Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 +Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 +Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 +Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 +Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 +Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 +Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 +Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 +Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 +Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 +Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 +Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 +Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 +Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 +Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 +Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 +Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 +Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 +Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 +Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 +Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 +Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 +Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 +Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 +Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 +Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 +Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 +Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 +Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 +Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 +Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 +Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 +Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 +Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 +Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 +D Sports outdoor 51.59 150.15 0.04072196587588758 +Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 +Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 +Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 +Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 +Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 +Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 +Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 +Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 +Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 +Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 +Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 +Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 +Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 +Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 +Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 +Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 +Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 +Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 +Deep parent Books science 1.30 15194.47 4.80744993109081411 +Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 +Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 +Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 +Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 +Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 +Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 +Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 +Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 +Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 +Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 +Departmen Books parenting 2.09 8636.38 3.56271988081006976 +Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 +Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 +Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 +Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 +Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 +Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 +Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 +Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 +Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 +Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 +Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 +Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 +Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 +Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 +Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 +Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 +Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 +Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 +Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 +Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 +Different words Sports archery 9.77 14978.55 4.41564003661031975 +Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 +Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 +Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 +Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 +Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 +Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 +Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 +Digita Home flatware 98.92 4233.13 0.95218530050094701 +Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 +Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 +Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 -Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 -Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 -Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 -Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 -Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 -Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 -Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 -Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 -Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 -Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 -Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 -Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 -Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 -Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 -Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 -Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 -Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 -Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 -Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 -Easily adv Home glassware 4.25 9484.34 2.75590640412610999 -Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 -Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 -Ec Home bathroom 4.86 4935.12 1.67380705228479791 -Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 -Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 -Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 -Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 -Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 -Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 -Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 -Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 -Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 -Educational groups Sports pools 0.70 5180.07 1.43672977208892250 -Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 -Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 -Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 -Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 -Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 -Effects ought Books travel 4.16 5500.91 2.34284156705913419 -Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 -Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 -Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 -Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 -Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 -Ei Sports fishing 4.30 11452.66 3.90761553517258642 -Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 -Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 -Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 -Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 -Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 -Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 -Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 -Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 -Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 -Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 -Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 -Elsewher Books fiction 2.23 15758.25 4.36952725947808852 -Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 -Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 -Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 -Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 -Employers w Sports optics 4.48 4800.78 1.39155907266497368 -Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 -Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 -Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 -Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 -Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 -English Books reference 3.87 3969.62 1.31598415085154812 -English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 -English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 -English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 -English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 -English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 -English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 -English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 -English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 -English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 -English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 -Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 -Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 -Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 -Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 -Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 -Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 -Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 -Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 -Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 -Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 -Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 -Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 -Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 -Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 -Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 -Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 -Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 -Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 -Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 -Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 -Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 -Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 -Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 -Euro Books business 3.01 3615.47 1.48910207532427212 -European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 -European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 -European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 -Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 -Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 -Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 -Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 +Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 +Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 +Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 +Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 +Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 +Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 +Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 +Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 +Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 +Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 +Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 +Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 +Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 +Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 +Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 +Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 +Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 +Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 +Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 +Easily adv Home glassware 4.25 9484.34 2.75590640412610999 +Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 +Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 +Ec Home bathroom 4.86 4935.12 1.67380705228479791 +Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 +Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 +Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 +Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 +Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 +Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 +Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 +Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 +Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +Educational groups Sports pools 0.70 5180.07 1.43672977208892250 +Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 +Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 +Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 +Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 +Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 +Effects ought Books travel 4.16 5500.91 2.34284156705913419 +Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 +Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 +Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 +Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 +Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 +Ei Sports fishing 4.30 11452.66 3.90761553517258642 +Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 +Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 +Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 +Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 +Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 +Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 +Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 +Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 +Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 +Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 +Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 +Elsewher Books fiction 2.23 15758.25 4.36952725947808852 +Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 +Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 +Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 +Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 +Employers w Sports optics 4.48 4800.78 1.39155907266497368 +Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 +Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 +Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 +Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 +Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 +English Books reference 3.87 3969.62 1.31598415085154812 +English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 +English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 +English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 +English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 +English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 +English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 +English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 +English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 +English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 +English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 +Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 +Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 +Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 +Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 +Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 +Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 +Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 +Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 +Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 +Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 +Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 +Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 +Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 +Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 +Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 +Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 +Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 +Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 +Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 +Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 +Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 +Euro Books business 3.01 3615.47 1.48910207532427212 +European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 +European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 +European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 +Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 +Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 +Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 +Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 -Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 -Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 -Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 -Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 -Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 -Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 -Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 -Even s Sports golf 1.45 656.18 0.15501076344206576 -Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 -Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 -Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 -Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 -Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 -Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 -Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 -Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 -Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 -Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 -Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 -Everyd Books history 1.79 7069.46 1.86798138915080206 -Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 -Ex Sports fishing 6.75 1595.67 0.54443813760373930 -Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 -Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 -Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 -Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 -Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 -Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 -Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 -Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 -Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 -Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 -Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 -Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 -Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 -Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 -Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 -Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 -External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 -Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 -Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 -Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 -Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 -Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 -Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 -Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 -Eye Home rugs 2.18 7906.31 2.78577461528766540 -Eyes could not Books travel 4.34 23586.52 10.04551601067307221 -Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 -Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 -Fa Books sports 7.37 232.54 0.07511785983809766 -Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 -Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 -Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 -Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 -Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 -Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 -Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 -Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 -False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 -Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 -Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 -Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 -Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 -Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 -Fe Books mystery 8.45 8868.51 5.20455610735205735 -Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 -Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 -Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 -Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 -Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 -Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 -Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 -Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 -Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 -Final governm Books computers 6.22 4453.71 1.36066137214556420 -Final office Home glassware 86.90 809.50 0.23521997673428895 -Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 -Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 -Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 -Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 -Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 -Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 -Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 -Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 -Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 -Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 -Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 -Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 -Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 -Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 -Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 -Fo Home kids 1.39 6140.28 2.46794054286910648 -Fo Home mattresses 0.33 3335.98 0.97616304408321383 -Fol Books science 1.79 10320.77 3.26543703237455084 -Follow Sports optics 9.98 5054.82 1.46519537068733878 -Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 -Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 -Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 -Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 -Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 -For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 -For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 -For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 -For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 -For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 -For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 -For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 -For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 -Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 -Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 -Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 -Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 -Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 -Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 -Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 -Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 -Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 -Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 -Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 -Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 -Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 -Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 -Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 -Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 -Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 -Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 -Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 -Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 -Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 +Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 +Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 +Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 +Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 +Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 +Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 +Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 +Even s Sports golf 1.45 656.18 0.15501076344206576 +Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 +Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 +Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 +Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 +Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 +Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 +Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 +Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 +Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 +Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 +Everyd Books history 1.79 7069.46 1.86798138915080206 +Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 +Ex Sports fishing 6.75 1595.67 0.54443813760373930 +Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 +Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 +Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 +Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 +Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 +Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 +Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 +Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 +Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 +Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 +Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 +Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 +Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 +Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 +Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 +Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 +External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 +Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 +Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 +Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 +Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 +Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 +Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 +Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 +Eye Home rugs 2.18 7906.31 2.78577461528766540 +Eyes could not Books travel 4.34 23586.52 10.04551601067307221 +Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 +Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 +Fa Books sports 7.37 232.54 0.07511785983809766 +Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 +Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 +Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 +Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 +Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 +Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 +Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 +False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 +Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 +Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 +Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 +Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 +Fe Books mystery 8.45 8868.51 5.20455610735205735 +Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 +Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 +Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 +Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 +Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 +Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 +Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 +Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 +Final governm Books computers 6.22 4453.71 1.36066137214556420 +Final office Home glassware 86.90 809.50 0.23521997673428895 +Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 +Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 +Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 +Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 +Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 +Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 +Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 +Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 +Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 +Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 +Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 +Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 +Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 +Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 +Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 +Fo Home kids 1.39 6140.28 2.46794054286910648 +Fo Home mattresses 0.33 3335.98 0.97616304408321383 +Fol Books science 1.79 10320.77 3.26543703237455084 +Follow Sports optics 9.98 5054.82 1.46519537068733878 +Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 +Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 +Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 +Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 +Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 +For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 +For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 +For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 +For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 +For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 +For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 +For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 +For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 +Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 +Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 +Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 +Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 +Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 +Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 +Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 +Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 +Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 +Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 +Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 +Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 +Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 +Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 +Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 +Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 +Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 +Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 +Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 +Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 +Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 -Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 -Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 -Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 -Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 -Free proced Sports optics 5.97 8583.18 2.48792946173674879 -Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 -Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 -Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 -Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 -Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 -French Books parenting 4.98 15486.40 6.38852217736795559 -French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 -French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 -Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 -Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 -Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 -Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 -Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 -Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 -Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 -Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 -Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 -Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 -Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 -Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 -Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 -Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 -Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 -Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 -Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 -Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 -Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 -Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 -Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 -Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 -Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 -Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 -Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 -Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 -Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 -Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 -Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 -Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 -Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 -Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 -Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 -Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 -Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 -Genera Books computers 2.84 60.00 0.01833071356885245 -General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 -General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 -Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 -Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 -Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 -Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 -Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 -Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 -German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 -German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 -Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 -Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 -Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 -Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 -Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 -Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 -Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 -Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 -Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 -Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 -Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 -Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 -Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 -Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 -Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 -Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 -Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 -Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 -Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 -Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 -Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 -Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 -Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 -Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 -Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 -Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 -Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 -Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 -Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 -Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 -Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 -Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 -Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 -Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 -Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 -Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 -Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 -Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 -Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 -Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 -Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 -Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 -Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 -Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 -Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 -Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 -Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 +Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 +Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 +Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 +Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 +Free proced Sports optics 5.97 8583.18 2.48792946173674879 +Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 +Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 +Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 +Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 +Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 +French Books parenting 4.98 15486.40 6.38852217736795559 +French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 +French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 +Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 +Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 +Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 +Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 +Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 +Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 +Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 +Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 +Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 +Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 +Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 +Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 +Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 +Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 +Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 +Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 +Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 +Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 +Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 +Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 +Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 +Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 +Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 +Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 +Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 +Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 +Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 +Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 +Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 +Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 +Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 +Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 +Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 +Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 +Genera Books computers 2.84 60.00 0.01833071356885245 +General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 +General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 +Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 +Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 +Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 +Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 +Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 +German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 +German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 +Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 +Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 +Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 +Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 +Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 +Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 +Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 +Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 +Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 +Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 +Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 +Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 +Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 +Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 +Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 +Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 +Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 +Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 +Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 +Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 +Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 +Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 +Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 +Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 +Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 +Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 +Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 +Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 +Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 +Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 +Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 +Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 +Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 +Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 +Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 +Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 +Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 +Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 +Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 +Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 +Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 +Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 +Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 +Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 +Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 +Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 -Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 -Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 -Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 -Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 -Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 -Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 -Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 -Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 -Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 -Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 -Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 -Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 -Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 -Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 -Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 -Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 -Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 -Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 -Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 -Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 -Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 -Har Books self-help 0.70 26516.21 10.13329441469815912 -Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 -Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 -Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 -Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 -Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 -Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 -Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 -Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 -Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 -Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 -Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 -Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 -Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 -Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 -Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 -Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 -Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 -Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 -Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 -Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 -Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 -Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 -High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 -High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 -High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 -High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 -High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 -High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 -High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 -High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 -Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 -Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 -Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 -Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 -Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 -Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 -Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 -Ho Books sports 3.04 667.70 0.21568846225981683 -Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 -Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 -Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 -Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 -Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 -Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 -Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 -Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 -Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 -Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 -Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 -Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 -Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 -Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 -Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 -Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 -Houses design Home bathroom 4.80 6543.35 2.21925816911599564 -Houses should Books mystery 1.77 3341.80 1.96116208918398979 -However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 -However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 -However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 -However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 -However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 -However new Books entertainments 2.06 1060.15 0.53090326217932597 -However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 -However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 -However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 -However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 -However small values Books entertainments 1.49 10944.45 5.48077555794795460 -However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 -Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 -Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 -Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 -Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 -Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 -Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 -Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 -Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 -I Sports athletic shoes 4.78 5322.70 1.71120332633210365 -I Sports fitness 73.49 11260.99 3.69365898132789930 -Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 -Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 -Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 -Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 -Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 -Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 -Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 -Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 -Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 -Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 -Implicati Sports optics 2.46 1430.04 0.41451287838097538 -Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 -Implicit, indian Home paint 0.68 162.27 0.04099223799961516 -Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 -Important childre Home paint 9.84 2783.72 0.70321632319152474 -Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 -Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 -Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 -Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 -Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 -Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 -Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 -Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 -Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 -Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 -In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 -In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 -In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 -In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 -In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 -In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 -In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 -Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 -Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 -Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 -Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 -Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 -Indeed Home rugs 1.24 7725.64 2.72211585415332808 -Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 -Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 -Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 -Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 -Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 -Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 -Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 -Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 -Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 -Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 -Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 -Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 -Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 -Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 -Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 -Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 -Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 -Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 -Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 -Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 -Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 -Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 -Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 -Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 -Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 -Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 -Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 -Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 -Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 -Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 -Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 -Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 -Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 -Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 -Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 -International applications Sports basketball 8.29 5761.52 2.35493609281918858 -International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 -International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 -International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 -Involunta Home decor 6.52 3664.04 1.29610996156106675 -Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 -Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 -Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 -Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 -Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 -Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 -Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 -Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 -Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 -Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 -Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 -Jol Books entertainments 14.38 5937.80 2.97353901822232865 -Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 -Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 -Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 -Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 -Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 -Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 -Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 -Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 -Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 -Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 -Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 -Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 -Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 -Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 -Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 -Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 -Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 -Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 +Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 +Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 +Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 +Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 +Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 +Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 +Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 +Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 +Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 +Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 +Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 +Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 +Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 +Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 +Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 +Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 +Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 +Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 +Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 +Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 +Har Books self-help 0.70 26516.21 10.13329441469815912 +Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 +Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 +Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 +Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 +Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 +Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 +Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 +Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 +Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 +Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 +Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 +Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 +Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 +Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 +Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 +Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 +Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 +Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 +Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 +Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 +High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 +High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 +High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 +High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 +High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 +High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 +High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 +High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 +Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 +Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 +Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 +Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 +Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 +Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 +Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 +Ho Books sports 3.04 667.70 0.21568846225981683 +Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 +Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 +Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 +Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 +Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 +Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 +Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 +Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 +Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 +Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 +Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 +Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 +Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 +Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 +Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 +Houses design Home bathroom 4.80 6543.35 2.21925816911599564 +Houses should Books mystery 1.77 3341.80 1.96116208918398979 +However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 +However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 +However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 +However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 +However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 +However new Books entertainments 2.06 1060.15 0.53090326217932597 +However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 +However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 +However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 +However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 +However small values Books entertainments 1.49 10944.45 5.48077555794795460 +However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 +Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 +Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 +Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 +Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 +Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 +Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 +Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 +I Sports athletic shoes 4.78 5322.70 1.71120332633210365 +I Sports fitness 73.49 11260.99 3.69365898132789930 +Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 +Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 +Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 +Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 +Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 +Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 +Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 +Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 +Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 +Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 +Implicati Sports optics 2.46 1430.04 0.41451287838097538 +Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 +Implicit, indian Home paint 0.68 162.27 0.04099223799961516 +Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 +Important childre Home paint 9.84 2783.72 0.70321632319152474 +Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 +Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 +Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 +Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 +Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 +Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 +Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 +Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 +Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 +Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 +In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 +In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 +In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 +In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 +In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 +Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 +Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 +Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 +Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 +Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 +Indeed Home rugs 1.24 7725.64 2.72211585415332808 +Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 +Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 +Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 +Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 +Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 +Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 +Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 +Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 +Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 +Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 +Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 +Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 +Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 +Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 +Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 +Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 +Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 +Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 +Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 +Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 +Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 +Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 +Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 +Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 +Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 +Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 +Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 +Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 +Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 +Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 +Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 +Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 +Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 +Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 +Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 +International applications Sports basketball 8.29 5761.52 2.35493609281918858 +International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 +International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 +International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 +Involunta Home decor 6.52 3664.04 1.29610996156106675 +Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 +Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 +Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 +Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 +Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 +Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 +Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 +Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 +Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 +Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 +Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 +Jol Books entertainments 14.38 5937.80 2.97353901822232865 +Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 +Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 +Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 +Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 +Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 +Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 +Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 +Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 +Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 +Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 +Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 +Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 +Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 +Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 +Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 +Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 -Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 -Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 -Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 -Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 -Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 -Labour, h Books home repair 35.82 4334.42 1.25627402275322497 -Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 -Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 -Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 -Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 -Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 -Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 -Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 -Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 -Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 -Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 -Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 -Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 -Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 -Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 -Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 -Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 -Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 -Later high interests Books fiction 5.61 9818.74 2.72258988680392092 -Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 -Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 -Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 -Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 -Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 -Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 -Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 -Le Home flatware 9.98 11828.71 2.66070821965981599 -Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 -Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 -Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 -Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 -Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 -Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 -Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 -Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 -Less imp Books arts 9.12 21212.29 6.81331014552635795 -Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 -Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 -Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 -Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 -Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 -Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 -Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 -Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 -Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 -Levels will l Books reference 3.87 13388.03 4.43831784682792099 -Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 -Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 -Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 -Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 -Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 -Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 -Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 -Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 -Lightly right Books self-help 7.86 4806.98 1.83701002464401047 -Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 -Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 -Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 -Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 -Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 -Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 -Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 -Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 -Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 -Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 -Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 -Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 -Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 -Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 -Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 -Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 -Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 -Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 -Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 -Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 -Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 +Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 +Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 +Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 +Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 +Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 +Labour, h Books home repair 35.82 4334.42 1.25627402275322497 +Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 +Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 +Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 +Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 +Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 +Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 +Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 +Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 +Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 +Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 +Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 +Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 +Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 +Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 +Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 +Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 +Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 +Later high interests Books fiction 5.61 9818.74 2.72258988680392092 +Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 +Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 +Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 +Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 +Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 +Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +Le Home flatware 9.98 11828.71 2.66070821965981599 +Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 +Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 +Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 +Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 +Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 +Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 +Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 +Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 +Less imp Books arts 9.12 21212.29 6.81331014552635795 +Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 +Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 +Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 +Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 +Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 +Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 +Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 +Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 +Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 +Levels will l Books reference 3.87 13388.03 4.43831784682792099 +Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 +Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 +Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 +Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 +Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 +Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 +Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 +Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 +Lightly right Books self-help 7.86 4806.98 1.83701002464401047 +Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 +Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 +Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 +Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 +Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 +Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 +Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 +Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 +Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 +Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 +Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 +Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 +Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 +Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 +Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 +Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 +Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 +Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 +Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 +Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 -Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 -Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 -Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 -Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 -Local pro Books computers 1.04 3400.92 1.03902150650969466 -Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 -Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 -Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 -Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 -Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 -Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 -Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 -Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 -Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 -Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 -Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 -Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 -Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 -Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 -Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 -Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 -Long-term game Sports golf 4.19 20224.07 4.77757403548687691 -Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 -Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 -Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 -Losses hide Sports optics 1.65 4243.32 1.22997313857763450 -Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 -Low meals c Books fiction 6.53 3925.96 1.08861004487304088 -Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 -Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 -Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 -Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 -Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 -Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 -Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 -M Home furniture 3.93 248.02 0.06515716176958571 -M Sports football 2.64 80.16 0.03474876611752548 -Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 -Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 -Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 -Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 -Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 -Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 -Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 -Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 -Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 -Main hours spe Books sports 9.76 8641.62 2.79151973825622032 -Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 -Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 -Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 -Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 -Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 -Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 -Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 -Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 -Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 -Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 -Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 -Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 -Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 -Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 -Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 -Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 -Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 -Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 -Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 -Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 -Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 -Man Sports pools 6.46 8843.74 2.45287506821600624 -Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 -Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 -Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 -Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 -Marked, large years Books science 0.95 3439.80 1.08833452387389507 -Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 -Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 -Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 -Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 -Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 -Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 -Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 -Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 -Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 -Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 -Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 -Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 -Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 -Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 -Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 -Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 -Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 -Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 -Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 -Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 -Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 -Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 -Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 -Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 -Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 -Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 -Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 -Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 -Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 -Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 -Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 -Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 -Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 -Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 -Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 -Mild, Sports optics 47.98 14278.69 4.13883590068085459 -Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 -Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 -Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 -Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 -Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 -Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 -Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 -Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 -Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 -Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 -Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 -Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 -Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 -Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 -Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 -Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 -Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 -Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 -Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 -Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 -Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 -Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 -Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 -Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 -More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 -More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 -More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 -More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 -More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 -More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 -More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 -More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 -More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 -More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 -More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 -More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 -More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 -Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 -Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 -Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 -Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 -Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 -Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 -Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 -Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 -Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 -Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 -Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 -Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 -Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 -Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 -Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 -Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 -Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 -Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 -Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 +Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 +Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 +Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 +Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 +Local pro Books computers 1.04 3400.92 1.03902150650969466 +Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 +Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 +Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 +Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 +Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 +Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 +Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 +Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 +Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 +Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 +Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 +Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 +Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 +Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 +Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 +Long-term game Sports golf 4.19 20224.07 4.77757403548687691 +Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 +Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 +Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 +Losses hide Sports optics 1.65 4243.32 1.22997313857763450 +Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 +Low meals c Books fiction 6.53 3925.96 1.08861004487304088 +Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 +Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 +Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 +Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 +Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 +Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 +Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 +M Home furniture 3.93 248.02 0.06515716176958571 +M Sports football 2.64 80.16 0.03474876611752548 +Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 +Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 +Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 +Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 +Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 +Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 +Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 +Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 +Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 +Main hours spe Books sports 9.76 8641.62 2.79151973825622032 +Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 +Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 +Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 +Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 +Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 +Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 +Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 +Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 +Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 +Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 +Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 +Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 +Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 +Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 +Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 +Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 +Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 +Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 +Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 +Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 +Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 +Man Sports pools 6.46 8843.74 2.45287506821600624 +Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 +Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 +Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 +Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 +Marked, large years Books science 0.95 3439.80 1.08833452387389507 +Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 +Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 +Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 +Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 +Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 +Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 +Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 +Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 +Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 +Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 +Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 +Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 +Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 +Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 +Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 +Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 +Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 +Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 +Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 +Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 +Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 +Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 +Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 +Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 +Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 +Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 +Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 +Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 +Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 +Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 +Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 +Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 +Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 +Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 +Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 +Mild, Sports optics 47.98 14278.69 4.13883590068085459 +Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 +Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 +Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 +Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 +Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 +Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 +Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 +Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 +Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 +Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 +Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 +Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 +Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 +Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 +Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 +Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 +Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 +Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 +Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 +Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 +Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 +More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 +More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 +More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 +More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 +More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 +More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 +More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 +More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 +More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 +More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 +More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 +More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 +More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 +Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 +Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 +Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 +Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 +Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 +Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 +Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 +Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 +Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 +Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 +Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 +Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 +Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 +Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 +Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 +Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 +Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 +Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 NULL Books NULL NULL 2102.35 17.17759179534778832 NULL Books entertainments NULL 10168.52 5.09220434800331998 NULL Home NULL NULL 9647.64 78.82760801411236785 NULL Sports NULL NULL 488.92 3.99480019053984383 NULL Sports tennis NULL 3075.00 1.06068585637671919 -Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 -Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 -Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 -National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 -National sea Home tables 29.68 317.94 0.17092688238914429 -National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 -National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 -National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 -National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 -National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 -Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 -Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 -Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 -Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 -Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 -Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 -Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 -Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 -Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 -Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 -Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 -Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 -Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 -Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 -Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 -Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 -Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 -Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 -Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 -Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 -Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 -Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 -New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 -New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 -New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 -New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 -New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 -New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 -New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 -New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 -New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 -New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 -New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 -New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 -New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 -New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 -New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 -New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 -New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 -New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 -New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 -New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 -New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 -New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 -New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 -New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 -New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 -New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 -New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 -New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 -New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 -New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 -New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 -New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 -New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 -New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 -New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 -Ni Home furniture 0.83 1902.40 0.49977818139851565 -Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 -Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 -Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 -Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 -Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 -No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 -No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 -Noble, general d Home paint 9.34 5700.17 1.43996256411084218 -Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 -Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 -Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 -Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 -Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 -Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 -Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 -Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 -Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 -Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 -Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 -Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 -Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 -Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 -Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 -Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 -Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 -Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 -Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 -Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 -Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 -Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 -Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 -Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 -Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 -Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 -Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 -Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 -O Sports outdoor 92.60 1351.68 0.36658719170908911 -Objective Books travel 1.28 545.37 0.23227347937469255 -Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 -Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 -Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 -Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 -Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 -Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 -Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 -Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 -Od Home blinds/shades 6.56 5059.48 3.37177867076155516 -Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 -Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 -Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 -Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 -Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 -Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 -Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 -Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 -Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 -Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 -Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 -Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 -Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 -Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 -Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 -Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 -Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 -Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 -Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 -Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 -Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 -Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 -Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 -Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 -Old, n Sports guns 1.37 6973.14 1.82718035126437398 -Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 -Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 -Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 -Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 -Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 -Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 -Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 -Only Home decor 3.96 877.92 0.31055361225687812 -Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 -Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 -Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 -Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 -Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 -Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 -Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 -Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 -Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 +Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 +Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 +Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 +National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 +National sea Home tables 29.68 317.94 0.17092688238914429 +National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 +National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 +National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 +National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 +National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 +Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 +Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 +Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 +Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 +Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 +Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 +Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 +Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 +Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 +Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 +Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 +Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 +Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 +Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 +Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 +Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 +Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 +Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 +Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 +Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 +Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 +Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 +New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 +New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 +New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 +New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 +New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 +New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 +New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 +New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 +New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 +New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 +New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 +New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 +New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 +New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 +New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 +New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 +New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 +New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 +New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 +New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 +New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 +New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 +New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 +New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 +New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 +New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 +New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 +New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 +New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 +New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 +New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 +Ni Home furniture 0.83 1902.40 0.49977818139851565 +Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 +Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 +Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 +Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 +Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 +No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 +No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 +Noble, general d Home paint 9.34 5700.17 1.43996256411084218 +Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 +Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 +Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 +Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 +Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 +Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 +Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 +Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 +Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 +Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 +Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 +Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 +Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 +Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 +Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 +Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 +Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 +Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 +Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 +Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 +Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 +Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 +Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 +Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 +Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 +Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 +O Sports outdoor 92.60 1351.68 0.36658719170908911 +Objective Books travel 1.28 545.37 0.23227347937469255 +Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 +Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 +Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 +Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 +Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 +Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 +Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 +Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 +Od Home blinds/shades 6.56 5059.48 3.37177867076155516 +Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 +Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 +Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 +Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 +Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 +Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 +Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 +Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 +Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 +Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 +Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 +Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 +Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 +Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 +Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 +Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 +Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 +Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 +Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 +Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 +Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 +Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 +Old, n Sports guns 1.37 6973.14 1.82718035126437398 +Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 +Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 +Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 +Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 +Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 +Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 +Only Home decor 3.96 877.92 0.31055361225687812 +Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 +Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 +Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 +Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 +Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 +Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 +Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 +Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 +Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 -Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 -Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 -Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 -Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 -Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 -Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 -Only single Books sports 1.98 2633.56 0.85072413759018003 -Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 -Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 -Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 -Only, s Books science 0.31 19345.48 6.12080753674979927 -Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 -Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 -Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 -Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 -Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 -Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 -Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 -Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 -Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 -Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 -Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 -Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 -Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 -Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 -Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 -Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 -Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 -Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 -Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 -Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 -Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 -Othe Books arts 60.94 6652.80 2.13685508430055191 -Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 -Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 -Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 -Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 -Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 -Other foods w Books sports 1.39 4385.79 1.41675048808519103 -Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 -Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 -Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 -Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 -Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 -Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 -Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 -Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 -Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 -Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 -Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 -Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 -Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 -Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 -Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 -Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 -Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 -Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 -Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 -Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 -Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 -Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 -Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 -Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 -Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 -Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 -Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 -Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 -Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 -Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 -Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 -Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 -Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 -Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 -Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 -Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 -Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 +Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 +Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 +Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 +Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 +Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 +Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 +Only single Books sports 1.98 2633.56 0.85072413759018003 +Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 +Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 +Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 +Only, s Books science 0.31 19345.48 6.12080753674979927 +Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 +Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 +Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 +Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 +Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 +Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 +Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 +Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 +Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 +Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 +Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 +Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 +Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 +Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 +Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 +Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 +Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 +Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 +Othe Books arts 60.94 6652.80 2.13685508430055191 +Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 +Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 +Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 +Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 +Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 +Other foods w Books sports 1.39 4385.79 1.41675048808519103 +Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 +Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 +Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 +Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 +Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 +Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 +Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 +Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 +Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 +Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 +Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 +Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 +Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 +Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 +Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 +Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 +Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 +Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 +Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 +Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 +Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 +Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 +Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 +Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 +Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 +Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 +Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 +Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 +Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 +Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 +Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 +Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 +Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 +Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 -Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 -Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 -Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 -Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 -Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 -Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 -Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 -Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 -Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 -Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 -Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 -Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 -Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 -Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 -Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 -Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 -Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 -Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 -Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 -Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 -Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 -Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 -Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 -Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 -Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 -Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 -Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 -Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 -Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 -Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 -Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 -Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 -Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 -Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 -Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 -Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 -Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 -Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 -Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 -Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 -Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 -Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 -Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 -Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 -Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 -Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 -Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 -Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 -Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 -Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 -Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 -Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 -Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 -Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 -Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 -Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 -Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 -Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 -Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 -Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 -Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 -Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 -Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 -Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 -Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 -Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 -Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 -Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 -Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 -Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 -Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 -Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 -Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 -Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 -Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 -Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 -Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 -Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 -Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 -Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 -Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 -Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 -Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 -Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 -Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 -Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 -Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 -Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 -Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 -Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 -Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 -Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 -Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 -Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 -Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 -Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 -Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 -Political, va Sports baseball 4.54 13469.88 3.98613369463552771 -Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 -Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 -Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 -Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 -Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 -Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 -Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 -Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 -Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 -Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 -Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 -Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 -Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 -Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 -Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 -Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 -Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 -Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 -Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 -Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 -Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 -Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 -Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 -Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 -Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 -Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 -Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 -Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 -Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 -Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 -Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 -Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 -Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 -Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 -Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 -Prese Books business 15.17 2637.41 1.08626892339889102 -Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 -Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 -Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 -Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 -Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 -Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 -Pretty bloody countr Home blinds/shades 6.45 NULL NULL -Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 -Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 -Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 -Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 -Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 -Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 -Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 -Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 -Prime Home mattresses 0.60 5227.40 1.52962388762540303 -Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 -Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 -Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 -Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 -Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 -Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 -Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 -Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 -Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 -Prob Sports fitness 3.33 3763.14 1.23432805277282645 -Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 -Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 -Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 -Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 -Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 -Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 -Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 -Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 -Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 -Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 -Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 -Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 -Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 -Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 -Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 -Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 -Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 -Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 -Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 -Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 -Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 -Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 -Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 -Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 -Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 -Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 -Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 -Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 -Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 -Prov Books romance 2.61 4503.02 1.21626674320947086 -Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 -Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 -Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 -Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 -Publi Books fiction 1.56 5440.65 1.50861094882232877 -Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 -Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 -Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 -Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 -Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 -Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 -Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 -Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 -Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 -Purel Books cooking 4.62 4512.72 1.69124603508805594 -Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 -Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 -Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 -Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 -Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 -Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 -Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 -Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 -Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 -Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 -Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 -Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 -Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 -Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 -Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 -Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 -Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 -Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 -R Home curtains/drapes 2.46 14037.99 4.32186707746291875 -R Home lighting 3.18 11394.38 3.45393784586347901 -Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 -Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 -Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 -Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 -Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 -Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 -Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 -Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 -Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 -Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 -Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 -Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 -Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 -Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 -Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 -Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 -Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 -Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 -Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 -Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 -Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 -Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 -Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 -Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 -Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 -Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 -Recent Home bedding 0.35 256.88 0.07494437958873134 -Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 -Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 -Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 -Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 -Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 -Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 -Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 -Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 -References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 -References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 -Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 -Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 -Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 -Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 -Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 -Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 -Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 -Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 -Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 -Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 -Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 -Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 -Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 +Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 +Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 +Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 +Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 +Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 +Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 +Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 +Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 +Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 +Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 +Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 +Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 +Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 +Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 +Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 +Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 +Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 +Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 +Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 +Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 +Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 +Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 +Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 +Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 +Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 +Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 +Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 +Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 +Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 +Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 +Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 +Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 +Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 +Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 +Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 +Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 +Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 +Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 +Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 +Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 +Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 +Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 +Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 +Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 +Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 +Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 +Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 +Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 +Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 +Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 +Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 +Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 +Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 +Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 +Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 +Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 +Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 +Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 +Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 +Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 +Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 +Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 +Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 +Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 +Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 +Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 +Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 +Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 +Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 +Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 +Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 +Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 +Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 +Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 +Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 +Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 +Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 +Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 +Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 +Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 +Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 +Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 +Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 +Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 +Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 +Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 +Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 +Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 +Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 +Political, va Sports baseball 4.54 13469.88 3.98613369463552771 +Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 +Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 +Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 +Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 +Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 +Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 +Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 +Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 +Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 +Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 +Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 +Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 +Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 +Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 +Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 +Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 +Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 +Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 +Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 +Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 +Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 +Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 +Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 +Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 +Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 +Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 +Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 +Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 +Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 +Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 +Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 +Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 +Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 +Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 +Prese Books business 15.17 2637.41 1.08626892339889102 +Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 +Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 +Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 +Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 +Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +Pretty bloody countr Home blinds/shades 6.45 NULL NULL +Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 +Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 +Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 +Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 +Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 +Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 +Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 +Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 +Prime Home mattresses 0.60 5227.40 1.52962388762540303 +Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 +Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 +Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 +Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 +Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 +Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 +Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 +Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 +Prob Sports fitness 3.33 3763.14 1.23432805277282645 +Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 +Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 +Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 +Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 +Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 +Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 +Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 +Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 +Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 +Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 +Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 +Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 +Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 +Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 +Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 +Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 +Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 +Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 +Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 +Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 +Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 +Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 +Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 +Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 +Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 +Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 +Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 +Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 +Prov Books romance 2.61 4503.02 1.21626674320947086 +Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 +Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 +Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 +Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 +Publi Books fiction 1.56 5440.65 1.50861094882232877 +Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 +Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 +Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 +Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 +Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 +Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 +Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 +Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 +Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 +Purel Books cooking 4.62 4512.72 1.69124603508805594 +Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 +Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 +Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 +Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 +Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 +Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 +Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 +Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 +Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 +Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 +Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 +Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 +Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 +Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 +Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 +Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 +Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 +R Home curtains/drapes 2.46 14037.99 4.32186707746291875 +R Home lighting 3.18 11394.38 3.45393784586347901 +Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 +Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 +Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 +Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 +Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 +Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 +Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 +Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 +Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 +Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 +Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 +Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 +Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 +Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 +Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 +Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 +Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 +Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 +Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 +Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 +Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 +Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 +Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 +Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 +Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 +Recent Home bedding 0.35 256.88 0.07494437958873134 +Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 +Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 +Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 +Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 +Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 +Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 +Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 +Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 +References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 +Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 +Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 +Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 +Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 +Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 +Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 +Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 +Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 +Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 +Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 +Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 +Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 -Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL -Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 -Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 -Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 -Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 -Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 -Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 -Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 -Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 -Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 -Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 -Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 -Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 -Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 -Remaining w Sports camping 4.65 12413.70 2.38432177774288046 -Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 -Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 -Reporte Sports archery 5.38 9065.89 2.67260227802458394 -Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 -Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 -Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 -Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 -Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 -Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 -Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 -Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 -Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 -Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 -Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 -Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 -Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 -Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 -Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 -Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 -Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 -Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 -Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 -Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 -Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 -Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 -Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 -Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 -Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 -Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 -Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 -Rights pay Home furniture 4.07 4771.20 1.25343863492882561 +Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL +Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 +Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 +Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 +Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 +Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 +Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 +Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 +Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 +Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 +Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 +Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 +Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 +Remaining w Sports camping 4.65 12413.70 2.38432177774288046 +Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 +Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 +Reporte Sports archery 5.38 9065.89 2.67260227802458394 +Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 +Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 +Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 +Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 +Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 +Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 +Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 +Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 +Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 +Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 +Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 +Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 +Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 +Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 +Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 +Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 +Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 +Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 +Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 +Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 +Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 +Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 +Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 +Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 +Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 +Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 +Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 +Rights pay Home furniture 4.07 4771.20 1.25343863492882561 Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 -Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 -Ro Home furniture 3.69 420.40 0.11044299172620688 -Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 -Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 -Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 -Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 -Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 -Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 -Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 -Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 -Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 -Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 -Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 -Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 -Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 -Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 -Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 -Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 -Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 -Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 -Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 -Sc Sports football 1.08 54.79 0.02375105907658709 -Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 -Scenes should Home lighting 8.25 549.90 0.16668922937802031 -Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 -Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 -Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 -Scientific Home tables 1.25 11322.31 6.08695712946918370 -Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 -Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 -Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 -Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 -Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 -Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 -Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 -Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 -Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 -Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 +Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 +Ro Home furniture 3.69 420.40 0.11044299172620688 +Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 +Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 +Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 +Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 +Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 +Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 +Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 +Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 +Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 +Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 +Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 +Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 +Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 +Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 +Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 +Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 +Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 +Sc Sports football 1.08 54.79 0.02375105907658709 +Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +Scenes should Home lighting 8.25 549.90 0.16668922937802031 +Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 +Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 +Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 +Scientific Home tables 1.25 11322.31 6.08695712946918370 +Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 +Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 +Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 +Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 +Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 +Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 +Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 +Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 +Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 -Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 -Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 -Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 -Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 -Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 -Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 -Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 -Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 -Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 -Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 -Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 -Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 -Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 -Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 -Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 -Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 -Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 -Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 -Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 -Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 -Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 -Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 -Sex Sports optics 3.66 11777.64 3.41387895229148194 -Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 -Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 -Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 -Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 -Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 -Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 -Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 -Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 -Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 -Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 -Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 -Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 -Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 -Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 -Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 -Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 -Sign Home paint 5.65 246.59 0.06229294366380171 -Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 -Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 -Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 -Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 -Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 -Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 -Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 -Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 -Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 -Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 -Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 -Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 -Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 -Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 -Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 -Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 -Simple, ec Books sports 7.35 3308.52 1.06875781212498004 -Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 -Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 -Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 -Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 -Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 -Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 -Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 -Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 -Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 -Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 -Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 -Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 -Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 -Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 -Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 -Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 -Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 -Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 -Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 -Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 -Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 -Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 -Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 -Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 -Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 -Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 -Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 -Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 -Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 -So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 +Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 +Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 +Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 +Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 +Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 +Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 +Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 +Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 +Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 +Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 +Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 +Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 +Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 +Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 +Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 +Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 +Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 +Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 +Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 +Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 +Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 +Sex Sports optics 3.66 11777.64 3.41387895229148194 +Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 +Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 +Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 +Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 +Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 +Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 +Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 +Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 +Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 +Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 +Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 +Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 +Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 +Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 +Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +Sign Home paint 5.65 246.59 0.06229294366380171 +Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 +Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 +Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 +Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 +Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 +Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 +Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 +Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 +Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 +Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 +Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 +Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 +Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 +Simple, ec Books sports 7.35 3308.52 1.06875781212498004 +Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 +Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 +Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 +Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 +Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 +Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 +Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 +Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 +Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 +Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 +Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 +Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 +Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 +Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 +Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 +Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 +Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 +Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 +Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 +Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 +Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 +Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 +Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 +Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 +Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 +Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 +So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 -So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 -So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 -So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 -So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 -So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 -So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 -So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 -So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 -So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 -So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 -So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 -So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 -So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 -So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 -So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 -So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 -So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 -So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 -So no Books reference 73.22 1488.48 0.49345178854890703 -So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 -So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 -So overall Sports football 4.39 5216.24 2.26120139437226913 -So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 -So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 -So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 -So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 -So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 -So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 -So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 -Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 -Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 -Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 -Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 -Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 -Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 -Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 -Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 -Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 -Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 -Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 -Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 -Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 -Social, mi Books self-help 2.25 2221.27 0.84886878194646143 -Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 -Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 -Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 -Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 -Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 -Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 -Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 -Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 -Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 -Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 -Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 -Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 -Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 -Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 -Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 -Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 -Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 -Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 -Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 -Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 -Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 -Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 -Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 -Special Sports baseball 3.63 6243.21 1.84754947658668622 -Special chee Books history 49.12 29083.38 7.68477543880305618 -Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 -Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 -Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 -Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 -Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 -Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 -Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 -Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 -Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 -Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 -Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 -Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 -Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 -Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 -Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 -Splendid off Home tables 1.82 4780.65 2.57011260078525081 -Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 +So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 +So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 +So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 +So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 +So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 +So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 +So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 +So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 +So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 +So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 +So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 +So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 +So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 +So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 +So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 +So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 +So no Books reference 73.22 1488.48 0.49345178854890703 +So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 +So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 +So overall Sports football 4.39 5216.24 2.26120139437226913 +So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 +So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 +So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 +So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 +So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 +So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 +So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 +Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 +Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 +Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 +Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 +Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 +Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 +Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 +Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 +Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 +Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 +Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 +Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 +Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 +Social, mi Books self-help 2.25 2221.27 0.84886878194646143 +Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 +Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 +Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 +Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 +Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 +Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 +Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 +Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 +Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 +Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 +Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 +Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 +Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 +Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 +Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 +Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 +Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 +Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 +Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 +Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 +Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 +Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 +Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 +Special Sports baseball 3.63 6243.21 1.84754947658668622 +Special chee Books history 49.12 29083.38 7.68477543880305618 +Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 +Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 +Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 +Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 +Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 +Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 +Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 +Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 +Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 +Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 +Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 +Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 +Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 +Splendid off Home tables 1.82 4780.65 2.57011260078525081 +Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 -Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 -Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 -Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 -Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 -Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 -States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 -Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 -Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 -Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 -Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 -Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 -Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 -Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 -Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 -Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 -Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 -Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 -Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 -Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 -Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 -Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 -Strong memb Sports guns 6.63 804.38 0.21077266926378033 -Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 -Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 -Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 -Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 -Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 -Structures may Home tables 4.92 312.50 0.16800229837896330 -Stud Books romance 3.37 4311.85 1.16463168200624402 -Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 -Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 -Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 -Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 -Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 -Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 -Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 -Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 -Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 -Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 -Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 -Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 -Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 -Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 -Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 -Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 -Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 -Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 -Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 -Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 -Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 -Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 -Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 -Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 -Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 -Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 -Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 -Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 -Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 -Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 -Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 -Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 -Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 -Sure socia Home tables 1.78 3600.34 1.93556926382629347 -Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 -Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 -Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 -Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 -Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 -Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 -Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 -Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 -Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 -Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 -Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 -Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 -Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 -Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 -Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 -Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 -Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 -Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 -Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 -Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 -Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 -Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 -Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 -Tears Home accent 2.49 3654.39 1.18155466040589281 -Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 -Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 -Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 -Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 -Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 -Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 -Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 -Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 -Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 -Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 -Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 -Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 -Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 -Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 -Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 -Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 -Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 -Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 -Th Books fiction 0.34 NULL NULL -That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 -That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 -Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 -Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 -Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 -Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 -Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 -Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 -Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 -Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 -Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 -Then human details Books home repair 0.82 2109.69 0.61146560394752959 -Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 -Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 -Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 -Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 -Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 -Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 -Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 -Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 -Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 -Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 -Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 -Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 -There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 -There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 -There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 -There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 -There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 -There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 -There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 -There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 -There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 -There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 -There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 -Thereby Home decor 31.17 3065.16 1.08426338407291388 -Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 -Thick Home mattresses 8.85 7911.90 2.31515308499510774 -Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 -Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 -Things can r Sports camping 7.52 7918.69 1.52095708919941437 -Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 -Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 -Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 -Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 -Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 -Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 -Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 -Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 -Things wo Sports hockey 5.04 1494.08 0.74870016775197323 -Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 -Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 -Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 -Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 -Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 -Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 -Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 -Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 -Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 -Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 -Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 -Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 -Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 -Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 -Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 -Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 -Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 -Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 -Together hot rights Books computers 4.99 1742.88 0.53247056774802601 -Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 -Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 -Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 -Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 -Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 -Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 -Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 -Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 -Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 -Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 -Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 -Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 -Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 -Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 -Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 -Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 -Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 -Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 -Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 -Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 -Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 -Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 -Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 -Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 -Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 -Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 -Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 -Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 -Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 -Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 -Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 -Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 -Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 -True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 -True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 -True, red Home kids 9.30 714.26 0.28707993970139603 -Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 -Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 -Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 -Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 -Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 -Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 -Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 -Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 -Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 -Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 -Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 -Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 -Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 -Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 -Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 -Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 -Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 -United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 -Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 -Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 -Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 -Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 -Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 -Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 -Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 -Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 -Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 -Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 -Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 -Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 -Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 -Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 -Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 -Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 -Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 -Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 -Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 -Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 -Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 -Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 -Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 -Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 -Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 -Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 -Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 -Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 -Valu Books romance 1.87 4397.36 1.18772795277826853 -Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 -Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 -Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 +Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 +Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 +Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 +Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 +Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 +States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 +Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 +Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 +Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 +Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 +Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 +Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 +Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 +Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 +Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 +Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 +Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 +Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 +Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 +Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 +Strong memb Sports guns 6.63 804.38 0.21077266926378033 +Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 +Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 +Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 +Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 +Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 +Structures may Home tables 4.92 312.50 0.16800229837896330 +Stud Books romance 3.37 4311.85 1.16463168200624402 +Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 +Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 +Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 +Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 +Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 +Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 +Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 +Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 +Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 +Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 +Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 +Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 +Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 +Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 +Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 +Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 +Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 +Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 +Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 +Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 +Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 +Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 +Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 +Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 +Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 +Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 +Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 +Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 +Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 +Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 +Sure socia Home tables 1.78 3600.34 1.93556926382629347 +Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 +Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 +Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 +Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 +Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 +Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 +Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 +Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 +Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 +Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 +Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 +Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 +Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 +Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 +Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 +Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 +Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 +Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 +Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 +Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 +Tears Home accent 2.49 3654.39 1.18155466040589281 +Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 +Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 +Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 +Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 +Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 +Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 +Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 +Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 +Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 +Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 +Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 +Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 +Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 +Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 +Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 +Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 +Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 +Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 +Th Books fiction 0.34 NULL NULL +That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 +That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 +Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 +Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 +Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 +Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 +Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 +Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 +Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 +Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 +Then human details Books home repair 0.82 2109.69 0.61146560394752959 +Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 +Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 +Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 +Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 +Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 +Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 +Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 +Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 +Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 +Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 +There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 +There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 +There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 +There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 +There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 +There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 +There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 +There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 +There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 +Thereby Home decor 31.17 3065.16 1.08426338407291388 +Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 +Thick Home mattresses 8.85 7911.90 2.31515308499510774 +Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 +Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 +Things can r Sports camping 7.52 7918.69 1.52095708919941437 +Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 +Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 +Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 +Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 +Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 +Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 +Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 +Things wo Sports hockey 5.04 1494.08 0.74870016775197323 +Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 +Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 +Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 +Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 +Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 +Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 +Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 +Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 +Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 +Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 +Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 +Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 +Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 +Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 +Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 +Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 +Together hot rights Books computers 4.99 1742.88 0.53247056774802601 +Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 +Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 +Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 +Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 +Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 +Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 +Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 +Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 +Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 +Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 +Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 +Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 +Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 +Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 +Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 +Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 +Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 +Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 +Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 +Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 +Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 +Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 +Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 +Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 +Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 +Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 +Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 +Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 +True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 +True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 +True, red Home kids 9.30 714.26 0.28707993970139603 +Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 +Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 +Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 +Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 +Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 +Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 +Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 +Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 +Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 +Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 +Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 +Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 +Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 +Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 +United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 +Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 +Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 +Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 +Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 +Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 +Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 +Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 +Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 +Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 +Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 +Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 +Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 +Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 +Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 +Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 +Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 +Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 +Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 +Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 +Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 +Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 +Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 +Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 +Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 +Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 +Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 +Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 +Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 +Valu Books romance 1.87 4397.36 1.18772795277826853 +Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 +Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 +Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 -Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 -Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 -Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 -Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 -Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 -Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 -Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 -Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 -Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 -Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 -Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 -Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 -Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 -Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 -Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 -Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 -Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 -Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 -Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 -Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 -Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 -Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 -Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 -Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 -Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 -Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 -Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 -Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 -Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 -Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 -Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 -Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 -W Home wallpaper 3.29 10436.17 3.85930810123100530 -Wages Books reference 5.92 5010.76 1.66113651778278607 -Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 -Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 -Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 -Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 -Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 -Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 -Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 -Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 -Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 -Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 -Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 -Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 -Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 -Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 -Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 -Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 -Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 -Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 -Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 -Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 -Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 -Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 -Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 -Western activiti Sports optics 6.61 4812.45 1.39494175097516500 -Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 -Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 -Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 -Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 -Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 -Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 -White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 -White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 -Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 -Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 -Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 -Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 -Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 -Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 -Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 -Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 -Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 -Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 -Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 -Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 -Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 -Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 -Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 -Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 -Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 -Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 -Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 -Women support almost Books computers 4.68 8124.94 2.48226579840186729 -Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 -Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 -Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 -Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 -Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 -Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 -Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 -Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 -Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 -Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 -Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 -Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 -Workers let pr Home kids 1.17 8583.68 3.45000747181149588 -Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 -Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 -Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 -Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 -Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 -Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 -Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 -Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 -Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 -Ye Books computers 9.75 6814.84 2.08201466762597401 -Yea Home accent 1.36 8742.72 2.82673758428186571 -Years Home bathroom 0.97 10497.66 3.56041136598259649 -Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 -Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 -Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 -Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 -Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 -Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 -Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 -Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 -Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 -Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 -Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 -Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 -Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 -Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 -Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 -Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 -Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 +Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 +Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 +Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 +Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 +Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 +Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 +Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 +Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 +Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 +Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 +Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 +Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 +Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 +Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 +Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 +Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 +Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 +Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 +Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 +Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 +Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 +Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 +Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 +Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 +Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 +Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 +Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 +Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 +Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 +Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 +Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 +W Home wallpaper 3.29 10436.17 3.85930810123100530 +Wages Books reference 5.92 5010.76 1.66113651778278607 +Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 +Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 +Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 +Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 +Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 +Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 +Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 +Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 +Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 +Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 +Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 +Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 +Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 +Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 +Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 +Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 +Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 +Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 +Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 +Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 +Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 +Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +Western activiti Sports optics 6.61 4812.45 1.39494175097516500 +Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 +Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 +Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 +Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 +Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 +Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 +White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 +White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 +Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 +Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 +Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 +Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 +Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 +Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 +Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 +Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 +Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 +Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 +Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 +Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 +Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 +Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 +Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 +Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 +Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 +Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 +Women support almost Books computers 4.68 8124.94 2.48226579840186729 +Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 +Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 +Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 +Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 +Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 +Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 +Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 +Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 +Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 +Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 +Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 +Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 +Workers let pr Home kids 1.17 8583.68 3.45000747181149588 +Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 +Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 +Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 +Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 +Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 +Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 +Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 +Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 +Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 +Ye Books computers 9.75 6814.84 2.08201466762597401 +Yea Home accent 1.36 8742.72 2.82673758428186571 +Years Home bathroom 0.97 10497.66 3.56041136598259649 +Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 +Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 +Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 +Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 +Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 +Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 +Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 +Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 +Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 +Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 +Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 +Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 +Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 +Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 +Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 +Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 -Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 -Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 -Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 -Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 -Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 -Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 -Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 -Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 -Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 -Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 -Young figures should go onl Sports golf 9.27 NULL NULL -Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 -Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 -Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 -Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 -Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 -Young, nation Sports camping 0.49 7131.74 1.36980618149302870 -Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 -Young, whi Books home repair 5.38 1079.51 0.31288162437011962 -Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 -Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 +Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 +Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 +Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 +Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 +Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 +Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 +Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 +Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 +Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 +Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 +Young figures should go onl Sports golf 9.27 NULL NULL +Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 +Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 +Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 +Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 +Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 +Young, nation Sports camping 0.49 7131.74 1.36980618149302870 +Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 +Young, whi Books home repair 5.38 1079.51 0.31288162437011962 +Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 +Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out index 6e0f4c24ff4d..8f12bc9da734 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out @@ -3,93 +3,93 @@ -- !query schema struct120 days :bigint> -- !query output -Bad cards must make. EXPRESS Mid Atlantic 1270 1318 1281 0 0 -Bad cards must make. EXPRESS NY Metro 1226 1287 1282 0 0 -Bad cards must make. EXPRESS North Midwest 1208 1242 1294 0 0 -Bad cards must make. LIBRARY Mid Atlantic 962 976 1009 0 0 -Bad cards must make. LIBRARY NY Metro 978 984 999 0 0 -Bad cards must make. LIBRARY North Midwest 898 959 958 0 0 -Bad cards must make. NEXT DAY Mid Atlantic 1225 1328 1327 0 0 -Bad cards must make. NEXT DAY NY Metro 1262 1325 1246 0 0 -Bad cards must make. NEXT DAY North Midwest 1227 1300 1276 0 0 -Bad cards must make. OVERNIGHT Mid Atlantic 956 935 990 0 0 -Bad cards must make. OVERNIGHT NY Metro 982 930 993 0 0 -Bad cards must make. OVERNIGHT North Midwest 907 990 955 0 0 -Bad cards must make. REGULAR Mid Atlantic 928 974 1005 0 0 -Bad cards must make. REGULAR NY Metro 942 1009 948 0 0 -Bad cards must make. REGULAR North Midwest 921 968 925 0 0 -Bad cards must make. TWO DAY Mid Atlantic 954 971 979 0 0 -Bad cards must make. TWO DAY NY Metro 947 1013 952 0 0 -Bad cards must make. TWO DAY North Midwest 904 930 947 0 0 -Conventional childr EXPRESS Mid Atlantic 1214 1296 1243 0 0 -Conventional childr EXPRESS NY Metro 1284 1331 1277 0 0 -Conventional childr EXPRESS North Midwest 1180 1287 1226 0 0 -Conventional childr LIBRARY Mid Atlantic 990 1008 962 0 0 -Conventional childr LIBRARY NY Metro 983 976 981 0 0 -Conventional childr LIBRARY North Midwest 925 892 953 0 0 -Conventional childr NEXT DAY Mid Atlantic 1284 1315 1274 0 0 -Conventional childr NEXT DAY NY Metro 1288 1280 1284 0 0 -Conventional childr NEXT DAY North Midwest 1249 1278 1308 0 0 -Conventional childr OVERNIGHT Mid Atlantic 897 973 926 0 0 -Conventional childr OVERNIGHT NY Metro 958 963 897 0 0 -Conventional childr OVERNIGHT North Midwest 942 934 937 0 0 -Conventional childr REGULAR Mid Atlantic 941 1007 945 0 0 -Conventional childr REGULAR NY Metro 949 928 987 0 0 -Conventional childr REGULAR North Midwest 920 927 925 0 0 -Conventional childr TWO DAY Mid Atlantic 926 979 1047 0 0 -Conventional childr TWO DAY NY Metro 925 1007 962 0 0 -Conventional childr TWO DAY North Midwest 879 980 971 0 0 -Doors canno EXPRESS Mid Atlantic 1240 1245 1267 0 0 -Doors canno EXPRESS NY Metro 1234 1270 1349 0 0 -Doors canno EXPRESS North Midwest 1185 1238 1197 0 0 -Doors canno LIBRARY Mid Atlantic 873 974 948 0 0 -Doors canno LIBRARY NY Metro 987 1005 990 0 0 -Doors canno LIBRARY North Midwest 947 952 1025 0 0 -Doors canno NEXT DAY Mid Atlantic 1264 1276 1185 0 0 -Doors canno NEXT DAY NY Metro 1263 1337 1310 0 0 -Doors canno NEXT DAY North Midwest 1202 1247 1278 0 0 -Doors canno OVERNIGHT Mid Atlantic 912 888 934 0 0 -Doors canno OVERNIGHT NY Metro 942 1003 959 0 0 -Doors canno OVERNIGHT North Midwest 896 903 911 0 0 -Doors canno REGULAR Mid Atlantic 888 953 974 0 0 -Doors canno REGULAR NY Metro 971 1028 946 0 0 -Doors canno REGULAR North Midwest 937 974 914 0 0 -Doors canno TWO DAY Mid Atlantic 974 898 985 0 0 -Doors canno TWO DAY NY Metro 982 1017 997 0 0 -Doors canno TWO DAY North Midwest 985 937 959 0 0 -Important issues liv EXPRESS Mid Atlantic 1322 1329 1293 0 0 -Important issues liv EXPRESS NY Metro 1301 1300 1239 0 0 -Important issues liv EXPRESS North Midwest 1266 1228 1285 0 0 -Important issues liv LIBRARY Mid Atlantic 988 997 925 0 0 -Important issues liv LIBRARY NY Metro 947 963 988 0 0 -Important issues liv LIBRARY North Midwest 937 972 964 0 0 -Important issues liv NEXT DAY Mid Atlantic 1221 1268 1217 0 0 -Important issues liv NEXT DAY NY Metro 1281 1311 1310 0 0 -Important issues liv NEXT DAY North Midwest 1219 1214 1327 0 0 -Important issues liv OVERNIGHT Mid Atlantic 929 1018 991 0 0 -Important issues liv OVERNIGHT NY Metro 950 965 931 0 0 -Important issues liv OVERNIGHT North Midwest 936 989 932 0 0 -Important issues liv REGULAR Mid Atlantic 961 995 949 0 0 -Important issues liv REGULAR NY Metro 972 934 1018 0 0 -Important issues liv REGULAR North Midwest 905 947 941 0 0 -Important issues liv TWO DAY Mid Atlantic 954 982 944 0 0 -Important issues liv TWO DAY NY Metro 844 972 1006 0 0 -Important issues liv TWO DAY North Midwest 914 969 960 0 0 -NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 -NULL EXPRESS NY Metro 1274 1296 1286 0 0 -NULL EXPRESS North Midwest 1159 1329 1276 0 0 -NULL LIBRARY Mid Atlantic 941 978 948 0 0 -NULL LIBRARY NY Metro 886 1001 1009 0 0 -NULL LIBRARY North Midwest 917 943 991 0 0 -NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 -NULL NEXT DAY NY Metro 1271 1251 1291 0 0 -NULL NEXT DAY North Midwest 1199 1233 1273 0 0 -NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 -NULL OVERNIGHT NY Metro 979 993 1039 0 0 -NULL OVERNIGHT North Midwest 946 1016 905 0 0 -NULL REGULAR Mid Atlantic 933 994 997 0 0 -NULL REGULAR NY Metro 961 1022 1034 0 0 -NULL REGULAR North Midwest 893 921 949 0 0 -NULL TWO DAY Mid Atlantic 972 968 972 0 0 -NULL TWO DAY NY Metro 926 974 1004 0 0 -NULL TWO DAY North Midwest 941 921 981 0 0 +Bad cards must make. EXPRESS Mid Atlantic 1270 1318 1281 0 0 +Bad cards must make. EXPRESS NY Metro 1226 1287 1282 0 0 +Bad cards must make. EXPRESS North Midwest 1208 1242 1294 0 0 +Bad cards must make. LIBRARY Mid Atlantic 962 976 1009 0 0 +Bad cards must make. LIBRARY NY Metro 978 984 999 0 0 +Bad cards must make. LIBRARY North Midwest 898 959 958 0 0 +Bad cards must make. NEXT DAY Mid Atlantic 1225 1328 1327 0 0 +Bad cards must make. NEXT DAY NY Metro 1262 1325 1246 0 0 +Bad cards must make. NEXT DAY North Midwest 1227 1300 1276 0 0 +Bad cards must make. OVERNIGHT Mid Atlantic 956 935 990 0 0 +Bad cards must make. OVERNIGHT NY Metro 982 930 993 0 0 +Bad cards must make. OVERNIGHT North Midwest 907 990 955 0 0 +Bad cards must make. REGULAR Mid Atlantic 928 974 1005 0 0 +Bad cards must make. REGULAR NY Metro 942 1009 948 0 0 +Bad cards must make. REGULAR North Midwest 921 968 925 0 0 +Bad cards must make. TWO DAY Mid Atlantic 954 971 979 0 0 +Bad cards must make. TWO DAY NY Metro 947 1013 952 0 0 +Bad cards must make. TWO DAY North Midwest 904 930 947 0 0 +Conventional childr EXPRESS Mid Atlantic 1214 1296 1243 0 0 +Conventional childr EXPRESS NY Metro 1284 1331 1277 0 0 +Conventional childr EXPRESS North Midwest 1180 1287 1226 0 0 +Conventional childr LIBRARY Mid Atlantic 990 1008 962 0 0 +Conventional childr LIBRARY NY Metro 983 976 981 0 0 +Conventional childr LIBRARY North Midwest 925 892 953 0 0 +Conventional childr NEXT DAY Mid Atlantic 1284 1315 1274 0 0 +Conventional childr NEXT DAY NY Metro 1288 1280 1284 0 0 +Conventional childr NEXT DAY North Midwest 1249 1278 1308 0 0 +Conventional childr OVERNIGHT Mid Atlantic 897 973 926 0 0 +Conventional childr OVERNIGHT NY Metro 958 963 897 0 0 +Conventional childr OVERNIGHT North Midwest 942 934 937 0 0 +Conventional childr REGULAR Mid Atlantic 941 1007 945 0 0 +Conventional childr REGULAR NY Metro 949 928 987 0 0 +Conventional childr REGULAR North Midwest 920 927 925 0 0 +Conventional childr TWO DAY Mid Atlantic 926 979 1047 0 0 +Conventional childr TWO DAY NY Metro 925 1007 962 0 0 +Conventional childr TWO DAY North Midwest 879 980 971 0 0 +Doors canno EXPRESS Mid Atlantic 1240 1245 1267 0 0 +Doors canno EXPRESS NY Metro 1234 1270 1349 0 0 +Doors canno EXPRESS North Midwest 1185 1238 1197 0 0 +Doors canno LIBRARY Mid Atlantic 873 974 948 0 0 +Doors canno LIBRARY NY Metro 987 1005 990 0 0 +Doors canno LIBRARY North Midwest 947 952 1025 0 0 +Doors canno NEXT DAY Mid Atlantic 1264 1276 1185 0 0 +Doors canno NEXT DAY NY Metro 1263 1337 1310 0 0 +Doors canno NEXT DAY North Midwest 1202 1247 1278 0 0 +Doors canno OVERNIGHT Mid Atlantic 912 888 934 0 0 +Doors canno OVERNIGHT NY Metro 942 1003 959 0 0 +Doors canno OVERNIGHT North Midwest 896 903 911 0 0 +Doors canno REGULAR Mid Atlantic 888 953 974 0 0 +Doors canno REGULAR NY Metro 971 1028 946 0 0 +Doors canno REGULAR North Midwest 937 974 914 0 0 +Doors canno TWO DAY Mid Atlantic 974 898 985 0 0 +Doors canno TWO DAY NY Metro 982 1017 997 0 0 +Doors canno TWO DAY North Midwest 985 937 959 0 0 +Important issues liv EXPRESS Mid Atlantic 1322 1329 1293 0 0 +Important issues liv EXPRESS NY Metro 1301 1300 1239 0 0 +Important issues liv EXPRESS North Midwest 1266 1228 1285 0 0 +Important issues liv LIBRARY Mid Atlantic 988 997 925 0 0 +Important issues liv LIBRARY NY Metro 947 963 988 0 0 +Important issues liv LIBRARY North Midwest 937 972 964 0 0 +Important issues liv NEXT DAY Mid Atlantic 1221 1268 1217 0 0 +Important issues liv NEXT DAY NY Metro 1281 1311 1310 0 0 +Important issues liv NEXT DAY North Midwest 1219 1214 1327 0 0 +Important issues liv OVERNIGHT Mid Atlantic 929 1018 991 0 0 +Important issues liv OVERNIGHT NY Metro 950 965 931 0 0 +Important issues liv OVERNIGHT North Midwest 936 989 932 0 0 +Important issues liv REGULAR Mid Atlantic 961 995 949 0 0 +Important issues liv REGULAR NY Metro 972 934 1018 0 0 +Important issues liv REGULAR North Midwest 905 947 941 0 0 +Important issues liv TWO DAY Mid Atlantic 954 982 944 0 0 +Important issues liv TWO DAY NY Metro 844 972 1006 0 0 +Important issues liv TWO DAY North Midwest 914 969 960 0 0 +NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 +NULL EXPRESS NY Metro 1274 1296 1286 0 0 +NULL EXPRESS North Midwest 1159 1329 1276 0 0 +NULL LIBRARY Mid Atlantic 941 978 948 0 0 +NULL LIBRARY NY Metro 886 1001 1009 0 0 +NULL LIBRARY North Midwest 917 943 991 0 0 +NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 +NULL NEXT DAY NY Metro 1271 1251 1291 0 0 +NULL NEXT DAY North Midwest 1199 1233 1273 0 0 +NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 +NULL OVERNIGHT NY Metro 979 993 1039 0 0 +NULL OVERNIGHT North Midwest 946 1016 905 0 0 +NULL REGULAR Mid Atlantic 933 994 997 0 0 +NULL REGULAR NY Metro 961 1022 1034 0 0 +NULL REGULAR North Midwest 893 921 949 0 0 +NULL TWO DAY Mid Atlantic 972 968 972 0 0 +NULL TWO DAY NY Metro 926 974 1004 0 0 +NULL TWO DAY North Midwest 941 921 981 0 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out index 12b5103d634b..798530446fcb 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q10a.sql.out @@ -3,4 +3,5 @@ -- !query schema struct -- !query output - +M U 4 yr Degree 1 4500 1 Low Risk 1 4 1 6 1 0 1 +M W 2 yr Degree 1 9000 1 Unknown 1 4 1 6 1 6 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out index 09347f8a22df..f83094cd79fc 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 -AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 -AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 -AAAAAAAAACEBAAAA Prese Books business 15.17 17499.32 14.07671011122722390 -AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 -AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 -AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 -AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 -AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 -AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 -AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 -AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 -AAAAAAAABINAAAAA Below invisi Books cooking 9.59 2547.42 4.94108336776198262 -AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 -AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 -AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 -AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 -AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 -AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 -AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 -AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 -AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 -AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 -AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 -AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 -AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 -AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 -AAAAAAAADGKAAAAA However small values Books entertainments 1.49 3795.87 5.82689298381830524 -AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 -AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 -AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 -AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 -AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 -AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 -AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 -AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 -AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 -AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 -AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 +AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 +AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 +AAAAAAAAACEBAAAA Prese Books business 15.17 17499.32 14.07671011122722390 +AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 +AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 +AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 +AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 +AAAAAAAABINAAAAA Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 +AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 +AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 +AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 +AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 +AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 +AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 +AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 +AAAAAAAADGKAAAAA However small values Books entertainments 1.49 3795.87 5.82689298381830524 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 +AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 +AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 +AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3319.89 2.67056829243434307 -AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 -AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 -AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 -AAAAAAAAGENAAAAA Genera Books computers 2.84 4719.74 5.65041742962478323 -AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 -AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 -AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 -AAAAAAAAGMBDAAAA Vulnerable b Books computers 0.58 31.86 0.03814241871540500 -AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 -AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 -AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 -AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 -AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 -AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 -AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 -AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 -AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 -AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 -AAAAAAAAIIPDAAAA Af Books arts 6.04 109.23 0.14805832546481205 -AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 -AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 -AAAAAAAAIKEAAAAA All Books business 9.44 2.07 0.00166513841282063 -AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 -AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 -AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 -AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 -AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 -AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 -AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 -AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 -AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 -AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 -AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 -AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 -AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 -AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 -AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 -AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 -AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 -AAAAAAAAMIBCAAAA Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 -AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 -AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 -AAAAAAAAMJEAAAAA Local pro Books computers 1.04 843.52 1.00985226097986269 -AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 -AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 -AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 1401.06 1.67733261661661422 -AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 -AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 -AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 -AAAAAAAANAJDAAAA Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 -AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 -AAAAAAAANHFDAAAA Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 -AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 -AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 -AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 -AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 -AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 -AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 -AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 -AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 +AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 +AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 +AAAAAAAAGENAAAAA Genera Books computers 2.84 4719.74 5.65041742962478323 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 +AAAAAAAAGMBDAAAA Vulnerable b Books computers 0.58 31.86 0.03814241871540500 +AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 +AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 +AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 +AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 +AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 +AAAAAAAAIIPDAAAA Af Books arts 6.04 109.23 0.14805832546481205 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +AAAAAAAAIKEAAAAA All Books business 9.44 2.07 0.00166513841282063 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 +AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 +AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 +AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 +AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 +AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 +AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 +AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 +AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 +AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 +AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 +AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 +AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 +AAAAAAAAMIBCAAAA Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 +AAAAAAAAMJEAAAAA Local pro Books computers 1.04 843.52 1.00985226097986269 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 +AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 1401.06 1.67733261661661422 +AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 +AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 +AAAAAAAANAJDAAAA Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 +AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 +AAAAAAAANHFDAAAA Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 +AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 +AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 +AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 +AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 +AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 +AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 +AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out index a845bb71242e..2b8db14d285c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 -AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 -AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 -AAAAAAAAACEBAAAA Prese Books business 15.17 5628.92 3.58681153538552336 -AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 -AAAAAAAAADFAAAAA Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 -AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 -AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 -AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 -AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 -AAAAAAAAAKGDAAAA Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 -AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 -AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 -AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 -AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 -AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 -AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 -AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 -AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 -AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 -AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 -AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 -AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 -AAAAAAAACHOCAAAA Final governm Books computers 6.22 5102.98 2.69967102821577286 -AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 -AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 -AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 -AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 -AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 -AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 -AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 -AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 -AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 -AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 -AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 -AAAAAAAAEANCAAAA Ye Books computers 9.75 1367.76 0.72359720115548277 -AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 -AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 -AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 -AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 -AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 -AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 -AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 -AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 -AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 -AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 -AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 +AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 +AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 +AAAAAAAAACEBAAAA Prese Books business 15.17 5628.92 3.58681153538552336 +AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 +AAAAAAAAADFAAAAA Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 +AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 +AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 +AAAAAAAAAKGDAAAA Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 +AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 +AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 +AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 +AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 +AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 +AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 +AAAAAAAACHOCAAAA Final governm Books computers 6.22 5102.98 2.69967102821577286 +AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 +AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 +AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 +AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 +AAAAAAAAEANCAAAA Ye Books computers 9.75 1367.76 0.72359720115548277 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 +AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 +AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 +AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 +AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 +AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 +AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 -AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 -AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 -AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 -AAAAAAAAGENAAAAA Genera Books computers 2.84 950.58 0.50289307149966282 -AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 -AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 -AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 -AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 -AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 -AAAAAAAAGOKBAAAA Othe Books arts 60.94 2242.14 1.11741437885956095 -AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 -AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 -AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 -AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 -AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 -AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 -AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 -AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 -AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 -AAAAAAAAIIPDAAAA Af Books arts 6.04 4695.48 2.34008441384012204 -AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 -AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 -AAAAAAAAIJJCAAAA Euro Books business 3.01 4889.34 3.11554278838957647 -AAAAAAAAIKEAAAAA All Books business 9.44 182.52 0.11630380986735745 -AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 -AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 -AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 -AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 -AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 -AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 -AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 -AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 -AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 -AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 -AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 -AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 -AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 -AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 -AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 -AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 -AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 -AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 +AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 +AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 +AAAAAAAAGENAAAAA Genera Books computers 2.84 950.58 0.50289307149966282 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 +AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 +AAAAAAAAGOKBAAAA Othe Books arts 60.94 2242.14 1.11741437885956095 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 +AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 +AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 +AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 +AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 +AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 +AAAAAAAAIIPDAAAA Af Books arts 6.04 4695.48 2.34008441384012204 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 +AAAAAAAAIJJCAAAA Euro Books business 3.01 4889.34 3.11554278838957647 +AAAAAAAAIKEAAAAA All Books business 9.44 182.52 0.11630380986735745 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 +AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 +AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 +AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 +AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 +AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 +AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 +AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 +AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 AAAAAAAAOJGAAAAA NULL Books NULL NULL 2838.09 24.10978012204021058 -AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 -AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 -AAAAAAAAOPKCAAAA Less imp Books arts 9.12 1511.60 0.75333546303268856 -AAAAAAAAPDNAAAAA Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 -AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 -AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 -AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 -AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 -AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 +AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 +AAAAAAAAOPKCAAAA Less imp Books arts 9.12 1511.60 0.75333546303268856 +AAAAAAAAPDNAAAAA Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 +AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 +AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 +AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 +AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 +AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out index 8c0bbfdeb342..bf9434260f16 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out @@ -3,4 +3,219 @@ -- !query schema struct -- !query output - +Adams Jerry Sir N 216653 15 +Anderson Cindy Miss N 90504 15 +Anderson Marta Dr. N 176320 15 +Anderson Martha Mrs. N 74295 15 +Anderson Rosemarie Mrs. N 178489 15 +Andrews Michael Sir N 135694 15 +Appleton Gary Dr. N 58554 16 +Arredondo Phyllis Ms. Y 226220 16 +Ashton Irma Mrs. Y 99233 15 +Baker Erik Sir Y 69511 15 +Barnes Michael Mr. N 168802 15 +Bear Tommy Sir Y 27468 15 +Bell William Mr. Y 82227 15 +Bilodeau Norma Ms. Y 136244 15 +Blake John Mr. N 193896 15 +Boles George Sir N 64282 15 +Bolin Yolanda Dr. N 13057 16 +Boyer Betty Mrs. Y 171238 16 +Brower Donald Dr. N 163579 15 +Brown David Mr. N 162755 16 +Brown Frederick Mr. N 120037 15 +Brown Janette Dr. Y 7269 16 +Brown Raymond Mr. Y 212279 15 +Brown Roderick Mr. N 221290 16 +Burdette Ronald Mr. Y 118097 15 +Butcher Francine Mrs. N 112093 15 +Butler Amos Dr. N 7184 15 +Butler Nicole Dr. N 214214 16 +Byrd Stephanie Miss Y 24803 15 +Campbell Gordon Mr. N 196090 15 +Carlson Gwendolyn Dr. Y 88472 15 +Carroll Frederick Mr. Y 56635 15 +Castro Sandra Ms. N 87567 15 +Chang Bradley Sir Y 53396 15 +Chang Erik Sir Y 140138 15 +Chen Brett Mr. N 7880 15 +Clark Meredith Dr. N 229216 16 +Clemente Patrick Sir Y 179702 15 +Clifford John Sir Y 12960 15 +Cochran Dennis Sir Y 94375 15 +Coker John Mr. N 2730 15 +Coleman Nancy Ms. N 39446 16 +Collins Patsy Ms. N 13775 15 +Cook NULL Sir NULL 81755 15 +Cope Felicia Dr. Y 195003 15 +Crouch Roberto Dr. Y 160826 15 +David Timothy Mr. Y 20342 16 +Davis Donya Miss N 31118 15 +Davis Jess Sir Y 197947 15 +Diaz Brian Mr. N 73210 15 +Dunn Stephen Sir N 32455 15 +Eason Mario Sir N 174089 15 +Easton Christopher Sir Y 10691 15 +Elliot Mark Mr. Y 35782 16 +Esquivel Hee Mrs. Y 42741 15 +Farnsworth Danny Mr. Y 29979 15 +Ferrell Roy Mr. N 139997 15 +Ferris William Sir Y 12536 15 +Finn Margaret Dr. N 207070 15 +Forney Christopher Sir N 175230 15 +Franklin Judy Ms. Y 27813 15 +Freeman NULL Mrs. Y 175123 15 +Freeman Rayford Dr. N 36115 15 +Galindo Karen Dr. N 100437 15 +Garza William Sir N 43273 15 +German Katie Dr. N 33536 16 +Gibbons Christopher Sir Y 237265 16 +Gil Yvette Mrs. Y 86699 15 +Glass Jorge Sir N 137536 15 +Gomez Brandon Sir Y 160457 15 +Gonzalez Ruby Mrs. Y 228694 15 +Gordon Larry Sir Y 99782 15 +Grayson Carolyn Mrs. N 69374 16 +Griffin Martha Dr. N 82841 16 +Gulley Daniel Sir Y 37484 16 +Gutierrez Ashley Dr. N 209948 16 +Hall Roger Mr. N 136216 15 +Hammonds Richelle Dr. Y 135423 15 +Hardy Inez Ms. Y 104878 15 +Harris Ezekiel Sir N 142043 15 +Harrison Jennifer Ms. Y 63097 15 +Hawkins Clyde Dr. Y 236510 15 +Hayes Elizabeth Mrs. N 213826 15 +Hayes Johnnie Sir N 57732 15 +Hayes William Sir Y 223946 15 +Haynes Jennifer Dr. N 203136 15 +Hernandez Paul Dr. N 190691 15 +Hernandez Sandra Dr. Y 14252 16 +Hewitt Michelle Dr. N 155492 15 +Horton Michelle Ms. Y 112716 16 +Huffman Beverly Ms. Y 166660 16 +Hughes Martin Dr. Y 178631 15 +Ivey John Mr. N 189224 15 +Jackman Ida Dr. Y 11753 15 +Johnson Olen Mr. N 12862 15 +Johnson Richard Dr. N 52256 15 +Johnston Walter Mr. Y 219689 15 +Jones Eleanor Ms. N 27477 16 +Jones Rebecca Dr. Y 187035 16 +Keith Bruce Dr. Y 24541 15 +Kelly Betty Dr. Y 151468 16 +King Thomas Sir N 62796 15 +Kline Donald Mr. Y 161957 15 +Knight Terence Dr. N 176372 16 +Kraus Roger Dr. Y 117604 16 +Lacy Mina Miss N 227155 15 +Ladner Lisa Dr. Y 213223 15 +Laird Mark Mr. N 65882 15 +Lawson Kelly Mr. Y 64975 15 +Lewis Annie Ms. Y 131418 15 +Light Robert Mr. Y 90021 15 +Lin Robert Dr. Y 236887 15 +Lopez Randee Miss N 9979 15 +Love Sean Mr. N 196652 15 +Lozano Charlotte Mrs. Y 31661 15 +Manuel Doris Mrs. Y 148847 15 +Marsh Gary Sir Y 6580 15 +Mason Richard Sir Y 27500 16 +Mccallister Andrew Ms. Y 122178 15 +Mccloud Nicholas Mr. Y 28001 15 +Mcconnell Scott Mr. Y 78305 15 +Mccormick Joanne Ms. N 236985 15 +Mcdaniel Brian Sir N 217760 15 +Mcdonald Araceli Ms. Y 121343 15 +Mcewen Barbara Mrs. N 179491 15 +Melton Monique Ms. Y 177605 15 +Miller Edward Sir N 64767 16 +Montgomery Julie Miss N 17471 15 +Moore Jeffrey Sir Y 155931 15 +Moore Lorena Mrs. Y 47752 15 +Morgan Betty Dr. N 90306 15 +Morris Martina Miss N 32596 15 +Morris Meghan Mrs. Y 127565 15 +Mulligan Mark Sir Y 184598 16 +Mullins Vicki Dr. Y 162762 15 +NULL Joshua Sir N 108357 15 +NULL Judy Dr. NULL 234350 16 +NULL NULL NULL N 220211 15 +NULL NULL NULL N 55640 15 +NULL NULL NULL Y 16278 15 +NULL Roy NULL NULL 200033 15 +Neeley Stephanie Mrs. N 216299 15 +Nesbitt Andrew Miss N 185257 15 +Olds Stephen Dr. N 206275 16 +Owens Terry Dr. N 144931 15 +Palacios Amber Dr. Y 225723 15 +Perry Sarah Ms. N 100885 15 +Perry Valeria Mrs. N 64861 15 +Price Gloria Mrs. Y 22568 15 +Price Marguerite Mrs. N 134265 16 +Price Marie Ms. N 88963 15 +Pridgen Hans Dr. N 207216 15 +Reece Jimmy Sir N 166493 16 +Reyna Rod Sir N 46248 16 +Reynolds Oscar Sir Y 222749 15 +Riddle John Sir Y 83916 15 +Riddle Marcelino Dr. N 60749 15 +Rivera Kate Ms. Y 204524 15 +Roberts Dorothy Ms. N 183154 15 +Roberts Jennifer Miss Y 141296 15 +Roldan Dorothy Mrs. N 9370 15 +Roman Jimmie Dr. Y 221049 15 +Ross Rachael Mrs. N 106042 16 +Russell Larry Dr. Y 15209 16 +Sacco Brian Sir N 124398 16 +Saddler Robert Mr. Y 74571 15 +Salinas Kenneth Dr. Y 167446 15 +Salter Antonio Miss N 27497 16 +Sandoval Vincent Mr. N 140438 16 +Scott Michael Mr. Y 104162 15 +Shaffer Richard Dr. N 190775 16 +Sims Fern Dr. Y 175233 15 +Sims John Dr. Y 113923 15 +Smith John Mr. N 93525 16 +Smith Marion Mr. Y 65393 15 +Smith Ralph Sir N 87132 16 +Smith Terry Dr. Y 16945 15 +Smith Toni Miss N 50011 15 +Smith Wendell Sir N 85496 15 +Soares Sally Ms. Y 203554 16 +Sparks Michael Mr. Y 23696 15 +Spencer Teri Mrs. N 28551 16 +Stafford Jerry Mr. Y 230470 15 +Stevens Mattie Ms. N 202640 15 +Stewart Gilbert Mr. Y 217862 15 +Stewart Pamela Mrs. Y 88160 16 +Straub Lowell Dr. Y 215956 16 +Sullivan Amy Dr. N 166225 15 +Taylor Jacqueline Mrs. Y 89977 16 +Taylor Karen Dr. N 29777 15 +Taylor Robert Dr. N 37700 15 +Thomas Christel Dr. Y 34579 15 +Thomas Jeffrey Dr. Y 115846 15 +Thomas Rebecca Mrs. N 80953 15 +Thompson Melissa Dr. N 162831 15 +Tidwell Phyllis NULL NULL 234037 16 +Tolbert Emily Miss Y 40132 15 +Torres Jason Dr. N 224 16 +Townsend Michelle Mrs. N 39872 15 +Turner Kerry Dr. Y 23710 16 +Valenzuela Bryan Sir Y 221858 16 +Vance Josefina Mrs. N 147148 15 +Vargas Charles Dr. Y 79536 15 +Vogel Leroy Sir Y 29032 15 +Walker Richard Sir NULL 226475 15 +Walsh Javier Sir Y 211987 16 +Webb Gloria Ms. N 65663 15 +West Carman Ms. NULL 237594 15 +Wetzel Bebe Dr. N 82518 15 +Wiggins Kermit Sir N 112643 15 +Wilbur Terry Sir N 200312 15 +Williams Archie Mr. N 113007 15 +Williams Scott NULL NULL 136844 16 +Wilson Charles Mr. Y 60 15 +Wood Mark Dr. N 4376 15 +Woody Philip Mr. N 211173 16 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out index f4ba7232f665..ee2fb3159310 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out @@ -3,13 +3,13 @@ -- !query schema struct -- !query output -n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 -n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 -n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 -n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 +n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 +n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out index bdd40c477192..4325e0e11866 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q70a.sql.out @@ -5,4 +5,4 @@ struct -- !query output -Able artists love all classical, roman runs. British childre Bad cards must make. 5288 1 1 1 -Able women ought to attempt in the schools. Then clear lives will live suitable, gastric complaints. Months should say surely then sufficient doors. Genetic times sign from a options. Bad cards must make. 5317 1 1 1 -Able, early arms return estimates; already common animals can go also british victorian meals. Old offices may not go just main, early procedures. Foreign, useless attitudes organize most. Respon Important issues liv 5315 1 1 1 -Able, long mammals can want new, serious years. Questions would not cope again mainly unable contributions. Less responsible shelves lose records; leading, similar Doors canno 5307 1 1 1 -Able, strong pictures understand especially. Similar years feed sometimes close, bri Important issues liv 5295 1 1 1 -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Important issues liv 5319 1 1 1 -About military signals could consider swiftly also international records. Good, following owners get fairly obvious sales; players might understand with Important issues liv 5281 1 1 1 -Above local inhabitants can take. Women harbour slightly with the children. Far new tasks promote under a children. Furious members specify thus new risks. Red looks cannot find quick Doors canno 5308 1 1 1 -Abroad new others see as usual other, regular circumstances; similar, other words must not offer yesterday medical struc Conventional childr 5301 1 1 1 -Abroad soft others will become right. Growing, safe clothes keep ab Doors canno 5311 1 1 1 -Abroad sorry ways must make home satisfied, fat effec Doors canno 5316 1 1 1 -Abroad sorry ways must make home satisfied, fat effec Important issues liv 5316 1 1 1 -Absolutely Bad cards must make. 5285 1 1 1 -Absolutely Doors canno 5285 1 1 1 -Absolutely elegant women must gain well complete NULL 5320 1 1 1 -Absolutely old payments will b Bad cards must make. 5301 1 1 1 -Abstract, red patterns return definitely police; different studies wear mainly pr Bad cards must make. 5303 1 1 1 -Abstract, red patterns return definitely police; different studies wear mainly pr NULL 5303 1 1 1 -Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Doors canno 5315 1 1 1 -Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Important issues liv 5315 1 1 1 -Accessible, sure opportunities used to help; too good films would not see Conventional childr 5304 1 1 1 +Able artists love all classical, roman runs. British childre Bad cards must make. 5288 1 1 1 +Able women ought to attempt in the schools. Then clear lives will live suitable, gastric complaints. Months should say surely then sufficient doors. Genetic times sign from a options. Bad cards must make. 5317 1 1 1 +Able, early arms return estimates; already common animals can go also british victorian meals. Old offices may not go just main, early procedures. Foreign, useless attitudes organize most. Respon Important issues liv 5315 1 1 1 +Able, long mammals can want new, serious years. Questions would not cope again mainly unable contributions. Less responsible shelves lose records; leading, similar Doors canno 5307 1 1 1 +Able, strong pictures understand especially. Similar years feed sometimes close, bri Important issues liv 5295 1 1 1 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Important issues liv 5319 1 1 1 +About military signals could consider swiftly also international records. Good, following owners get fairly obvious sales; players might understand with Important issues liv 5281 1 1 1 +Above local inhabitants can take. Women harbour slightly with the children. Far new tasks promote under a children. Furious members specify thus new risks. Red looks cannot find quick Doors canno 5308 1 1 1 +Abroad new others see as usual other, regular circumstances; similar, other words must not offer yesterday medical struc Conventional childr 5301 1 1 1 +Abroad soft others will become right. Growing, safe clothes keep ab Doors canno 5311 1 1 1 +Abroad sorry ways must make home satisfied, fat effec Doors canno 5316 1 1 1 +Abroad sorry ways must make home satisfied, fat effec Important issues liv 5316 1 1 1 +Absolutely Bad cards must make. 5285 1 1 1 +Absolutely Doors canno 5285 1 1 1 +Absolutely elegant women must gain well complete NULL 5320 1 1 1 +Absolutely old payments will b Bad cards must make. 5301 1 1 1 +Abstract, red patterns return definitely police; different studies wear mainly pr Bad cards must make. 5303 1 1 1 +Abstract, red patterns return definitely police; different studies wear mainly pr NULL 5303 1 1 1 +Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Doors canno 5315 1 1 1 +Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Important issues liv 5315 1 1 1 +Accessible, sure opportunities used to help; too good films would not see Conventional childr 5304 1 1 1 Accidents may not recall. Here new systems should not wait ago on the suggestions. Also other magistrates ought to market darkly hot, inc minutes. Intense, good hotels shall not make more bold, marrie Important issues liv 5299 1 1 1 -Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5320 1 1 1 -Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Doors canno 5315 1 1 1 -Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Doors canno 5317 1 1 1 -Across possible colleagues know even years. Much bloody families shall wor Conventional childr 5318 1 1 1 -Across possible colleagues know even years. Much bloody families shall wor Important issues liv 5318 1 1 1 -Act Important issues liv 5299 1 1 1 -Active abilities depend smoothly by a Doors canno 5296 1 1 1 -Active, easy rounds manage now with a birds. Previous pieces could develo Bad cards must make. 5309 1 1 1 -Active, easy rounds manage now with a birds. Previous pieces could develo Important issues liv 5309 1 1 1 -Active, red things shall remain from the colleagues; largely high members form barely i NULL 5321 1 1 1 -Activities would show here. Practical Important issues liv 5320 1 1 1 -Actual bodies canno Doors canno 5285 1 1 1 -Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea NULL 5280 1 1 1 -Actually economic skills should keep on a boys. Friends speed unlikely cells. Difficulties destroy other companies. Prisoner Important issues liv 5274 1 1 1 -Actually ethnic authorities used to qualify just Conventional childr 5320 1 1 1 -Acutely good subsidies take hardly early terms. Merely magnificent areas help res Doors canno 5275 1 1 1 -Additional pp. come. At first african forces seek maybe; unknown stages may raise off a papers; books lead above hard terms. Inches show intimately ordinary questions. Great, silly anim Doors canno 5319 1 1 1 -Advantag Conventional childr 5291 1 1 1 -Advantag NULL 5291 1 1 1 -Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Bad cards must make. 5319 1 1 1 -Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Doors canno 5319 1 1 1 -Affairs fight against the policies. Intelligent fires think papers. Colourful, digital activities will not stop unknown, general words. Strategies carry a Conventional childr 5309 1 1 1 -Afraid years suspend much building Important issues liv 5307 1 1 1 -Again common customers should make hardly proposals. Close groups can prevent after a cars. Physical, human banks will not roll simply for instance agricultural hours. Northern centre Important issues liv 5311 1 1 1 -Again economic options c Bad cards must make. 5291 1 1 1 -Again heavy organisms may resu Bad cards must make. 5295 1 1 1 -Again heavy organisms may resu Doors canno 5295 1 1 1 -Again heavy organisms may resu Important issues liv 5295 1 1 1 -Again ideal supporters determine never suspicious, british days. Industrial techniques stir states. Precisely net p NULL 5319 1 1 1 -Again integrated circumstances used to remove especially about Bad cards must make. 5303 1 1 1 -Again other changes woul Bad cards must make. 5319 1 1 1 -Again other changes woul NULL 5319 1 1 1 -Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari Important issues liv 5316 1 1 1 -Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari NULL 5316 1 1 1 -Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Bad cards must make. 5310 1 1 1 -Ago fundamental shares should enforce almost psychological, german schools. Arbitrary calls compete. Turkish branches should operate rapidly great, current features. Occasi NULL 5312 1 1 1 -Ago interesting clothes set only with the pressures. Deep Important issues liv 5284 1 1 1 -Ago possible girls should know holidays. A Doors canno 5288 1 1 1 -Ago possible girls should know holidays. A Important issues liv 5288 1 1 1 -Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Doors canno 5282 1 1 1 -Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Important issues liv 5282 1 1 1 -Ago social details will gain mothers. Actively regional reports remain Conventional childr 5271 1 1 1 -Ago spanish members would give young, suspicious stars. Executives join for example details. Americans used to convince. Stones should deli Conventional childr 5318 1 1 1 -Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut Bad cards must make. 5320 1 1 1 -Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut NULL 5320 1 1 1 -Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5283 1 1 1 -Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5306 1 1 1 -Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Important issues liv 5283 1 1 1 -Al NULL 5306 1 1 1 -Alive sources should drive upstairs interests. Elections shall meet severe, controversial lines. Central, full provisions determine as large officials; neatly select sources come; pregnant, wooden NULL 5310 1 1 1 -All bad figures get brown games. Circumstances cannot understand just. Bio Conventional childr 5315 1 1 1 -All bad figures get brown games. Circumstances cannot understand just. Bio Important issues liv 5315 1 1 1 -All brown crowds create be Important issues liv 5302 1 1 1 -All but huge buildings become then with a resources. Ideas see against the times. Conventional childr 5317 1 1 1 -All but huge buildings become then with a resources. Ideas see against the times. NULL 5318 1 1 1 -Almost distant supporters serve anyway now cheap parents. Reforms shall not think old, back clothes; rivers cannot NULL 5320 1 1 1 -Alone, classical supporters must come closer on a projects. Current materials exceed very so standard banks. Industrial heads give personnel. Unnecessary, likely females shall put here. Natural, wild Conventional childr 5306 1 1 1 -Alone, low places issue only involved, coherent trees. Clients would receive; ce Bad cards must make. 5318 2 2 2 -Alone, low places issue only involved, coherent trees. Clients would receive; ce Conventional childr 5310 1 1 1 -Already advisory things seek more before awkward clothes. Customers offer social, quick needs. Differences mi Doors canno 5311 1 1 1 -Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Important issues liv 5317 2 2 2 -Elsewhere favorite groups would swing english, powerful years. Children cannot pref Doors canno 5314 2 2 2 -Feet can let NULL 5317 2 2 2 -General levels may not tel Conventional childr 5314 2 2 2 -Hard, social brothers ought to serve french, serious orders. Instruments learn tight feelings. Then right hospitals will not move across the signals. Well wealthy materials must press bright, NULL 5306 2 2 2 -Increasingly continued changes shall turn now residential proceedings. Banks swim only in the questions. Required exceptions shall sense economic, Bad cards must make. 5317 2 2 2 -Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Important issues liv 5271 2 2 2 -NULL Conventional childr 5274 1 1 1 -NULL Conventional childr 5317 2 2 2 -NULL Doors canno 5318 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5320 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Doors canno 5315 1 1 1 +Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Doors canno 5317 1 1 1 +Across possible colleagues know even years. Much bloody families shall wor Conventional childr 5318 1 1 1 +Across possible colleagues know even years. Much bloody families shall wor Important issues liv 5318 1 1 1 +Act Important issues liv 5299 1 1 1 +Active abilities depend smoothly by a Doors canno 5296 1 1 1 +Active, easy rounds manage now with a birds. Previous pieces could develo Bad cards must make. 5309 1 1 1 +Active, easy rounds manage now with a birds. Previous pieces could develo Important issues liv 5309 1 1 1 +Active, red things shall remain from the colleagues; largely high members form barely i NULL 5321 1 1 1 +Activities would show here. Practical Important issues liv 5320 1 1 1 +Actual bodies canno Doors canno 5285 1 1 1 +Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea NULL 5280 1 1 1 +Actually economic skills should keep on a boys. Friends speed unlikely cells. Difficulties destroy other companies. Prisoner Important issues liv 5274 1 1 1 +Actually ethnic authorities used to qualify just Conventional childr 5320 1 1 1 +Acutely good subsidies take hardly early terms. Merely magnificent areas help res Doors canno 5275 1 1 1 +Additional pp. come. At first african forces seek maybe; unknown stages may raise off a papers; books lead above hard terms. Inches show intimately ordinary questions. Great, silly anim Doors canno 5319 1 1 1 +Advantag Conventional childr 5291 1 1 1 +Advantag NULL 5291 1 1 1 +Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Bad cards must make. 5319 1 1 1 +Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Doors canno 5319 1 1 1 +Affairs fight against the policies. Intelligent fires think papers. Colourful, digital activities will not stop unknown, general words. Strategies carry a Conventional childr 5309 1 1 1 +Afraid years suspend much building Important issues liv 5307 1 1 1 +Again common customers should make hardly proposals. Close groups can prevent after a cars. Physical, human banks will not roll simply for instance agricultural hours. Northern centre Important issues liv 5311 1 1 1 +Again economic options c Bad cards must make. 5291 1 1 1 +Again heavy organisms may resu Bad cards must make. 5295 1 1 1 +Again heavy organisms may resu Doors canno 5295 1 1 1 +Again heavy organisms may resu Important issues liv 5295 1 1 1 +Again ideal supporters determine never suspicious, british days. Industrial techniques stir states. Precisely net p NULL 5319 1 1 1 +Again integrated circumstances used to remove especially about Bad cards must make. 5303 1 1 1 +Again other changes woul Bad cards must make. 5319 1 1 1 +Again other changes woul NULL 5319 1 1 1 +Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari Important issues liv 5316 1 1 1 +Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari NULL 5316 1 1 1 +Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Bad cards must make. 5310 1 1 1 +Ago fundamental shares should enforce almost psychological, german schools. Arbitrary calls compete. Turkish branches should operate rapidly great, current features. Occasi NULL 5312 1 1 1 +Ago interesting clothes set only with the pressures. Deep Important issues liv 5284 1 1 1 +Ago possible girls should know holidays. A Doors canno 5288 1 1 1 +Ago possible girls should know holidays. A Important issues liv 5288 1 1 1 +Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Doors canno 5282 1 1 1 +Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Important issues liv 5282 1 1 1 +Ago social details will gain mothers. Actively regional reports remain Conventional childr 5271 1 1 1 +Ago spanish members would give young, suspicious stars. Executives join for example details. Americans used to convince. Stones should deli Conventional childr 5318 1 1 1 +Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut Bad cards must make. 5320 1 1 1 +Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut NULL 5320 1 1 1 +Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5283 1 1 1 +Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5306 1 1 1 +Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Important issues liv 5283 1 1 1 +Al NULL 5306 1 1 1 +Alive sources should drive upstairs interests. Elections shall meet severe, controversial lines. Central, full provisions determine as large officials; neatly select sources come; pregnant, wooden NULL 5310 1 1 1 +All bad figures get brown games. Circumstances cannot understand just. Bio Conventional childr 5315 1 1 1 +All bad figures get brown games. Circumstances cannot understand just. Bio Important issues liv 5315 1 1 1 +All brown crowds create be Important issues liv 5302 1 1 1 +All but huge buildings become then with a resources. Ideas see against the times. Conventional childr 5317 1 1 1 +All but huge buildings become then with a resources. Ideas see against the times. NULL 5318 1 1 1 +Almost distant supporters serve anyway now cheap parents. Reforms shall not think old, back clothes; rivers cannot NULL 5320 1 1 1 +Alone, classical supporters must come closer on a projects. Current materials exceed very so standard banks. Industrial heads give personnel. Unnecessary, likely females shall put here. Natural, wild Conventional childr 5306 1 1 1 +Alone, low places issue only involved, coherent trees. Clients would receive; ce Bad cards must make. 5318 2 2 2 +Alone, low places issue only involved, coherent trees. Clients would receive; ce Conventional childr 5310 1 1 1 +Already advisory things seek more before awkward clothes. Customers offer social, quick needs. Differences mi Doors canno 5311 1 1 1 +Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Important issues liv 5317 2 2 2 +Elsewhere favorite groups would swing english, powerful years. Children cannot pref Doors canno 5314 2 2 2 +Feet can let NULL 5317 2 2 2 +General levels may not tel Conventional childr 5314 2 2 2 +Hard, social brothers ought to serve french, serious orders. Instruments learn tight feelings. Then right hospitals will not move across the signals. Well wealthy materials must press bright, NULL 5306 2 2 2 +Increasingly continued changes shall turn now residential proceedings. Banks swim only in the questions. Required exceptions shall sense economic, Bad cards must make. 5317 2 2 2 +Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Important issues liv 5271 2 2 2 +NULL Conventional childr 5274 1 1 1 +NULL Conventional childr 5317 2 2 2 +NULL Doors canno 5318 1 1 1 NULL Important issues liv 5306 1 1 1 -Organic girls could give messages. Germans might not take still up to a clients. Services ought to assume random demands. Due, irish modules used NULL 5305 2 2 2 -Patterns let however real facilities. Naturally single variations used to save initially. Operations leave later t Important issues liv 5317 2 2 2 -Pink, important thousands think well lines. Near special children agree all. Political things might not result only external fees. Yesterday p Bad cards must make. 5319 2 2 2 -Realistic, left exercises encourage productive trees. Tools go however. New, central years assume together english, secondary proposals. Doors canno 5316 2 2 2 -Serious crimes must finance yesterday strong fathers. Ever sure years would not say. International, new att NULL 5313 2 2 2 -Special, realistic friends will comply. Opening concentrations could not look too major, soviet proceedings. National children might get following, hig Doors canno 5319 2 2 2 -Usually social eyes can get available, coastal things. Better social talks should accept as unique measures. Extreme Conventional childr 5320 2 2 2 +Organic girls could give messages. Germans might not take still up to a clients. Services ought to assume random demands. Due, irish modules used NULL 5305 2 2 2 +Patterns let however real facilities. Naturally single variations used to save initially. Operations leave later t Important issues liv 5317 2 2 2 +Pink, important thousands think well lines. Near special children agree all. Political things might not result only external fees. Yesterday p Bad cards must make. 5319 2 2 2 +Realistic, left exercises encourage productive trees. Tools go however. New, central years assume together english, secondary proposals. Doors canno 5316 2 2 2 +Serious crimes must finance yesterday strong fathers. Ever sure years would not say. International, new att NULL 5313 2 2 2 +Special, realistic friends will comply. Opening concentrations could not look too major, soviet proceedings. National children might get following, hig Doors canno 5319 2 2 2 +Usually social eyes can get available, coastal things. Better social talks should accept as unique measures. Extreme Conventional childr 5320 2 2 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out index ce01e0253976..f89f36d987d9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out @@ -3,2519 +3,2519 @@ -- !query schema struct -- !query output -AAAAAAAAAABDAAAA Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 -AAAAAAAAAADCAAAA Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 -AAAAAAAAAAEDAAAA Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 -AAAAAAAAAAGBAAAA Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 -AAAAAAAAAAGCAAAA Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 -AAAAAAAAAAHAAAAA Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 -AAAAAAAAAAHBAAAA Od Home blinds/shades 6.56 5059.48 3.37177867076155516 -AAAAAAAAAAIDAAAA General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 -AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 -AAAAAAAAAALAAAAA Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 -AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 +AAAAAAAAAABDAAAA Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 +AAAAAAAAAADCAAAA Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 +AAAAAAAAAAEDAAAA Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 +AAAAAAAAAAGBAAAA Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 +AAAAAAAAAAGCAAAA Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 +AAAAAAAAAAHAAAAA Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 +AAAAAAAAAAHBAAAA Od Home blinds/shades 6.56 5059.48 3.37177867076155516 +AAAAAAAAAAIDAAAA General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 +AAAAAAAAAALAAAAA Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 +AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 AAAAAAAAAAMCAAAA NULL Sports NULL NULL 488.92 3.99480019053984383 -AAAAAAAAAANDAAAA Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 -AAAAAAAAAAPBAAAA At Sports baseball 3.68 26967.08 7.98035218086069413 -AAAAAAAAABBAAAAA Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 -AAAAAAAAABBDAAAA Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 -AAAAAAAAABCEAAAA Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 -AAAAAAAAABDAAAAA Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 -AAAAAAAAABDDAAAA Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 -AAAAAAAAABEAAAAA Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 +AAAAAAAAAANDAAAA Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 +AAAAAAAAAAPBAAAA At Sports baseball 3.68 26967.08 7.98035218086069413 +AAAAAAAAABBAAAAA Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 +AAAAAAAAABBDAAAA Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 +AAAAAAAAABCEAAAA Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 +AAAAAAAAABDAAAAA Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 +AAAAAAAAABDDAAAA Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 +AAAAAAAAABEAAAAA Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 AAAAAAAAABGAAAAA Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 -AAAAAAAAABGEAAAA Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 -AAAAAAAAABHAAAAA Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 -AAAAAAAAABJBAAAA Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 -AAAAAAAAABKCAAAA Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 -AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 -AAAAAAAAABMDAAAA Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 -AAAAAAAAABNAAAAA Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 -AAAAAAAAABNCAAAA Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 -AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 -AAAAAAAAABPBAAAA By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 -AAAAAAAAACAAAAAA Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 -AAAAAAAAACBBAAAA Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 -AAAAAAAAACCDAAAA Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 -AAAAAAAAACDDAAAA Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 -AAAAAAAAACEBAAAA Prese Books business 15.17 2637.41 1.08626892339889102 -AAAAAAAAACEEAAAA Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 -AAAAAAAAACFDAAAA British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 -AAAAAAAAACGCAAAA Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 -AAAAAAAAACIAAAAA Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 -AAAAAAAAACJDAAAA M Home furniture 3.93 248.02 0.06515716176958571 -AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 -AAAAAAAAACLAAAAA Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 -AAAAAAAAACLBAAAA Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 -AAAAAAAAACMCAAAA In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 -AAAAAAAAACODAAAA Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 -AAAAAAAAACPCAAAA Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 -AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 -AAAAAAAAADCAAAAA Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 -AAAAAAAAADCDAAAA Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 -AAAAAAAAADDBAAAA Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 -AAAAAAAAADEAAAAA Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 -AAAAAAAAADEBAAAA Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 -AAAAAAAAADFDAAAA Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 -AAAAAAAAADGBAAAA Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 -AAAAAAAAADGEAAAA Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 -AAAAAAAAADIAAAAA Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 -AAAAAAAAADIDAAAA Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 -AAAAAAAAADJCAAAA Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 -AAAAAAAAADKDAAAA Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 -AAAAAAAAADNBAAAA Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 -AAAAAAAAADOAAAAA Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 -AAAAAAAAADOCAAAA Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 -AAAAAAAAADPBAAAA Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 -AAAAAAAAAEAAAAAA Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 -AAAAAAAAAEAEAAAA Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 -AAAAAAAAAEDAAAAA Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 -AAAAAAAAAEFEAAAA Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 -AAAAAAAAAEGBAAAA Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 -AAAAAAAAAEGDAAAA Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 -AAAAAAAAAEGEAAAA There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 -AAAAAAAAAEHCAAAA Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 -AAAAAAAAAEJAAAAA Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 -AAAAAAAAAEJBAAAA European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 -AAAAAAAAAEKCAAAA Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 -AAAAAAAAAELCAAAA Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 -AAAAAAAAAEMAAAAA Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 -AAAAAAAAAENCAAAA Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 -AAAAAAAAAEPAAAAA Causes Sports fishing 3.57 2974.41 1.01486036641030929 -AAAAAAAAAFADAAAA Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 -AAAAAAAAAFCEAAAA Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 -AAAAAAAAAFDAAAAA New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 -AAAAAAAAAFECAAAA Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 -AAAAAAAAAFGCAAAA Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 -AAAAAAAAAFGDAAAA Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 -AAAAAAAAAFHBAAAA Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 -AAAAAAAAAFIBAAAA Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 -AAAAAAAAAFJDAAAA Prob Sports fitness 3.33 3763.14 1.23432805277282645 -AAAAAAAAAFLAAAAA Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 -AAAAAAAAAFMCAAAA Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 -AAAAAAAAAFPAAAAA Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 -AAAAAAAAAGAEAAAA Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 -AAAAAAAAAGCAAAAA Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 -AAAAAAAAAGEAAAAA Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 -AAAAAAAAAGEDAAAA Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 -AAAAAAAAAGFDAAAA Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 -AAAAAAAAAGGBAAAA Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 -AAAAAAAAAGIAAAAA Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 -AAAAAAAAAGKDAAAA Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 -AAAAAAAAAGMBAAAA True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 -AAAAAAAAAGNBAAAA Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 -AAAAAAAAAGOAAAAA Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 -AAAAAAAAAGODAAAA Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 -AAAAAAAAAGPCAAAA Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 -AAAAAAAAAHAEAAAA Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 -AAAAAAAAAHDAAAAA New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 -AAAAAAAAAHDBAAAA Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 -AAAAAAAAAHFBAAAA Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 -AAAAAAAAAHHCAAAA However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 -AAAAAAAAAHICAAAA Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 -AAAAAAAAAHKCAAAA Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 -AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 -AAAAAAAAAHNAAAAA Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 -AAAAAAAAAHPAAAAA Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 -AAAAAAAAAHPDAAAA Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 -AAAAAAAAAIAAAAAA Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 -AAAAAAAAAICAAAAA Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 -AAAAAAAAAIDAAAAA Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 -AAAAAAAAAIEBAAAA More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 -AAAAAAAAAIEEAAAA New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 -AAAAAAAAAIHBAAAA Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 -AAAAAAAAAIIDAAAA Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 -AAAAAAAAAIJAAAAA Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 -AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 -AAAAAAAAAIJDAAAA Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 -AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 -AAAAAAAAAILAAAAA Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 -AAAAAAAAAILBAAAA Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 -AAAAAAAAAILDAAAA Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 -AAAAAAAAAIMCAAAA Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 -AAAAAAAAAJBDAAAA Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 -AAAAAAAAAJBEAAAA Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 -AAAAAAAAAJDBAAAA Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 -AAAAAAAAAJEBAAAA Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 -AAAAAAAAAJEDAAAA Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 -AAAAAAAAAJFAAAAA Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 -AAAAAAAAAJFCAAAA Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 -AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 -AAAAAAAAAJKAAAAA Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 -AAAAAAAAAJMCAAAA African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 -AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 -AAAAAAAAAKAAAAAA Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 -AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 -AAAAAAAAAKCCAAAA Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 -AAAAAAAAAKCEAAAA Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 -AAAAAAAAAKDBAAAA Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 -AAAAAAAAAKECAAAA Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 -AAAAAAAAAKEDAAAA Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 -AAAAAAAAAKGAAAAA Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 -AAAAAAAAAKHAAAAA Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 -AAAAAAAAAKIBAAAA Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 -AAAAAAAAAKJBAAAA Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 -AAAAAAAAAKJDAAAA Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 -AAAAAAAAAKLCAAAA Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 -AAAAAAAAAKMAAAAA Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 -AAAAAAAAAKMDAAAA Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 -AAAAAAAAAKOBAAAA Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 -AAAAAAAAAKPBAAAA Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 -AAAAAAAAALCDAAAA Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 -AAAAAAAAALDCAAAA Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 -AAAAAAAAALDDAAAA Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 -AAAAAAAAALECAAAA Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 -AAAAAAAAALFAAAAA Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 -AAAAAAAAALFBAAAA Beaches make Books parenting 0.44 1510.40 0.62307727404022627 -AAAAAAAAALLDAAAA Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 -AAAAAAAAALMAAAAA Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 -AAAAAAAAALMDAAAA Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 -AAAAAAAAALNBAAAA Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 -AAAAAAAAALOAAAAA Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 -AAAAAAAAAMACAAAA Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 -AAAAAAAAAMBDAAAA Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 -AAAAAAAAAMBEAAAA Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 -AAAAAAAAAMCDAAAA Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 -AAAAAAAAAMDCAAAA Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 -AAAAAAAAAMDEAAAA Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 -AAAAAAAAAMEAAAAA Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 -AAAAAAAAAMFCAAAA Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 -AAAAAAAAAMFDAAAA Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 -AAAAAAAAAMHAAAAA Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 -AAAAAAAAAMJBAAAA Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 -AAAAAAAAAMKBAAAA Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 -AAAAAAAAAMLCAAAA Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 -AAAAAAAAAMLDAAAA Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 -AAAAAAAAAMNBAAAA Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 -AAAAAAAAAMOAAAAA Follow Sports optics 9.98 5054.82 1.46519537068733878 -AAAAAAAAANABAAAA Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 -AAAAAAAAANDAAAAA Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 -AAAAAAAAANDBAAAA Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 -AAAAAAAAANEAAAAA Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 -AAAAAAAAANECAAAA Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 -AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 -AAAAAAAAANJBAAAA New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 -AAAAAAAAANKDAAAA Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 -AAAAAAAAANLCAAAA United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 -AAAAAAAAANMDAAAA Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 -AAAAAAAAANOCAAAA Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 -AAAAAAAAAOBBAAAA Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 -AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 -AAAAAAAAAOBEAAAA Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 -AAAAAAAAAOCBAAAA Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 -AAAAAAAAAOCDAAAA Special Sports baseball 3.63 6243.21 1.84754947658668622 -AAAAAAAAAODAAAAA Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 -AAAAAAAAAODCAAAA Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 -AAAAAAAAAOFBAAAA Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 -AAAAAAAAAOGAAAAA Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 -AAAAAAAAAOIBAAAA More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 -AAAAAAAAAOLAAAAA Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 -AAAAAAAAAOLDAAAA Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 -AAAAAAAAAOMCAAAA Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 -AAAAAAAAAONBAAAA Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 -AAAAAAAAAOOAAAAA Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 -AAAAAAAAAOODAAAA Digita Home flatware 98.92 4233.13 0.95218530050094701 -AAAAAAAAAPACAAAA Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 -AAAAAAAAAPBEAAAA Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 -AAAAAAAAAPEAAAAA Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 -AAAAAAAAAPEBAAAA Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 -AAAAAAAAAPFCAAAA Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 -AAAAAAAAAPHBAAAA Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 -AAAAAAAAAPIAAAAA Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 -AAAAAAAAAPKAAAAA Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 -AAAAAAAAAPKDAAAA Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 -AAAAAAAAAPLDAAAA Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 -AAAAAAAAAPMBAAAA Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 -AAAAAAAAAPOAAAAA A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 -AAAAAAAAAPPCAAAA True, red Home kids 9.30 714.26 0.28707993970139603 -AAAAAAAABAADAAAA Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 -AAAAAAAABACEAAAA Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 -AAAAAAAABADDAAAA Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 -AAAAAAAABAGDAAAA Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 -AAAAAAAABAKCAAAA Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 -AAAAAAAABAMAAAAA Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 -AAAAAAAABAPDAAAA Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 -AAAAAAAABBFDAAAA Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 -AAAAAAAABBGCAAAA About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 +AAAAAAAAABGEAAAA Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 +AAAAAAAAABHAAAAA Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 +AAAAAAAAABJBAAAA Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 +AAAAAAAAABKCAAAA Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 +AAAAAAAAABMDAAAA Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 +AAAAAAAAABNAAAAA Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 +AAAAAAAAABNCAAAA Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 +AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 +AAAAAAAAABPBAAAA By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 +AAAAAAAAACAAAAAA Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 +AAAAAAAAACBBAAAA Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 +AAAAAAAAACCDAAAA Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 +AAAAAAAAACDDAAAA Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 +AAAAAAAAACEBAAAA Prese Books business 15.17 2637.41 1.08626892339889102 +AAAAAAAAACEEAAAA Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 +AAAAAAAAACFDAAAA British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 +AAAAAAAAACGCAAAA Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 +AAAAAAAAACIAAAAA Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 +AAAAAAAAACJDAAAA M Home furniture 3.93 248.02 0.06515716176958571 +AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 +AAAAAAAAACLAAAAA Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 +AAAAAAAAACLBAAAA Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 +AAAAAAAAACMCAAAA In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 +AAAAAAAAACODAAAA Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +AAAAAAAAACPCAAAA Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 +AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 +AAAAAAAAADCAAAAA Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 +AAAAAAAAADCDAAAA Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 +AAAAAAAAADDBAAAA Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 +AAAAAAAAADEAAAAA Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 +AAAAAAAAADEBAAAA Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 +AAAAAAAAADFDAAAA Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 +AAAAAAAAADGBAAAA Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 +AAAAAAAAADGEAAAA Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 +AAAAAAAAADIAAAAA Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +AAAAAAAAADIDAAAA Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 +AAAAAAAAADJCAAAA Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 +AAAAAAAAADKDAAAA Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 +AAAAAAAAADNBAAAA Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 +AAAAAAAAADOAAAAA Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 +AAAAAAAAADOCAAAA Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 +AAAAAAAAADPBAAAA Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 +AAAAAAAAAEAAAAAA Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 +AAAAAAAAAEAEAAAA Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 +AAAAAAAAAEDAAAAA Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 +AAAAAAAAAEFEAAAA Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 +AAAAAAAAAEGBAAAA Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 +AAAAAAAAAEGDAAAA Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 +AAAAAAAAAEGEAAAA There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 +AAAAAAAAAEHCAAAA Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 +AAAAAAAAAEJAAAAA Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 +AAAAAAAAAEJBAAAA European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 +AAAAAAAAAEKCAAAA Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 +AAAAAAAAAELCAAAA Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 +AAAAAAAAAEMAAAAA Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 +AAAAAAAAAENCAAAA Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 +AAAAAAAAAEPAAAAA Causes Sports fishing 3.57 2974.41 1.01486036641030929 +AAAAAAAAAFADAAAA Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 +AAAAAAAAAFCEAAAA Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 +AAAAAAAAAFDAAAAA New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 +AAAAAAAAAFECAAAA Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 +AAAAAAAAAFGCAAAA Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 +AAAAAAAAAFGDAAAA Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 +AAAAAAAAAFHBAAAA Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 +AAAAAAAAAFIBAAAA Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 +AAAAAAAAAFJDAAAA Prob Sports fitness 3.33 3763.14 1.23432805277282645 +AAAAAAAAAFLAAAAA Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 +AAAAAAAAAFMCAAAA Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 +AAAAAAAAAFPAAAAA Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 +AAAAAAAAAGAEAAAA Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 +AAAAAAAAAGCAAAAA Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 +AAAAAAAAAGEAAAAA Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 +AAAAAAAAAGEDAAAA Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 +AAAAAAAAAGFDAAAA Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 +AAAAAAAAAGGBAAAA Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 +AAAAAAAAAGIAAAAA Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 +AAAAAAAAAGKDAAAA Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 +AAAAAAAAAGMBAAAA True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 +AAAAAAAAAGNBAAAA Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 +AAAAAAAAAGOAAAAA Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 +AAAAAAAAAGODAAAA Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 +AAAAAAAAAGPCAAAA Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 +AAAAAAAAAHAEAAAA Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 +AAAAAAAAAHDAAAAA New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 +AAAAAAAAAHDBAAAA Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 +AAAAAAAAAHFBAAAA Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 +AAAAAAAAAHHCAAAA However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 +AAAAAAAAAHICAAAA Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 +AAAAAAAAAHKCAAAA Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 +AAAAAAAAAHNAAAAA Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 +AAAAAAAAAHPAAAAA Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 +AAAAAAAAAHPDAAAA Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 +AAAAAAAAAIAAAAAA Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 +AAAAAAAAAICAAAAA Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 +AAAAAAAAAIDAAAAA Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 +AAAAAAAAAIEBAAAA More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 +AAAAAAAAAIEEAAAA New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 +AAAAAAAAAIHBAAAA Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 +AAAAAAAAAIIDAAAA Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 +AAAAAAAAAIJAAAAA Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 +AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 +AAAAAAAAAIJDAAAA Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 +AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 +AAAAAAAAAILAAAAA Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 +AAAAAAAAAILBAAAA Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 +AAAAAAAAAILDAAAA Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 +AAAAAAAAAIMCAAAA Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 +AAAAAAAAAJBDAAAA Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 +AAAAAAAAAJBEAAAA Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 +AAAAAAAAAJDBAAAA Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 +AAAAAAAAAJEBAAAA Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 +AAAAAAAAAJEDAAAA Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 +AAAAAAAAAJFAAAAA Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +AAAAAAAAAJFCAAAA Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 +AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 +AAAAAAAAAJKAAAAA Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 +AAAAAAAAAJMCAAAA African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 +AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 +AAAAAAAAAKAAAAAA Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 +AAAAAAAAAKCCAAAA Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 +AAAAAAAAAKCEAAAA Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 +AAAAAAAAAKDBAAAA Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 +AAAAAAAAAKECAAAA Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 +AAAAAAAAAKEDAAAA Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 +AAAAAAAAAKGAAAAA Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 +AAAAAAAAAKHAAAAA Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 +AAAAAAAAAKIBAAAA Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 +AAAAAAAAAKJBAAAA Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 +AAAAAAAAAKJDAAAA Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 +AAAAAAAAAKLCAAAA Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 +AAAAAAAAAKMAAAAA Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 +AAAAAAAAAKMDAAAA Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 +AAAAAAAAAKOBAAAA Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 +AAAAAAAAAKPBAAAA Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 +AAAAAAAAALCDAAAA Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 +AAAAAAAAALDCAAAA Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 +AAAAAAAAALDDAAAA Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 +AAAAAAAAALECAAAA Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 +AAAAAAAAALFAAAAA Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 +AAAAAAAAALFBAAAA Beaches make Books parenting 0.44 1510.40 0.62307727404022627 +AAAAAAAAALLDAAAA Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 +AAAAAAAAALMAAAAA Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 +AAAAAAAAALMDAAAA Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 +AAAAAAAAALNBAAAA Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 +AAAAAAAAALOAAAAA Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 +AAAAAAAAAMACAAAA Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 +AAAAAAAAAMBDAAAA Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 +AAAAAAAAAMBEAAAA Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 +AAAAAAAAAMCDAAAA Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 +AAAAAAAAAMDCAAAA Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 +AAAAAAAAAMDEAAAA Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 +AAAAAAAAAMEAAAAA Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 +AAAAAAAAAMFCAAAA Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 +AAAAAAAAAMFDAAAA Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 +AAAAAAAAAMHAAAAA Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 +AAAAAAAAAMJBAAAA Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 +AAAAAAAAAMKBAAAA Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 +AAAAAAAAAMLCAAAA Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 +AAAAAAAAAMLDAAAA Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 +AAAAAAAAAMNBAAAA Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 +AAAAAAAAAMOAAAAA Follow Sports optics 9.98 5054.82 1.46519537068733878 +AAAAAAAAANABAAAA Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 +AAAAAAAAANDAAAAA Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 +AAAAAAAAANDBAAAA Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 +AAAAAAAAANEAAAAA Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 +AAAAAAAAANECAAAA Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 +AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 +AAAAAAAAANJBAAAA New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 +AAAAAAAAANKDAAAA Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 +AAAAAAAAANLCAAAA United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 +AAAAAAAAANMDAAAA Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 +AAAAAAAAANOCAAAA Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 +AAAAAAAAAOBBAAAA Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 +AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +AAAAAAAAAOBEAAAA Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 +AAAAAAAAAOCBAAAA Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 +AAAAAAAAAOCDAAAA Special Sports baseball 3.63 6243.21 1.84754947658668622 +AAAAAAAAAODAAAAA Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 +AAAAAAAAAODCAAAA Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 +AAAAAAAAAOFBAAAA Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 +AAAAAAAAAOGAAAAA Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 +AAAAAAAAAOIBAAAA More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 +AAAAAAAAAOLAAAAA Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 +AAAAAAAAAOLDAAAA Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 +AAAAAAAAAOMCAAAA Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 +AAAAAAAAAONBAAAA Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 +AAAAAAAAAOOAAAAA Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 +AAAAAAAAAOODAAAA Digita Home flatware 98.92 4233.13 0.95218530050094701 +AAAAAAAAAPACAAAA Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 +AAAAAAAAAPBEAAAA Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 +AAAAAAAAAPEAAAAA Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 +AAAAAAAAAPEBAAAA Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 +AAAAAAAAAPFCAAAA Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 +AAAAAAAAAPHBAAAA Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 +AAAAAAAAAPIAAAAA Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 +AAAAAAAAAPKAAAAA Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 +AAAAAAAAAPKDAAAA Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 +AAAAAAAAAPLDAAAA Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 +AAAAAAAAAPMBAAAA Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 +AAAAAAAAAPOAAAAA A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 +AAAAAAAAAPPCAAAA True, red Home kids 9.30 714.26 0.28707993970139603 +AAAAAAAABAADAAAA Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 +AAAAAAAABACEAAAA Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 +AAAAAAAABADDAAAA Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 +AAAAAAAABAGDAAAA Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 +AAAAAAAABAKCAAAA Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 +AAAAAAAABAMAAAAA Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 +AAAAAAAABAPDAAAA Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 +AAAAAAAABBFDAAAA Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 +AAAAAAAABBGCAAAA About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 AAAAAAAABCGBAAAA Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 -AAAAAAAABCICAAAA Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 -AAAAAAAABCLCAAAA Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 -AAAAAAAABCPBAAAA Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 -AAAAAAAABDCEAAAA Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 -AAAAAAAABDDDAAAA Scientific Home tables 1.25 11322.31 6.08695712946918370 -AAAAAAAABDFEAAAA Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 -AAAAAAAABDGAAAAA Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 -AAAAAAAABDJDAAAA Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 -AAAAAAAABDOBAAAA Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 -AAAAAAAABDPAAAAA Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 -AAAAAAAABDPDAAAA Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 -AAAAAAAABECDAAAA Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 -AAAAAAAABEHBAAAA Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 -AAAAAAAABEIAAAAA Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 -AAAAAAAABEIDAAAA Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 -AAAAAAAABEMCAAAA Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 -AAAAAAAABEPCAAAA Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 -AAAAAAAABFABAAAA Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 -AAAAAAAABFCCAAAA Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 -AAAAAAAABFDEAAAA Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 -AAAAAAAABFGBAAAA Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 -AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 -AAAAAAAABFKAAAAA Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 -AAAAAAAABFMBAAAA Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 -AAAAAAAABGAAAAAA Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 -AAAAAAAABGADAAAA Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 -AAAAAAAABGCEAAAA Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 -AAAAAAAABGFBAAAA Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 -AAAAAAAABGFEAAAA Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 -AAAAAAAABGGDAAAA Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 +AAAAAAAABCICAAAA Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 +AAAAAAAABCLCAAAA Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 +AAAAAAAABCPBAAAA Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 +AAAAAAAABDCEAAAA Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 +AAAAAAAABDDDAAAA Scientific Home tables 1.25 11322.31 6.08695712946918370 +AAAAAAAABDFEAAAA Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 +AAAAAAAABDGAAAAA Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 +AAAAAAAABDJDAAAA Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 +AAAAAAAABDOBAAAA Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 +AAAAAAAABDPAAAAA Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 +AAAAAAAABDPDAAAA Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 +AAAAAAAABECDAAAA Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 +AAAAAAAABEHBAAAA Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 +AAAAAAAABEIAAAAA Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 +AAAAAAAABEIDAAAA Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 +AAAAAAAABEMCAAAA Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 +AAAAAAAABEPCAAAA Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 +AAAAAAAABFABAAAA Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 +AAAAAAAABFCCAAAA Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 +AAAAAAAABFDEAAAA Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 +AAAAAAAABFGBAAAA Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 +AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 +AAAAAAAABFKAAAAA Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 +AAAAAAAABFMBAAAA Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 +AAAAAAAABGAAAAAA Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 +AAAAAAAABGADAAAA Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 +AAAAAAAABGCEAAAA Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 +AAAAAAAABGFBAAAA Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 +AAAAAAAABGFEAAAA Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 +AAAAAAAABGGDAAAA Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 AAAAAAAABGMDAAAA NULL Books entertainments NULL 10168.52 5.09220434800331998 -AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 -AAAAAAAABHBBAAAA Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 -AAAAAAAABHBEAAAA British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 -AAAAAAAABHCDAAAA Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 -AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 -AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 -AAAAAAAABHGCAAAA Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 -AAAAAAAABHIDAAAA Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 -AAAAAAAABHJCAAAA More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 -AAAAAAAABHLDAAAA Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 -AAAAAAAABIABAAAA Children ma Sports optics 6.80 4282.62 1.24136467736002683 -AAAAAAAABIDBAAAA Workers let pr Home kids 1.17 8583.68 3.45000747181149588 -AAAAAAAABIDEAAAA Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 -AAAAAAAABIKAAAAA Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 -AAAAAAAABINAAAAA Below invisi Books cooking 9.59 6854.08 2.56872476559067313 -AAAAAAAABIOCAAAA Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 -AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 -AAAAAAAABJAAAAAA Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 -AAAAAAAABJGAAAAA Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 -AAAAAAAABJJAAAAA Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 -AAAAAAAABJJDAAAA Final office Home glassware 86.90 809.50 0.23521997673428895 -AAAAAAAABJLBAAAA Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 -AAAAAAAABJPAAAAA Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 -AAAAAAAABJPDAAAA Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 -AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 -AAAAAAAABKBBAAAA Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 -AAAAAAAABKCAAAAA Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 -AAAAAAAABKDCAAAA Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 -AAAAAAAABKEBAAAA Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 -AAAAAAAABKIDAAAA Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 -AAAAAAAABKPCAAAA Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 -AAAAAAAABLDBAAAA Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 -AAAAAAAABLGBAAAA Simple, ec Books sports 7.35 3308.52 1.06875781212498004 -AAAAAAAABLHAAAAA Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 -AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 -AAAAAAAABLNAAAAA Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 -AAAAAAAABMADAAAA Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 -AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 -AAAAAAAABMECAAAA Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 -AAAAAAAABMHCAAAA Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 -AAAAAAAABMIBAAAA Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 -AAAAAAAABMJAAAAA Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 -AAAAAAAABMJDAAAA Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 -AAAAAAAABMKCAAAA Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 -AAAAAAAABMLBAAAA Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 -AAAAAAAABMMAAAAA Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 -AAAAAAAABMNCAAAA Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 -AAAAAAAABNCAAAAA Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 -AAAAAAAABNGCAAAA Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 -AAAAAAAABNJCAAAA At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 -AAAAAAAABNKBAAAA Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 -AAAAAAAABNMCAAAA Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 -AAAAAAAABNNBAAAA For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 -AAAAAAAABOBAAAAA Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 -AAAAAAAABOBDAAAA Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 -AAAAAAAABODBAAAA Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 -AAAAAAAABODEAAAA Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 -AAAAAAAABOHDAAAA Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 -AAAAAAAABOJBAAAA Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 -AAAAAAAABOMBAAAA Common are Sports outdoor 1.31 14565.86 3.95038597317985966 -AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 -AAAAAAAABONDAAAA Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 -AAAAAAAABPCBAAAA Sure socia Home tables 1.78 3600.34 1.93556926382629347 -AAAAAAAABPECAAAA So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 -AAAAAAAABPFEAAAA Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 -AAAAAAAABPGDAAAA Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 -AAAAAAAACACBAAAA Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 -AAAAAAAACACEAAAA Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 -AAAAAAAACAEBAAAA Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 -AAAAAAAACAECAAAA Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 -AAAAAAAACAFAAAAA Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 -AAAAAAAACAGDAAAA Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 -AAAAAAAACAKCAAAA Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 -AAAAAAAACALAAAAA Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 -AAAAAAAACANBAAAA Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 -AAAAAAAACAPDAAAA So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 -AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 -AAAAAAAACBAEAAAA Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 -AAAAAAAACBBAAAAA Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 -AAAAAAAACBCCAAAA Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 -AAAAAAAACBDBAAAA Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 -AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 -AAAAAAAACBHAAAAA Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 -AAAAAAAACBIAAAAA Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 -AAAAAAAACBKAAAAA Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 -AAAAAAAACBLAAAAA Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 -AAAAAAAACBLCAAAA Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 -AAAAAAAACBLDAAAA Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 -AAAAAAAACBMBAAAA Ca Sports sailing 0.93 1188.60 0.45955299559268340 -AAAAAAAACBNDAAAA Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 -AAAAAAAACBOAAAAA Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 -AAAAAAAACBODAAAA Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 -AAAAAAAACCABAAAA Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 -AAAAAAAACCAEAAAA Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 -AAAAAAAACCBDAAAA Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 -AAAAAAAACCDEAAAA Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 -AAAAAAAACCFEAAAA Lightly right Books self-help 7.86 4806.98 1.83701002464401047 -AAAAAAAACCGAAAAA Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 -AAAAAAAACCHCAAAA Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 -AAAAAAAACCKAAAAA Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 -AAAAAAAACCLCAAAA Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 -AAAAAAAACCMDAAAA Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 -AAAAAAAACCOCAAAA Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 -AAAAAAAACCPAAAAA Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 -AAAAAAAACCPBAAAA Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 -AAAAAAAACCPDAAAA Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 -AAAAAAAACDBBAAAA Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 -AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 -AAAAAAAACDCDAAAA Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 -AAAAAAAACDCEAAAA Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 -AAAAAAAACDFAAAAA Asleep, philos Books science 4.18 2847.46 0.90092128128087716 -AAAAAAAACDFDAAAA Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 -AAAAAAAACDIAAAAA Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 -AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 -AAAAAAAACDIDAAAA Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 -AAAAAAAACDJCAAAA Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 -AAAAAAAACDKBAAAA Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 -AAAAAAAACDMDAAAA Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 -AAAAAAAACDNBAAAA Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 -AAAAAAAACDOBAAAA British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 -AAAAAAAACDPAAAAA Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 -AAAAAAAACDPCAAAA Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 -AAAAAAAACEABAAAA Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 -AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 -AAAAAAAACECAAAAA Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 -AAAAAAAACEEBAAAA Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 -AAAAAAAACEFAAAAA Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 -AAAAAAAACEFDAAAA Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 -AAAAAAAACEHAAAAA National sea Home tables 29.68 317.94 0.17092688238914429 -AAAAAAAACEHBAAAA International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 -AAAAAAAACEICAAAA Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 -AAAAAAAACEKBAAAA English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 -AAAAAAAACEKDAAAA Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 -AAAAAAAACELDAAAA Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 -AAAAAAAACEMBAAAA Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 -AAAAAAAACENDAAAA Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 -AAAAAAAACEODAAAA Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 -AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 -AAAAAAAACEPCAAAA Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 -AAAAAAAACFABAAAA Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 -AAAAAAAACFBDAAAA Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 -AAAAAAAACFCCAAAA Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 -AAAAAAAACFCEAAAA Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 -AAAAAAAACFFBAAAA Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 -AAAAAAAACFGDAAAA Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 -AAAAAAAACFHAAAAA Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 -AAAAAAAACFHDAAAA Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 -AAAAAAAACFJAAAAA Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 -AAAAAAAACFKAAAAA Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 -AAAAAAAACFMAAAAA Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 -AAAAAAAACFNCAAAA Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 -AAAAAAAACFNDAAAA Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 -AAAAAAAACFOBAAAA Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 -AAAAAAAACFPBAAAA Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 -AAAAAAAACGAAAAAA Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 -AAAAAAAACGBBAAAA Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 -AAAAAAAACGBEAAAA Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 -AAAAAAAACGCBAAAA Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 -AAAAAAAACGCDAAAA Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 -AAAAAAAACGDDAAAA Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 -AAAAAAAACGFDAAAA Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 -AAAAAAAACGHBAAAA Other foods w Books sports 1.39 4385.79 1.41675048808519103 -AAAAAAAACGIAAAAA Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 -AAAAAAAACGJCAAAA Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 -AAAAAAAACGLAAAAA Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 -AAAAAAAACGMDAAAA Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 -AAAAAAAACGOBAAAA Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 -AAAAAAAACGODAAAA Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 -AAAAAAAACHAEAAAA Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 -AAAAAAAACHBAAAAA Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 -AAAAAAAACHBBAAAA Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 -AAAAAAAACHBDAAAA Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 -AAAAAAAACHEDAAAA Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 -AAAAAAAACHGBAAAA Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 -AAAAAAAACHKAAAAA Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 -AAAAAAAACHKDAAAA Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 -AAAAAAAACHLAAAAA Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 -AAAAAAAACHNDAAAA Western activiti Sports optics 6.61 4812.45 1.39494175097516500 -AAAAAAAACHOAAAAA Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 -AAAAAAAACHOCAAAA Final governm Books computers 6.22 4453.71 1.36066137214556420 -AAAAAAAACHODAAAA Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 -AAAAAAAACIAAAAAA Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 -AAAAAAAACIADAAAA Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 -AAAAAAAACIBAAAAA Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 -AAAAAAAACIBCAAAA At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 -AAAAAAAACICCAAAA Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 -AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 -AAAAAAAACIDEAAAA Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 -AAAAAAAACIECAAAA Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 -AAAAAAAACIFBAAAA Free proced Sports optics 5.97 8583.18 2.48792946173674879 -AAAAAAAACIFEAAAA Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 -AAAAAAAACIHCAAAA English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 -AAAAAAAACIICAAAA Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 -AAAAAAAACIKCAAAA Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 -AAAAAAAACIMDAAAA Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 -AAAAAAAACINCAAAA Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 -AAAAAAAACIOCAAAA Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 -AAAAAAAACJACAAAA Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 -AAAAAAAACJBEAAAA Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 -AAAAAAAACJCBAAAA English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 +AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 +AAAAAAAABHBBAAAA Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 +AAAAAAAABHBEAAAA British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 +AAAAAAAABHCDAAAA Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 +AAAAAAAABHGCAAAA Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 +AAAAAAAABHIDAAAA Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 +AAAAAAAABHJCAAAA More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 +AAAAAAAABHLDAAAA Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 +AAAAAAAABIABAAAA Children ma Sports optics 6.80 4282.62 1.24136467736002683 +AAAAAAAABIDBAAAA Workers let pr Home kids 1.17 8583.68 3.45000747181149588 +AAAAAAAABIDEAAAA Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 +AAAAAAAABIKAAAAA Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 +AAAAAAAABINAAAAA Below invisi Books cooking 9.59 6854.08 2.56872476559067313 +AAAAAAAABIOCAAAA Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +AAAAAAAABJAAAAAA Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 +AAAAAAAABJGAAAAA Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 +AAAAAAAABJJAAAAA Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 +AAAAAAAABJJDAAAA Final office Home glassware 86.90 809.50 0.23521997673428895 +AAAAAAAABJLBAAAA Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 +AAAAAAAABJPAAAAA Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 +AAAAAAAABJPDAAAA Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 +AAAAAAAABKBBAAAA Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 +AAAAAAAABKCAAAAA Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 +AAAAAAAABKDCAAAA Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 +AAAAAAAABKEBAAAA Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 +AAAAAAAABKIDAAAA Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 +AAAAAAAABKPCAAAA Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 +AAAAAAAABLDBAAAA Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +AAAAAAAABLGBAAAA Simple, ec Books sports 7.35 3308.52 1.06875781212498004 +AAAAAAAABLHAAAAA Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 +AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 +AAAAAAAABLNAAAAA Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 +AAAAAAAABMADAAAA Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 +AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 +AAAAAAAABMECAAAA Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 +AAAAAAAABMHCAAAA Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 +AAAAAAAABMIBAAAA Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 +AAAAAAAABMJAAAAA Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 +AAAAAAAABMJDAAAA Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 +AAAAAAAABMKCAAAA Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 +AAAAAAAABMLBAAAA Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 +AAAAAAAABMMAAAAA Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 +AAAAAAAABMNCAAAA Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 +AAAAAAAABNCAAAAA Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 +AAAAAAAABNGCAAAA Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 +AAAAAAAABNJCAAAA At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 +AAAAAAAABNKBAAAA Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 +AAAAAAAABNMCAAAA Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 +AAAAAAAABNNBAAAA For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 +AAAAAAAABOBAAAAA Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 +AAAAAAAABOBDAAAA Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 +AAAAAAAABODBAAAA Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 +AAAAAAAABODEAAAA Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 +AAAAAAAABOHDAAAA Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 +AAAAAAAABOJBAAAA Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 +AAAAAAAABOMBAAAA Common are Sports outdoor 1.31 14565.86 3.95038597317985966 +AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 +AAAAAAAABONDAAAA Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 +AAAAAAAABPCBAAAA Sure socia Home tables 1.78 3600.34 1.93556926382629347 +AAAAAAAABPECAAAA So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 +AAAAAAAABPFEAAAA Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 +AAAAAAAABPGDAAAA Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 +AAAAAAAACACBAAAA Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +AAAAAAAACACEAAAA Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 +AAAAAAAACAEBAAAA Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 +AAAAAAAACAECAAAA Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 +AAAAAAAACAFAAAAA Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 +AAAAAAAACAGDAAAA Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 +AAAAAAAACAKCAAAA Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 +AAAAAAAACALAAAAA Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 +AAAAAAAACANBAAAA Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 +AAAAAAAACAPDAAAA So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 +AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 +AAAAAAAACBAEAAAA Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 +AAAAAAAACBBAAAAA Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 +AAAAAAAACBCCAAAA Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 +AAAAAAAACBDBAAAA Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 +AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 +AAAAAAAACBHAAAAA Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 +AAAAAAAACBIAAAAA Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 +AAAAAAAACBKAAAAA Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 +AAAAAAAACBLAAAAA Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 +AAAAAAAACBLCAAAA Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 +AAAAAAAACBLDAAAA Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 +AAAAAAAACBMBAAAA Ca Sports sailing 0.93 1188.60 0.45955299559268340 +AAAAAAAACBNDAAAA Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 +AAAAAAAACBOAAAAA Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 +AAAAAAAACBODAAAA Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 +AAAAAAAACCABAAAA Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +AAAAAAAACCAEAAAA Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 +AAAAAAAACCBDAAAA Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 +AAAAAAAACCDEAAAA Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 +AAAAAAAACCFEAAAA Lightly right Books self-help 7.86 4806.98 1.83701002464401047 +AAAAAAAACCGAAAAA Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 +AAAAAAAACCHCAAAA Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 +AAAAAAAACCKAAAAA Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 +AAAAAAAACCLCAAAA Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 +AAAAAAAACCMDAAAA Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 +AAAAAAAACCOCAAAA Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 +AAAAAAAACCPAAAAA Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 +AAAAAAAACCPBAAAA Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 +AAAAAAAACCPDAAAA Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +AAAAAAAACDBBAAAA Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 +AAAAAAAACDCDAAAA Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 +AAAAAAAACDCEAAAA Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 +AAAAAAAACDFAAAAA Asleep, philos Books science 4.18 2847.46 0.90092128128087716 +AAAAAAAACDFDAAAA Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 +AAAAAAAACDIAAAAA Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 +AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 +AAAAAAAACDIDAAAA Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 +AAAAAAAACDJCAAAA Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 +AAAAAAAACDKBAAAA Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 +AAAAAAAACDMDAAAA Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 +AAAAAAAACDNBAAAA Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 +AAAAAAAACDOBAAAA British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 +AAAAAAAACDPAAAAA Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 +AAAAAAAACDPCAAAA Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 +AAAAAAAACEABAAAA Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 +AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 +AAAAAAAACECAAAAA Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 +AAAAAAAACEEBAAAA Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 +AAAAAAAACEFAAAAA Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 +AAAAAAAACEFDAAAA Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 +AAAAAAAACEHAAAAA National sea Home tables 29.68 317.94 0.17092688238914429 +AAAAAAAACEHBAAAA International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 +AAAAAAAACEICAAAA Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 +AAAAAAAACEKBAAAA English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 +AAAAAAAACEKDAAAA Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 +AAAAAAAACELDAAAA Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 +AAAAAAAACEMBAAAA Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 +AAAAAAAACENDAAAA Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 +AAAAAAAACEODAAAA Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 +AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 +AAAAAAAACEPCAAAA Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 +AAAAAAAACFABAAAA Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 +AAAAAAAACFBDAAAA Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 +AAAAAAAACFCCAAAA Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 +AAAAAAAACFCEAAAA Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 +AAAAAAAACFFBAAAA Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 +AAAAAAAACFGDAAAA Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 +AAAAAAAACFHAAAAA Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +AAAAAAAACFHDAAAA Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 +AAAAAAAACFJAAAAA Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 +AAAAAAAACFKAAAAA Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 +AAAAAAAACFMAAAAA Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 +AAAAAAAACFNCAAAA Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 +AAAAAAAACFNDAAAA Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 +AAAAAAAACFOBAAAA Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 +AAAAAAAACFPBAAAA Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 +AAAAAAAACGAAAAAA Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 +AAAAAAAACGBBAAAA Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 +AAAAAAAACGBEAAAA Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 +AAAAAAAACGCBAAAA Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 +AAAAAAAACGCDAAAA Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 +AAAAAAAACGDDAAAA Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 +AAAAAAAACGFDAAAA Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 +AAAAAAAACGHBAAAA Other foods w Books sports 1.39 4385.79 1.41675048808519103 +AAAAAAAACGIAAAAA Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 +AAAAAAAACGJCAAAA Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 +AAAAAAAACGLAAAAA Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 +AAAAAAAACGMDAAAA Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 +AAAAAAAACGOBAAAA Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 +AAAAAAAACGODAAAA Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 +AAAAAAAACHAEAAAA Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 +AAAAAAAACHBAAAAA Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 +AAAAAAAACHBBAAAA Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 +AAAAAAAACHBDAAAA Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 +AAAAAAAACHEDAAAA Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 +AAAAAAAACHGBAAAA Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 +AAAAAAAACHKAAAAA Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 +AAAAAAAACHKDAAAA Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 +AAAAAAAACHLAAAAA Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 +AAAAAAAACHNDAAAA Western activiti Sports optics 6.61 4812.45 1.39494175097516500 +AAAAAAAACHOAAAAA Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 +AAAAAAAACHOCAAAA Final governm Books computers 6.22 4453.71 1.36066137214556420 +AAAAAAAACHODAAAA Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 +AAAAAAAACIAAAAAA Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 +AAAAAAAACIADAAAA Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +AAAAAAAACIBAAAAA Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 +AAAAAAAACIBCAAAA At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 +AAAAAAAACICCAAAA Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 +AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 +AAAAAAAACIDEAAAA Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 +AAAAAAAACIECAAAA Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 +AAAAAAAACIFBAAAA Free proced Sports optics 5.97 8583.18 2.48792946173674879 +AAAAAAAACIFEAAAA Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 +AAAAAAAACIHCAAAA English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 +AAAAAAAACIICAAAA Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 +AAAAAAAACIKCAAAA Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 +AAAAAAAACIMDAAAA Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 +AAAAAAAACINCAAAA Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 +AAAAAAAACIOCAAAA Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 +AAAAAAAACJACAAAA Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 +AAAAAAAACJBEAAAA Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 +AAAAAAAACJCBAAAA English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 AAAAAAAACJDCAAAA Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 -AAAAAAAACJECAAAA Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 -AAAAAAAACJEEAAAA Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 -AAAAAAAACJFEAAAA Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 -AAAAAAAACJGAAAAA Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 -AAAAAAAACJGDAAAA Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 -AAAAAAAACJHBAAAA Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 -AAAAAAAACJIAAAAA Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 -AAAAAAAACJIBAAAA Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 -AAAAAAAACJIDAAAA Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 -AAAAAAAACJJAAAAA Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 -AAAAAAAACJJCAAAA Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 -AAAAAAAACJJDAAAA Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 -AAAAAAAACJLAAAAA Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 -AAAAAAAACJMCAAAA Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 -AAAAAAAACKABAAAA Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 -AAAAAAAACKAEAAAA Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 -AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 -AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 -AAAAAAAACKIAAAAA Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 -AAAAAAAACKJCAAAA Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 -AAAAAAAACKKDAAAA Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 -AAAAAAAACKNBAAAA Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 -AAAAAAAACKNDAAAA Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 -AAAAAAAACKPBAAAA Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 -AAAAAAAACLABAAAA Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 -AAAAAAAACLADAAAA Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 -AAAAAAAACLAEAAAA As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 -AAAAAAAACLBAAAAA Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 -AAAAAAAACLCBAAAA Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 -AAAAAAAACLCCAAAA Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 -AAAAAAAACLDAAAAA Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 -AAAAAAAACLDBAAAA Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 -AAAAAAAACLFCAAAA Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 -AAAAAAAACLFEAAAA Young, nation Sports camping 0.49 7131.74 1.36980618149302870 -AAAAAAAACLGAAAAA Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 -AAAAAAAACLHAAAAA Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 -AAAAAAAACLIBAAAA Close, Sports sailing 4.04 9506.48 3.67552697420657321 -AAAAAAAACLICAAAA American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 -AAAAAAAACLJAAAAA Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 -AAAAAAAACLJDAAAA Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 -AAAAAAAACLKCAAAA Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 -AAAAAAAACLMDAAAA For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 -AAAAAAAACLNAAAAA At all public areas object Books history 75.67 152.32 0.04024790085741346 -AAAAAAAACLOCAAAA Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 -AAAAAAAACLPBAAAA Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 -AAAAAAAACMBEAAAA Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 -AAAAAAAACMCBAAAA Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 -AAAAAAAACMCDAAAA Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 -AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 -AAAAAAAACMFAAAAA However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 -AAAAAAAACMFBAAAA Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 -AAAAAAAACMFDAAAA Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 -AAAAAAAACMFEAAAA Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 -AAAAAAAACMGCAAAA Ho Books sports 3.04 667.70 0.21568846225981683 -AAAAAAAACMKBAAAA Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 -AAAAAAAACMLAAAAA Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 -AAAAAAAACMLDAAAA Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 -AAAAAAAACMPAAAAA New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 -AAAAAAAACNBDAAAA Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 -AAAAAAAACNCAAAAA Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 -AAAAAAAACNCDAAAA Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 -AAAAAAAACNEAAAAA Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 -AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 -AAAAAAAACNGCAAAA Again avail Sports fitness 3.02 17536.86 5.75217458174547567 -AAAAAAAACNIDAAAA Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 -AAAAAAAACNKAAAAA Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 -AAAAAAAACNKBAAAA European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 -AAAAAAAACNKDAAAA Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 -AAAAAAAACNLDAAAA Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 -AAAAAAAACNOAAAAA Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 -AAAAAAAACNPCAAAA Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 -AAAAAAAACOAEAAAA Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 -AAAAAAAACOBCAAAA Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 -AAAAAAAACOFBAAAA British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 -AAAAAAAACOHAAAAA Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 -AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 -AAAAAAAACOOCAAAA Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 -AAAAAAAACPAAAAAA Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 -AAAAAAAACPCAAAAA Only, s Books science 0.31 19345.48 6.12080753674979927 -AAAAAAAACPCDAAAA Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 -AAAAAAAACPGDAAAA Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 -AAAAAAAACPJDAAAA No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 -AAAAAAAACPKBAAAA Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 -AAAAAAAACPNCAAAA Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 -AAAAAAAACPOBAAAA Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 -AAAAAAAADACCAAAA Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 -AAAAAAAADAGEAAAA Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 -AAAAAAAADAHAAAAA Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 -AAAAAAAADAHDAAAA However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 -AAAAAAAADAKAAAAA Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 -AAAAAAAADANAAAAA Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 -AAAAAAAADANDAAAA Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 -AAAAAAAADBFBAAAA Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 -AAAAAAAADBGAAAAA Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 -AAAAAAAADBLBAAAA British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 -AAAAAAAADBMAAAAA So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 -AAAAAAAADBOBAAAA Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 -AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 -AAAAAAAADCDCAAAA Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 -AAAAAAAADCIDAAAA National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 -AAAAAAAADCNBAAAA Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 -AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 -AAAAAAAADCPCAAAA Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 -AAAAAAAADDDEAAAA Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 -AAAAAAAADDFCAAAA Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 -AAAAAAAADDGBAAAA Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 -AAAAAAAADDGEAAAA New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 -AAAAAAAADDNDAAAA Indeed Home rugs 1.24 7725.64 2.72211585415332808 -AAAAAAAADDOCAAAA Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 -AAAAAAAADDPBAAAA Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 -AAAAAAAADEAAAAAA So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 -AAAAAAAADEBCAAAA Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 -AAAAAAAADECEAAAA Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 -AAAAAAAADEDAAAAA Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 -AAAAAAAADEDDAAAA Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 -AAAAAAAADEIBAAAA Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 -AAAAAAAADELBAAAA Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 -AAAAAAAADFBBAAAA Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 -AAAAAAAADFBEAAAA Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 -AAAAAAAADFEBAAAA Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 -AAAAAAAADFFAAAAA Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 -AAAAAAAADFFDAAAA American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 -AAAAAAAADFKBAAAA Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 -AAAAAAAADGBDAAAA Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 -AAAAAAAADGCCAAAA Deep parent Books science 1.30 15194.47 4.80744993109081411 -AAAAAAAADGDBAAAA Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 -AAAAAAAADGDEAAAA Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 -AAAAAAAADGGBAAAA Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 -AAAAAAAADGJBAAAA Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 -AAAAAAAADGKAAAAA However small values Books entertainments 1.49 10944.45 5.48077555794795460 -AAAAAAAADGKDAAAA Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 -AAAAAAAADGOCAAAA Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 -AAAAAAAADHAAAAAA Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 -AAAAAAAADHCEAAAA Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 -AAAAAAAADHFBAAAA Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 -AAAAAAAADHHCAAAA Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 -AAAAAAAADHIBAAAA Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 -AAAAAAAADHJAAAAA Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 -AAAAAAAADHJDAAAA Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 -AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 -AAAAAAAADHPAAAAA Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 -AAAAAAAADICAAAAA Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 -AAAAAAAADICDAAAA Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 -AAAAAAAADIEEAAAA Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 -AAAAAAAADIKBAAAA Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 -AAAAAAAADIPCAAAA Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 -AAAAAAAADJAEAAAA Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 -AAAAAAAADJEAAAAA Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 -AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 -AAAAAAAADJHDAAAA Har Books self-help 0.70 26516.21 10.13329441469815912 -AAAAAAAADJMBAAAA Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 -AAAAAAAADJOCAAAA Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 -AAAAAAAADKDDAAAA British services benefi Sports fishing 2.03 972.01 0.33164709127339026 -AAAAAAAADKECAAAA Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 -AAAAAAAADKIBAAAA Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 -AAAAAAAADKJDAAAA Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 -AAAAAAAADKLBAAAA Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 -AAAAAAAADLBBAAAA Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 -AAAAAAAADLCAAAAA Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 -AAAAAAAADLDCAAAA Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 -AAAAAAAADLEBAAAA Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 -AAAAAAAADLEEAAAA Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 -AAAAAAAADLFAAAAA Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 -AAAAAAAADLJCAAAA Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 -AAAAAAAADLODAAAA Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 -AAAAAAAADLPCAAAA Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 -AAAAAAAADMBDAAAA Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 -AAAAAAAADMICAAAA Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 -AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 -AAAAAAAADNGDAAAA Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 -AAAAAAAADNNCAAAA Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 -AAAAAAAADNPDAAAA Fol Books science 1.79 10320.77 3.26543703237455084 -AAAAAAAADOBBAAAA Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 -AAAAAAAADOCDAAAA Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 -AAAAAAAADOEBAAAA Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 -AAAAAAAADOFAAAAA Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 -AAAAAAAADOHBAAAA Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 -AAAAAAAADOKBAAAA Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 -AAAAAAAADOMCAAAA Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 -AAAAAAAADONBAAAA Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 -AAAAAAAADOOAAAAA Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 -AAAAAAAADOODAAAA Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 -AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 -AAAAAAAADPEAAAAA Catholic years st Books science 0.45 3035.02 0.96026427311115443 -AAAAAAAADPJBAAAA Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 -AAAAAAAADPNDAAAA Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 -AAAAAAAAEAABAAAA Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 -AAAAAAAAEABDAAAA Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 -AAAAAAAAEADAAAAA So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 -AAAAAAAAEADEAAAA Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 -AAAAAAAAEAFEAAAA Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 -AAAAAAAAEAGAAAAA Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 -AAAAAAAAEAJAAAAA Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 -AAAAAAAAEAMBAAAA Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 -AAAAAAAAEANCAAAA Ye Books computers 9.75 6814.84 2.08201466762597401 -AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 -AAAAAAAAEAPDAAAA Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 -AAAAAAAAEBBEAAAA Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 -AAAAAAAAEBECAAAA Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 -AAAAAAAAEBFAAAAA Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 -AAAAAAAAEBFBAAAA Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 -AAAAAAAAEBGAAAAA Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 -AAAAAAAAEBGDAAAA Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 -AAAAAAAAEBIBAAAA Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 -AAAAAAAAEBKCAAAA Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 -AAAAAAAAEBMCAAAA Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 -AAAAAAAAECACAAAA Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 -AAAAAAAAECBDAAAA Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 -AAAAAAAAECDCAAAA Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 -AAAAAAAAECDEAAAA Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 -AAAAAAAAECEBAAAA Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 -AAAAAAAAECFCAAAA Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 -AAAAAAAAECFDAAAA Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 -AAAAAAAAECGEAAAA Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 -AAAAAAAAECICAAAA Old, n Sports guns 1.37 6973.14 1.82718035126437398 -AAAAAAAAECIDAAAA Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 -AAAAAAAAECLAAAAA Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 -AAAAAAAAECMBAAAA A Home lighting 6.73 3212.00 0.97364212540862202 -AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 -AAAAAAAAECOAAAAA Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 -AAAAAAAAECODAAAA Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 -AAAAAAAAECPBAAAA Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 -AAAAAAAAEDADAAAA Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 -AAAAAAAAEDAEAAAA For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 -AAAAAAAAEDCBAAAA Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 -AAAAAAAAEDDBAAAA Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 -AAAAAAAAEDECAAAA Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 -AAAAAAAAEDFCAAAA Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 -AAAAAAAAEDGAAAAA Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 -AAAAAAAAEDGEAAAA Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 -AAAAAAAAEDJBAAAA Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 -AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 -AAAAAAAAEDLBAAAA Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 -AAAAAAAAEDMDAAAA Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 -AAAAAAAAEDNAAAAA Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 -AAAAAAAAEEADAAAA Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 -AAAAAAAAEEBBAAAA Noble, general d Home paint 9.34 5700.17 1.43996256411084218 -AAAAAAAAEEFDAAAA Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 -AAAAAAAAEEFEAAAA Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 -AAAAAAAAEEHBAAAA Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 -AAAAAAAAEEIAAAAA Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 -AAAAAAAAEEIBAAAA Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 -AAAAAAAAEEJCAAAA Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 -AAAAAAAAEEJDAAAA Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 -AAAAAAAAEELAAAAA Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 -AAAAAAAAEEMCAAAA Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 -AAAAAAAAEENBAAAA Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 -AAAAAAAAEFCAAAAA Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 -AAAAAAAAEFDBAAAA Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 -AAAAAAAAEFEBAAAA Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 -AAAAAAAAEFFCAAAA Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 -AAAAAAAAEFHDAAAA Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 -AAAAAAAAEFNDAAAA No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 -AAAAAAAAEFPBAAAA Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 -AAAAAAAAEGADAAAA Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 -AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 -AAAAAAAAEGCBAAAA Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 -AAAAAAAAEGCCAAAA Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 -AAAAAAAAEGDDAAAA Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 -AAAAAAAAEGDEAAAA Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 -AAAAAAAAEGECAAAA Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 -AAAAAAAAEGFCAAAA International applications Sports basketball 8.29 5761.52 2.35493609281918858 -AAAAAAAAEGGBAAAA Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 -AAAAAAAAEGKCAAAA Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 -AAAAAAAAEGMAAAAA Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 -AAAAAAAAEGOCAAAA Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 -AAAAAAAAEHCBAAAA Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 -AAAAAAAAEHEBAAAA Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 -AAAAAAAAEHFAAAAA Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 -AAAAAAAAEHFBAAAA Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 -AAAAAAAAEHGCAAAA As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 -AAAAAAAAEHHBAAAA Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 -AAAAAAAAEHIDAAAA Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 -AAAAAAAAEHJAAAAA Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 -AAAAAAAAEHJCAAAA Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 -AAAAAAAAEHKBAAAA Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 -AAAAAAAAEHLAAAAA Pretty bloody countr Home blinds/shades 6.45 NULL NULL -AAAAAAAAEHLDAAAA Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 -AAAAAAAAEHMAAAAA Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 -AAAAAAAAEHPCAAAA Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 -AAAAAAAAEIABAAAA Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 -AAAAAAAAEIACAAAA Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 -AAAAAAAAEIAEAAAA At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 -AAAAAAAAEIBAAAAA Then human details Books home repair 0.82 2109.69 0.61146560394752959 -AAAAAAAAEIBDAAAA Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 -AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 -AAAAAAAAEIEEAAAA Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 -AAAAAAAAEIFAAAAA New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 -AAAAAAAAEIFDAAAA Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 -AAAAAAAAEIIAAAAA Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 -AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 -AAAAAAAAEIMCAAAA Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 -AAAAAAAAEINDAAAA German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 -AAAAAAAAEIODAAAA Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 -AAAAAAAAEJAEAAAA Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 -AAAAAAAAEJCBAAAA Young, whi Books home repair 5.38 1079.51 0.31288162437011962 -AAAAAAAAEJCCAAAA English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 -AAAAAAAAEJDDAAAA Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 -AAAAAAAAEJDEAAAA Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 -AAAAAAAAEJEDAAAA Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 -AAAAAAAAEJGAAAAA Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 -AAAAAAAAEJGBAAAA Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 -AAAAAAAAEJJDAAAA New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 -AAAAAAAAEJMAAAAA Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 -AAAAAAAAEJNDAAAA Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 -AAAAAAAAEJPDAAAA Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 -AAAAAAAAEKADAAAA Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 -AAAAAAAAEKBBAAAA Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 -AAAAAAAAEKDAAAAA Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 -AAAAAAAAEKFAAAAA Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 -AAAAAAAAEKFBAAAA Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 -AAAAAAAAEKFDAAAA Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 -AAAAAAAAEKFEAAAA Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 -AAAAAAAAEKGAAAAA Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 -AAAAAAAAEKGDAAAA Houses should Books mystery 1.77 3341.80 1.96116208918398979 -AAAAAAAAEKIAAAAA Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 -AAAAAAAAEKIDAAAA Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 -AAAAAAAAEKKBAAAA Only single Books sports 1.98 2633.56 0.85072413759018003 -AAAAAAAAEKNBAAAA Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 -AAAAAAAAEKODAAAA Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 -AAAAAAAAELBBAAAA Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 -AAAAAAAAELBDAAAA Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 -AAAAAAAAELDCAAAA Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 -AAAAAAAAELDEAAAA Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 -AAAAAAAAELFCAAAA Objective Books travel 1.28 545.37 0.23227347937469255 -AAAAAAAAELGBAAAA About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 -AAAAAAAAELHBAAAA Eyes could not Books travel 4.34 23586.52 10.04551601067307221 -AAAAAAAAELHDAAAA Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 -AAAAAAAAELIDAAAA Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 -AAAAAAAAELJBAAAA Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 -AAAAAAAAELNDAAAA Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 -AAAAAAAAELODAAAA Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 -AAAAAAAAEMABAAAA More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 -AAAAAAAAEMBCAAAA Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 -AAAAAAAAEMCBAAAA O Sports outdoor 92.60 1351.68 0.36658719170908911 -AAAAAAAAEMDAAAAA Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 -AAAAAAAAEMDBAAAA Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 -AAAAAAAAEMDEAAAA Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 -AAAAAAAAEMFEAAAA Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 -AAAAAAAAEMGAAAAA Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 -AAAAAAAAEMGBAAAA Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 -AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 -AAAAAAAAEMLCAAAA Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 -AAAAAAAAEMMAAAAA Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 -AAAAAAAAEMMBAAAA Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 -AAAAAAAAEMNAAAAA More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 -AAAAAAAAENACAAAA Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 -AAAAAAAAENBBAAAA Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 -AAAAAAAAENBCAAAA Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 -AAAAAAAAENCEAAAA Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 -AAAAAAAAENFAAAAA Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 -AAAAAAAAENJDAAAA British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 -AAAAAAAAENLAAAAA Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 -AAAAAAAAENMDAAAA Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 -AAAAAAAAENPAAAAA Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 -AAAAAAAAENPDAAAA Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 -AAAAAAAAEOAEAAAA Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 -AAAAAAAAEODBAAAA Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 -AAAAAAAAEODCAAAA Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 -AAAAAAAAEODEAAAA Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 -AAAAAAAAEOEEAAAA Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 -AAAAAAAAEOKDAAAA Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 -AAAAAAAAEOMBAAAA Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 -AAAAAAAAEONBAAAA Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 -AAAAAAAAEOOAAAAA Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 -AAAAAAAAEPBDAAAA Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 -AAAAAAAAEPCBAAAA Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 -AAAAAAAAEPCEAAAA Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 -AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 -AAAAAAAAEPECAAAA Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 -AAAAAAAAEPEDAAAA Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 -AAAAAAAAEPFBAAAA Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 -AAAAAAAAEPHAAAAA Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 -AAAAAAAAEPHCAAAA Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 -AAAAAAAAEPHDAAAA More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 -AAAAAAAAEPIBAAAA Available Home decor 2.19 2145.41 0.75891291378716614 -AAAAAAAAEPJDAAAA Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 -AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 -AAAAAAAAEPKCAAAA Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 -AAAAAAAAEPMDAAAA New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 -AAAAAAAAEPNCAAAA Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 -AAAAAAAAEPNDAAAA Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 -AAAAAAAAFABEAAAA Houses design Home bathroom 4.80 6543.35 2.21925816911599564 -AAAAAAAAFACDAAAA Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 -AAAAAAAAFAFDAAAA As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 -AAAAAAAAFAIDAAAA Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 -AAAAAAAAFAJCAAAA Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 -AAAAAAAAFAKBAAAA Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 -AAAAAAAAFANBAAAA There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 -AAAAAAAAFBABAAAA Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 -AAAAAAAAFBCCAAAA Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 -AAAAAAAAFBFCAAAA Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 -AAAAAAAAFBJBAAAA Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 -AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 -AAAAAAAAFBOCAAAA Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 -AAAAAAAAFCCEAAAA Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 -AAAAAAAAFCDAAAAA Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 -AAAAAAAAFCDDAAAA Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 -AAAAAAAAFCECAAAA Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 -AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 -AAAAAAAAFCJDAAAA Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 -AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 -AAAAAAAAFCOBAAAA Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 -AAAAAAAAFDACAAAA Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 -AAAAAAAAFDEEAAAA Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 -AAAAAAAAFDFAAAAA All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 -AAAAAAAAFDFDAAAA Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 -AAAAAAAAFDHBAAAA Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 -AAAAAAAAFDIDAAAA Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 -AAAAAAAAFDJCAAAA Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 -AAAAAAAAFDLDAAAA Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 -AAAAAAAAFDMCAAAA Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 -AAAAAAAAFDNBAAAA Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 -AAAAAAAAFECCAAAA Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 -AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 -AAAAAAAAFEGBAAAA Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 -AAAAAAAAFEHDAAAA Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 -AAAAAAAAFEMBAAAA Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 -AAAAAAAAFENAAAAA Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 -AAAAAAAAFFBCAAAA Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 -AAAAAAAAFFCEAAAA Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 -AAAAAAAAFFDDAAAA French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 -AAAAAAAAFFFEAAAA Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 -AAAAAAAAFFGDAAAA D Sports outdoor 51.59 150.15 0.04072196587588758 -AAAAAAAAFFMDAAAA Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 -AAAAAAAAFFPAAAAA More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 -AAAAAAAAFGACAAAA Fe Books mystery 8.45 8868.51 5.20455610735205735 -AAAAAAAAFGBBAAAA So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 -AAAAAAAAFGCAAAAA At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 -AAAAAAAAFGEBAAAA Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 -AAAAAAAAFGFDAAAA Ec Home bathroom 4.86 4935.12 1.67380705228479791 -AAAAAAAAFGGCAAAA As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 +AAAAAAAACJECAAAA Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 +AAAAAAAACJEEAAAA Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 +AAAAAAAACJFEAAAA Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 +AAAAAAAACJGAAAAA Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 +AAAAAAAACJGDAAAA Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 +AAAAAAAACJHBAAAA Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 +AAAAAAAACJIAAAAA Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 +AAAAAAAACJIBAAAA Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 +AAAAAAAACJIDAAAA Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 +AAAAAAAACJJAAAAA Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 +AAAAAAAACJJCAAAA Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 +AAAAAAAACJJDAAAA Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 +AAAAAAAACJLAAAAA Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 +AAAAAAAACJMCAAAA Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 +AAAAAAAACKABAAAA Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 +AAAAAAAACKAEAAAA Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 +AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 +AAAAAAAACKIAAAAA Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 +AAAAAAAACKJCAAAA Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 +AAAAAAAACKKDAAAA Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 +AAAAAAAACKNBAAAA Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 +AAAAAAAACKNDAAAA Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 +AAAAAAAACKPBAAAA Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 +AAAAAAAACLABAAAA Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 +AAAAAAAACLADAAAA Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 +AAAAAAAACLAEAAAA As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 +AAAAAAAACLBAAAAA Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 +AAAAAAAACLCBAAAA Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 +AAAAAAAACLCCAAAA Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 +AAAAAAAACLDAAAAA Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 +AAAAAAAACLDBAAAA Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 +AAAAAAAACLFCAAAA Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 +AAAAAAAACLFEAAAA Young, nation Sports camping 0.49 7131.74 1.36980618149302870 +AAAAAAAACLGAAAAA Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 +AAAAAAAACLHAAAAA Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 +AAAAAAAACLIBAAAA Close, Sports sailing 4.04 9506.48 3.67552697420657321 +AAAAAAAACLICAAAA American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +AAAAAAAACLJAAAAA Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 +AAAAAAAACLJDAAAA Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 +AAAAAAAACLKCAAAA Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 +AAAAAAAACLMDAAAA For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 +AAAAAAAACLNAAAAA At all public areas object Books history 75.67 152.32 0.04024790085741346 +AAAAAAAACLOCAAAA Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 +AAAAAAAACLPBAAAA Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 +AAAAAAAACMBEAAAA Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 +AAAAAAAACMCBAAAA Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 +AAAAAAAACMCDAAAA Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 +AAAAAAAACMFAAAAA However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 +AAAAAAAACMFBAAAA Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 +AAAAAAAACMFDAAAA Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 +AAAAAAAACMFEAAAA Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 +AAAAAAAACMGCAAAA Ho Books sports 3.04 667.70 0.21568846225981683 +AAAAAAAACMKBAAAA Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 +AAAAAAAACMLAAAAA Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 +AAAAAAAACMLDAAAA Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 +AAAAAAAACMPAAAAA New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 +AAAAAAAACNBDAAAA Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 +AAAAAAAACNCAAAAA Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 +AAAAAAAACNCDAAAA Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 +AAAAAAAACNEAAAAA Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 +AAAAAAAACNGCAAAA Again avail Sports fitness 3.02 17536.86 5.75217458174547567 +AAAAAAAACNIDAAAA Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 +AAAAAAAACNKAAAAA Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 +AAAAAAAACNKBAAAA European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 +AAAAAAAACNKDAAAA Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 +AAAAAAAACNLDAAAA Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 +AAAAAAAACNOAAAAA Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 +AAAAAAAACNPCAAAA Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 +AAAAAAAACOAEAAAA Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 +AAAAAAAACOBCAAAA Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 +AAAAAAAACOFBAAAA British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 +AAAAAAAACOHAAAAA Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 +AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 +AAAAAAAACOOCAAAA Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 +AAAAAAAACPAAAAAA Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 +AAAAAAAACPCAAAAA Only, s Books science 0.31 19345.48 6.12080753674979927 +AAAAAAAACPCDAAAA Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 +AAAAAAAACPGDAAAA Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 +AAAAAAAACPJDAAAA No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 +AAAAAAAACPKBAAAA Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 +AAAAAAAACPNCAAAA Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 +AAAAAAAACPOBAAAA Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 +AAAAAAAADACCAAAA Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 +AAAAAAAADAGEAAAA Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 +AAAAAAAADAHAAAAA Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 +AAAAAAAADAHDAAAA However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 +AAAAAAAADAKAAAAA Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 +AAAAAAAADANAAAAA Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 +AAAAAAAADANDAAAA Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 +AAAAAAAADBFBAAAA Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 +AAAAAAAADBGAAAAA Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 +AAAAAAAADBLBAAAA British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 +AAAAAAAADBMAAAAA So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 +AAAAAAAADBOBAAAA Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 +AAAAAAAADCDCAAAA Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 +AAAAAAAADCIDAAAA National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 +AAAAAAAADCNBAAAA Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 +AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 +AAAAAAAADCPCAAAA Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 +AAAAAAAADDDEAAAA Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 +AAAAAAAADDFCAAAA Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 +AAAAAAAADDGBAAAA Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 +AAAAAAAADDGEAAAA New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 +AAAAAAAADDNDAAAA Indeed Home rugs 1.24 7725.64 2.72211585415332808 +AAAAAAAADDOCAAAA Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 +AAAAAAAADDPBAAAA Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 +AAAAAAAADEAAAAAA So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 +AAAAAAAADEBCAAAA Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +AAAAAAAADECEAAAA Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 +AAAAAAAADEDAAAAA Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 +AAAAAAAADEDDAAAA Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 +AAAAAAAADEIBAAAA Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 +AAAAAAAADELBAAAA Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 +AAAAAAAADFBBAAAA Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 +AAAAAAAADFBEAAAA Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 +AAAAAAAADFEBAAAA Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 +AAAAAAAADFFAAAAA Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 +AAAAAAAADFFDAAAA American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 +AAAAAAAADFKBAAAA Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 +AAAAAAAADGBDAAAA Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 +AAAAAAAADGCCAAAA Deep parent Books science 1.30 15194.47 4.80744993109081411 +AAAAAAAADGDBAAAA Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 +AAAAAAAADGDEAAAA Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 +AAAAAAAADGGBAAAA Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 +AAAAAAAADGJBAAAA Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 +AAAAAAAADGKAAAAA However small values Books entertainments 1.49 10944.45 5.48077555794795460 +AAAAAAAADGKDAAAA Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 +AAAAAAAADGOCAAAA Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 +AAAAAAAADHAAAAAA Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 +AAAAAAAADHCEAAAA Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 +AAAAAAAADHFBAAAA Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 +AAAAAAAADHHCAAAA Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 +AAAAAAAADHIBAAAA Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 +AAAAAAAADHJAAAAA Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 +AAAAAAAADHJDAAAA Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 +AAAAAAAADHPAAAAA Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 +AAAAAAAADICAAAAA Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 +AAAAAAAADICDAAAA Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 +AAAAAAAADIEEAAAA Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 +AAAAAAAADIKBAAAA Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 +AAAAAAAADIPCAAAA Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 +AAAAAAAADJAEAAAA Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 +AAAAAAAADJEAAAAA Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 +AAAAAAAADJHDAAAA Har Books self-help 0.70 26516.21 10.13329441469815912 +AAAAAAAADJMBAAAA Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 +AAAAAAAADJOCAAAA Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 +AAAAAAAADKDDAAAA British services benefi Sports fishing 2.03 972.01 0.33164709127339026 +AAAAAAAADKECAAAA Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 +AAAAAAAADKIBAAAA Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 +AAAAAAAADKJDAAAA Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 +AAAAAAAADKLBAAAA Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 +AAAAAAAADLBBAAAA Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 +AAAAAAAADLCAAAAA Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 +AAAAAAAADLDCAAAA Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 +AAAAAAAADLEBAAAA Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 +AAAAAAAADLEEAAAA Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 +AAAAAAAADLFAAAAA Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 +AAAAAAAADLJCAAAA Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 +AAAAAAAADLODAAAA Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 +AAAAAAAADLPCAAAA Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 +AAAAAAAADMBDAAAA Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 +AAAAAAAADMICAAAA Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 +AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 +AAAAAAAADNGDAAAA Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 +AAAAAAAADNNCAAAA Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 +AAAAAAAADNPDAAAA Fol Books science 1.79 10320.77 3.26543703237455084 +AAAAAAAADOBBAAAA Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 +AAAAAAAADOCDAAAA Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 +AAAAAAAADOEBAAAA Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 +AAAAAAAADOFAAAAA Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 +AAAAAAAADOHBAAAA Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 +AAAAAAAADOKBAAAA Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 +AAAAAAAADOMCAAAA Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 +AAAAAAAADONBAAAA Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 +AAAAAAAADOOAAAAA Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 +AAAAAAAADOODAAAA Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 +AAAAAAAADPEAAAAA Catholic years st Books science 0.45 3035.02 0.96026427311115443 +AAAAAAAADPJBAAAA Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 +AAAAAAAADPNDAAAA Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 +AAAAAAAAEAABAAAA Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 +AAAAAAAAEABDAAAA Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 +AAAAAAAAEADAAAAA So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 +AAAAAAAAEADEAAAA Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 +AAAAAAAAEAFEAAAA Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 +AAAAAAAAEAGAAAAA Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 +AAAAAAAAEAJAAAAA Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 +AAAAAAAAEAMBAAAA Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 +AAAAAAAAEANCAAAA Ye Books computers 9.75 6814.84 2.08201466762597401 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 +AAAAAAAAEAPDAAAA Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 +AAAAAAAAEBBEAAAA Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +AAAAAAAAEBECAAAA Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 +AAAAAAAAEBFAAAAA Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 +AAAAAAAAEBFBAAAA Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 +AAAAAAAAEBGAAAAA Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 +AAAAAAAAEBGDAAAA Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 +AAAAAAAAEBIBAAAA Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 +AAAAAAAAEBKCAAAA Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 +AAAAAAAAEBMCAAAA Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 +AAAAAAAAECACAAAA Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 +AAAAAAAAECBDAAAA Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 +AAAAAAAAECDCAAAA Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 +AAAAAAAAECDEAAAA Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 +AAAAAAAAECEBAAAA Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 +AAAAAAAAECFCAAAA Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 +AAAAAAAAECFDAAAA Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +AAAAAAAAECGEAAAA Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +AAAAAAAAECICAAAA Old, n Sports guns 1.37 6973.14 1.82718035126437398 +AAAAAAAAECIDAAAA Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 +AAAAAAAAECLAAAAA Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 +AAAAAAAAECMBAAAA A Home lighting 6.73 3212.00 0.97364212540862202 +AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 +AAAAAAAAECOAAAAA Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 +AAAAAAAAECODAAAA Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 +AAAAAAAAECPBAAAA Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 +AAAAAAAAEDADAAAA Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 +AAAAAAAAEDAEAAAA For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 +AAAAAAAAEDCBAAAA Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 +AAAAAAAAEDDBAAAA Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 +AAAAAAAAEDECAAAA Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 +AAAAAAAAEDFCAAAA Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 +AAAAAAAAEDGAAAAA Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 +AAAAAAAAEDGEAAAA Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 +AAAAAAAAEDJBAAAA Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 +AAAAAAAAEDLBAAAA Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 +AAAAAAAAEDMDAAAA Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 +AAAAAAAAEDNAAAAA Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 +AAAAAAAAEEADAAAA Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 +AAAAAAAAEEBBAAAA Noble, general d Home paint 9.34 5700.17 1.43996256411084218 +AAAAAAAAEEFDAAAA Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 +AAAAAAAAEEFEAAAA Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 +AAAAAAAAEEHBAAAA Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 +AAAAAAAAEEIAAAAA Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 +AAAAAAAAEEIBAAAA Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 +AAAAAAAAEEJCAAAA Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 +AAAAAAAAEEJDAAAA Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +AAAAAAAAEELAAAAA Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 +AAAAAAAAEEMCAAAA Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 +AAAAAAAAEENBAAAA Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 +AAAAAAAAEFCAAAAA Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 +AAAAAAAAEFDBAAAA Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 +AAAAAAAAEFEBAAAA Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 +AAAAAAAAEFFCAAAA Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 +AAAAAAAAEFHDAAAA Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 +AAAAAAAAEFNDAAAA No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 +AAAAAAAAEFPBAAAA Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 +AAAAAAAAEGADAAAA Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 +AAAAAAAAEGCBAAAA Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 +AAAAAAAAEGCCAAAA Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 +AAAAAAAAEGDDAAAA Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 +AAAAAAAAEGDEAAAA Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 +AAAAAAAAEGECAAAA Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 +AAAAAAAAEGFCAAAA International applications Sports basketball 8.29 5761.52 2.35493609281918858 +AAAAAAAAEGGBAAAA Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 +AAAAAAAAEGKCAAAA Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 +AAAAAAAAEGMAAAAA Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 +AAAAAAAAEGOCAAAA Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 +AAAAAAAAEHCBAAAA Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 +AAAAAAAAEHEBAAAA Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 +AAAAAAAAEHFAAAAA Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 +AAAAAAAAEHFBAAAA Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 +AAAAAAAAEHGCAAAA As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 +AAAAAAAAEHHBAAAA Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 +AAAAAAAAEHIDAAAA Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 +AAAAAAAAEHJAAAAA Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 +AAAAAAAAEHJCAAAA Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 +AAAAAAAAEHKBAAAA Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 +AAAAAAAAEHLAAAAA Pretty bloody countr Home blinds/shades 6.45 NULL NULL +AAAAAAAAEHLDAAAA Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 +AAAAAAAAEHMAAAAA Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 +AAAAAAAAEHPCAAAA Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 +AAAAAAAAEIABAAAA Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 +AAAAAAAAEIACAAAA Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 +AAAAAAAAEIAEAAAA At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 +AAAAAAAAEIBAAAAA Then human details Books home repair 0.82 2109.69 0.61146560394752959 +AAAAAAAAEIBDAAAA Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 +AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 +AAAAAAAAEIEEAAAA Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 +AAAAAAAAEIFAAAAA New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 +AAAAAAAAEIFDAAAA Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 +AAAAAAAAEIIAAAAA Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 +AAAAAAAAEIMCAAAA Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 +AAAAAAAAEINDAAAA German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 +AAAAAAAAEIODAAAA Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 +AAAAAAAAEJAEAAAA Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 +AAAAAAAAEJCBAAAA Young, whi Books home repair 5.38 1079.51 0.31288162437011962 +AAAAAAAAEJCCAAAA English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 +AAAAAAAAEJDDAAAA Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 +AAAAAAAAEJDEAAAA Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 +AAAAAAAAEJEDAAAA Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 +AAAAAAAAEJGAAAAA Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 +AAAAAAAAEJGBAAAA Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 +AAAAAAAAEJJDAAAA New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 +AAAAAAAAEJMAAAAA Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 +AAAAAAAAEJNDAAAA Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 +AAAAAAAAEJPDAAAA Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 +AAAAAAAAEKADAAAA Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 +AAAAAAAAEKBBAAAA Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 +AAAAAAAAEKDAAAAA Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 +AAAAAAAAEKFAAAAA Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 +AAAAAAAAEKFBAAAA Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 +AAAAAAAAEKFDAAAA Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 +AAAAAAAAEKFEAAAA Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 +AAAAAAAAEKGAAAAA Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 +AAAAAAAAEKGDAAAA Houses should Books mystery 1.77 3341.80 1.96116208918398979 +AAAAAAAAEKIAAAAA Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 +AAAAAAAAEKIDAAAA Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 +AAAAAAAAEKKBAAAA Only single Books sports 1.98 2633.56 0.85072413759018003 +AAAAAAAAEKNBAAAA Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 +AAAAAAAAEKODAAAA Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 +AAAAAAAAELBBAAAA Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 +AAAAAAAAELBDAAAA Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 +AAAAAAAAELDCAAAA Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 +AAAAAAAAELDEAAAA Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 +AAAAAAAAELFCAAAA Objective Books travel 1.28 545.37 0.23227347937469255 +AAAAAAAAELGBAAAA About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 +AAAAAAAAELHBAAAA Eyes could not Books travel 4.34 23586.52 10.04551601067307221 +AAAAAAAAELHDAAAA Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 +AAAAAAAAELIDAAAA Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 +AAAAAAAAELJBAAAA Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 +AAAAAAAAELNDAAAA Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 +AAAAAAAAELODAAAA Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 +AAAAAAAAEMABAAAA More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 +AAAAAAAAEMBCAAAA Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 +AAAAAAAAEMCBAAAA O Sports outdoor 92.60 1351.68 0.36658719170908911 +AAAAAAAAEMDAAAAA Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 +AAAAAAAAEMDBAAAA Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 +AAAAAAAAEMDEAAAA Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 +AAAAAAAAEMFEAAAA Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 +AAAAAAAAEMGAAAAA Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 +AAAAAAAAEMGBAAAA Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 +AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 +AAAAAAAAEMLCAAAA Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 +AAAAAAAAEMMAAAAA Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 +AAAAAAAAEMMBAAAA Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 +AAAAAAAAEMNAAAAA More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 +AAAAAAAAENACAAAA Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 +AAAAAAAAENBBAAAA Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 +AAAAAAAAENBCAAAA Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 +AAAAAAAAENCEAAAA Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 +AAAAAAAAENFAAAAA Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 +AAAAAAAAENJDAAAA British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 +AAAAAAAAENLAAAAA Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 +AAAAAAAAENMDAAAA Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 +AAAAAAAAENPAAAAA Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 +AAAAAAAAENPDAAAA Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 +AAAAAAAAEOAEAAAA Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 +AAAAAAAAEODBAAAA Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 +AAAAAAAAEODCAAAA Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 +AAAAAAAAEODEAAAA Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 +AAAAAAAAEOEEAAAA Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 +AAAAAAAAEOKDAAAA Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 +AAAAAAAAEOMBAAAA Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 +AAAAAAAAEONBAAAA Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 +AAAAAAAAEOOAAAAA Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 +AAAAAAAAEPBDAAAA Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 +AAAAAAAAEPCBAAAA Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 +AAAAAAAAEPCEAAAA Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 +AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 +AAAAAAAAEPECAAAA Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 +AAAAAAAAEPEDAAAA Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 +AAAAAAAAEPFBAAAA Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 +AAAAAAAAEPHAAAAA Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 +AAAAAAAAEPHCAAAA Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 +AAAAAAAAEPHDAAAA More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 +AAAAAAAAEPIBAAAA Available Home decor 2.19 2145.41 0.75891291378716614 +AAAAAAAAEPJDAAAA Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 +AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 +AAAAAAAAEPKCAAAA Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 +AAAAAAAAEPMDAAAA New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +AAAAAAAAEPNCAAAA Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 +AAAAAAAAEPNDAAAA Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 +AAAAAAAAFABEAAAA Houses design Home bathroom 4.80 6543.35 2.21925816911599564 +AAAAAAAAFACDAAAA Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 +AAAAAAAAFAFDAAAA As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 +AAAAAAAAFAIDAAAA Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 +AAAAAAAAFAJCAAAA Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 +AAAAAAAAFAKBAAAA Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 +AAAAAAAAFANBAAAA There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 +AAAAAAAAFBABAAAA Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 +AAAAAAAAFBCCAAAA Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 +AAAAAAAAFBFCAAAA Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 +AAAAAAAAFBJBAAAA Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 +AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 +AAAAAAAAFBOCAAAA Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 +AAAAAAAAFCCEAAAA Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 +AAAAAAAAFCDAAAAA Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 +AAAAAAAAFCDDAAAA Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 +AAAAAAAAFCECAAAA Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 +AAAAAAAAFCJDAAAA Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 +AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 +AAAAAAAAFCOBAAAA Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 +AAAAAAAAFDACAAAA Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 +AAAAAAAAFDEEAAAA Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +AAAAAAAAFDFAAAAA All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 +AAAAAAAAFDFDAAAA Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 +AAAAAAAAFDHBAAAA Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 +AAAAAAAAFDIDAAAA Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 +AAAAAAAAFDJCAAAA Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 +AAAAAAAAFDLDAAAA Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 +AAAAAAAAFDMCAAAA Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 +AAAAAAAAFDNBAAAA Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 +AAAAAAAAFECCAAAA Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 +AAAAAAAAFEGBAAAA Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 +AAAAAAAAFEHDAAAA Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 +AAAAAAAAFEMBAAAA Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 +AAAAAAAAFENAAAAA Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 +AAAAAAAAFFBCAAAA Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 +AAAAAAAAFFCEAAAA Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +AAAAAAAAFFDDAAAA French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 +AAAAAAAAFFFEAAAA Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 +AAAAAAAAFFGDAAAA D Sports outdoor 51.59 150.15 0.04072196587588758 +AAAAAAAAFFMDAAAA Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 +AAAAAAAAFFPAAAAA More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 +AAAAAAAAFGACAAAA Fe Books mystery 8.45 8868.51 5.20455610735205735 +AAAAAAAAFGBBAAAA So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 +AAAAAAAAFGCAAAAA At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 +AAAAAAAAFGEBAAAA Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 +AAAAAAAAFGFDAAAA Ec Home bathroom 4.86 4935.12 1.67380705228479791 +AAAAAAAAFGGCAAAA As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 -AAAAAAAAFGKBAAAA Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 -AAAAAAAAFHDBAAAA Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +AAAAAAAAFGKBAAAA Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 +AAAAAAAAFHDBAAAA Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 AAAAAAAAFHDEAAAA Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 -AAAAAAAAFHFCAAAA R Home curtains/drapes 2.46 14037.99 4.32186707746291875 -AAAAAAAAFHNDAAAA Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 -AAAAAAAAFHPBAAAA Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 -AAAAAAAAFICBAAAA Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 -AAAAAAAAFIGDAAAA I Sports athletic shoes 4.78 5322.70 1.71120332633210365 -AAAAAAAAFIHCAAAA Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 -AAAAAAAAFIIBAAAA Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 -AAAAAAAAFIKCAAAA Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 -AAAAAAAAFINCAAAA Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 -AAAAAAAAFJEEAAAA Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 -AAAAAAAAFJJCAAAA Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 -AAAAAAAAFJKBAAAA Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 -AAAAAAAAFJODAAAA Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 -AAAAAAAAFKCCAAAA Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 -AAAAAAAAFKDBAAAA Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 -AAAAAAAAFKDEAAAA Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 -AAAAAAAAFKGBAAAA Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 -AAAAAAAAFKHAAAAA Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 -AAAAAAAAFKICAAAA Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 -AAAAAAAAFKKDAAAA Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 -AAAAAAAAFLADAAAA Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 -AAAAAAAAFLCEAAAA Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 -AAAAAAAAFLDDAAAA Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 -AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 -AAAAAAAAFLGAAAAA Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 -AAAAAAAAFLLBAAAA Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 -AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 -AAAAAAAAFLNCAAAA Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 -AAAAAAAAFLPAAAAA Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 -AAAAAAAAFMBEAAAA Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 -AAAAAAAAFMFDAAAA Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 -AAAAAAAAFNBAAAAA Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 -AAAAAAAAFNFCAAAA Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 -AAAAAAAAFNHDAAAA Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 -AAAAAAAAFNICAAAA Alrea Sports fishing 9.31 1608.51 0.54881910966364643 -AAAAAAAAFNKDAAAA Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 -AAAAAAAAFNNAAAAA Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 -AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 -AAAAAAAAFOAAAAAA Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 -AAAAAAAAFOCBAAAA However new Books entertainments 2.06 1060.15 0.53090326217932597 -AAAAAAAAFOCEAAAA Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 -AAAAAAAAFOFBAAAA Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 -AAAAAAAAFOFEAAAA Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 -AAAAAAAAFOLBAAAA So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 -AAAAAAAAFOPAAAAA Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 -AAAAAAAAFPCDAAAA Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 -AAAAAAAAFPEEAAAA New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 -AAAAAAAAFPFAAAAA Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 -AAAAAAAAFPHBAAAA Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 -AAAAAAAAFPKBAAAA Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 -AAAAAAAAFPLDAAAA Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 -AAAAAAAAFPOAAAAA Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 -AAAAAAAAGAAEAAAA New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 +AAAAAAAAFHFCAAAA R Home curtains/drapes 2.46 14037.99 4.32186707746291875 +AAAAAAAAFHNDAAAA Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 +AAAAAAAAFHPBAAAA Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 +AAAAAAAAFICBAAAA Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 +AAAAAAAAFIGDAAAA I Sports athletic shoes 4.78 5322.70 1.71120332633210365 +AAAAAAAAFIHCAAAA Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 +AAAAAAAAFIIBAAAA Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 +AAAAAAAAFIKCAAAA Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 +AAAAAAAAFINCAAAA Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 +AAAAAAAAFJEEAAAA Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 +AAAAAAAAFJJCAAAA Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 +AAAAAAAAFJKBAAAA Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 +AAAAAAAAFJODAAAA Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 +AAAAAAAAFKCCAAAA Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 +AAAAAAAAFKDBAAAA Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 +AAAAAAAAFKDEAAAA Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 +AAAAAAAAFKGBAAAA Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 +AAAAAAAAFKHAAAAA Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 +AAAAAAAAFKICAAAA Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 +AAAAAAAAFKKDAAAA Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 +AAAAAAAAFLADAAAA Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 +AAAAAAAAFLCEAAAA Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 +AAAAAAAAFLDDAAAA Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 +AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 +AAAAAAAAFLGAAAAA Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 +AAAAAAAAFLLBAAAA Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 +AAAAAAAAFLNCAAAA Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 +AAAAAAAAFLPAAAAA Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 +AAAAAAAAFMBEAAAA Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +AAAAAAAAFMFDAAAA Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 +AAAAAAAAFNBAAAAA Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 +AAAAAAAAFNFCAAAA Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 +AAAAAAAAFNHDAAAA Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 +AAAAAAAAFNICAAAA Alrea Sports fishing 9.31 1608.51 0.54881910966364643 +AAAAAAAAFNKDAAAA Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 +AAAAAAAAFNNAAAAA Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 +AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 +AAAAAAAAFOAAAAAA Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 +AAAAAAAAFOCBAAAA However new Books entertainments 2.06 1060.15 0.53090326217932597 +AAAAAAAAFOCEAAAA Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 +AAAAAAAAFOFBAAAA Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +AAAAAAAAFOFEAAAA Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +AAAAAAAAFOLBAAAA So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 +AAAAAAAAFOPAAAAA Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 +AAAAAAAAFPCDAAAA Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 +AAAAAAAAFPEEAAAA New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 +AAAAAAAAFPFAAAAA Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 +AAAAAAAAFPHBAAAA Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 +AAAAAAAAFPKBAAAA Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 +AAAAAAAAFPLDAAAA Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 +AAAAAAAAFPOAAAAA Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 +AAAAAAAAGAAEAAAA New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 AAAAAAAAGABBAAAA Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 -AAAAAAAAGACDAAAA Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 -AAAAAAAAGADCAAAA New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 -AAAAAAAAGADEAAAA Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 -AAAAAAAAGAEAAAAA Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 -AAAAAAAAGAFCAAAA Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 -AAAAAAAAGAHDAAAA Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 -AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 -AAAAAAAAGAKBAAAA Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 -AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 +AAAAAAAAGACDAAAA Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 +AAAAAAAAGADCAAAA New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 +AAAAAAAAGADEAAAA Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 +AAAAAAAAGAEAAAAA Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 +AAAAAAAAGAFCAAAA Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 +AAAAAAAAGAHDAAAA Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 +AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 +AAAAAAAAGAKBAAAA Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 +AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 AAAAAAAAGAOAAAAA Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 -AAAAAAAAGBCEAAAA Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 -AAAAAAAAGBDBAAAA Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 -AAAAAAAAGBEAAAAA Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 -AAAAAAAAGBFBAAAA Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 -AAAAAAAAGBFCAAAA Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 -AAAAAAAAGBGBAAAA Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 -AAAAAAAAGBMBAAAA Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 -AAAAAAAAGBOBAAAA Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 -AAAAAAAAGBOCAAAA Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 -AAAAAAAAGCCAAAAA Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 -AAAAAAAAGCCEAAAA Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 -AAAAAAAAGCDAAAAA Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 -AAAAAAAAGCDDAAAA Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 -AAAAAAAAGCFAAAAA Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 -AAAAAAAAGCFEAAAA Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 -AAAAAAAAGCIBAAAA Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 -AAAAAAAAGCJDAAAA Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 -AAAAAAAAGCLAAAAA Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 -AAAAAAAAGCMDAAAA Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 -AAAAAAAAGCOBAAAA Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 -AAAAAAAAGCPDAAAA Activit Sports baseball 1.51 13643.44 4.03749520372402309 -AAAAAAAAGDDCAAAA Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 -AAAAAAAAGDEBAAAA Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 -AAAAAAAAGDEEAAAA Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 -AAAAAAAAGDFAAAAA Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 -AAAAAAAAGDFCAAAA Political, va Sports baseball 4.54 13469.88 3.98613369463552771 -AAAAAAAAGDGCAAAA Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 -AAAAAAAAGDGEAAAA Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 -AAAAAAAAGDKBAAAA However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 -AAAAAAAAGDNDAAAA Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 +AAAAAAAAGBCEAAAA Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 +AAAAAAAAGBDBAAAA Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 +AAAAAAAAGBEAAAAA Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 +AAAAAAAAGBFBAAAA Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 +AAAAAAAAGBFCAAAA Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 +AAAAAAAAGBGBAAAA Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 +AAAAAAAAGBMBAAAA Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 +AAAAAAAAGBOBAAAA Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +AAAAAAAAGBOCAAAA Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 +AAAAAAAAGCCAAAAA Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 +AAAAAAAAGCCEAAAA Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 +AAAAAAAAGCDAAAAA Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 +AAAAAAAAGCDDAAAA Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +AAAAAAAAGCFAAAAA Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 +AAAAAAAAGCFEAAAA Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 +AAAAAAAAGCIBAAAA Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 +AAAAAAAAGCJDAAAA Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 +AAAAAAAAGCLAAAAA Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 +AAAAAAAAGCMDAAAA Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 +AAAAAAAAGCOBAAAA Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 +AAAAAAAAGCPDAAAA Activit Sports baseball 1.51 13643.44 4.03749520372402309 +AAAAAAAAGDDCAAAA Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 +AAAAAAAAGDEBAAAA Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 +AAAAAAAAGDEEAAAA Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 +AAAAAAAAGDFAAAAA Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 +AAAAAAAAGDFCAAAA Political, va Sports baseball 4.54 13469.88 3.98613369463552771 +AAAAAAAAGDGCAAAA Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 +AAAAAAAAGDGEAAAA Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +AAAAAAAAGDKBAAAA However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 +AAAAAAAAGDNDAAAA Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 AAAAAAAAGDOCAAAA Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 -AAAAAAAAGEABAAAA Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 -AAAAAAAAGEAEAAAA Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 -AAAAAAAAGEBDAAAA Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 -AAAAAAAAGECBAAAA However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 -AAAAAAAAGECCAAAA Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 -AAAAAAAAGEDBAAAA Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 -AAAAAAAAGEDDAAAA Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 -AAAAAAAAGEECAAAA Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 -AAAAAAAAGEEDAAAA Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 -AAAAAAAAGEHAAAAA Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 -AAAAAAAAGEHCAAAA Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 -AAAAAAAAGEHDAAAA Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 -AAAAAAAAGEJBAAAA Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 -AAAAAAAAGEKAAAAA Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 -AAAAAAAAGELCAAAA Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 -AAAAAAAAGEMAAAAA Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 -AAAAAAAAGENAAAAA Genera Books computers 2.84 60.00 0.01833071356885245 -AAAAAAAAGENDAAAA Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 -AAAAAAAAGEOBAAAA Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 -AAAAAAAAGEOCAAAA Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 -AAAAAAAAGEPAAAAA Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 -AAAAAAAAGEPDAAAA Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 -AAAAAAAAGFBEAAAA Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 -AAAAAAAAGFCAAAAA Departmen Books parenting 2.09 8636.38 3.56271988081006976 -AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 -AAAAAAAAGFEBAAAA Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 -AAAAAAAAGFFDAAAA Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 -AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 -AAAAAAAAGFHCAAAA New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 -AAAAAAAAGFIBAAAA Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 -AAAAAAAAGFIDAAAA Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 -AAAAAAAAGFJCAAAA Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 -AAAAAAAAGFLDAAAA Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 -AAAAAAAAGFMCAAAA Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 -AAAAAAAAGFPAAAAA Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 -AAAAAAAAGGAEAAAA Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 -AAAAAAAAGGCCAAAA English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 -AAAAAAAAGGDCAAAA Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 -AAAAAAAAGGEBAAAA Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 -AAAAAAAAGGEDAAAA Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 -AAAAAAAAGGFDAAAA Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 -AAAAAAAAGGHBAAAA Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 -AAAAAAAAGGHDAAAA Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 -AAAAAAAAGGICAAAA Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 -AAAAAAAAGGKBAAAA Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 -AAAAAAAAGGMCAAAA Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 -AAAAAAAAGGNBAAAA Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 -AAAAAAAAGGPCAAAA Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 -AAAAAAAAGHAEAAAA Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 -AAAAAAAAGHBAAAAA Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 -AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 -AAAAAAAAGHDAAAAA In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 -AAAAAAAAGHDBAAAA Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 -AAAAAAAAGHDDAAAA Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 -AAAAAAAAGHECAAAA Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 -AAAAAAAAGHHDAAAA Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 -AAAAAAAAGHIBAAAA Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 -AAAAAAAAGHKAAAAA Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 -AAAAAAAAGHKDAAAA Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 -AAAAAAAAGHLCAAAA Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 -AAAAAAAAGHMBAAAA Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 -AAAAAAAAGHNAAAAA Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL -AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 +AAAAAAAAGEABAAAA Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 +AAAAAAAAGEAEAAAA Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 +AAAAAAAAGEBDAAAA Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 +AAAAAAAAGECBAAAA However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 +AAAAAAAAGECCAAAA Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 +AAAAAAAAGEDBAAAA Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +AAAAAAAAGEDDAAAA Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 +AAAAAAAAGEECAAAA Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 +AAAAAAAAGEEDAAAA Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 +AAAAAAAAGEHAAAAA Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 +AAAAAAAAGEHCAAAA Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 +AAAAAAAAGEHDAAAA Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 +AAAAAAAAGEJBAAAA Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 +AAAAAAAAGEKAAAAA Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 +AAAAAAAAGELCAAAA Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 +AAAAAAAAGEMAAAAA Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 +AAAAAAAAGENAAAAA Genera Books computers 2.84 60.00 0.01833071356885245 +AAAAAAAAGENDAAAA Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 +AAAAAAAAGEOBAAAA Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +AAAAAAAAGEOCAAAA Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 +AAAAAAAAGEPAAAAA Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 +AAAAAAAAGEPDAAAA Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 +AAAAAAAAGFBEAAAA Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 +AAAAAAAAGFCAAAAA Departmen Books parenting 2.09 8636.38 3.56271988081006976 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 +AAAAAAAAGFEBAAAA Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 +AAAAAAAAGFFDAAAA Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 +AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 +AAAAAAAAGFHCAAAA New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 +AAAAAAAAGFIBAAAA Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +AAAAAAAAGFIDAAAA Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 +AAAAAAAAGFJCAAAA Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 +AAAAAAAAGFLDAAAA Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 +AAAAAAAAGFMCAAAA Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +AAAAAAAAGFPAAAAA Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 +AAAAAAAAGGAEAAAA Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 +AAAAAAAAGGCCAAAA English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 +AAAAAAAAGGDCAAAA Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 +AAAAAAAAGGEBAAAA Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 +AAAAAAAAGGEDAAAA Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 +AAAAAAAAGGFDAAAA Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 +AAAAAAAAGGHBAAAA Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 +AAAAAAAAGGHDAAAA Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 +AAAAAAAAGGICAAAA Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 +AAAAAAAAGGKBAAAA Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 +AAAAAAAAGGMCAAAA Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 +AAAAAAAAGGNBAAAA Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 +AAAAAAAAGGPCAAAA Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 +AAAAAAAAGHAEAAAA Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 +AAAAAAAAGHBAAAAA Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 +AAAAAAAAGHDAAAAA In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +AAAAAAAAGHDBAAAA Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 +AAAAAAAAGHDDAAAA Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 +AAAAAAAAGHECAAAA Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 +AAAAAAAAGHHDAAAA Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 +AAAAAAAAGHIBAAAA Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 +AAAAAAAAGHKAAAAA Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 +AAAAAAAAGHKDAAAA Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 +AAAAAAAAGHLCAAAA Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 +AAAAAAAAGHMBAAAA Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 +AAAAAAAAGHNAAAAA Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 AAAAAAAAGHPBAAAA Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 -AAAAAAAAGIBEAAAA Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 -AAAAAAAAGICDAAAA Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 -AAAAAAAAGICEAAAA Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 -AAAAAAAAGIEBAAAA Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 -AAAAAAAAGIFEAAAA Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 -AAAAAAAAGIGAAAAA White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 -AAAAAAAAGIHBAAAA Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 -AAAAAAAAGIHCAAAA Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 -AAAAAAAAGIIAAAAA Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 -AAAAAAAAGIIDAAAA Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 -AAAAAAAAGIJAAAAA Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 -AAAAAAAAGILAAAAA There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 -AAAAAAAAGIMCAAAA Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 -AAAAAAAAGIMDAAAA Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 -AAAAAAAAGINBAAAA Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 -AAAAAAAAGJBEAAAA Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 -AAAAAAAAGJDEAAAA Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 -AAAAAAAAGJFCAAAA Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 -AAAAAAAAGJFDAAAA Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 -AAAAAAAAGJHDAAAA Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 -AAAAAAAAGJIAAAAA Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 -AAAAAAAAGJICAAAA Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 -AAAAAAAAGJIDAAAA Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 -AAAAAAAAGJJBAAAA I Sports fitness 73.49 11260.99 3.69365898132789930 -AAAAAAAAGJLDAAAA Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 -AAAAAAAAGJMCAAAA Long-term game Sports golf 4.19 20224.07 4.77757403548687691 -AAAAAAAAGKABAAAA Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 -AAAAAAAAGKBAAAAA As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 -AAAAAAAAGKBDAAAA Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 -AAAAAAAAGKDAAAAA More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 -AAAAAAAAGKEDAAAA Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 -AAAAAAAAGKICAAAA Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 -AAAAAAAAGKJAAAAA Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 -AAAAAAAAGKJDAAAA Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 -AAAAAAAAGKMBAAAA Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 -AAAAAAAAGKOCAAAA Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 -AAAAAAAAGKPBAAAA Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 -AAAAAAAAGLCAAAAA Educational groups Sports pools 0.70 5180.07 1.43672977208892250 -AAAAAAAAGLDCAAAA National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 -AAAAAAAAGLECAAAA Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 -AAAAAAAAGLFAAAAA Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 -AAAAAAAAGLFBAAAA Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 -AAAAAAAAGLGCAAAA Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 -AAAAAAAAGLLDAAAA Prov Books romance 2.61 4503.02 1.21626674320947086 -AAAAAAAAGLMAAAAA Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 -AAAAAAAAGLMCAAAA Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 -AAAAAAAAGLOAAAAA Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 -AAAAAAAAGMABAAAA Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 -AAAAAAAAGMACAAAA Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 -AAAAAAAAGMCAAAAA More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 -AAAAAAAAGMEDAAAA Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 -AAAAAAAAGMFAAAAA Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 -AAAAAAAAGMIDAAAA Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 -AAAAAAAAGMJBAAAA Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 -AAAAAAAAGMKDAAAA Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 -AAAAAAAAGMLAAAAA Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 -AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 -AAAAAAAAGMOCAAAA Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 -AAAAAAAAGNBCAAAA Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 -AAAAAAAAGNFCAAAA Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 -AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 -AAAAAAAAGNHCAAAA Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 -AAAAAAAAGNHDAAAA Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 -AAAAAAAAGNICAAAA Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 -AAAAAAAAGNKAAAAA Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 -AAAAAAAAGNKDAAAA At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 -AAAAAAAAGNMBAAAA Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 -AAAAAAAAGNNAAAAA Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 -AAAAAAAAGNNCAAAA Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 -AAAAAAAAGNOBAAAA Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 -AAAAAAAAGNPBAAAA B Books parenting 0.89 129.54 0.05343844682148498 -AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 -AAAAAAAAGOCDAAAA Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 -AAAAAAAAGODDAAAA Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 -AAAAAAAAGOGCAAAA Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 -AAAAAAAAGOIAAAAA Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 -AAAAAAAAGOKBAAAA Othe Books arts 60.94 6652.80 2.13685508430055191 -AAAAAAAAGOLAAAAA Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 -AAAAAAAAGOLDAAAA Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 -AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 -AAAAAAAAGOPCAAAA Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 -AAAAAAAAGOPDAAAA Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 -AAAAAAAAGPBDAAAA Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 -AAAAAAAAGPBEAAAA Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 -AAAAAAAAGPCCAAAA Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 -AAAAAAAAGPDBAAAA Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 -AAAAAAAAGPEDAAAA Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 -AAAAAAAAGPFAAAAA Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 -AAAAAAAAGPHBAAAA Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 -AAAAAAAAGPHDAAAA Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 -AAAAAAAAGPJCAAAA Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 -AAAAAAAAGPMCAAAA Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 -AAAAAAAAGPOCAAAA Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 -AAAAAAAAGPPBAAAA Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 -AAAAAAAAHACBAAAA Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 -AAAAAAAAHADDAAAA Things wo Sports hockey 5.04 1494.08 0.74870016775197323 -AAAAAAAAHAFBAAAA Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 -AAAAAAAAHAFEAAAA Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 -AAAAAAAAHAKCAAAA Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 -AAAAAAAAHBACAAAA Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 -AAAAAAAAHBFAAAAA Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 -AAAAAAAAHBJCAAAA Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 -AAAAAAAAHCAEAAAA Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 -AAAAAAAAHCBDAAAA Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 -AAAAAAAAHCDEAAAA Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 -AAAAAAAAHCEDAAAA Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 -AAAAAAAAHCKAAAAA Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 -AAAAAAAAHDDAAAAA Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 -AAAAAAAAHDDDAAAA Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 -AAAAAAAAHDECAAAA Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 -AAAAAAAAHDGDAAAA Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 -AAAAAAAAHDIBAAAA Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 -AAAAAAAAHDJAAAAA Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 -AAAAAAAAHDJDAAAA Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 -AAAAAAAAHDOBAAAA Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 -AAAAAAAAHDPAAAAA Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 -AAAAAAAAHEEBAAAA Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 -AAAAAAAAHEEEAAAA Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 -AAAAAAAAHEHBAAAA Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 -AAAAAAAAHEIDAAAA Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 -AAAAAAAAHFAEAAAA Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 -AAAAAAAAHFBAAAAA Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 -AAAAAAAAHFDBAAAA Losses hide Sports optics 1.65 4243.32 1.22997313857763450 -AAAAAAAAHFDEAAAA Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 -AAAAAAAAHGADAAAA Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 -AAAAAAAAHGCEAAAA Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 -AAAAAAAAHGDDAAAA Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 -AAAAAAAAHGMAAAAA Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 -AAAAAAAAHGOBAAAA Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 -AAAAAAAAHGPAAAAA Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 -AAAAAAAAHHCAAAAA Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 -AAAAAAAAHHCDAAAA Mild, Sports optics 47.98 14278.69 4.13883590068085459 -AAAAAAAAHHEBAAAA Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 -AAAAAAAAHHIAAAAA Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 -AAAAAAAAHHMCAAAA Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 -AAAAAAAAHICCAAAA Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 -AAAAAAAAHIDEAAAA Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 -AAAAAAAAHIHDAAAA So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 -AAAAAAAAHIJBAAAA Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 -AAAAAAAAHINDAAAA New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 -AAAAAAAAHIOCAAAA Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 -AAAAAAAAHIPBAAAA Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 -AAAAAAAAHJADAAAA Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 -AAAAAAAAHJCEAAAA Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 -AAAAAAAAHJFEAAAA Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 -AAAAAAAAHJIBAAAA Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 -AAAAAAAAHJLBAAAA Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 -AAAAAAAAHJMAAAAA Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 -AAAAAAAAHJOBAAAA Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 -AAAAAAAAHKBBAAAA Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 -AAAAAAAAHKBEAAAA Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 -AAAAAAAAHKEEAAAA Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 -AAAAAAAAHKFAAAAA Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 -AAAAAAAAHKJCAAAA However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 -AAAAAAAAHKKBAAAA Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 -AAAAAAAAHKLAAAAA Purel Books cooking 4.62 4512.72 1.69124603508805594 -AAAAAAAAHKOAAAAA Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 -AAAAAAAAHLEAAAAA Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 -AAAAAAAAHLKAAAAA New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 -AAAAAAAAHLLCAAAA More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 -AAAAAAAAHLNDAAAA Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 +AAAAAAAAGIBEAAAA Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 +AAAAAAAAGICDAAAA Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 +AAAAAAAAGICEAAAA Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 +AAAAAAAAGIEBAAAA Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 +AAAAAAAAGIFEAAAA Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 +AAAAAAAAGIGAAAAA White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 +AAAAAAAAGIHBAAAA Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 +AAAAAAAAGIHCAAAA Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 +AAAAAAAAGIIAAAAA Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 +AAAAAAAAGIIDAAAA Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +AAAAAAAAGIJAAAAA Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 +AAAAAAAAGILAAAAA There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 +AAAAAAAAGIMCAAAA Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 +AAAAAAAAGIMDAAAA Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 +AAAAAAAAGINBAAAA Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 +AAAAAAAAGJBEAAAA Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 +AAAAAAAAGJDEAAAA Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 +AAAAAAAAGJFCAAAA Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 +AAAAAAAAGJFDAAAA Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 +AAAAAAAAGJHDAAAA Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 +AAAAAAAAGJIAAAAA Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 +AAAAAAAAGJICAAAA Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 +AAAAAAAAGJIDAAAA Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 +AAAAAAAAGJJBAAAA I Sports fitness 73.49 11260.99 3.69365898132789930 +AAAAAAAAGJLDAAAA Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 +AAAAAAAAGJMCAAAA Long-term game Sports golf 4.19 20224.07 4.77757403548687691 +AAAAAAAAGKABAAAA Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 +AAAAAAAAGKBAAAAA As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 +AAAAAAAAGKBDAAAA Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 +AAAAAAAAGKDAAAAA More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 +AAAAAAAAGKEDAAAA Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 +AAAAAAAAGKICAAAA Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 +AAAAAAAAGKJAAAAA Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 +AAAAAAAAGKJDAAAA Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 +AAAAAAAAGKMBAAAA Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 +AAAAAAAAGKOCAAAA Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 +AAAAAAAAGKPBAAAA Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 +AAAAAAAAGLCAAAAA Educational groups Sports pools 0.70 5180.07 1.43672977208892250 +AAAAAAAAGLDCAAAA National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 +AAAAAAAAGLECAAAA Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 +AAAAAAAAGLFAAAAA Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 +AAAAAAAAGLFBAAAA Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 +AAAAAAAAGLGCAAAA Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 +AAAAAAAAGLLDAAAA Prov Books romance 2.61 4503.02 1.21626674320947086 +AAAAAAAAGLMAAAAA Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 +AAAAAAAAGLMCAAAA Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 +AAAAAAAAGLOAAAAA Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +AAAAAAAAGMABAAAA Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 +AAAAAAAAGMACAAAA Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 +AAAAAAAAGMCAAAAA More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 +AAAAAAAAGMEDAAAA Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 +AAAAAAAAGMFAAAAA Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 +AAAAAAAAGMIDAAAA Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 +AAAAAAAAGMJBAAAA Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 +AAAAAAAAGMKDAAAA Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 +AAAAAAAAGMLAAAAA Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 +AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +AAAAAAAAGMOCAAAA Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 +AAAAAAAAGNBCAAAA Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 +AAAAAAAAGNFCAAAA Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 +AAAAAAAAGNHCAAAA Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 +AAAAAAAAGNHDAAAA Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 +AAAAAAAAGNICAAAA Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 +AAAAAAAAGNKAAAAA Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 +AAAAAAAAGNKDAAAA At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 +AAAAAAAAGNMBAAAA Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 +AAAAAAAAGNNAAAAA Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 +AAAAAAAAGNNCAAAA Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 +AAAAAAAAGNOBAAAA Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 +AAAAAAAAGNPBAAAA B Books parenting 0.89 129.54 0.05343844682148498 +AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 +AAAAAAAAGOCDAAAA Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 +AAAAAAAAGODDAAAA Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 +AAAAAAAAGOGCAAAA Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 +AAAAAAAAGOIAAAAA Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 +AAAAAAAAGOKBAAAA Othe Books arts 60.94 6652.80 2.13685508430055191 +AAAAAAAAGOLAAAAA Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 +AAAAAAAAGOLDAAAA Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 +AAAAAAAAGOPCAAAA Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 +AAAAAAAAGOPDAAAA Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 +AAAAAAAAGPBDAAAA Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 +AAAAAAAAGPBEAAAA Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 +AAAAAAAAGPCCAAAA Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 +AAAAAAAAGPDBAAAA Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 +AAAAAAAAGPEDAAAA Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 +AAAAAAAAGPFAAAAA Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 +AAAAAAAAGPHBAAAA Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 +AAAAAAAAGPHDAAAA Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 +AAAAAAAAGPJCAAAA Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 +AAAAAAAAGPMCAAAA Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 +AAAAAAAAGPOCAAAA Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 +AAAAAAAAGPPBAAAA Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 +AAAAAAAAHACBAAAA Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 +AAAAAAAAHADDAAAA Things wo Sports hockey 5.04 1494.08 0.74870016775197323 +AAAAAAAAHAFBAAAA Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 +AAAAAAAAHAFEAAAA Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 +AAAAAAAAHAKCAAAA Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 +AAAAAAAAHBACAAAA Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 +AAAAAAAAHBFAAAAA Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 +AAAAAAAAHBJCAAAA Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 +AAAAAAAAHCAEAAAA Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 +AAAAAAAAHCBDAAAA Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 +AAAAAAAAHCDEAAAA Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 +AAAAAAAAHCEDAAAA Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 +AAAAAAAAHCKAAAAA Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 +AAAAAAAAHDDAAAAA Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 +AAAAAAAAHDDDAAAA Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 +AAAAAAAAHDECAAAA Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 +AAAAAAAAHDGDAAAA Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 +AAAAAAAAHDIBAAAA Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 +AAAAAAAAHDJAAAAA Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 +AAAAAAAAHDJDAAAA Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 +AAAAAAAAHDOBAAAA Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 +AAAAAAAAHDPAAAAA Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 +AAAAAAAAHEEBAAAA Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 +AAAAAAAAHEEEAAAA Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 +AAAAAAAAHEHBAAAA Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 +AAAAAAAAHEIDAAAA Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 +AAAAAAAAHFAEAAAA Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 +AAAAAAAAHFBAAAAA Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 +AAAAAAAAHFDBAAAA Losses hide Sports optics 1.65 4243.32 1.22997313857763450 +AAAAAAAAHFDEAAAA Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 +AAAAAAAAHGADAAAA Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 +AAAAAAAAHGCEAAAA Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 +AAAAAAAAHGDDAAAA Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 +AAAAAAAAHGMAAAAA Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 +AAAAAAAAHGOBAAAA Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 +AAAAAAAAHGPAAAAA Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 +AAAAAAAAHHCAAAAA Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 +AAAAAAAAHHCDAAAA Mild, Sports optics 47.98 14278.69 4.13883590068085459 +AAAAAAAAHHEBAAAA Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 +AAAAAAAAHHIAAAAA Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 +AAAAAAAAHHMCAAAA Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 +AAAAAAAAHICCAAAA Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 +AAAAAAAAHIDEAAAA Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 +AAAAAAAAHIHDAAAA So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 +AAAAAAAAHIJBAAAA Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 +AAAAAAAAHINDAAAA New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 +AAAAAAAAHIOCAAAA Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 +AAAAAAAAHIPBAAAA Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 +AAAAAAAAHJADAAAA Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 +AAAAAAAAHJCEAAAA Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 +AAAAAAAAHJFEAAAA Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 +AAAAAAAAHJIBAAAA Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 +AAAAAAAAHJLBAAAA Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 +AAAAAAAAHJMAAAAA Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 +AAAAAAAAHJOBAAAA Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 +AAAAAAAAHKBBAAAA Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 +AAAAAAAAHKBEAAAA Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 +AAAAAAAAHKEEAAAA Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 +AAAAAAAAHKFAAAAA Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 +AAAAAAAAHKJCAAAA However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 +AAAAAAAAHKKBAAAA Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 +AAAAAAAAHKLAAAAA Purel Books cooking 4.62 4512.72 1.69124603508805594 +AAAAAAAAHKOAAAAA Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 +AAAAAAAAHLEAAAAA Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 +AAAAAAAAHLKAAAAA New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 +AAAAAAAAHLLCAAAA More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 +AAAAAAAAHLNDAAAA Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 AAAAAAAAHLPBAAAA NULL Home NULL NULL 9647.64 78.82760801411236785 -AAAAAAAAHMADAAAA Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 -AAAAAAAAHMFBAAAA Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 -AAAAAAAAHMGAAAAA Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 -AAAAAAAAHMGDAAAA Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 -AAAAAAAAHMNCAAAA As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 -AAAAAAAAHMPAAAAA Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 -AAAAAAAAHMPDAAAA Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 -AAAAAAAAHNBBAAAA Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 -AAAAAAAAHNBEAAAA Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 -AAAAAAAAHNEBAAAA Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 -AAAAAAAAHNFDAAAA Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 -AAAAAAAAHNHBAAAA Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 -AAAAAAAAHNJCAAAA M Sports football 2.64 80.16 0.03474876611752548 -AAAAAAAAHNNBAAAA Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 -AAAAAAAAHODBAAAA Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 -AAAAAAAAHOEAAAAA Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 -AAAAAAAAHOGBAAAA Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 -AAAAAAAAHOHDAAAA Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 -AAAAAAAAHOJBAAAA W Home wallpaper 3.29 10436.17 3.85930810123100530 -AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 -AAAAAAAAHPFEAAAA Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 -AAAAAAAAHPIBAAAA English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 -AAAAAAAAHPJDAAAA Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 -AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 -AAAAAAAAIACBAAAA Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 -AAAAAAAAIAGAAAAA Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 -AAAAAAAAIAGDAAAA B Home glassware 2.51 6669.44 1.93796852579460911 -AAAAAAAAIAIAAAAA Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 -AAAAAAAAIAKBAAAA Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 -AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 -AAAAAAAAIAMCAAAA Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 -AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 -AAAAAAAAIAODAAAA European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 -AAAAAAAAIAPAAAAA Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 -AAAAAAAAIBDCAAAA Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 -AAAAAAAAIBFCAAAA Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 -AAAAAAAAIBGBAAAA Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 -AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 -AAAAAAAAIBMBAAAA Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 -AAAAAAAAIBMCAAAA Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 -AAAAAAAAICAAAAAA Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 -AAAAAAAAICBDAAAA Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 -AAAAAAAAICCEAAAA Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 -AAAAAAAAICDAAAAA Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 -AAAAAAAAICDBAAAA Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 -AAAAAAAAICGDAAAA Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 -AAAAAAAAICIBAAAA Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 -AAAAAAAAICKCAAAA Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 -AAAAAAAAICLBAAAA Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 -AAAAAAAAICLCAAAA Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 -AAAAAAAAICMBAAAA Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 -AAAAAAAAICNAAAAA Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 -AAAAAAAAICNCAAAA Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 -AAAAAAAAIDDCAAAA New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 -AAAAAAAAIDEBAAAA Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 -AAAAAAAAIDECAAAA Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 -AAAAAAAAIDFBAAAA Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 -AAAAAAAAIDIBAAAA Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 -AAAAAAAAIDJDAAAA Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 -AAAAAAAAIDNBAAAA Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 -AAAAAAAAIDNCAAAA Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 -AAAAAAAAIDODAAAA Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 -AAAAAAAAIDPDAAAA Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 -AAAAAAAAIEAEAAAA Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 -AAAAAAAAIEBDAAAA Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 -AAAAAAAAIEBEAAAA Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 -AAAAAAAAIEDBAAAA Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 -AAAAAAAAIEDEAAAA Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 -AAAAAAAAIEEBAAAA New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 -AAAAAAAAIEEDAAAA Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 -AAAAAAAAIEEEAAAA Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 -AAAAAAAAIEHDAAAA Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 -AAAAAAAAIEJBAAAA Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 -AAAAAAAAIEJCAAAA Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 -AAAAAAAAIEKDAAAA Main hours spe Books sports 9.76 8641.62 2.79151973825622032 -AAAAAAAAIENBAAAA Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 -AAAAAAAAIEODAAAA Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 -AAAAAAAAIEPBAAAA Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 -AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 -AAAAAAAAIFABAAAA Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 -AAAAAAAAIFCEAAAA Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 -AAAAAAAAIFFBAAAA Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 -AAAAAAAAIFFCAAAA Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 -AAAAAAAAIFFEAAAA Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 -AAAAAAAAIFGBAAAA Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 -AAAAAAAAIFMDAAAA Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 -AAAAAAAAIFNAAAAA Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 -AAAAAAAAIFNDAAAA Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 -AAAAAAAAIGAAAAAA Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 -AAAAAAAAIGBBAAAA Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 -AAAAAAAAIGBCAAAA Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 -AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 -AAAAAAAAIGEBAAAA Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 -AAAAAAAAIGGCAAAA Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 -AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 -AAAAAAAAIGKCAAAA Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 -AAAAAAAAIGNCAAAA Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 -AAAAAAAAIGOBAAAA Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 -AAAAAAAAIGPAAAAA Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 -AAAAAAAAIGPCAAAA Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 -AAAAAAAAIGPDAAAA Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 -AAAAAAAAIHDCAAAA Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 -AAAAAAAAIHDEAAAA Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 -AAAAAAAAIHEDAAAA Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 -AAAAAAAAIHEEAAAA Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 -AAAAAAAAIHFAAAAA Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 -AAAAAAAAIHGCAAAA About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 -AAAAAAAAIHHBAAAA Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 -AAAAAAAAIHIAAAAA Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 -AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 -AAAAAAAAIHLCAAAA Different words Sports archery 9.77 14978.55 4.41564003661031975 -AAAAAAAAIHMCAAAA Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 -AAAAAAAAIHNAAAAA Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 -AAAAAAAAIHOAAAAA Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 -AAAAAAAAIIABAAAA Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 -AAAAAAAAIIADAAAA Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 -AAAAAAAAIICCAAAA Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 -AAAAAAAAIIDAAAAA Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 -AAAAAAAAIIECAAAA Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 -AAAAAAAAIIEDAAAA Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 -AAAAAAAAIIFBAAAA Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 -AAAAAAAAIIFCAAAA Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 -AAAAAAAAIIHAAAAA Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 -AAAAAAAAIIIBAAAA Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 -AAAAAAAAIIJBAAAA Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 -AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 -AAAAAAAAIINAAAAA Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 -AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 -AAAAAAAAIIOBAAAA Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 -AAAAAAAAIIPDAAAA Af Books arts 6.04 4187.03 1.34485875775897965 -AAAAAAAAIJBBAAAA Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 -AAAAAAAAIJCEAAAA Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 -AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 -AAAAAAAAIJFAAAAA Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 -AAAAAAAAIJFBAAAA Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 -AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 -AAAAAAAAIJGCAAAA Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 -AAAAAAAAIJGDAAAA Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 -AAAAAAAAIJIBAAAA New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 -AAAAAAAAIJJCAAAA Euro Books business 3.01 3615.47 1.48910207532427212 -AAAAAAAAIJKBAAAA Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 -AAAAAAAAIJLBAAAA Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 -AAAAAAAAIJNBAAAA Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 -AAAAAAAAIJNCAAAA Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 -AAAAAAAAIKBEAAAA Thick Home mattresses 8.85 7911.90 2.31515308499510774 -AAAAAAAAIKEAAAAA All Books business 9.44 2769.66 1.14073867407076356 -AAAAAAAAIKEBAAAA More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 -AAAAAAAAIKEEAAAA For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 -AAAAAAAAIKHAAAAA Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 -AAAAAAAAIKIDAAAA Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 -AAAAAAAAIKNBAAAA Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 -AAAAAAAAIKODAAAA Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 -AAAAAAAAIKPBAAAA Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 -AAAAAAAAILAEAAAA Alm Books romance 6.14 16369.67 4.42145165207211579 -AAAAAAAAILBDAAAA Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 -AAAAAAAAILCCAAAA Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 -AAAAAAAAILDDAAAA Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 -AAAAAAAAILEAAAAA Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 -AAAAAAAAILFEAAAA Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 -AAAAAAAAILGAAAAA Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 -AAAAAAAAILGBAAAA Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 -AAAAAAAAILIBAAAA Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 -AAAAAAAAILJAAAAA Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 -AAAAAAAAILKCAAAA Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 -AAAAAAAAILKDAAAA High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 -AAAAAAAAILNCAAAA Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 -AAAAAAAAILPBAAAA Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 -AAAAAAAAIMADAAAA Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 -AAAAAAAAIMBBAAAA Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 -AAAAAAAAIMBCAAAA Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 -AAAAAAAAIMCDAAAA Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 -AAAAAAAAIMDDAAAA Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 -AAAAAAAAIMECAAAA Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 -AAAAAAAAIMFDAAAA Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 -AAAAAAAAIMGCAAAA However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 -AAAAAAAAIMHBAAAA British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 -AAAAAAAAIMJCAAAA Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 -AAAAAAAAIMMCAAAA Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 -AAAAAAAAIMNBAAAA Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 -AAAAAAAAIMNCAAAA Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 -AAAAAAAAIMOAAAAA Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 -AAAAAAAAIMOBAAAA Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 -AAAAAAAAINABAAAA Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 -AAAAAAAAINCDAAAA Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 -AAAAAAAAINDEAAAA Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 -AAAAAAAAINEAAAAA Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 -AAAAAAAAINFAAAAA Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 -AAAAAAAAINFDAAAA New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 -AAAAAAAAINJBAAAA Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 -AAAAAAAAINLAAAAA Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 -AAAAAAAAINMBAAAA Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 -AAAAAAAAINNBAAAA Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 -AAAAAAAAINPCAAAA Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 -AAAAAAAAIOBCAAAA Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 -AAAAAAAAIOBDAAAA Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 -AAAAAAAAIOCCAAAA Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 -AAAAAAAAIODDAAAA Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 -AAAAAAAAIOECAAAA Ag Home bedding 8.22 3885.84 1.13368836803595370 -AAAAAAAAIOICAAAA Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 -AAAAAAAAIOJBAAAA Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 -AAAAAAAAIONDAAAA Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 -AAAAAAAAIOOCAAAA Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 -AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 -AAAAAAAAIPBBAAAA Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 -AAAAAAAAIPCEAAAA Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 -AAAAAAAAIPFAAAAA Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 +AAAAAAAAHMADAAAA Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +AAAAAAAAHMFBAAAA Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 +AAAAAAAAHMGAAAAA Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 +AAAAAAAAHMGDAAAA Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 +AAAAAAAAHMNCAAAA As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 +AAAAAAAAHMPAAAAA Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 +AAAAAAAAHMPDAAAA Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 +AAAAAAAAHNBBAAAA Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 +AAAAAAAAHNBEAAAA Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 +AAAAAAAAHNEBAAAA Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 +AAAAAAAAHNFDAAAA Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 +AAAAAAAAHNHBAAAA Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 +AAAAAAAAHNJCAAAA M Sports football 2.64 80.16 0.03474876611752548 +AAAAAAAAHNNBAAAA Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 +AAAAAAAAHODBAAAA Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +AAAAAAAAHOEAAAAA Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 +AAAAAAAAHOGBAAAA Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 +AAAAAAAAHOHDAAAA Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 +AAAAAAAAHOJBAAAA W Home wallpaper 3.29 10436.17 3.85930810123100530 +AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 +AAAAAAAAHPFEAAAA Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 +AAAAAAAAHPIBAAAA English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 +AAAAAAAAHPJDAAAA Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 +AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 +AAAAAAAAIACBAAAA Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 +AAAAAAAAIAGAAAAA Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 +AAAAAAAAIAGDAAAA B Home glassware 2.51 6669.44 1.93796852579460911 +AAAAAAAAIAIAAAAA Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 +AAAAAAAAIAKBAAAA Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 +AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 +AAAAAAAAIAMCAAAA Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 +AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 +AAAAAAAAIAODAAAA European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 +AAAAAAAAIAPAAAAA Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 +AAAAAAAAIBDCAAAA Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 +AAAAAAAAIBFCAAAA Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 +AAAAAAAAIBGBAAAA Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 +AAAAAAAAIBMBAAAA Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 +AAAAAAAAIBMCAAAA Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 +AAAAAAAAICAAAAAA Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 +AAAAAAAAICBDAAAA Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 +AAAAAAAAICCEAAAA Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 +AAAAAAAAICDAAAAA Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 +AAAAAAAAICDBAAAA Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 +AAAAAAAAICGDAAAA Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 +AAAAAAAAICIBAAAA Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 +AAAAAAAAICKCAAAA Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 +AAAAAAAAICLBAAAA Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 +AAAAAAAAICLCAAAA Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 +AAAAAAAAICMBAAAA Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 +AAAAAAAAICNAAAAA Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 +AAAAAAAAICNCAAAA Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 +AAAAAAAAIDDCAAAA New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 +AAAAAAAAIDEBAAAA Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 +AAAAAAAAIDECAAAA Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 +AAAAAAAAIDFBAAAA Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 +AAAAAAAAIDIBAAAA Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 +AAAAAAAAIDJDAAAA Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 +AAAAAAAAIDNBAAAA Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 +AAAAAAAAIDNCAAAA Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 +AAAAAAAAIDODAAAA Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 +AAAAAAAAIDPDAAAA Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +AAAAAAAAIEAEAAAA Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 +AAAAAAAAIEBDAAAA Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 +AAAAAAAAIEBEAAAA Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 +AAAAAAAAIEDBAAAA Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 +AAAAAAAAIEDEAAAA Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 +AAAAAAAAIEEBAAAA New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 +AAAAAAAAIEEDAAAA Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 +AAAAAAAAIEEEAAAA Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 +AAAAAAAAIEHDAAAA Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 +AAAAAAAAIEJBAAAA Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 +AAAAAAAAIEJCAAAA Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 +AAAAAAAAIEKDAAAA Main hours spe Books sports 9.76 8641.62 2.79151973825622032 +AAAAAAAAIENBAAAA Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 +AAAAAAAAIEODAAAA Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 +AAAAAAAAIEPBAAAA Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 +AAAAAAAAIFABAAAA Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 +AAAAAAAAIFCEAAAA Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 +AAAAAAAAIFFBAAAA Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 +AAAAAAAAIFFCAAAA Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 +AAAAAAAAIFFEAAAA Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 +AAAAAAAAIFGBAAAA Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 +AAAAAAAAIFMDAAAA Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 +AAAAAAAAIFNAAAAA Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 +AAAAAAAAIFNDAAAA Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 +AAAAAAAAIGAAAAAA Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 +AAAAAAAAIGBBAAAA Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 +AAAAAAAAIGBCAAAA Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 +AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 +AAAAAAAAIGEBAAAA Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 +AAAAAAAAIGGCAAAA Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 +AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 +AAAAAAAAIGKCAAAA Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 +AAAAAAAAIGNCAAAA Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 +AAAAAAAAIGOBAAAA Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +AAAAAAAAIGPAAAAA Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 +AAAAAAAAIGPCAAAA Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 +AAAAAAAAIGPDAAAA Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 +AAAAAAAAIHDCAAAA Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +AAAAAAAAIHDEAAAA Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 +AAAAAAAAIHEDAAAA Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 +AAAAAAAAIHEEAAAA Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 +AAAAAAAAIHFAAAAA Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +AAAAAAAAIHGCAAAA About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 +AAAAAAAAIHHBAAAA Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 +AAAAAAAAIHIAAAAA Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 +AAAAAAAAIHLCAAAA Different words Sports archery 9.77 14978.55 4.41564003661031975 +AAAAAAAAIHMCAAAA Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 +AAAAAAAAIHNAAAAA Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 +AAAAAAAAIHOAAAAA Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 +AAAAAAAAIIABAAAA Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 +AAAAAAAAIIADAAAA Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 +AAAAAAAAIICCAAAA Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 +AAAAAAAAIIDAAAAA Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 +AAAAAAAAIIECAAAA Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 +AAAAAAAAIIEDAAAA Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 +AAAAAAAAIIFBAAAA Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 +AAAAAAAAIIFCAAAA Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 +AAAAAAAAIIHAAAAA Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 +AAAAAAAAIIIBAAAA Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 +AAAAAAAAIIJBAAAA Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 +AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 +AAAAAAAAIINAAAAA Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 +AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 +AAAAAAAAIIOBAAAA Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 +AAAAAAAAIIPDAAAA Af Books arts 6.04 4187.03 1.34485875775897965 +AAAAAAAAIJBBAAAA Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 +AAAAAAAAIJCEAAAA Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 +AAAAAAAAIJFAAAAA Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 +AAAAAAAAIJFBAAAA Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 +AAAAAAAAIJGCAAAA Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 +AAAAAAAAIJGDAAAA Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 +AAAAAAAAIJIBAAAA New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 +AAAAAAAAIJJCAAAA Euro Books business 3.01 3615.47 1.48910207532427212 +AAAAAAAAIJKBAAAA Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 +AAAAAAAAIJLBAAAA Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 +AAAAAAAAIJNBAAAA Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 +AAAAAAAAIJNCAAAA Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 +AAAAAAAAIKBEAAAA Thick Home mattresses 8.85 7911.90 2.31515308499510774 +AAAAAAAAIKEAAAAA All Books business 9.44 2769.66 1.14073867407076356 +AAAAAAAAIKEBAAAA More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 +AAAAAAAAIKEEAAAA For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 +AAAAAAAAIKHAAAAA Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 +AAAAAAAAIKIDAAAA Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 +AAAAAAAAIKNBAAAA Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 +AAAAAAAAIKODAAAA Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 +AAAAAAAAIKPBAAAA Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 +AAAAAAAAILAEAAAA Alm Books romance 6.14 16369.67 4.42145165207211579 +AAAAAAAAILBDAAAA Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 +AAAAAAAAILCCAAAA Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 +AAAAAAAAILDDAAAA Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 +AAAAAAAAILEAAAAA Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 +AAAAAAAAILFEAAAA Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 +AAAAAAAAILGAAAAA Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 +AAAAAAAAILGBAAAA Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 +AAAAAAAAILIBAAAA Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 +AAAAAAAAILJAAAAA Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 +AAAAAAAAILKCAAAA Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 +AAAAAAAAILKDAAAA High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 +AAAAAAAAILNCAAAA Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 +AAAAAAAAILPBAAAA Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 +AAAAAAAAIMADAAAA Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 +AAAAAAAAIMBBAAAA Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 +AAAAAAAAIMBCAAAA Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 +AAAAAAAAIMCDAAAA Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 +AAAAAAAAIMDDAAAA Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 +AAAAAAAAIMECAAAA Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 +AAAAAAAAIMFDAAAA Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 +AAAAAAAAIMGCAAAA However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 +AAAAAAAAIMHBAAAA British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 +AAAAAAAAIMJCAAAA Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 +AAAAAAAAIMMCAAAA Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 +AAAAAAAAIMNBAAAA Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 +AAAAAAAAIMNCAAAA Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 +AAAAAAAAIMOAAAAA Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 +AAAAAAAAIMOBAAAA Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 +AAAAAAAAINABAAAA Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 +AAAAAAAAINCDAAAA Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 +AAAAAAAAINDEAAAA Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 +AAAAAAAAINEAAAAA Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 +AAAAAAAAINFAAAAA Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 +AAAAAAAAINFDAAAA New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 +AAAAAAAAINJBAAAA Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 +AAAAAAAAINLAAAAA Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 +AAAAAAAAINMBAAAA Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 +AAAAAAAAINNBAAAA Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 +AAAAAAAAINPCAAAA Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 +AAAAAAAAIOBCAAAA Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 +AAAAAAAAIOBDAAAA Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 +AAAAAAAAIOCCAAAA Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 +AAAAAAAAIODDAAAA Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 +AAAAAAAAIOECAAAA Ag Home bedding 8.22 3885.84 1.13368836803595370 +AAAAAAAAIOICAAAA Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 +AAAAAAAAIOJBAAAA Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 +AAAAAAAAIONDAAAA Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 +AAAAAAAAIOOCAAAA Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +AAAAAAAAIPBBAAAA Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 +AAAAAAAAIPCEAAAA Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 +AAAAAAAAIPFAAAAA Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 AAAAAAAAIPFBAAAA Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 -AAAAAAAAIPHBAAAA Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 -AAAAAAAAIPIDAAAA Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 -AAAAAAAAIPJAAAAA Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 -AAAAAAAAIPKBAAAA Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 -AAAAAAAAIPLBAAAA And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 -AAAAAAAAIPLDAAAA New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 -AAAAAAAAIPNBAAAA Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 -AAAAAAAAIPOAAAAA Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 -AAAAAAAAIPOBAAAA Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 -AAAAAAAAIPPDAAAA Remaining w Sports camping 4.65 12413.70 2.38432177774288046 -AAAAAAAAJACCAAAA Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 -AAAAAAAAJAHAAAAA Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 -AAAAAAAAJAICAAAA Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 -AAAAAAAAJAOCAAAA That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 -AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 -AAAAAAAAJBCBAAAA Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 -AAAAAAAAJBFBAAAA Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 -AAAAAAAAJBGDAAAA Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 -AAAAAAAAJBMDAAAA Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 -AAAAAAAAJBPDAAAA Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 -AAAAAAAAJCACAAAA New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 -AAAAAAAAJCDCAAAA Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 -AAAAAAAAJCEBAAAA Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 -AAAAAAAAJCFAAAAA Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 -AAAAAAAAJCGCAAAA Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 -AAAAAAAAJCIDAAAA Structures may Home tables 4.92 312.50 0.16800229837896330 -AAAAAAAAJCJCAAAA Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 -AAAAAAAAJCKBAAAA Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 -AAAAAAAAJCODAAAA Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 -AAAAAAAAJDEAAAAA Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 -AAAAAAAAJDEDAAAA Ro Home furniture 3.69 420.40 0.11044299172620688 -AAAAAAAAJDHAAAAA Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 -AAAAAAAAJEBCAAAA Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 -AAAAAAAAJECBAAAA Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 -AAAAAAAAJEECAAAA Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 -AAAAAAAAJEJAAAAA Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 -AAAAAAAAJEKCAAAA Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 -AAAAAAAAJFACAAAA Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 -AAAAAAAAJFDCAAAA Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 -AAAAAAAAJFEBAAAA Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 -AAAAAAAAJFEEAAAA Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 -AAAAAAAAJFFAAAAA Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 -AAAAAAAAJFIDAAAA Things can r Sports camping 7.52 7918.69 1.52095708919941437 -AAAAAAAAJFKBAAAA Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 -AAAAAAAAJGEAAAAA Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 -AAAAAAAAJGHDAAAA Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 -AAAAAAAAJGKDAAAA Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 -AAAAAAAAJGNDAAAA Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 -AAAAAAAAJGPBAAAA Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 -AAAAAAAAJHAAAAAA Alre Books self-help 38.79 1662.56 0.63535512662256678 -AAAAAAAAJHGAAAAA Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 -AAAAAAAAJHGDAAAA Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 -AAAAAAAAJHIBAAAA Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 -AAAAAAAAJHJDAAAA At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 -AAAAAAAAJHNCAAAA Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 -AAAAAAAAJICDAAAA Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 -AAAAAAAAJIJCAAAA Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 -AAAAAAAAJILAAAAA Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 -AAAAAAAAJILDAAAA Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 -AAAAAAAAJIMCAAAA Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 -AAAAAAAAJINBAAAA That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 -AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 -AAAAAAAAJJFCAAAA Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 -AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 -AAAAAAAAJJKAAAAA Elsewher Books fiction 2.23 15758.25 4.36952725947808852 -AAAAAAAAJKDAAAAA Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 -AAAAAAAAJKDDAAAA Involunta Home decor 6.52 3664.04 1.29610996156106675 -AAAAAAAAJKFBAAAA Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 -AAAAAAAAJKGAAAAA Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 -AAAAAAAAJKIBAAAA Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 -AAAAAAAAJKLBAAAA Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 -AAAAAAAAJKMAAAAA English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 -AAAAAAAAJKMDAAAA Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 -AAAAAAAAJKNCAAAA Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 -AAAAAAAAJKOBAAAA Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 -AAAAAAAAJKPDAAAA Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 -AAAAAAAAJLACAAAA Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 -AAAAAAAAJLBBAAAA Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 -AAAAAAAAJLBEAAAA Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 -AAAAAAAAJLCDAAAA Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 -AAAAAAAAJLDCAAAA Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 -AAAAAAAAJLIAAAAA Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 -AAAAAAAAJLIDAAAA Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 -AAAAAAAAJLNBAAAA Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 -AAAAAAAAJMCCAAAA Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 -AAAAAAAAJMDEAAAA Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 -AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 -AAAAAAAAJMGBAAAA Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 -AAAAAAAAJMHAAAAA Eye Home rugs 2.18 7906.31 2.78577461528766540 +AAAAAAAAIPHBAAAA Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 +AAAAAAAAIPIDAAAA Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 +AAAAAAAAIPJAAAAA Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 +AAAAAAAAIPKBAAAA Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 +AAAAAAAAIPLBAAAA And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 +AAAAAAAAIPLDAAAA New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 +AAAAAAAAIPNBAAAA Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 +AAAAAAAAIPOAAAAA Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 +AAAAAAAAIPOBAAAA Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 +AAAAAAAAIPPDAAAA Remaining w Sports camping 4.65 12413.70 2.38432177774288046 +AAAAAAAAJACCAAAA Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 +AAAAAAAAJAHAAAAA Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 +AAAAAAAAJAICAAAA Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 +AAAAAAAAJAOCAAAA That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 +AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 +AAAAAAAAJBCBAAAA Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 +AAAAAAAAJBFBAAAA Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 +AAAAAAAAJBGDAAAA Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 +AAAAAAAAJBMDAAAA Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 +AAAAAAAAJBPDAAAA Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +AAAAAAAAJCACAAAA New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 +AAAAAAAAJCDCAAAA Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 +AAAAAAAAJCEBAAAA Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 +AAAAAAAAJCFAAAAA Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 +AAAAAAAAJCGCAAAA Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 +AAAAAAAAJCIDAAAA Structures may Home tables 4.92 312.50 0.16800229837896330 +AAAAAAAAJCJCAAAA Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +AAAAAAAAJCKBAAAA Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 +AAAAAAAAJCODAAAA Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 +AAAAAAAAJDEAAAAA Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 +AAAAAAAAJDEDAAAA Ro Home furniture 3.69 420.40 0.11044299172620688 +AAAAAAAAJDHAAAAA Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 +AAAAAAAAJEBCAAAA Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +AAAAAAAAJECBAAAA Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 +AAAAAAAAJEECAAAA Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 +AAAAAAAAJEJAAAAA Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 +AAAAAAAAJEKCAAAA Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 +AAAAAAAAJFACAAAA Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 +AAAAAAAAJFDCAAAA Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 +AAAAAAAAJFEBAAAA Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +AAAAAAAAJFEEAAAA Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 +AAAAAAAAJFFAAAAA Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 +AAAAAAAAJFIDAAAA Things can r Sports camping 7.52 7918.69 1.52095708919941437 +AAAAAAAAJFKBAAAA Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 +AAAAAAAAJGEAAAAA Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 +AAAAAAAAJGHDAAAA Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 +AAAAAAAAJGKDAAAA Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 +AAAAAAAAJGNDAAAA Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +AAAAAAAAJGPBAAAA Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 +AAAAAAAAJHAAAAAA Alre Books self-help 38.79 1662.56 0.63535512662256678 +AAAAAAAAJHGAAAAA Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 +AAAAAAAAJHGDAAAA Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 +AAAAAAAAJHIBAAAA Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 +AAAAAAAAJHJDAAAA At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 +AAAAAAAAJHNCAAAA Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 +AAAAAAAAJICDAAAA Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 +AAAAAAAAJIJCAAAA Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 +AAAAAAAAJILAAAAA Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 +AAAAAAAAJILDAAAA Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 +AAAAAAAAJIMCAAAA Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 +AAAAAAAAJINBAAAA That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 +AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 +AAAAAAAAJJFCAAAA Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 +AAAAAAAAJJKAAAAA Elsewher Books fiction 2.23 15758.25 4.36952725947808852 +AAAAAAAAJKDAAAAA Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 +AAAAAAAAJKDDAAAA Involunta Home decor 6.52 3664.04 1.29610996156106675 +AAAAAAAAJKFBAAAA Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 +AAAAAAAAJKGAAAAA Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 +AAAAAAAAJKIBAAAA Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 +AAAAAAAAJKLBAAAA Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 +AAAAAAAAJKMAAAAA English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 +AAAAAAAAJKMDAAAA Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 +AAAAAAAAJKNCAAAA Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 +AAAAAAAAJKOBAAAA Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 +AAAAAAAAJKPDAAAA Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 +AAAAAAAAJLACAAAA Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 +AAAAAAAAJLBBAAAA Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 +AAAAAAAAJLBEAAAA Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 +AAAAAAAAJLCDAAAA Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 +AAAAAAAAJLDCAAAA Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 +AAAAAAAAJLIAAAAA Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 +AAAAAAAAJLIDAAAA Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 +AAAAAAAAJLNBAAAA Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 +AAAAAAAAJMCCAAAA Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 +AAAAAAAAJMDEAAAA Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 +AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 +AAAAAAAAJMGBAAAA Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 +AAAAAAAAJMHAAAAA Eye Home rugs 2.18 7906.31 2.78577461528766540 AAAAAAAAJMKDAAAA Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 -AAAAAAAAJNBCAAAA Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 -AAAAAAAAJNFBAAAA Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 -AAAAAAAAJNFEAAAA Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 -AAAAAAAAJNGAAAAA Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 -AAAAAAAAJNJAAAAA Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 -AAAAAAAAJNMDAAAA Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 -AAAAAAAAJNNCAAAA Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 -AAAAAAAAJOEEAAAA Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 -AAAAAAAAJOGCAAAA Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 -AAAAAAAAJOIDAAAA Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 -AAAAAAAAJOODAAAA Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 -AAAAAAAAJOPCAAAA Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 -AAAAAAAAJPABAAAA Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 -AAAAAAAAJPAEAAAA Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 -AAAAAAAAJPBDAAAA Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 -AAAAAAAAJPCCAAAA Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 -AAAAAAAAJPJBAAAA Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 -AAAAAAAAJPKDAAAA Recent Home bedding 0.35 256.88 0.07494437958873134 -AAAAAAAAKABAAAAA Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 -AAAAAAAAKACBAAAA Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 -AAAAAAAAKACCAAAA Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 -AAAAAAAAKADDAAAA Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 -AAAAAAAAKAEDAAAA Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 -AAAAAAAAKAFBAAAA Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 -AAAAAAAAKAFCAAAA Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 -AAAAAAAAKAICAAAA Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 -AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 -AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 -AAAAAAAAKALBAAAA Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 -AAAAAAAAKAPDAAAA Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 -AAAAAAAAKBCBAAAA Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 -AAAAAAAAKBEEAAAA Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 -AAAAAAAAKBFDAAAA Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 -AAAAAAAAKBHBAAAA National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 -AAAAAAAAKBHCAAAA New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 -AAAAAAAAKBIDAAAA Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 -AAAAAAAAKBJCAAAA For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 -AAAAAAAAKBKCAAAA Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 -AAAAAAAAKBMCAAAA Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 -AAAAAAAAKBNCAAAA Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 -AAAAAAAAKBOAAAAA Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 -AAAAAAAAKBPCAAAA Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 -AAAAAAAAKBPDAAAA Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 -AAAAAAAAKCBDAAAA Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 -AAAAAAAAKCBEAAAA Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 -AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 -AAAAAAAAKCCCAAAA English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 -AAAAAAAAKCDCAAAA So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 -AAAAAAAAKCDEAAAA Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 -AAAAAAAAKCEBAAAA Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 -AAAAAAAAKCEEAAAA Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 -AAAAAAAAKCGCAAAA Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 -AAAAAAAAKCIDAAAA Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 -AAAAAAAAKCLAAAAA In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 -AAAAAAAAKCNBAAAA Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 -AAAAAAAAKCOAAAAA Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 -AAAAAAAAKCOCAAAA Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 -AAAAAAAAKDABAAAA Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 -AAAAAAAAKDADAAAA More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 -AAAAAAAAKDBDAAAA Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 -AAAAAAAAKDCEAAAA Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL -AAAAAAAAKDEAAAAA Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 -AAAAAAAAKDFCAAAA Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 -AAAAAAAAKDGBAAAA Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 -AAAAAAAAKDHAAAAA National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 -AAAAAAAAKDKAAAAA Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 -AAAAAAAAKDMBAAAA Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 -AAAAAAAAKDNCAAAA So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 -AAAAAAAAKDOBAAAA Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 -AAAAAAAAKECAAAAA High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 -AAAAAAAAKEFAAAAA Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 -AAAAAAAAKEIDAAAA So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 -AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 -AAAAAAAAKEJDAAAA In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 -AAAAAAAAKELBAAAA However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 -AAAAAAAAKEMAAAAA Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 -AAAAAAAAKEPCAAAA Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 -AAAAAAAAKFABAAAA Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 -AAAAAAAAKFAEAAAA Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 -AAAAAAAAKFBEAAAA Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 -AAAAAAAAKFFAAAAA Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 -AAAAAAAAKFHBAAAA Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 -AAAAAAAAKFHDAAAA Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 -AAAAAAAAKFKBAAAA Important childre Home paint 9.84 2783.72 0.70321632319152474 -AAAAAAAAKFKDAAAA Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 -AAAAAAAAKFLAAAAA Everyd Books history 1.79 7069.46 1.86798138915080206 -AAAAAAAAKFLDAAAA Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 -AAAAAAAAKFMBAAAA Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 -AAAAAAAAKFMCAAAA Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 -AAAAAAAAKFODAAAA Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 -AAAAAAAAKFPCAAAA Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 -AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 -AAAAAAAAKGCBAAAA Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 -AAAAAAAAKGEAAAAA There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 -AAAAAAAAKGFBAAAA Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 -AAAAAAAAKGJDAAAA Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 -AAAAAAAAKGKAAAAA Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 -AAAAAAAAKGKCAAAA Ei Sports fishing 4.30 11452.66 3.90761553517258642 -AAAAAAAAKGLBAAAA Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 -AAAAAAAAKGMBAAAA Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 -AAAAAAAAKGNCAAAA Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 -AAAAAAAAKGNDAAAA There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 -AAAAAAAAKGPAAAAA There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 -AAAAAAAAKGPBAAAA Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 -AAAAAAAAKHAAAAAA Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 -AAAAAAAAKHBBAAAA Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 -AAAAAAAAKHBCAAAA Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 -AAAAAAAAKHCEAAAA Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 -AAAAAAAAKHEBAAAA New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 -AAAAAAAAKHECAAAA Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 -AAAAAAAAKHEEAAAA Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 -AAAAAAAAKHFAAAAA Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 -AAAAAAAAKHFBAAAA Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 -AAAAAAAAKHFEAAAA Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 -AAAAAAAAKHGDAAAA Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 -AAAAAAAAKHIBAAAA Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 -AAAAAAAAKHJCAAAA Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 -AAAAAAAAKHMAAAAA Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 -AAAAAAAAKHOBAAAA Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 -AAAAAAAAKHPDAAAA Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 -AAAAAAAAKIACAAAA Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 -AAAAAAAAKIAEAAAA Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 -AAAAAAAAKIBEAAAA Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 -AAAAAAAAKICCAAAA Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 -AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 -AAAAAAAAKIDBAAAA Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 -AAAAAAAAKIDCAAAA Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 -AAAAAAAAKIEEAAAA Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 -AAAAAAAAKIIAAAAA For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 -AAAAAAAAKIKAAAAA Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 -AAAAAAAAKILAAAAA Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 -AAAAAAAAKILDAAAA Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 -AAAAAAAAKINDAAAA Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 -AAAAAAAAKIOAAAAA Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 -AAAAAAAAKJAEAAAA Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL -AAAAAAAAKJDEAAAA Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 -AAAAAAAAKJEAAAAA Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 -AAAAAAAAKJECAAAA Stud Books romance 3.37 4311.85 1.16463168200624402 -AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 -AAAAAAAAKJKAAAAA Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 -AAAAAAAAKJLCAAAA Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 -AAAAAAAAKJMAAAAA Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 -AAAAAAAAKJNAAAAA Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 -AAAAAAAAKJPBAAAA Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 -AAAAAAAAKJPDAAAA Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 -AAAAAAAAKKAAAAAA Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 -AAAAAAAAKKBBAAAA Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 +AAAAAAAAJNBCAAAA Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 +AAAAAAAAJNFBAAAA Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 +AAAAAAAAJNFEAAAA Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 +AAAAAAAAJNGAAAAA Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 +AAAAAAAAJNJAAAAA Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 +AAAAAAAAJNMDAAAA Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 +AAAAAAAAJNNCAAAA Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 +AAAAAAAAJOEEAAAA Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 +AAAAAAAAJOGCAAAA Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 +AAAAAAAAJOIDAAAA Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 +AAAAAAAAJOODAAAA Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 +AAAAAAAAJOPCAAAA Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 +AAAAAAAAJPABAAAA Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 +AAAAAAAAJPAEAAAA Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 +AAAAAAAAJPBDAAAA Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 +AAAAAAAAJPCCAAAA Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 +AAAAAAAAJPJBAAAA Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 +AAAAAAAAJPKDAAAA Recent Home bedding 0.35 256.88 0.07494437958873134 +AAAAAAAAKABAAAAA Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 +AAAAAAAAKACBAAAA Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 +AAAAAAAAKACCAAAA Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 +AAAAAAAAKADDAAAA Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 +AAAAAAAAKAEDAAAA Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 +AAAAAAAAKAFBAAAA Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +AAAAAAAAKAFCAAAA Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 +AAAAAAAAKAICAAAA Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 +AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +AAAAAAAAKALBAAAA Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 +AAAAAAAAKAPDAAAA Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 +AAAAAAAAKBCBAAAA Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 +AAAAAAAAKBEEAAAA Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 +AAAAAAAAKBFDAAAA Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 +AAAAAAAAKBHBAAAA National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 +AAAAAAAAKBHCAAAA New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 +AAAAAAAAKBIDAAAA Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 +AAAAAAAAKBJCAAAA For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 +AAAAAAAAKBKCAAAA Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 +AAAAAAAAKBMCAAAA Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 +AAAAAAAAKBNCAAAA Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 +AAAAAAAAKBOAAAAA Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 +AAAAAAAAKBPCAAAA Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 +AAAAAAAAKBPDAAAA Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 +AAAAAAAAKCBDAAAA Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 +AAAAAAAAKCBEAAAA Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 +AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 +AAAAAAAAKCCCAAAA English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 +AAAAAAAAKCDCAAAA So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 +AAAAAAAAKCDEAAAA Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 +AAAAAAAAKCEBAAAA Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 +AAAAAAAAKCEEAAAA Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 +AAAAAAAAKCGCAAAA Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 +AAAAAAAAKCIDAAAA Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 +AAAAAAAAKCLAAAAA In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 +AAAAAAAAKCNBAAAA Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +AAAAAAAAKCOAAAAA Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 +AAAAAAAAKCOCAAAA Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 +AAAAAAAAKDABAAAA Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 +AAAAAAAAKDADAAAA More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 +AAAAAAAAKDBDAAAA Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 +AAAAAAAAKDCEAAAA Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL +AAAAAAAAKDEAAAAA Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 +AAAAAAAAKDFCAAAA Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 +AAAAAAAAKDGBAAAA Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 +AAAAAAAAKDHAAAAA National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 +AAAAAAAAKDKAAAAA Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 +AAAAAAAAKDMBAAAA Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 +AAAAAAAAKDNCAAAA So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 +AAAAAAAAKDOBAAAA Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 +AAAAAAAAKECAAAAA High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 +AAAAAAAAKEFAAAAA Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 +AAAAAAAAKEIDAAAA So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 +AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 +AAAAAAAAKEJDAAAA In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 +AAAAAAAAKELBAAAA However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 +AAAAAAAAKEMAAAAA Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 +AAAAAAAAKEPCAAAA Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 +AAAAAAAAKFABAAAA Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 +AAAAAAAAKFAEAAAA Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 +AAAAAAAAKFBEAAAA Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 +AAAAAAAAKFFAAAAA Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 +AAAAAAAAKFHBAAAA Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 +AAAAAAAAKFHDAAAA Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 +AAAAAAAAKFKBAAAA Important childre Home paint 9.84 2783.72 0.70321632319152474 +AAAAAAAAKFKDAAAA Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 +AAAAAAAAKFLAAAAA Everyd Books history 1.79 7069.46 1.86798138915080206 +AAAAAAAAKFLDAAAA Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 +AAAAAAAAKFMBAAAA Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 +AAAAAAAAKFMCAAAA Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 +AAAAAAAAKFODAAAA Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +AAAAAAAAKFPCAAAA Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 +AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 +AAAAAAAAKGCBAAAA Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 +AAAAAAAAKGEAAAAA There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 +AAAAAAAAKGFBAAAA Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 +AAAAAAAAKGJDAAAA Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 +AAAAAAAAKGKAAAAA Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 +AAAAAAAAKGKCAAAA Ei Sports fishing 4.30 11452.66 3.90761553517258642 +AAAAAAAAKGLBAAAA Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 +AAAAAAAAKGMBAAAA Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 +AAAAAAAAKGNCAAAA Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 +AAAAAAAAKGNDAAAA There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +AAAAAAAAKGPAAAAA There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 +AAAAAAAAKGPBAAAA Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 +AAAAAAAAKHAAAAAA Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 +AAAAAAAAKHBBAAAA Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 +AAAAAAAAKHBCAAAA Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 +AAAAAAAAKHCEAAAA Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 +AAAAAAAAKHEBAAAA New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 +AAAAAAAAKHECAAAA Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 +AAAAAAAAKHEEAAAA Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 +AAAAAAAAKHFAAAAA Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 +AAAAAAAAKHFBAAAA Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 +AAAAAAAAKHFEAAAA Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 +AAAAAAAAKHGDAAAA Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 +AAAAAAAAKHIBAAAA Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 +AAAAAAAAKHJCAAAA Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 +AAAAAAAAKHMAAAAA Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 +AAAAAAAAKHOBAAAA Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 +AAAAAAAAKHPDAAAA Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 +AAAAAAAAKIACAAAA Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 +AAAAAAAAKIAEAAAA Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 +AAAAAAAAKIBEAAAA Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 +AAAAAAAAKICCAAAA Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 +AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 +AAAAAAAAKIDBAAAA Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 +AAAAAAAAKIDCAAAA Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 +AAAAAAAAKIEEAAAA Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 +AAAAAAAAKIIAAAAA For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 +AAAAAAAAKIKAAAAA Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 +AAAAAAAAKILAAAAA Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +AAAAAAAAKILDAAAA Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 +AAAAAAAAKINDAAAA Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 +AAAAAAAAKIOAAAAA Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 +AAAAAAAAKJAEAAAA Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +AAAAAAAAKJDEAAAA Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 +AAAAAAAAKJEAAAAA Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 +AAAAAAAAKJECAAAA Stud Books romance 3.37 4311.85 1.16463168200624402 +AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 +AAAAAAAAKJKAAAAA Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 +AAAAAAAAKJLCAAAA Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 +AAAAAAAAKJMAAAAA Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 +AAAAAAAAKJNAAAAA Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 +AAAAAAAAKJPBAAAA Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 +AAAAAAAAKJPDAAAA Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 +AAAAAAAAKKAAAAAA Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 +AAAAAAAAKKBBAAAA Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 AAAAAAAAKKCEAAAA NULL Sports tennis NULL 3075.00 1.06068585637671919 -AAAAAAAAKKFEAAAA Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 -AAAAAAAAKKGDAAAA Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 -AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 -AAAAAAAAKKJCAAAA Wages Books reference 5.92 5010.76 1.66113651778278607 -AAAAAAAAKKLDAAAA Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 -AAAAAAAAKKMDAAAA Co Home accent 2.71 26367.53 8.52527452047870942 -AAAAAAAAKKOBAAAA Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 -AAAAAAAAKKPDAAAA Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 -AAAAAAAAKLACAAAA Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 -AAAAAAAAKLBBAAAA Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 -AAAAAAAAKLCAAAAA Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 -AAAAAAAAKLDBAAAA Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 -AAAAAAAAKLDEAAAA Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 -AAAAAAAAKLEEAAAA Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 -AAAAAAAAKLFCAAAA Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 -AAAAAAAAKLGBAAAA Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 -AAAAAAAAKLHBAAAA Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 -AAAAAAAAKLKBAAAA Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 -AAAAAAAAKLLDAAAA Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 -AAAAAAAAKLNAAAAA Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 -AAAAAAAAKLODAAAA Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 -AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 -AAAAAAAAKMABAAAA Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 -AAAAAAAAKMAEAAAA True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 -AAAAAAAAKMCBAAAA Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 -AAAAAAAAKMFCAAAA Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 -AAAAAAAAKMKCAAAA Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 -AAAAAAAAKMMAAAAA Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 -AAAAAAAAKMNCAAAA Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 -AAAAAAAAKMOCAAAA Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 -AAAAAAAAKNBBAAAA Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 -AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 -AAAAAAAAKNBEAAAA Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 -AAAAAAAAKNECAAAA Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 -AAAAAAAAKNFBAAAA Publi Books fiction 1.56 5440.65 1.50861094882232877 -AAAAAAAAKNGCAAAA Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 -AAAAAAAAKNIBAAAA Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 -AAAAAAAAKNKBAAAA Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 -AAAAAAAAKNLAAAAA Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 -AAAAAAAAKNLBAAAA Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 -AAAAAAAAKNMCAAAA Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 -AAAAAAAAKNOAAAAA Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 -AAAAAAAAKOABAAAA Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 -AAAAAAAAKOAEAAAA Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 -AAAAAAAAKOBAAAAA Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 -AAAAAAAAKOBDAAAA Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 -AAAAAAAAKOFCAAAA Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 -AAAAAAAAKOHBAAAA Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 -AAAAAAAAKOIDAAAA Rights pay Home furniture 4.07 4771.20 1.25343863492882561 -AAAAAAAAKOJBAAAA Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 -AAAAAAAAKONBAAAA Splendid off Home tables 1.82 4780.65 2.57011260078525081 -AAAAAAAAKPAAAAAA Effects ought Books travel 4.16 5500.91 2.34284156705913419 -AAAAAAAAKPABAAAA Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 -AAAAAAAAKPAEAAAA Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 -AAAAAAAAKPBAAAAA Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 -AAAAAAAAKPBCAAAA Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 -AAAAAAAAKPCBAAAA Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 -AAAAAAAAKPECAAAA Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 -AAAAAAAAKPEDAAAA Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 -AAAAAAAAKPGAAAAA Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 -AAAAAAAAKPGDAAAA Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 -AAAAAAAAKPICAAAA Easily adv Home glassware 4.25 9484.34 2.75590640412610999 -AAAAAAAAKPNCAAAA New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 -AAAAAAAAKPNDAAAA Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 -AAAAAAAAKPOBAAAA Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 -AAAAAAAAKPPAAAAA Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 -AAAAAAAAKPPBAAAA Prime Home mattresses 0.60 5227.40 1.52962388762540303 -AAAAAAAAKPPDAAAA Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 -AAAAAAAALAFAAAAA New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 -AAAAAAAALALAAAAA Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 -AAAAAAAALANBAAAA Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 -AAAAAAAALAPCAAAA Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 -AAAAAAAALBABAAAA Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 -AAAAAAAALBBAAAAA New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 -AAAAAAAALBCCAAAA American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 -AAAAAAAALBDBAAAA Fo Home kids 1.39 6140.28 2.46794054286910648 -AAAAAAAALBEAAAAA Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 -AAAAAAAALBEDAAAA Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 -AAAAAAAALBGEAAAA Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 -AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 -AAAAAAAALBLCAAAA Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 -AAAAAAAALBNDAAAA Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 -AAAAAAAALCAAAAAA Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 -AAAAAAAALCBCAAAA Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 -AAAAAAAALCCBAAAA Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 -AAAAAAAALCCEAAAA Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 -AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 -AAAAAAAALCDDAAAA Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 -AAAAAAAALCFBAAAA English Books reference 3.87 3969.62 1.31598415085154812 -AAAAAAAALCFEAAAA Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 -AAAAAAAALCGAAAAA R Home lighting 3.18 11394.38 3.45393784586347901 -AAAAAAAALCGDAAAA Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 -AAAAAAAALCLBAAAA Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 -AAAAAAAALCOBAAAA Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 -AAAAAAAALCPAAAAA Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 -AAAAAAAALDACAAAA Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 -AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 -AAAAAAAALDEBAAAA New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 -AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 -AAAAAAAALDFDAAAA Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 -AAAAAAAALDODAAAA Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 -AAAAAAAALEABAAAA Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 -AAAAAAAALECCAAAA So overall Sports football 4.39 5216.24 2.26120139437226913 -AAAAAAAALEDEAAAA Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 -AAAAAAAALEEAAAAA Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 -AAAAAAAALEEDAAAA Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 -AAAAAAAALEICAAAA Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 -AAAAAAAALEKDAAAA Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 -AAAAAAAALEPBAAAA Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 -AAAAAAAALFBCAAAA Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 -AAAAAAAALFCEAAAA Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 -AAAAAAAALFGAAAAA Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 -AAAAAAAALFGDAAAA Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 -AAAAAAAALFJDAAAA Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 -AAAAAAAALFMDAAAA Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 -AAAAAAAALFOBAAAA About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 -AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 -AAAAAAAALGBEAAAA Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 -AAAAAAAALGCAAAAA Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 -AAAAAAAALGCDAAAA Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 -AAAAAAAALGEEAAAA More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 -AAAAAAAALGFDAAAA Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 -AAAAAAAALGIDAAAA Sc Sports football 1.08 54.79 0.02375105907658709 -AAAAAAAALGMCAAAA Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 -AAAAAAAALGNBAAAA Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 -AAAAAAAALGOAAAAA Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 -AAAAAAAALHICAAAA Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 -AAAAAAAALHKDAAAA Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 -AAAAAAAALIAAAAAA Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 -AAAAAAAALIBCAAAA Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 -AAAAAAAALICBAAAA Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 -AAAAAAAALIDAAAAA Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 -AAAAAAAALIFBAAAA Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 -AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 -AAAAAAAALIJAAAAA Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 -AAAAAAAALIMAAAAA Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 -AAAAAAAALIOBAAAA So no Books reference 73.22 1488.48 0.49345178854890703 -AAAAAAAALIPAAAAA Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 -AAAAAAAALIPDAAAA Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 -AAAAAAAALJCDAAAA Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 -AAAAAAAALJHBAAAA Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 -AAAAAAAALJIDAAAA Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 -AAAAAAAALJKBAAAA Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 -AAAAAAAALJLAAAAA Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 -AAAAAAAALJLDAAAA Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 -AAAAAAAALJOAAAAA Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 -AAAAAAAALKNAAAAA Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 -AAAAAAAALKPBAAAA Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 -AAAAAAAALLAAAAAA Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 -AAAAAAAALLADAAAA Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 -AAAAAAAALLDAAAAA Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 -AAAAAAAALLGAAAAA Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 -AAAAAAAALLHCAAAA Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 -AAAAAAAALLMAAAAA Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 -AAAAAAAALLNCAAAA Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 -AAAAAAAALLOBAAAA Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 -AAAAAAAALLPAAAAA Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 -AAAAAAAALMGCAAAA Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 -AAAAAAAALMJCAAAA Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 -AAAAAAAALMODAAAA Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 -AAAAAAAALNABAAAA Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 -AAAAAAAALNAEAAAA Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 -AAAAAAAALNCCAAAA Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 -AAAAAAAALNDEAAAA Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 -AAAAAAAALNGBAAAA Levels will l Books reference 3.87 13388.03 4.43831784682792099 -AAAAAAAALNHDAAAA Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 -AAAAAAAALNMBAAAA Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 -AAAAAAAALOBCAAAA Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 -AAAAAAAALOCBAAAA Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 -AAAAAAAALOCEAAAA Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 -AAAAAAAALODDAAAA As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 -AAAAAAAALOFBAAAA Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 -AAAAAAAALOHCAAAA Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 -AAAAAAAALOIBAAAA Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 -AAAAAAAALONCAAAA Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 -AAAAAAAALOOBAAAA Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 -AAAAAAAALPCAAAAA Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 -AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 -AAAAAAAALPEEAAAA Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 -AAAAAAAALPGCAAAA Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 -AAAAAAAALPIAAAAA Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 -AAAAAAAALPKBAAAA Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 -AAAAAAAALPLDAAAA Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 -AAAAAAAALPPCAAAA Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 -AAAAAAAAMAACAAAA Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 -AAAAAAAAMABAAAAA Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 -AAAAAAAAMABBAAAA Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 -AAAAAAAAMACDAAAA Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 -AAAAAAAAMAEAAAAA Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 -AAAAAAAAMAEEAAAA Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 -AAAAAAAAMAFAAAAA Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 -AAAAAAAAMAGBAAAA Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 -AAAAAAAAMAHDAAAA Jol Books entertainments 14.38 5937.80 2.97353901822232865 -AAAAAAAAMAIDAAAA Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 -AAAAAAAAMAKAAAAA However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 -AAAAAAAAMAKDAAAA Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 -AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 -AAAAAAAAMANAAAAA Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 -AAAAAAAAMANBAAAA Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 -AAAAAAAAMANDAAAA French Books parenting 4.98 15486.40 6.38852217736795559 -AAAAAAAAMAOCAAAA Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 -AAAAAAAAMBCCAAAA Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 -AAAAAAAAMBEAAAAA Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 -AAAAAAAAMBFCAAAA Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 -AAAAAAAAMBFEAAAA Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 -AAAAAAAAMBGAAAAA Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL -AAAAAAAAMBGEAAAA Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 -AAAAAAAAMBHDAAAA Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 -AAAAAAAAMBKCAAAA Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 -AAAAAAAAMBMBAAAA Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 -AAAAAAAAMBOBAAAA Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 -AAAAAAAAMBPBAAAA Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 -AAAAAAAAMBPDAAAA Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 -AAAAAAAAMCADAAAA Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 -AAAAAAAAMCBCAAAA American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 -AAAAAAAAMCDAAAAA Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 -AAAAAAAAMCDCAAAA Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 -AAAAAAAAMCDDAAAA Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 -AAAAAAAAMCECAAAA Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 -AAAAAAAAMCFDAAAA Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 -AAAAAAAAMCFEAAAA Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 -AAAAAAAAMCHBAAAA Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 -AAAAAAAAMCHCAAAA English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 -AAAAAAAAMCJCAAAA Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 -AAAAAAAAMCLAAAAA Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 -AAAAAAAAMCNBAAAA Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 -AAAAAAAAMCNCAAAA Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 -AAAAAAAAMCPCAAAA Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 -AAAAAAAAMDBBAAAA Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 -AAAAAAAAMDBEAAAA Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 -AAAAAAAAMDDBAAAA Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 -AAAAAAAAMDEAAAAA Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 -AAAAAAAAMDEEAAAA Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 -AAAAAAAAMDFAAAAA Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 -AAAAAAAAMDGBAAAA Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 -AAAAAAAAMDHAAAAA Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 -AAAAAAAAMDKDAAAA Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 -AAAAAAAAMDLCAAAA Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 -AAAAAAAAMDMBAAAA Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 -AAAAAAAAMDNAAAAA Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 -AAAAAAAAMDPBAAAA Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 -AAAAAAAAMEAAAAAA Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 -AAAAAAAAMEABAAAA Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 -AAAAAAAAMEBCAAAA Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 -AAAAAAAAMECBAAAA Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 -AAAAAAAAMECCAAAA Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 -AAAAAAAAMECEAAAA Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 -AAAAAAAAMEECAAAA Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 -AAAAAAAAMEFCAAAA Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 -AAAAAAAAMEGAAAAA Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 -AAAAAAAAMEGBAAAA Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 -AAAAAAAAMEGEAAAA Ag Sports camping 2.85 14559.70 2.79650787334984869 -AAAAAAAAMEHAAAAA So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 -AAAAAAAAMEJAAAAA Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 -AAAAAAAAMEKCAAAA So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 -AAAAAAAAMELCAAAA Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 -AAAAAAAAMENCAAAA Reporte Sports archery 5.38 9065.89 2.67260227802458394 -AAAAAAAAMFAAAAAA Employers w Sports optics 4.48 4800.78 1.39155907266497368 -AAAAAAAAMFACAAAA Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 -AAAAAAAAMFADAAAA New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 -AAAAAAAAMFBCAAAA So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 -AAAAAAAAMFBEAAAA Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 -AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 -AAAAAAAAMFFBAAAA Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 -AAAAAAAAMFFEAAAA Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 -AAAAAAAAMFHBAAAA So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 -AAAAAAAAMFHCAAAA Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 -AAAAAAAAMFJAAAAA Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 -AAAAAAAAMFKBAAAA Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 -AAAAAAAAMFMAAAAA Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 -AAAAAAAAMFOBAAAA Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 -AAAAAAAAMFODAAAA Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 -AAAAAAAAMFPCAAAA Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 -AAAAAAAAMGAEAAAA Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 -AAAAAAAAMGBAAAAA Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 -AAAAAAAAMGBBAAAA Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 -AAAAAAAAMGCDAAAA Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 -AAAAAAAAMGEEAAAA Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 -AAAAAAAAMGFAAAAA Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 -AAAAAAAAMGFDAAAA Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 -AAAAAAAAMGHBAAAA Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 -AAAAAAAAMGICAAAA Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 -AAAAAAAAMGKBAAAA Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 -AAAAAAAAMGNBAAAA Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 -AAAAAAAAMGOCAAAA Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 -AAAAAAAAMGODAAAA Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 -AAAAAAAAMGPCAAAA Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 -AAAAAAAAMHABAAAA Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 -AAAAAAAAMHCBAAAA Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 -AAAAAAAAMHDBAAAA Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 -AAAAAAAAMHDDAAAA Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 -AAAAAAAAMHFEAAAA Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 -AAAAAAAAMHHCAAAA Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 -AAAAAAAAMHIBAAAA Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 -AAAAAAAAMHMAAAAA Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 -AAAAAAAAMHMBAAAA Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 -AAAAAAAAMHNCAAAA Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 -AAAAAAAAMHPAAAAA Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 -AAAAAAAAMIACAAAA Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 -AAAAAAAAMICDAAAA Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 -AAAAAAAAMIEBAAAA Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 -AAAAAAAAMIECAAAA Le Home flatware 9.98 11828.71 2.66070821965981599 -AAAAAAAAMIFBAAAA Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 -AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 -AAAAAAAAMIGDAAAA Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 -AAAAAAAAMIHCAAAA Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 -AAAAAAAAMIIDAAAA Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 -AAAAAAAAMIKCAAAA Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 -AAAAAAAAMILDAAAA So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 -AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 -AAAAAAAAMJAEAAAA Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 -AAAAAAAAMJBBAAAA Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 -AAAAAAAAMJBDAAAA Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 -AAAAAAAAMJCCAAAA Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 -AAAAAAAAMJDCAAAA Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 -AAAAAAAAMJDEAAAA Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 -AAAAAAAAMJEAAAAA Local pro Books computers 1.04 3400.92 1.03902150650969466 -AAAAAAAAMJHAAAAA Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 -AAAAAAAAMJIDAAAA Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 -AAAAAAAAMJJBAAAA Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 -AAAAAAAAMJKBAAAA References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 -AAAAAAAAMJLCAAAA Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 -AAAAAAAAMJNAAAAA Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 -AAAAAAAAMKAAAAAA Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 -AAAAAAAAMKAEAAAA Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 -AAAAAAAAMKCEAAAA So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 -AAAAAAAAMKDEAAAA Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 -AAAAAAAAMKECAAAA Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 -AAAAAAAAMKEDAAAA States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 -AAAAAAAAMKFCAAAA Ex Sports fishing 6.75 1595.67 0.54443813760373930 -AAAAAAAAMKGBAAAA So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 -AAAAAAAAMKGDAAAA Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 -AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 -AAAAAAAAMKHDAAAA As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 -AAAAAAAAMKKAAAAA Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 -AAAAAAAAMKMBAAAA Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 -AAAAAAAAMKMDAAAA Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 -AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 -AAAAAAAAMKPAAAAA Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 -AAAAAAAAMKPDAAAA High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 -AAAAAAAAMLAAAAAA Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 -AAAAAAAAMLBBAAAA Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 -AAAAAAAAMLBCAAAA Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 -AAAAAAAAMLBEAAAA Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 -AAAAAAAAMLCAAAAA Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 -AAAAAAAAMLCEAAAA Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 -AAAAAAAAMLEEAAAA Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 -AAAAAAAAMLHBAAAA Valu Books romance 1.87 4397.36 1.18772795277826853 -AAAAAAAAMLIBAAAA High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 -AAAAAAAAMLIDAAAA Fo Home mattresses 0.33 3335.98 0.97616304408321383 -AAAAAAAAMLJAAAAA Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 -AAAAAAAAMLKBAAAA Implicit, indian Home paint 0.68 162.27 0.04099223799961516 -AAAAAAAAMLLAAAAA There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 -AAAAAAAAMLMAAAAA Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 -AAAAAAAAMLNCAAAA Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 -AAAAAAAAMMBAAAAA Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 -AAAAAAAAMMBEAAAA Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 -AAAAAAAAMMDBAAAA Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 -AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 8124.94 2.48226579840186729 -AAAAAAAAMMHAAAAA Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 -AAAAAAAAMMIAAAAA Scenes should Home lighting 8.25 549.90 0.16668922937802031 -AAAAAAAAMMICAAAA Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 -AAAAAAAAMMIDAAAA Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 -AAAAAAAAMMJBAAAA Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 -AAAAAAAAMMJCAAAA Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 -AAAAAAAAMMKAAAAA Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 -AAAAAAAAMMNBAAAA Years Home bathroom 0.97 10497.66 3.56041136598259649 -AAAAAAAAMMNDAAAA Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 -AAAAAAAAMNDAAAAA Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 -AAAAAAAAMNEDAAAA Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 -AAAAAAAAMNFEAAAA Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 -AAAAAAAAMNIBAAAA There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 -AAAAAAAAMNICAAAA Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 -AAAAAAAAMNJAAAAA American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 -AAAAAAAAMNJBAAAA Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 -AAAAAAAAMNKAAAAA Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 -AAAAAAAAMNKDAAAA Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 -AAAAAAAAMNLBAAAA Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 -AAAAAAAAMNMDAAAA Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 -AAAAAAAAMNNAAAAA Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 -AAAAAAAAMNNDAAAA Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 -AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 -AAAAAAAAMNPBAAAA Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 -AAAAAAAAMOAAAAAA Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 -AAAAAAAAMOCAAAAA Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 -AAAAAAAAMODAAAAA Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 -AAAAAAAAMOFAAAAA Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 -AAAAAAAAMOFDAAAA Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 -AAAAAAAAMOGCAAAA Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 -AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 -AAAAAAAAMOIAAAAA Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 -AAAAAAAAMOKCAAAA Fa Books sports 7.37 232.54 0.07511785983809766 -AAAAAAAAMOODAAAA Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 -AAAAAAAAMOPAAAAA Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 -AAAAAAAAMOPDAAAA Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 -AAAAAAAAMPABAAAA Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 -AAAAAAAAMPBAAAAA Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 -AAAAAAAAMPCDAAAA Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 -AAAAAAAAMPEAAAAA Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 -AAAAAAAAMPFAAAAA Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 -AAAAAAAAMPGBAAAA Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 -AAAAAAAAMPGCAAAA Man Sports pools 6.46 8843.74 2.45287506821600624 -AAAAAAAAMPHAAAAA Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 +AAAAAAAAKKFEAAAA Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 +AAAAAAAAKKGDAAAA Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 +AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 +AAAAAAAAKKJCAAAA Wages Books reference 5.92 5010.76 1.66113651778278607 +AAAAAAAAKKLDAAAA Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 +AAAAAAAAKKMDAAAA Co Home accent 2.71 26367.53 8.52527452047870942 +AAAAAAAAKKOBAAAA Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +AAAAAAAAKKPDAAAA Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 +AAAAAAAAKLACAAAA Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 +AAAAAAAAKLBBAAAA Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 +AAAAAAAAKLCAAAAA Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 +AAAAAAAAKLDBAAAA Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 +AAAAAAAAKLDEAAAA Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 +AAAAAAAAKLEEAAAA Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 +AAAAAAAAKLFCAAAA Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 +AAAAAAAAKLGBAAAA Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 +AAAAAAAAKLHBAAAA Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 +AAAAAAAAKLKBAAAA Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 +AAAAAAAAKLLDAAAA Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 +AAAAAAAAKLNAAAAA Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 +AAAAAAAAKLODAAAA Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 +AAAAAAAAKMABAAAA Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 +AAAAAAAAKMAEAAAA True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 +AAAAAAAAKMCBAAAA Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 +AAAAAAAAKMFCAAAA Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 +AAAAAAAAKMKCAAAA Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 +AAAAAAAAKMMAAAAA Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +AAAAAAAAKMNCAAAA Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 +AAAAAAAAKMOCAAAA Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 +AAAAAAAAKNBBAAAA Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 +AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 +AAAAAAAAKNBEAAAA Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 +AAAAAAAAKNECAAAA Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 +AAAAAAAAKNFBAAAA Publi Books fiction 1.56 5440.65 1.50861094882232877 +AAAAAAAAKNGCAAAA Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 +AAAAAAAAKNIBAAAA Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 +AAAAAAAAKNKBAAAA Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 +AAAAAAAAKNLAAAAA Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 +AAAAAAAAKNLBAAAA Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 +AAAAAAAAKNMCAAAA Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +AAAAAAAAKNOAAAAA Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 +AAAAAAAAKOABAAAA Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 +AAAAAAAAKOAEAAAA Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 +AAAAAAAAKOBAAAAA Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 +AAAAAAAAKOBDAAAA Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 +AAAAAAAAKOFCAAAA Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 +AAAAAAAAKOHBAAAA Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 +AAAAAAAAKOIDAAAA Rights pay Home furniture 4.07 4771.20 1.25343863492882561 +AAAAAAAAKOJBAAAA Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 +AAAAAAAAKONBAAAA Splendid off Home tables 1.82 4780.65 2.57011260078525081 +AAAAAAAAKPAAAAAA Effects ought Books travel 4.16 5500.91 2.34284156705913419 +AAAAAAAAKPABAAAA Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 +AAAAAAAAKPAEAAAA Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 +AAAAAAAAKPBAAAAA Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 +AAAAAAAAKPBCAAAA Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 +AAAAAAAAKPCBAAAA Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 +AAAAAAAAKPECAAAA Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 +AAAAAAAAKPEDAAAA Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 +AAAAAAAAKPGAAAAA Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 +AAAAAAAAKPGDAAAA Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 +AAAAAAAAKPICAAAA Easily adv Home glassware 4.25 9484.34 2.75590640412610999 +AAAAAAAAKPNCAAAA New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 +AAAAAAAAKPNDAAAA Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 +AAAAAAAAKPOBAAAA Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 +AAAAAAAAKPPAAAAA Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 +AAAAAAAAKPPBAAAA Prime Home mattresses 0.60 5227.40 1.52962388762540303 +AAAAAAAAKPPDAAAA Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 +AAAAAAAALAFAAAAA New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 +AAAAAAAALALAAAAA Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 +AAAAAAAALANBAAAA Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 +AAAAAAAALAPCAAAA Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 +AAAAAAAALBABAAAA Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 +AAAAAAAALBBAAAAA New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 +AAAAAAAALBCCAAAA American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 +AAAAAAAALBDBAAAA Fo Home kids 1.39 6140.28 2.46794054286910648 +AAAAAAAALBEAAAAA Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 +AAAAAAAALBEDAAAA Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 +AAAAAAAALBGEAAAA Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 +AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 +AAAAAAAALBLCAAAA Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 +AAAAAAAALBNDAAAA Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 +AAAAAAAALCAAAAAA Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 +AAAAAAAALCBCAAAA Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 +AAAAAAAALCCBAAAA Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 +AAAAAAAALCCEAAAA Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 +AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 +AAAAAAAALCDDAAAA Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 +AAAAAAAALCFBAAAA English Books reference 3.87 3969.62 1.31598415085154812 +AAAAAAAALCFEAAAA Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 +AAAAAAAALCGAAAAA R Home lighting 3.18 11394.38 3.45393784586347901 +AAAAAAAALCGDAAAA Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 +AAAAAAAALCLBAAAA Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 +AAAAAAAALCOBAAAA Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 +AAAAAAAALCPAAAAA Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 +AAAAAAAALDACAAAA Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 +AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 +AAAAAAAALDEBAAAA New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 +AAAAAAAALDFDAAAA Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 +AAAAAAAALDODAAAA Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 +AAAAAAAALEABAAAA Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 +AAAAAAAALECCAAAA So overall Sports football 4.39 5216.24 2.26120139437226913 +AAAAAAAALEDEAAAA Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 +AAAAAAAALEEAAAAA Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 +AAAAAAAALEEDAAAA Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 +AAAAAAAALEICAAAA Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 +AAAAAAAALEKDAAAA Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 +AAAAAAAALEPBAAAA Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 +AAAAAAAALFBCAAAA Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 +AAAAAAAALFCEAAAA Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 +AAAAAAAALFGAAAAA Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 +AAAAAAAALFGDAAAA Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +AAAAAAAALFJDAAAA Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 +AAAAAAAALFMDAAAA Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 +AAAAAAAALFOBAAAA About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 +AAAAAAAALGBEAAAA Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 +AAAAAAAALGCAAAAA Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 +AAAAAAAALGCDAAAA Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 +AAAAAAAALGEEAAAA More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 +AAAAAAAALGFDAAAA Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 +AAAAAAAALGIDAAAA Sc Sports football 1.08 54.79 0.02375105907658709 +AAAAAAAALGMCAAAA Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 +AAAAAAAALGNBAAAA Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 +AAAAAAAALGOAAAAA Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 +AAAAAAAALHICAAAA Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 +AAAAAAAALHKDAAAA Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 +AAAAAAAALIAAAAAA Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 +AAAAAAAALIBCAAAA Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 +AAAAAAAALICBAAAA Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 +AAAAAAAALIDAAAAA Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 +AAAAAAAALIFBAAAA Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 +AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 +AAAAAAAALIJAAAAA Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 +AAAAAAAALIMAAAAA Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 +AAAAAAAALIOBAAAA So no Books reference 73.22 1488.48 0.49345178854890703 +AAAAAAAALIPAAAAA Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 +AAAAAAAALIPDAAAA Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 +AAAAAAAALJCDAAAA Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 +AAAAAAAALJHBAAAA Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 +AAAAAAAALJIDAAAA Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 +AAAAAAAALJKBAAAA Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 +AAAAAAAALJLAAAAA Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 +AAAAAAAALJLDAAAA Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 +AAAAAAAALJOAAAAA Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 +AAAAAAAALKNAAAAA Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 +AAAAAAAALKPBAAAA Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 +AAAAAAAALLAAAAAA Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 +AAAAAAAALLADAAAA Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 +AAAAAAAALLDAAAAA Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 +AAAAAAAALLGAAAAA Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 +AAAAAAAALLHCAAAA Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 +AAAAAAAALLMAAAAA Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 +AAAAAAAALLNCAAAA Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 +AAAAAAAALLOBAAAA Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 +AAAAAAAALLPAAAAA Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 +AAAAAAAALMGCAAAA Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 +AAAAAAAALMJCAAAA Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 +AAAAAAAALMODAAAA Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 +AAAAAAAALNABAAAA Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 +AAAAAAAALNAEAAAA Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 +AAAAAAAALNCCAAAA Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 +AAAAAAAALNDEAAAA Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 +AAAAAAAALNGBAAAA Levels will l Books reference 3.87 13388.03 4.43831784682792099 +AAAAAAAALNHDAAAA Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 +AAAAAAAALNMBAAAA Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 +AAAAAAAALOBCAAAA Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +AAAAAAAALOCBAAAA Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 +AAAAAAAALOCEAAAA Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 +AAAAAAAALODDAAAA As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 +AAAAAAAALOFBAAAA Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 +AAAAAAAALOHCAAAA Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 +AAAAAAAALOIBAAAA Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 +AAAAAAAALONCAAAA Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 +AAAAAAAALOOBAAAA Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 +AAAAAAAALPCAAAAA Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 +AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 +AAAAAAAALPEEAAAA Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 +AAAAAAAALPGCAAAA Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 +AAAAAAAALPIAAAAA Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 +AAAAAAAALPKBAAAA Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 +AAAAAAAALPLDAAAA Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 +AAAAAAAALPPCAAAA Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +AAAAAAAAMAACAAAA Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 +AAAAAAAAMABAAAAA Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 +AAAAAAAAMABBAAAA Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 +AAAAAAAAMACDAAAA Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 +AAAAAAAAMAEAAAAA Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 +AAAAAAAAMAEEAAAA Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +AAAAAAAAMAFAAAAA Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 +AAAAAAAAMAGBAAAA Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 +AAAAAAAAMAHDAAAA Jol Books entertainments 14.38 5937.80 2.97353901822232865 +AAAAAAAAMAIDAAAA Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 +AAAAAAAAMAKAAAAA However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 +AAAAAAAAMAKDAAAA Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 +AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 +AAAAAAAAMANAAAAA Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 +AAAAAAAAMANBAAAA Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 +AAAAAAAAMANDAAAA French Books parenting 4.98 15486.40 6.38852217736795559 +AAAAAAAAMAOCAAAA Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 +AAAAAAAAMBCCAAAA Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 +AAAAAAAAMBEAAAAA Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 +AAAAAAAAMBFCAAAA Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 +AAAAAAAAMBFEAAAA Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 +AAAAAAAAMBGAAAAA Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL +AAAAAAAAMBGEAAAA Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 +AAAAAAAAMBHDAAAA Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 +AAAAAAAAMBKCAAAA Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 +AAAAAAAAMBMBAAAA Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 +AAAAAAAAMBOBAAAA Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 +AAAAAAAAMBPBAAAA Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 +AAAAAAAAMBPDAAAA Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 +AAAAAAAAMCADAAAA Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 +AAAAAAAAMCBCAAAA American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 +AAAAAAAAMCDAAAAA Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 +AAAAAAAAMCDCAAAA Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +AAAAAAAAMCDDAAAA Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 +AAAAAAAAMCECAAAA Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 +AAAAAAAAMCFDAAAA Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 +AAAAAAAAMCFEAAAA Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 +AAAAAAAAMCHBAAAA Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 +AAAAAAAAMCHCAAAA English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 +AAAAAAAAMCJCAAAA Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 +AAAAAAAAMCLAAAAA Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 +AAAAAAAAMCNBAAAA Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 +AAAAAAAAMCNCAAAA Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 +AAAAAAAAMCPCAAAA Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 +AAAAAAAAMDBBAAAA Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 +AAAAAAAAMDBEAAAA Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 +AAAAAAAAMDDBAAAA Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 +AAAAAAAAMDEAAAAA Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 +AAAAAAAAMDEEAAAA Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 +AAAAAAAAMDFAAAAA Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 +AAAAAAAAMDGBAAAA Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 +AAAAAAAAMDHAAAAA Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 +AAAAAAAAMDKDAAAA Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 +AAAAAAAAMDLCAAAA Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 +AAAAAAAAMDMBAAAA Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 +AAAAAAAAMDNAAAAA Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 +AAAAAAAAMDPBAAAA Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 +AAAAAAAAMEAAAAAA Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 +AAAAAAAAMEABAAAA Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 +AAAAAAAAMEBCAAAA Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 +AAAAAAAAMECBAAAA Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 +AAAAAAAAMECCAAAA Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 +AAAAAAAAMECEAAAA Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 +AAAAAAAAMEECAAAA Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 +AAAAAAAAMEFCAAAA Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 +AAAAAAAAMEGAAAAA Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 +AAAAAAAAMEGBAAAA Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 +AAAAAAAAMEGEAAAA Ag Sports camping 2.85 14559.70 2.79650787334984869 +AAAAAAAAMEHAAAAA So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 +AAAAAAAAMEJAAAAA Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 +AAAAAAAAMEKCAAAA So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 +AAAAAAAAMELCAAAA Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 +AAAAAAAAMENCAAAA Reporte Sports archery 5.38 9065.89 2.67260227802458394 +AAAAAAAAMFAAAAAA Employers w Sports optics 4.48 4800.78 1.39155907266497368 +AAAAAAAAMFACAAAA Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 +AAAAAAAAMFADAAAA New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 +AAAAAAAAMFBCAAAA So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +AAAAAAAAMFBEAAAA Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 +AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 +AAAAAAAAMFFBAAAA Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 +AAAAAAAAMFFEAAAA Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 +AAAAAAAAMFHBAAAA So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 +AAAAAAAAMFHCAAAA Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 +AAAAAAAAMFJAAAAA Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 +AAAAAAAAMFKBAAAA Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 +AAAAAAAAMFMAAAAA Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 +AAAAAAAAMFOBAAAA Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 +AAAAAAAAMFODAAAA Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 +AAAAAAAAMFPCAAAA Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 +AAAAAAAAMGAEAAAA Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 +AAAAAAAAMGBAAAAA Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 +AAAAAAAAMGBBAAAA Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 +AAAAAAAAMGCDAAAA Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 +AAAAAAAAMGEEAAAA Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 +AAAAAAAAMGFAAAAA Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 +AAAAAAAAMGFDAAAA Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 +AAAAAAAAMGHBAAAA Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 +AAAAAAAAMGICAAAA Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 +AAAAAAAAMGKBAAAA Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 +AAAAAAAAMGNBAAAA Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 +AAAAAAAAMGOCAAAA Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 +AAAAAAAAMGODAAAA Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 +AAAAAAAAMGPCAAAA Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 +AAAAAAAAMHABAAAA Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 +AAAAAAAAMHCBAAAA Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 +AAAAAAAAMHDBAAAA Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 +AAAAAAAAMHDDAAAA Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 +AAAAAAAAMHFEAAAA Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 +AAAAAAAAMHHCAAAA Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 +AAAAAAAAMHIBAAAA Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 +AAAAAAAAMHMAAAAA Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 +AAAAAAAAMHMBAAAA Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 +AAAAAAAAMHNCAAAA Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 +AAAAAAAAMHPAAAAA Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 +AAAAAAAAMIACAAAA Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 +AAAAAAAAMICDAAAA Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 +AAAAAAAAMIEBAAAA Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 +AAAAAAAAMIECAAAA Le Home flatware 9.98 11828.71 2.66070821965981599 +AAAAAAAAMIFBAAAA Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 +AAAAAAAAMIGDAAAA Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 +AAAAAAAAMIHCAAAA Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 +AAAAAAAAMIIDAAAA Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +AAAAAAAAMIKCAAAA Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 +AAAAAAAAMILDAAAA So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 +AAAAAAAAMJAEAAAA Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 +AAAAAAAAMJBBAAAA Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 +AAAAAAAAMJBDAAAA Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 +AAAAAAAAMJCCAAAA Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 +AAAAAAAAMJDCAAAA Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +AAAAAAAAMJDEAAAA Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 +AAAAAAAAMJEAAAAA Local pro Books computers 1.04 3400.92 1.03902150650969466 +AAAAAAAAMJHAAAAA Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +AAAAAAAAMJIDAAAA Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 +AAAAAAAAMJJBAAAA Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 +AAAAAAAAMJKBAAAA References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 +AAAAAAAAMJLCAAAA Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 +AAAAAAAAMJNAAAAA Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 +AAAAAAAAMKAAAAAA Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 +AAAAAAAAMKAEAAAA Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 +AAAAAAAAMKCEAAAA So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 +AAAAAAAAMKDEAAAA Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 +AAAAAAAAMKECAAAA Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 +AAAAAAAAMKEDAAAA States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 +AAAAAAAAMKFCAAAA Ex Sports fishing 6.75 1595.67 0.54443813760373930 +AAAAAAAAMKGBAAAA So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 +AAAAAAAAMKGDAAAA Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 +AAAAAAAAMKHDAAAA As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 +AAAAAAAAMKKAAAAA Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 +AAAAAAAAMKMBAAAA Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 +AAAAAAAAMKMDAAAA Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 +AAAAAAAAMKPAAAAA Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 +AAAAAAAAMKPDAAAA High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 +AAAAAAAAMLAAAAAA Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 +AAAAAAAAMLBBAAAA Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 +AAAAAAAAMLBCAAAA Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 +AAAAAAAAMLBEAAAA Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 +AAAAAAAAMLCAAAAA Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 +AAAAAAAAMLCEAAAA Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 +AAAAAAAAMLEEAAAA Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 +AAAAAAAAMLHBAAAA Valu Books romance 1.87 4397.36 1.18772795277826853 +AAAAAAAAMLIBAAAA High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 +AAAAAAAAMLIDAAAA Fo Home mattresses 0.33 3335.98 0.97616304408321383 +AAAAAAAAMLJAAAAA Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 +AAAAAAAAMLKBAAAA Implicit, indian Home paint 0.68 162.27 0.04099223799961516 +AAAAAAAAMLLAAAAA There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 +AAAAAAAAMLMAAAAA Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 +AAAAAAAAMLNCAAAA Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 +AAAAAAAAMMBAAAAA Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 +AAAAAAAAMMBEAAAA Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 +AAAAAAAAMMDBAAAA Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 +AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 8124.94 2.48226579840186729 +AAAAAAAAMMHAAAAA Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 +AAAAAAAAMMIAAAAA Scenes should Home lighting 8.25 549.90 0.16668922937802031 +AAAAAAAAMMICAAAA Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 +AAAAAAAAMMIDAAAA Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 +AAAAAAAAMMJBAAAA Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 +AAAAAAAAMMJCAAAA Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 +AAAAAAAAMMKAAAAA Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 +AAAAAAAAMMNBAAAA Years Home bathroom 0.97 10497.66 3.56041136598259649 +AAAAAAAAMMNDAAAA Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 +AAAAAAAAMNDAAAAA Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 +AAAAAAAAMNEDAAAA Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 +AAAAAAAAMNFEAAAA Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 +AAAAAAAAMNIBAAAA There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 +AAAAAAAAMNICAAAA Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 +AAAAAAAAMNJAAAAA American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 +AAAAAAAAMNJBAAAA Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 +AAAAAAAAMNKAAAAA Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 +AAAAAAAAMNKDAAAA Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 +AAAAAAAAMNLBAAAA Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 +AAAAAAAAMNMDAAAA Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 +AAAAAAAAMNNAAAAA Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 +AAAAAAAAMNNDAAAA Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +AAAAAAAAMNPBAAAA Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 +AAAAAAAAMOAAAAAA Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 +AAAAAAAAMOCAAAAA Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 +AAAAAAAAMODAAAAA Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 +AAAAAAAAMOFAAAAA Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 +AAAAAAAAMOFDAAAA Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 +AAAAAAAAMOGCAAAA Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 +AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 +AAAAAAAAMOIAAAAA Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 +AAAAAAAAMOKCAAAA Fa Books sports 7.37 232.54 0.07511785983809766 +AAAAAAAAMOODAAAA Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 +AAAAAAAAMOPAAAAA Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 +AAAAAAAAMOPDAAAA Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 +AAAAAAAAMPABAAAA Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 +AAAAAAAAMPBAAAAA Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 +AAAAAAAAMPCDAAAA Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 +AAAAAAAAMPEAAAAA Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 +AAAAAAAAMPFAAAAA Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 +AAAAAAAAMPGBAAAA Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 +AAAAAAAAMPGCAAAA Man Sports pools 6.46 8843.74 2.45287506821600624 +AAAAAAAAMPHAAAAA Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 AAAAAAAAMPHDAAAA Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 -AAAAAAAAMPJBAAAA Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 -AAAAAAAAMPKBAAAA Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 -AAAAAAAAMPLCAAAA Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 -AAAAAAAAMPNDAAAA Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 -AAAAAAAAMPPCAAAA Categories shall Books history 8.98 3439.98 0.90895466118359479 -AAAAAAAANAADAAAA Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 -AAAAAAAANABCAAAA Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 -AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 -AAAAAAAANAGAAAAA Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 -AAAAAAAANAIBAAAA Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 -AAAAAAAANAKCAAAA False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 -AAAAAAAANAMDAAAA Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 -AAAAAAAANANCAAAA Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 -AAAAAAAANAOBAAAA In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 -AAAAAAAANAPAAAAA Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 -AAAAAAAANBDCAAAA Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 -AAAAAAAANBEBAAAA Social, mi Books self-help 2.25 2221.27 0.84886878194646143 -AAAAAAAANBLDAAAA Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 -AAAAAAAANBODAAAA Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 -AAAAAAAANCAEAAAA Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 -AAAAAAAANCBDAAAA White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 -AAAAAAAANCCCAAAA Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 -AAAAAAAANCFCAAAA Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 -AAAAAAAANCGEAAAA Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 -AAAAAAAANCKAAAAA Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 -AAAAAAAANCNAAAAA Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 -AAAAAAAANCNDAAAA Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 -AAAAAAAANCOCAAAA Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 -AAAAAAAANCPBAAAA Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 -AAAAAAAANDBCAAAA Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 -AAAAAAAANDDAAAAA Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 -AAAAAAAANDDDAAAA Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 -AAAAAAAANDECAAAA French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 -AAAAAAAANDFBAAAA Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 +AAAAAAAAMPJBAAAA Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 +AAAAAAAAMPKBAAAA Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 +AAAAAAAAMPLCAAAA Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +AAAAAAAAMPNDAAAA Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 +AAAAAAAAMPPCAAAA Categories shall Books history 8.98 3439.98 0.90895466118359479 +AAAAAAAANAADAAAA Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 +AAAAAAAANABCAAAA Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 +AAAAAAAANAGAAAAA Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 +AAAAAAAANAIBAAAA Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 +AAAAAAAANAKCAAAA False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 +AAAAAAAANAMDAAAA Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 +AAAAAAAANANCAAAA Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 +AAAAAAAANAOBAAAA In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 +AAAAAAAANAPAAAAA Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 +AAAAAAAANBDCAAAA Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 +AAAAAAAANBEBAAAA Social, mi Books self-help 2.25 2221.27 0.84886878194646143 +AAAAAAAANBLDAAAA Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 +AAAAAAAANBODAAAA Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 +AAAAAAAANCAEAAAA Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 +AAAAAAAANCBDAAAA White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 +AAAAAAAANCCCAAAA Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 +AAAAAAAANCFCAAAA Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 +AAAAAAAANCGEAAAA Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 +AAAAAAAANCKAAAAA Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 +AAAAAAAANCNAAAAA Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 +AAAAAAAANCNDAAAA Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 +AAAAAAAANCOCAAAA Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +AAAAAAAANCPBAAAA Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 +AAAAAAAANDBCAAAA Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 +AAAAAAAANDDAAAAA Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +AAAAAAAANDDDAAAA Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 +AAAAAAAANDECAAAA French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 +AAAAAAAANDFBAAAA Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 AAAAAAAANDJAAAAA Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 -AAAAAAAANDOBAAAA Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 -AAAAAAAANDPAAAAA Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 -AAAAAAAANDPDAAAA Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 -AAAAAAAANEEEAAAA Even s Sports golf 1.45 656.18 0.15501076344206576 -AAAAAAAANEIDAAAA Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 -AAAAAAAANEJCAAAA At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 -AAAAAAAANEKBAAAA Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 -AAAAAAAANELDAAAA Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 -AAAAAAAANEOAAAAA Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 -AAAAAAAANEODAAAA Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 -AAAAAAAANFCCAAAA Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 -AAAAAAAANFHDAAAA Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 -AAAAAAAANFICAAAA Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 -AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 -AAAAAAAANFMBAAAA Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 -AAAAAAAANFOCAAAA Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 -AAAAAAAANGFEAAAA Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 -AAAAAAAANGNCAAAA Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 -AAAAAAAANGPAAAAA Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 -AAAAAAAANHBEAAAA Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 -AAAAAAAANHLAAAAA Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 -AAAAAAAANHODAAAA Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 -AAAAAAAANIABAAAA Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 -AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 -AAAAAAAANIBDAAAA Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 -AAAAAAAANICCAAAA Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 -AAAAAAAANIFCAAAA Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 -AAAAAAAANIHAAAAA Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 -AAAAAAAANILCAAAA New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 -AAAAAAAANINDAAAA Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 -AAAAAAAANJAAAAAA Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 -AAAAAAAANJFEAAAA Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 -AAAAAAAANJGDAAAA Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 -AAAAAAAANJMAAAAA Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 -AAAAAAAANKBEAAAA Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 -AAAAAAAANKGCAAAA Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 -AAAAAAAANKHBAAAA Young figures should go onl Sports golf 9.27 NULL NULL -AAAAAAAANKIAAAAA Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 -AAAAAAAANKJCAAAA Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 -AAAAAAAANKKBAAAA Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 -AAAAAAAANKODAAAA Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 -AAAAAAAANLFCAAAA Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 -AAAAAAAANLHAAAAA Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 -AAAAAAAANLHDAAAA Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 -AAAAAAAANLKAAAAA Sign Home paint 5.65 246.59 0.06229294366380171 -AAAAAAAANLPBAAAA Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 -AAAAAAAANMAAAAAA Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 -AAAAAAAANMADAAAA Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 -AAAAAAAANMCBAAAA Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 -AAAAAAAANMDAAAAA Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 -AAAAAAAANMFEAAAA Low meals c Books fiction 6.53 3925.96 1.08861004487304088 -AAAAAAAANMIBAAAA Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 -AAAAAAAANMJAAAAA High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 -AAAAAAAANMMDAAAA Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 -AAAAAAAANNACAAAA Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 -AAAAAAAANNBEAAAA Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 -AAAAAAAANNCAAAAA Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 -AAAAAAAANNEEAAAA Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 -AAAAAAAANNFDAAAA Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 -AAAAAAAANNHBAAAA Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 -AAAAAAAANNIAAAAA Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 -AAAAAAAANNJCAAAA Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 -AAAAAAAANNKBAAAA Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 -AAAAAAAANNNBAAAA Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 -AAAAAAAANNODAAAA Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 -AAAAAAAANNPCAAAA Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 -AAAAAAAANOAEAAAA Labour, h Books home repair 35.82 4334.42 1.25627402275322497 -AAAAAAAANODBAAAA Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 -AAAAAAAANOEAAAAA Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 -AAAAAAAANOHDAAAA Al Sports guns 4.59 6630.42 1.73737701302861129 -AAAAAAAANOJBAAAA Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 -AAAAAAAANOKAAAAA So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 -AAAAAAAANOKDAAAA Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 -AAAAAAAANOMBAAAA Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 -AAAAAAAANPDAAAAA Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 -AAAAAAAANPECAAAA Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 -AAAAAAAANPFBAAAA Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 -AAAAAAAANPJAAAAA International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 -AAAAAAAANPPAAAAA Tears Home accent 2.49 3654.39 1.18155466040589281 -AAAAAAAANPPDAAAA Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 -AAAAAAAAOAAAAAAA Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 -AAAAAAAAOAACAAAA Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 -AAAAAAAAOACDAAAA Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 -AAAAAAAAOACEAAAA Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 -AAAAAAAAOADCAAAA Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 -AAAAAAAAOAECAAAA Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 -AAAAAAAAOAFBAAAA Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 -AAAAAAAAOAGDAAAA Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 -AAAAAAAAOAIAAAAA Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 -AAAAAAAAOAIBAAAA Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 -AAAAAAAAOAJCAAAA Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 -AAAAAAAAOALAAAAA Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 -AAAAAAAAOAMAAAAA Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 -AAAAAAAAOAMCAAAA Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 -AAAAAAAAOAPAAAAA Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 -AAAAAAAAOAPCAAAA Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 -AAAAAAAAOAPDAAAA For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 -AAAAAAAAOBACAAAA Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 -AAAAAAAAOBBAAAAA Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 -AAAAAAAAOBBBAAAA Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 -AAAAAAAAOBCCAAAA Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 -AAAAAAAAOBHDAAAA Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 -AAAAAAAAOBIDAAAA Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 -AAAAAAAAOBKBAAAA Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 -AAAAAAAAOBLDAAAA Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 -AAAAAAAAOBMCAAAA Again secret Home tables 6.39 7957.34 4.27792450874515132 -AAAAAAAAOBNAAAAA Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 -AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 -AAAAAAAAOCDDAAAA Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 -AAAAAAAAOCDEAAAA Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 -AAAAAAAAOCFBAAAA Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 -AAAAAAAAOCGAAAAA Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 -AAAAAAAAOCGEAAAA Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 -AAAAAAAAOCHCAAAA Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 -AAAAAAAAOCIBAAAA Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 -AAAAAAAAOCICAAAA Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 -AAAAAAAAOCJAAAAA Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 -AAAAAAAAOCJBAAAA Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 -AAAAAAAAOCJDAAAA Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 -AAAAAAAAOCKAAAAA Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 -AAAAAAAAOCKCAAAA Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 -AAAAAAAAOCKDAAAA Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 -AAAAAAAAOCMBAAAA Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 -AAAAAAAAOCMDAAAA Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 -AAAAAAAAOCNDAAAA Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 -AAAAAAAAODACAAAA However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 -AAAAAAAAODCBAAAA New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 -AAAAAAAAODCEAAAA Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 -AAAAAAAAODDCAAAA Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 -AAAAAAAAODDDAAAA Ni Home furniture 0.83 1902.40 0.49977818139851565 -AAAAAAAAODECAAAA Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 -AAAAAAAAODFAAAAA Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 -AAAAAAAAODFDAAAA Marked, large years Books science 0.95 3439.80 1.08833452387389507 -AAAAAAAAODGCAAAA Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 -AAAAAAAAODKBAAAA Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 -AAAAAAAAODKCAAAA Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 -AAAAAAAAODLDAAAA Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 -AAAAAAAAODNBAAAA Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 -AAAAAAAAODOBAAAA Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 -AAAAAAAAODPAAAAA In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 -AAAAAAAAODPDAAAA Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 -AAAAAAAAOEABAAAA Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 -AAAAAAAAOEBAAAAA Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 -AAAAAAAAOEDCAAAA Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 -AAAAAAAAOEDEAAAA National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 -AAAAAAAAOEEDAAAA Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 -AAAAAAAAOEFDAAAA Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 -AAAAAAAAOEIAAAAA Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 -AAAAAAAAOEIDAAAA Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 -AAAAAAAAOEKAAAAA Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 -AAAAAAAAOELAAAAA Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 -AAAAAAAAOELCAAAA Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 -AAAAAAAAOENAAAAA Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 -AAAAAAAAOENDAAAA Cle Sports guns 9.82 7032.34 1.84269259923226950 -AAAAAAAAOFABAAAA Implicati Sports optics 2.46 1430.04 0.41451287838097538 -AAAAAAAAOFBAAAAA Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 -AAAAAAAAOFDEAAAA Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 -AAAAAAAAOFEAAAAA Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 -AAAAAAAAOFECAAAA Later high interests Books fiction 5.61 9818.74 2.72258988680392092 -AAAAAAAAOFEDAAAA Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 -AAAAAAAAOFGAAAAA Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 -AAAAAAAAOFHAAAAA Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 -AAAAAAAAOFHCAAAA Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 -AAAAAAAAOFIBAAAA Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 -AAAAAAAAOFKCAAAA Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 -AAAAAAAAOFLCAAAA Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 -AAAAAAAAOFMAAAAA Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 -AAAAAAAAOFNCAAAA Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 -AAAAAAAAOFNDAAAA Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 -AAAAAAAAOFOBAAAA Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 -AAAAAAAAOGADAAAA Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 +AAAAAAAANDOBAAAA Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 +AAAAAAAANDPAAAAA Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 +AAAAAAAANDPDAAAA Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 +AAAAAAAANEEEAAAA Even s Sports golf 1.45 656.18 0.15501076344206576 +AAAAAAAANEIDAAAA Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 +AAAAAAAANEJCAAAA At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 +AAAAAAAANEKBAAAA Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 +AAAAAAAANELDAAAA Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 +AAAAAAAANEOAAAAA Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 +AAAAAAAANEODAAAA Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 +AAAAAAAANFCCAAAA Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 +AAAAAAAANFHDAAAA Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 +AAAAAAAANFICAAAA Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 +AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 +AAAAAAAANFMBAAAA Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 +AAAAAAAANFOCAAAA Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 +AAAAAAAANGFEAAAA Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 +AAAAAAAANGNCAAAA Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 +AAAAAAAANGPAAAAA Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 +AAAAAAAANHBEAAAA Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 +AAAAAAAANHLAAAAA Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +AAAAAAAANHODAAAA Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 +AAAAAAAANIABAAAA Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 +AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 +AAAAAAAANIBDAAAA Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 +AAAAAAAANICCAAAA Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 +AAAAAAAANIFCAAAA Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 +AAAAAAAANIHAAAAA Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 +AAAAAAAANILCAAAA New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 +AAAAAAAANINDAAAA Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 +AAAAAAAANJAAAAAA Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 +AAAAAAAANJFEAAAA Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 +AAAAAAAANJGDAAAA Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 +AAAAAAAANJMAAAAA Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 +AAAAAAAANKBEAAAA Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 +AAAAAAAANKGCAAAA Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 +AAAAAAAANKHBAAAA Young figures should go onl Sports golf 9.27 NULL NULL +AAAAAAAANKIAAAAA Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 +AAAAAAAANKJCAAAA Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 +AAAAAAAANKKBAAAA Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 +AAAAAAAANKODAAAA Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 +AAAAAAAANLFCAAAA Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 +AAAAAAAANLHAAAAA Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 +AAAAAAAANLHDAAAA Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 +AAAAAAAANLKAAAAA Sign Home paint 5.65 246.59 0.06229294366380171 +AAAAAAAANLPBAAAA Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 +AAAAAAAANMAAAAAA Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 +AAAAAAAANMADAAAA Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 +AAAAAAAANMCBAAAA Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 +AAAAAAAANMDAAAAA Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 +AAAAAAAANMFEAAAA Low meals c Books fiction 6.53 3925.96 1.08861004487304088 +AAAAAAAANMIBAAAA Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 +AAAAAAAANMJAAAAA High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 +AAAAAAAANMMDAAAA Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 +AAAAAAAANNACAAAA Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 +AAAAAAAANNBEAAAA Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 +AAAAAAAANNCAAAAA Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +AAAAAAAANNEEAAAA Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 +AAAAAAAANNFDAAAA Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 +AAAAAAAANNHBAAAA Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 +AAAAAAAANNIAAAAA Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 +AAAAAAAANNJCAAAA Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 +AAAAAAAANNKBAAAA Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 +AAAAAAAANNNBAAAA Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 +AAAAAAAANNODAAAA Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 +AAAAAAAANNPCAAAA Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 +AAAAAAAANOAEAAAA Labour, h Books home repair 35.82 4334.42 1.25627402275322497 +AAAAAAAANODBAAAA Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 +AAAAAAAANOEAAAAA Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 +AAAAAAAANOHDAAAA Al Sports guns 4.59 6630.42 1.73737701302861129 +AAAAAAAANOJBAAAA Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 +AAAAAAAANOKAAAAA So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 +AAAAAAAANOKDAAAA Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 +AAAAAAAANOMBAAAA Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 +AAAAAAAANPDAAAAA Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 +AAAAAAAANPECAAAA Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 +AAAAAAAANPFBAAAA Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 +AAAAAAAANPJAAAAA International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 +AAAAAAAANPPAAAAA Tears Home accent 2.49 3654.39 1.18155466040589281 +AAAAAAAANPPDAAAA Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +AAAAAAAAOAAAAAAA Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 +AAAAAAAAOAACAAAA Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 +AAAAAAAAOACDAAAA Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 +AAAAAAAAOACEAAAA Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 +AAAAAAAAOADCAAAA Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 +AAAAAAAAOAECAAAA Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 +AAAAAAAAOAFBAAAA Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 +AAAAAAAAOAGDAAAA Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 +AAAAAAAAOAIAAAAA Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 +AAAAAAAAOAIBAAAA Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 +AAAAAAAAOAJCAAAA Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +AAAAAAAAOALAAAAA Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 +AAAAAAAAOAMAAAAA Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 +AAAAAAAAOAMCAAAA Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 +AAAAAAAAOAPAAAAA Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 +AAAAAAAAOAPCAAAA Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 +AAAAAAAAOAPDAAAA For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 +AAAAAAAAOBACAAAA Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 +AAAAAAAAOBBAAAAA Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 +AAAAAAAAOBBBAAAA Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 +AAAAAAAAOBCCAAAA Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 +AAAAAAAAOBHDAAAA Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 +AAAAAAAAOBIDAAAA Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 +AAAAAAAAOBKBAAAA Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 +AAAAAAAAOBLDAAAA Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 +AAAAAAAAOBMCAAAA Again secret Home tables 6.39 7957.34 4.27792450874515132 +AAAAAAAAOBNAAAAA Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 +AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 +AAAAAAAAOCDDAAAA Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 +AAAAAAAAOCDEAAAA Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 +AAAAAAAAOCFBAAAA Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 +AAAAAAAAOCGAAAAA Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 +AAAAAAAAOCGEAAAA Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 +AAAAAAAAOCHCAAAA Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 +AAAAAAAAOCIBAAAA Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 +AAAAAAAAOCICAAAA Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 +AAAAAAAAOCJAAAAA Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 +AAAAAAAAOCJBAAAA Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 +AAAAAAAAOCJDAAAA Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 +AAAAAAAAOCKAAAAA Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 +AAAAAAAAOCKCAAAA Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 +AAAAAAAAOCKDAAAA Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 +AAAAAAAAOCMBAAAA Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 +AAAAAAAAOCMDAAAA Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 +AAAAAAAAOCNDAAAA Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 +AAAAAAAAODACAAAA However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 +AAAAAAAAODCBAAAA New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 +AAAAAAAAODCEAAAA Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 +AAAAAAAAODDCAAAA Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 +AAAAAAAAODDDAAAA Ni Home furniture 0.83 1902.40 0.49977818139851565 +AAAAAAAAODECAAAA Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 +AAAAAAAAODFAAAAA Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 +AAAAAAAAODFDAAAA Marked, large years Books science 0.95 3439.80 1.08833452387389507 +AAAAAAAAODGCAAAA Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 +AAAAAAAAODKBAAAA Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 +AAAAAAAAODKCAAAA Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 +AAAAAAAAODLDAAAA Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 +AAAAAAAAODNBAAAA Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 +AAAAAAAAODOBAAAA Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 +AAAAAAAAODPAAAAA In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 +AAAAAAAAODPDAAAA Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 +AAAAAAAAOEABAAAA Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 +AAAAAAAAOEBAAAAA Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 +AAAAAAAAOEDCAAAA Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 +AAAAAAAAOEDEAAAA National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 +AAAAAAAAOEEDAAAA Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 +AAAAAAAAOEFDAAAA Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 +AAAAAAAAOEIAAAAA Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 +AAAAAAAAOEIDAAAA Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 +AAAAAAAAOEKAAAAA Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 +AAAAAAAAOELAAAAA Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 +AAAAAAAAOELCAAAA Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 +AAAAAAAAOENAAAAA Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 +AAAAAAAAOENDAAAA Cle Sports guns 9.82 7032.34 1.84269259923226950 +AAAAAAAAOFABAAAA Implicati Sports optics 2.46 1430.04 0.41451287838097538 +AAAAAAAAOFBAAAAA Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +AAAAAAAAOFDEAAAA Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 +AAAAAAAAOFEAAAAA Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 +AAAAAAAAOFECAAAA Later high interests Books fiction 5.61 9818.74 2.72258988680392092 +AAAAAAAAOFEDAAAA Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 +AAAAAAAAOFGAAAAA Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 +AAAAAAAAOFHAAAAA Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 +AAAAAAAAOFHCAAAA Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 +AAAAAAAAOFIBAAAA Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 +AAAAAAAAOFKCAAAA Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 +AAAAAAAAOFLCAAAA Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 +AAAAAAAAOFMAAAAA Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 +AAAAAAAAOFNCAAAA Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 +AAAAAAAAOFNDAAAA Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 +AAAAAAAAOFOBAAAA Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 +AAAAAAAAOGADAAAA Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 AAAAAAAAOGCBAAAA Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 -AAAAAAAAOGCDAAAA Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 -AAAAAAAAOGDDAAAA Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 -AAAAAAAAOGEBAAAA Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 -AAAAAAAAOGEEAAAA Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 -AAAAAAAAOGFAAAAA Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 -AAAAAAAAOGFBAAAA Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 -AAAAAAAAOGFEAAAA As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 -AAAAAAAAOGGAAAAA Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 -AAAAAAAAOGGDAAAA At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 -AAAAAAAAOGIBAAAA Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 -AAAAAAAAOGLBAAAA Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 -AAAAAAAAOGMAAAAA Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 -AAAAAAAAOGOAAAAA So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 -AAAAAAAAOGODAAAA Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 -AAAAAAAAOGPAAAAA Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 -AAAAAAAAOHABAAAA Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 -AAAAAAAAOHBBAAAA Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 -AAAAAAAAOHBEAAAA Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 -AAAAAAAAOHCCAAAA Sex Sports optics 3.66 11777.64 3.41387895229148194 -AAAAAAAAOHDBAAAA High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 -AAAAAAAAOHEAAAAA Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 -AAAAAAAAOHEBAAAA Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 -AAAAAAAAOHHAAAAA Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 -AAAAAAAAOHHBAAAA Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 -AAAAAAAAOHKBAAAA Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 -AAAAAAAAOHMBAAAA At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 -AAAAAAAAOHNAAAAA German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 -AAAAAAAAOIBDAAAA Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 -AAAAAAAAOIDBAAAA Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 -AAAAAAAAOIECAAAA Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 -AAAAAAAAOIFBAAAA Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 -AAAAAAAAOIFCAAAA Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 -AAAAAAAAOIGDAAAA Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 -AAAAAAAAOIHCAAAA Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 -AAAAAAAAOIJAAAAA Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 -AAAAAAAAOIKAAAAA Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 -AAAAAAAAOIMBAAAA All Home wallpaper 1.99 2643.49 0.97756575185371168 -AAAAAAAAOIOBAAAA There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 -AAAAAAAAOJAAAAAA General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 -AAAAAAAAOJACAAAA New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 -AAAAAAAAOJCBAAAA Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 -AAAAAAAAOJCEAAAA Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 -AAAAAAAAOJDDAAAA Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 -AAAAAAAAOJECAAAA British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 -AAAAAAAAOJFEAAAA Thereby Home decor 31.17 3065.16 1.08426338407291388 +AAAAAAAAOGCDAAAA Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 +AAAAAAAAOGDDAAAA Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 +AAAAAAAAOGEBAAAA Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 +AAAAAAAAOGEEAAAA Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 +AAAAAAAAOGFAAAAA Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 +AAAAAAAAOGFBAAAA Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 +AAAAAAAAOGFEAAAA As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 +AAAAAAAAOGGAAAAA Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 +AAAAAAAAOGGDAAAA At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 +AAAAAAAAOGIBAAAA Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 +AAAAAAAAOGLBAAAA Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 +AAAAAAAAOGMAAAAA Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 +AAAAAAAAOGOAAAAA So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 +AAAAAAAAOGODAAAA Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 +AAAAAAAAOGPAAAAA Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 +AAAAAAAAOHABAAAA Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 +AAAAAAAAOHBBAAAA Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 +AAAAAAAAOHBEAAAA Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +AAAAAAAAOHCCAAAA Sex Sports optics 3.66 11777.64 3.41387895229148194 +AAAAAAAAOHDBAAAA High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 +AAAAAAAAOHEAAAAA Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 +AAAAAAAAOHEBAAAA Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 +AAAAAAAAOHHAAAAA Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 +AAAAAAAAOHHBAAAA Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 +AAAAAAAAOHKBAAAA Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 +AAAAAAAAOHMBAAAA At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 +AAAAAAAAOHNAAAAA German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 +AAAAAAAAOIBDAAAA Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +AAAAAAAAOIDBAAAA Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 +AAAAAAAAOIECAAAA Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 +AAAAAAAAOIFBAAAA Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 +AAAAAAAAOIFCAAAA Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 +AAAAAAAAOIGDAAAA Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 +AAAAAAAAOIHCAAAA Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 +AAAAAAAAOIJAAAAA Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 +AAAAAAAAOIKAAAAA Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 +AAAAAAAAOIMBAAAA All Home wallpaper 1.99 2643.49 0.97756575185371168 +AAAAAAAAOIOBAAAA There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 +AAAAAAAAOJAAAAAA General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 +AAAAAAAAOJACAAAA New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 +AAAAAAAAOJCBAAAA Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 +AAAAAAAAOJCEAAAA Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 +AAAAAAAAOJDDAAAA Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 +AAAAAAAAOJECAAAA British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 +AAAAAAAAOJFEAAAA Thereby Home decor 31.17 3065.16 1.08426338407291388 AAAAAAAAOJGAAAAA NULL Books NULL NULL 2102.35 17.17759179534778832 -AAAAAAAAOJGCAAAA Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 -AAAAAAAAOJIAAAAA Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 -AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 -AAAAAAAAOJJDAAAA Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 -AAAAAAAAOJLDAAAA Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 -AAAAAAAAOJNCAAAA Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 -AAAAAAAAOKABAAAA Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 -AAAAAAAAOKBBAAAA Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 -AAAAAAAAOKCAAAAA There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 -AAAAAAAAOKCCAAAA Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 -AAAAAAAAOKEAAAAA Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 -AAAAAAAAOKEBAAAA Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 -AAAAAAAAOKFDAAAA Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 -AAAAAAAAOKGBAAAA Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 +AAAAAAAAOJGCAAAA Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 +AAAAAAAAOJIAAAAA Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 +AAAAAAAAOJJDAAAA Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 +AAAAAAAAOJLDAAAA Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 +AAAAAAAAOJNCAAAA Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 +AAAAAAAAOKABAAAA Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 +AAAAAAAAOKBBAAAA Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 +AAAAAAAAOKCAAAAA There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 +AAAAAAAAOKCCAAAA Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 +AAAAAAAAOKEAAAAA Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 +AAAAAAAAOKEBAAAA Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 +AAAAAAAAOKFDAAAA Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 +AAAAAAAAOKGBAAAA Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 AAAAAAAAOKHAAAAA So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 -AAAAAAAAOKICAAAA Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 -AAAAAAAAOKJBAAAA Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 -AAAAAAAAOKKAAAAA Beings Home flatware 5.41 3057.71 0.68779048013993208 -AAAAAAAAOKOAAAAA Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 -AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 -AAAAAAAAOLBCAAAA Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 -AAAAAAAAOLBDAAAA Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 -AAAAAAAAOLDAAAAA Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 -AAAAAAAAOLDBAAAA Special chee Books history 49.12 29083.38 7.68477543880305618 -AAAAAAAAOLDEAAAA Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 -AAAAAAAAOLHDAAAA All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 -AAAAAAAAOLMDAAAA Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 -AAAAAAAAOLNDAAAA Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 -AAAAAAAAOLPAAAAA Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 -AAAAAAAAOMACAAAA So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 -AAAAAAAAOMBBAAAA Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 -AAAAAAAAOMBEAAAA Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 -AAAAAAAAOMCBAAAA Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 -AAAAAAAAOMCDAAAA Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 -AAAAAAAAOMDAAAAA Together hot rights Books computers 4.99 1742.88 0.53247056774802601 -AAAAAAAAOMDCAAAA New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 -AAAAAAAAOMEBAAAA Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 -AAAAAAAAOMFDAAAA So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 -AAAAAAAAOMHCAAAA Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 -AAAAAAAAOMIBAAAA Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 -AAAAAAAAOMJCAAAA Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 -AAAAAAAAOMLAAAAA Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 -AAAAAAAAOMPCAAAA Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 -AAAAAAAAONBDAAAA Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 -AAAAAAAAONDCAAAA Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 -AAAAAAAAONEAAAAA Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 -AAAAAAAAONGBAAAA Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 -AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 -AAAAAAAAONHAAAAA Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 -AAAAAAAAONHDAAAA Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 -AAAAAAAAONIDAAAA So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 -AAAAAAAAONJCAAAA Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 -AAAAAAAAONMCAAAA Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 -AAAAAAAAONOAAAAA Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 -AAAAAAAAONPCAAAA Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 -AAAAAAAAOOAAAAAA High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 -AAAAAAAAOOBCAAAA Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 -AAAAAAAAOOBDAAAA Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 -AAAAAAAAOODAAAAA Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 -AAAAAAAAOOEAAAAA Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 -AAAAAAAAOOECAAAA Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 -AAAAAAAAOOFEAAAA Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 -AAAAAAAAOOGBAAAA Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 -AAAAAAAAOOIBAAAA Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 -AAAAAAAAOOKDAAAA Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 -AAAAAAAAOOMAAAAA Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 -AAAAAAAAOONCAAAA Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 -AAAAAAAAOONDAAAA So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 -AAAAAAAAOOPBAAAA Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 -AAAAAAAAOPADAAAA Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 -AAAAAAAAOPDCAAAA Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 -AAAAAAAAOPEBAAAA Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 -AAAAAAAAOPEEAAAA Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 -AAAAAAAAOPFAAAAA Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 -AAAAAAAAOPFEAAAA Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 -AAAAAAAAOPGDAAAA Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 -AAAAAAAAOPIBAAAA So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 -AAAAAAAAOPKCAAAA Less imp Books arts 9.12 21212.29 6.81331014552635795 -AAAAAAAAOPMAAAAA Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 -AAAAAAAAOPMCAAAA Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 -AAAAAAAAOPNBAAAA Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 -AAAAAAAAOPPCAAAA Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 -AAAAAAAAPABDAAAA Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 -AAAAAAAAPADBAAAA Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 -AAAAAAAAPADEAAAA Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 -AAAAAAAAPAFCAAAA Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 -AAAAAAAAPAGEAAAA Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 -AAAAAAAAPAICAAAA Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 -AAAAAAAAPAKAAAAA Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 -AAAAAAAAPANDAAAA Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 -AAAAAAAAPAOCAAAA Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 -AAAAAAAAPAPBAAAA Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 -AAAAAAAAPBAAAAAA So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 -AAAAAAAAPBDAAAAA Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 -AAAAAAAAPBDDAAAA Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 -AAAAAAAAPBECAAAA Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 -AAAAAAAAPBGAAAAA Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 -AAAAAAAAPBMAAAAA Yea Home accent 1.36 8742.72 2.82673758428186571 -AAAAAAAAPBMDAAAA Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 -AAAAAAAAPBPAAAAA Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 -AAAAAAAAPBPDAAAA Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 -AAAAAAAAPCBBAAAA Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 -AAAAAAAAPCCAAAAA Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 -AAAAAAAAPCDCAAAA Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 -AAAAAAAAPCEBAAAA Th Books fiction 0.34 NULL NULL -AAAAAAAAPCFAAAAA Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 -AAAAAAAAPCHBAAAA Strong memb Sports guns 6.63 804.38 0.21077266926378033 -AAAAAAAAPCIAAAAA Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 -AAAAAAAAPCIDAAAA Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 -AAAAAAAAPCLAAAAA Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 -AAAAAAAAPCNBAAAA Areas may clea Home paint 2.32 11516.97 2.90938790456909989 -AAAAAAAAPCOAAAAA Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 -AAAAAAAAPCODAAAA Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 -AAAAAAAAPDBAAAAA Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 -AAAAAAAAPDBDAAAA Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 -AAAAAAAAPDDEAAAA Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 -AAAAAAAAPDGBAAAA Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 -AAAAAAAAPDGEAAAA African lives must n Books cooking 0.88 13101.34 4.91002972250450964 -AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 -AAAAAAAAPEADAAAA For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 -AAAAAAAAPEBCAAAA English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 -AAAAAAAAPECBAAAA Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 -AAAAAAAAPEDDAAAA Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 -AAAAAAAAPEFBAAAA Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 -AAAAAAAAPEFEAAAA Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 -AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 -AAAAAAAAPEMDAAAA Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 -AAAAAAAAPENCAAAA Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 -AAAAAAAAPFACAAAA Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 -AAAAAAAAPFEBAAAA Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 -AAAAAAAAPFGCAAAA Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 -AAAAAAAAPFMCAAAA Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 -AAAAAAAAPFOAAAAA Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 -AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 -AAAAAAAAPGDEAAAA Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 -AAAAAAAAPGGBAAAA Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 -AAAAAAAAPGNAAAAA Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 -AAAAAAAAPGPBAAAA Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 -AAAAAAAAPHAAAAAA Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 -AAAAAAAAPHADAAAA Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 -AAAAAAAAPHIBAAAA Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 -AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 -AAAAAAAAPHLBAAAA Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 -AAAAAAAAPHPAAAAA Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 -AAAAAAAAPIBEAAAA New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 -AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 -AAAAAAAAPIFAAAAA Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 -AAAAAAAAPIGCAAAA So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 -AAAAAAAAPIKBAAAA Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 -AAAAAAAAPILDAAAA Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 -AAAAAAAAPIMCAAAA Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 -AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 -AAAAAAAAPJNDAAAA Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 -AAAAAAAAPJOCAAAA Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 -AAAAAAAAPKCBAAAA Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 -AAAAAAAAPKFBAAAA Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 -AAAAAAAAPKGDAAAA In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 -AAAAAAAAPKMDAAAA Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 -AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 -AAAAAAAAPKPAAAAA Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 -AAAAAAAAPLEEAAAA References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 -AAAAAAAAPLFDAAAA Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 -AAAAAAAAPLIAAAAA Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 -AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 -AAAAAAAAPLJCAAAA Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 -AAAAAAAAPLLAAAAA Only Home decor 3.96 877.92 0.31055361225687812 -AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 -AAAAAAAAPLOAAAAA Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 -AAAAAAAAPMAEAAAA Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 -AAAAAAAAPMBAAAAA Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 -AAAAAAAAPMDEAAAA Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 -AAAAAAAAPMHAAAAA Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 -AAAAAAAAPMKAAAAA Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 -AAAAAAAAPMMBAAAA Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 -AAAAAAAAPMPBAAAA Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 -AAAAAAAAPNAAAAAA Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 -AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 -AAAAAAAAPNGAAAAA Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 -AAAAAAAAPNIBAAAA Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 -AAAAAAAAPNKCAAAA Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 -AAAAAAAAPNLBAAAA National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 -AAAAAAAAPNMAAAAA Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 -AAAAAAAAPOACAAAA Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 -AAAAAAAAPOBBAAAA Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 -AAAAAAAAPOCAAAAA Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 -AAAAAAAAPOKBAAAA Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 -AAAAAAAAPOODAAAA Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 -AAAAAAAAPPAEAAAA Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 -AAAAAAAAPPCCAAAA Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 -AAAAAAAAPPDEAAAA Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 +AAAAAAAAOKICAAAA Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 +AAAAAAAAOKJBAAAA Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 +AAAAAAAAOKKAAAAA Beings Home flatware 5.41 3057.71 0.68779048013993208 +AAAAAAAAOKOAAAAA Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 +AAAAAAAAOLBCAAAA Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 +AAAAAAAAOLBDAAAA Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 +AAAAAAAAOLDAAAAA Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 +AAAAAAAAOLDBAAAA Special chee Books history 49.12 29083.38 7.68477543880305618 +AAAAAAAAOLDEAAAA Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 +AAAAAAAAOLHDAAAA All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 +AAAAAAAAOLMDAAAA Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 +AAAAAAAAOLNDAAAA Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 +AAAAAAAAOLPAAAAA Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 +AAAAAAAAOMACAAAA So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 +AAAAAAAAOMBBAAAA Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 +AAAAAAAAOMBEAAAA Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 +AAAAAAAAOMCBAAAA Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 +AAAAAAAAOMCDAAAA Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 +AAAAAAAAOMDAAAAA Together hot rights Books computers 4.99 1742.88 0.53247056774802601 +AAAAAAAAOMDCAAAA New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 +AAAAAAAAOMEBAAAA Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 +AAAAAAAAOMFDAAAA So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 +AAAAAAAAOMHCAAAA Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 +AAAAAAAAOMIBAAAA Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 +AAAAAAAAOMJCAAAA Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 +AAAAAAAAOMLAAAAA Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 +AAAAAAAAOMPCAAAA Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 +AAAAAAAAONBDAAAA Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 +AAAAAAAAONDCAAAA Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 +AAAAAAAAONEAAAAA Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 +AAAAAAAAONGBAAAA Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 +AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 +AAAAAAAAONHAAAAA Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 +AAAAAAAAONHDAAAA Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 +AAAAAAAAONIDAAAA So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 +AAAAAAAAONJCAAAA Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 +AAAAAAAAONMCAAAA Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 +AAAAAAAAONOAAAAA Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 +AAAAAAAAONPCAAAA Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 +AAAAAAAAOOAAAAAA High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 +AAAAAAAAOOBCAAAA Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 +AAAAAAAAOOBDAAAA Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 +AAAAAAAAOODAAAAA Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 +AAAAAAAAOOEAAAAA Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 +AAAAAAAAOOECAAAA Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 +AAAAAAAAOOFEAAAA Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 +AAAAAAAAOOGBAAAA Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 +AAAAAAAAOOIBAAAA Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 +AAAAAAAAOOKDAAAA Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 +AAAAAAAAOOMAAAAA Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 +AAAAAAAAOONCAAAA Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 +AAAAAAAAOONDAAAA So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 +AAAAAAAAOOPBAAAA Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 +AAAAAAAAOPADAAAA Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 +AAAAAAAAOPDCAAAA Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 +AAAAAAAAOPEBAAAA Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 +AAAAAAAAOPEEAAAA Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 +AAAAAAAAOPFAAAAA Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 +AAAAAAAAOPFEAAAA Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 +AAAAAAAAOPGDAAAA Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 +AAAAAAAAOPIBAAAA So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 +AAAAAAAAOPKCAAAA Less imp Books arts 9.12 21212.29 6.81331014552635795 +AAAAAAAAOPMAAAAA Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +AAAAAAAAOPMCAAAA Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 +AAAAAAAAOPNBAAAA Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 +AAAAAAAAOPPCAAAA Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 +AAAAAAAAPABDAAAA Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +AAAAAAAAPADBAAAA Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 +AAAAAAAAPADEAAAA Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 +AAAAAAAAPAFCAAAA Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 +AAAAAAAAPAGEAAAA Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 +AAAAAAAAPAICAAAA Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 +AAAAAAAAPAKAAAAA Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 +AAAAAAAAPANDAAAA Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 +AAAAAAAAPAOCAAAA Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 +AAAAAAAAPAPBAAAA Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 +AAAAAAAAPBAAAAAA So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 +AAAAAAAAPBDAAAAA Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 +AAAAAAAAPBDDAAAA Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 +AAAAAAAAPBECAAAA Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 +AAAAAAAAPBGAAAAA Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 +AAAAAAAAPBMAAAAA Yea Home accent 1.36 8742.72 2.82673758428186571 +AAAAAAAAPBMDAAAA Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 +AAAAAAAAPBPAAAAA Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 +AAAAAAAAPBPDAAAA Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +AAAAAAAAPCBBAAAA Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 +AAAAAAAAPCCAAAAA Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 +AAAAAAAAPCDCAAAA Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 +AAAAAAAAPCEBAAAA Th Books fiction 0.34 NULL NULL +AAAAAAAAPCFAAAAA Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 +AAAAAAAAPCHBAAAA Strong memb Sports guns 6.63 804.38 0.21077266926378033 +AAAAAAAAPCIAAAAA Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 +AAAAAAAAPCIDAAAA Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 +AAAAAAAAPCLAAAAA Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 +AAAAAAAAPCNBAAAA Areas may clea Home paint 2.32 11516.97 2.90938790456909989 +AAAAAAAAPCOAAAAA Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 +AAAAAAAAPCODAAAA Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 +AAAAAAAAPDBAAAAA Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 +AAAAAAAAPDBDAAAA Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 +AAAAAAAAPDDEAAAA Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 +AAAAAAAAPDGBAAAA Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 +AAAAAAAAPDGEAAAA African lives must n Books cooking 0.88 13101.34 4.91002972250450964 +AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 +AAAAAAAAPEADAAAA For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 +AAAAAAAAPEBCAAAA English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 +AAAAAAAAPECBAAAA Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +AAAAAAAAPEDDAAAA Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 +AAAAAAAAPEFBAAAA Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 +AAAAAAAAPEFEAAAA Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 +AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 +AAAAAAAAPEMDAAAA Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 +AAAAAAAAPENCAAAA Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 +AAAAAAAAPFACAAAA Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 +AAAAAAAAPFEBAAAA Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 +AAAAAAAAPFGCAAAA Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 +AAAAAAAAPFMCAAAA Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 +AAAAAAAAPFOAAAAA Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 +AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 +AAAAAAAAPGDEAAAA Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 +AAAAAAAAPGGBAAAA Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 +AAAAAAAAPGNAAAAA Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 +AAAAAAAAPGPBAAAA Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 +AAAAAAAAPHAAAAAA Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +AAAAAAAAPHADAAAA Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 +AAAAAAAAPHIBAAAA Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 +AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 +AAAAAAAAPHLBAAAA Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 +AAAAAAAAPHPAAAAA Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 +AAAAAAAAPIBEAAAA New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 +AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 +AAAAAAAAPIFAAAAA Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 +AAAAAAAAPIGCAAAA So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 +AAAAAAAAPIKBAAAA Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 +AAAAAAAAPILDAAAA Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 +AAAAAAAAPIMCAAAA Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 +AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 +AAAAAAAAPJNDAAAA Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 +AAAAAAAAPJOCAAAA Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 +AAAAAAAAPKCBAAAA Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 +AAAAAAAAPKFBAAAA Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 +AAAAAAAAPKGDAAAA In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 +AAAAAAAAPKMDAAAA Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 +AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 +AAAAAAAAPKPAAAAA Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 +AAAAAAAAPLEEAAAA References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 +AAAAAAAAPLFDAAAA Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +AAAAAAAAPLIAAAAA Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 +AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 +AAAAAAAAPLJCAAAA Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 +AAAAAAAAPLLAAAAA Only Home decor 3.96 877.92 0.31055361225687812 +AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 +AAAAAAAAPLOAAAAA Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 +AAAAAAAAPMAEAAAA Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 +AAAAAAAAPMBAAAAA Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 +AAAAAAAAPMDEAAAA Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 +AAAAAAAAPMHAAAAA Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 +AAAAAAAAPMKAAAAA Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 +AAAAAAAAPMMBAAAA Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 +AAAAAAAAPMPBAAAA Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 +AAAAAAAAPNAAAAAA Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 +AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 +AAAAAAAAPNGAAAAA Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 +AAAAAAAAPNIBAAAA Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 +AAAAAAAAPNKCAAAA Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 +AAAAAAAAPNLBAAAA National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 +AAAAAAAAPNMAAAAA Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 +AAAAAAAAPOACAAAA Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 +AAAAAAAAPOBBAAAA Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 +AAAAAAAAPOCAAAAA Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 +AAAAAAAAPOKBAAAA Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 +AAAAAAAAPOODAAAA Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 +AAAAAAAAPPAEAAAA Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 +AAAAAAAAPPCCAAAA Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 +AAAAAAAAPPDEAAAA Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 From b1a700a1d5aa758960f44a05a1c75848b5ec9845 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Tue, 23 Mar 2021 21:34:16 +0900 Subject: [PATCH 06/15] Update the golden files of q17 and q41 --- .../src/test/resources/tpcds-query-results/v1_4/q17.sql.out | 2 +- .../src/test/resources/tpcds-query-results/v1_4/q41.sql.out | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out index a3facf3ecb9e..e36bb6b5c080 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q17.sql.out @@ -3,4 +3,4 @@ -- !query schema struct -- !query output - +AAAAAAAAKPFEAAAA Recently right TN 1 99.0 NULL NULL 1 66.0 NULL NULL 1 32.0 NULL NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out index 31fa26e40b85..503587fbd1f3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out @@ -3,4 +3,7 @@ -- !query schema struct -- !query output - +ableationableought +anticallyeingese +callycallyeingese +oughtationableought From 2b6ab3aeecc9ab2f642cfcb1e4757bc835870b3d Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Wed, 24 Mar 2021 21:14:38 +0900 Subject: [PATCH 07/15] Revert some parts --- .../sql-tests/results/group-analytics.sql.out | 50 +- .../sql-tests/results/grouping_set.sql.out | 2 +- .../sql-tests/results/natural-join.sql.out | 2 +- .../results/order-by-nulls-ordering.sql.out | 90 +- .../results/order-by-ordinal.sql.out | 34 +- .../postgreSQL/aggregates_part2.sql.out | 4 +- .../results/postgreSQL/boolean.sql.out | 2 +- .../results/postgreSQL/create_view.sql.out | 4 +- .../results/postgreSQL/groupingsets.sql.out | 94 +- .../sql-tests/results/postgreSQL/join.sql.out | 26 +- .../results/postgreSQL/numeric.sql.out | 6 +- .../results/postgreSQL/select.sql.out | 224 +- .../postgreSQL/select_implicit.sql.out | 24 +- .../results/postgreSQL/union.sql.out | 24 +- .../results/postgreSQL/window_part1.sql.out | 6 +- .../sql-tests/results/postgreSQL/with.sql.out | 4 +- .../exists-orderby-limit.sql.out | 8 +- .../subquery/in-subquery/in-joins.sql.out | 6 +- .../subquery/in-subquery/in-order-by.sql.out | 38 +- .../in-subquery/in-set-operations.sql.out | 32 +- .../subquery/in-subquery/not-in-joins.sql.out | 4 +- .../postgreSQL/udf-aggregates_part2.sql.out | 4 +- .../results/udf/postgreSQL/udf-join.sql.out | 30 +- .../postgreSQL/udf-select_implicit.sql.out | 24 +- .../results/udf/udf-group-analytics.sql.out | 50 +- .../results/udf/udf-natural-join.sql.out | 2 +- .../sql-tests/results/udf/udf-window.sql.out | 98 +- .../sql-tests/results/window.sql.out | 370 +- .../tpcds-query-results/v1_4/q34.sql.out | 12 +- .../tpcds-query-results/v1_4/q39a.sql.out | 244 +- .../tpcds-query-results/v1_4/q39b.sql.out | 8 +- .../tpcds-query-results/v1_4/q41.sql.out | 5 +- .../tpcds-query-results/v1_4/q64.sql.out | 8 +- .../tpcds-query-results/v1_4/q71.sql.out | 1928 +++---- .../tpcds-query-results/v1_4/q98.sql.out | 4880 ++++++++--------- .../tpcds-query-results/v2_7/q34.sql.out | 12 +- .../tpcds-query-results/v2_7/q64.sql.out | 10 +- .../tpcds-query-results/v2_7/q98.sql.out | 4812 ++++++++-------- .../apache/spark/sql/SQLQueryTestHelper.scala | 3 + 39 files changed, 6592 insertions(+), 6592 deletions(-) diff --git a/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out b/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out index df50708364a4..b820fb49b09b 100644 --- a/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out @@ -101,13 +101,13 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY ROLLUP(course, year -- !query schema struct -- !query output +NULL NULL 113000 +Java NULL 50000 Java 2012 20000 Java 2013 30000 -Java NULL 50000 -NULL NULL 113000 +dotNET NULL 63000 dotNET 2012 15000 dotNET 2013 48000 -dotNET NULL 63000 -- !query @@ -115,15 +115,15 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY CUBE(course, year) -- !query schema struct -- !query output -Java 2012 20000 -Java 2013 30000 -Java NULL 50000 +NULL NULL 113000 NULL 2012 35000 NULL 2013 78000 -NULL NULL 113000 +Java NULL 50000 +Java 2012 20000 +Java 2013 30000 +dotNET NULL 63000 dotNET 2012 15000 dotNET 2013 48000 -dotNET NULL 63000 -- !query @@ -161,13 +161,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output +NULL 113000 Java 20000 Java 30000 Java 50000 -NULL 113000 +dotNET 5000 dotNET 10000 dotNET 48000 -dotNET 5000 dotNET 63000 @@ -177,13 +177,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output +NULL 113000 3 Java 20000 0 Java 30000 0 Java 50000 1 -NULL 113000 3 +dotNET 5000 0 dotNET 10000 0 dotNET 48000 0 -dotNET 5000 0 dotNET 63000 1 @@ -229,13 +229,13 @@ struct -- !query output Java 2012 0 Java 2013 0 +dotNET 2012 0 +dotNET 2013 0 Java NULL 1 +dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 -dotNET 2012 0 -dotNET 2013 0 -dotNET NULL 1 -- !query @@ -244,8 +244,8 @@ HAVING GROUPING(year) = 1 AND GROUPING_ID(course, year) > 0 ORDER BY course, yea -- !query schema struct -- !query output -Java NULL NULL NULL +Java NULL dotNET NULL @@ -287,13 +287,13 @@ struct -- !query output Java 2012 0 0 Java 2013 0 0 +dotNET 2012 0 0 +dotNET 2013 0 0 Java NULL 0 1 +dotNET NULL 0 1 NULL 2012 1 0 NULL 2013 1 0 NULL NULL 1 1 -dotNET 2012 0 0 -dotNET 2013 0 0 -dotNET NULL 0 1 -- !query @@ -304,13 +304,13 @@ struct -- !query output Java 2012 0 Java 2013 0 +dotNET 2012 0 +dotNET 2013 0 Java NULL 1 +dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 -dotNET 2012 0 -dotNET 2013 0 -dotNET NULL 1 -- !query @@ -338,13 +338,13 @@ struct -- !query output Java 2012 Java 2013 +dotNET 2012 +dotNET 2013 Java NULL +dotNET NULL NULL 2012 NULL 2013 NULL NULL -dotNET 2012 -dotNET 2013 -dotNET NULL -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out b/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out index d52b95711789..6af8e7048c81 100644 --- a/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/grouping_set.sql.out @@ -127,8 +127,8 @@ ORDER BY -col1 -- !query schema struct -- !query output -1 2 3 2 +1 2 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out b/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out index 41a426df2ba5..13f319700df3 100644 --- a/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/natural-join.sql.out @@ -42,8 +42,8 @@ struct -- !query output one 1 1 one 1 5 -three 3 NULL two 2 22 +three 3 NULL -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out b/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out index 4ab82974cedd..67d271790eef 100644 --- a/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/order-by-nulls-ordering.sql.out @@ -28,15 +28,15 @@ from spark_10747 where col1 = 6 order by sum_col2 -- !query schema struct -- !query output +6 9 10 28 +6 13 NULL 34 6 10 NULL 41 -6 11 4 56 6 12 10 43 -6 13 NULL 34 6 15 8 55 6 15 8 56 -6 7 4 58 +6 11 4 56 6 7 8 58 -6 9 10 28 +6 7 4 58 -- !query @@ -50,13 +50,13 @@ struct -- !query output 6 10 NULL 32 6 11 4 33 -6 12 10 56 6 13 NULL 44 +6 7 4 48 +6 9 10 51 6 15 8 55 +6 12 10 56 6 15 8 56 -6 7 4 48 6 7 8 58 -6 9 10 51 -- !query @@ -68,14 +68,14 @@ from spark_10747 where col1 = 6 order by sum_col2 -- !query schema struct -- !query output -6 10 NULL 44 -6 11 4 40 -6 12 10 59 +6 7 4 25 6 13 NULL 35 +6 11 4 40 +6 10 NULL 44 +6 7 8 55 6 15 8 57 6 15 8 58 -6 7 4 25 -6 7 8 55 +6 12 10 59 6 9 10 61 @@ -89,14 +89,14 @@ from spark_10747 where col1 = 6 order by sum_col2 struct -- !query output 6 10 NULL 30 -6 11 4 53 6 12 10 36 6 13 NULL 41 -6 15 8 57 -6 15 8 58 6 7 4 48 -6 7 8 55 6 9 10 51 +6 11 4 53 +6 7 8 55 +6 15 8 57 +6 15 8 58 -- !query @@ -105,14 +105,14 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 ASC NULLS FIRST, COL2 struct -- !query output 6 10 NULL -6 11 4 -6 12 10 6 13 NULL -6 15 8 -6 15 8 6 7 4 +6 11 4 6 7 8 +6 15 8 +6 15 8 6 9 10 +6 12 10 -- !query @@ -120,15 +120,15 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 NULLS LAST, COL2 -- !query schema struct -- !query output -6 10 NULL +6 7 4 6 11 4 -6 12 10 -6 13 NULL +6 7 8 6 15 8 6 15 8 -6 7 4 -6 7 8 6 9 10 +6 12 10 +6 10 NULL +6 13 NULL -- !query @@ -137,14 +137,14 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 DESC NULLS FIRST, COL2 struct -- !query output 6 10 NULL -6 11 4 -6 12 10 6 13 NULL +6 9 10 +6 12 10 +6 7 8 6 15 8 6 15 8 6 7 4 -6 7 8 -6 9 10 +6 11 4 -- !query @@ -152,15 +152,15 @@ SELECT COL1, COL2, COL3 FROM spark_10747 ORDER BY COL3 DESC NULLS LAST, COL2 -- !query schema struct -- !query output -6 10 NULL -6 11 4 +6 9 10 6 12 10 -6 13 NULL +6 7 8 6 15 8 6 15 8 6 7 4 -6 7 8 -6 9 10 +6 11 4 +6 10 NULL +6 13 NULL -- !query @@ -206,14 +206,14 @@ select * from spark_10747_mix order by col1 nulls last, col5 nulls last -- !query schema struct -- !query output -NULL 3 0.0 3.00 1.0 a 1 1.0 1.00 NULL b 2 1.0 1.00 10.0 c 3 2.0 2.00 15.1 c 3 2.0 2.00 NULL -d 3 0.0 3.00 1.0 d 3 2.0 3.00 0.0 +d 3 0.0 3.00 1.0 d 3 NULL 4.00 1.0 +NULL 3 0.0 3.00 1.0 -- !query @@ -222,13 +222,13 @@ select * from spark_10747_mix order by col1 desc nulls first, col5 desc nulls fi struct -- !query output NULL 3 0.0 3.00 1.0 -a 1 1.0 1.00 NULL -b 2 1.0 1.00 10.0 -c 3 2.0 2.00 15.1 -c 3 2.0 2.00 NULL d 3 0.0 3.00 1.0 -d 3 2.0 3.00 0.0 d 3 NULL 4.00 1.0 +d 3 2.0 3.00 0.0 +c 3 2.0 2.00 NULL +c 3 2.0 2.00 15.1 +b 2 1.0 1.00 10.0 +a 1 1.0 1.00 NULL -- !query @@ -236,14 +236,14 @@ select * from spark_10747_mix order by col5 desc nulls first, col3 desc nulls la -- !query schema struct -- !query output -NULL 3 0.0 3.00 1.0 +c 3 2.0 2.00 NULL a 1 1.0 1.00 NULL -b 2 1.0 1.00 10.0 c 3 2.0 2.00 15.1 -c 3 2.0 2.00 NULL +b 2 1.0 1.00 10.0 d 3 0.0 3.00 1.0 -d 3 2.0 3.00 0.0 +NULL 3 0.0 3.00 1.0 d 3 NULL 4.00 1.0 +d 3 2.0 3.00 0.0 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out b/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out index a7eff5d51bec..44c811a7439c 100644 --- a/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out @@ -22,12 +22,12 @@ select * from data order by 1 desc -- !query schema struct -- !query output -1 1 -1 2 -2 1 -2 2 3 1 3 2 +2 1 +2 2 +1 1 +1 2 -- !query @@ -35,12 +35,12 @@ select * from data order by 1 desc, b desc -- !query schema struct -- !query output -1 1 -1 2 -2 1 -2 2 -3 1 3 2 +3 1 +2 2 +2 1 +1 2 +1 1 -- !query @@ -48,12 +48,12 @@ select * from data order by 1 desc, 2 desc -- !query schema struct -- !query output -1 1 -1 2 -2 1 -2 2 -3 1 3 2 +3 1 +2 2 +2 1 +1 2 +1 1 -- !query @@ -61,12 +61,12 @@ select * from data order by 1 + 0 desc, b desc -- !query schema struct -- !query output -1 1 1 2 -2 1 2 2 -3 1 3 2 +1 1 +2 1 +3 1 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out index 7958887fb732..6633bf5d114e 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/aggregates_part2.sql.out @@ -290,9 +290,9 @@ select t1.max_unique2, g from (select max(unique2) as max_unique2 FROM tenk1) t1 -- !query schema struct -- !query output -9999 1 -9999 2 9999 3 +9999 2 +9999 1 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out index 699404bcc3c0..ef9a67a50b1d 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/boolean.sql.out @@ -709,9 +709,9 @@ FROM booltbl3 ORDER BY o -- !query schema struct -- !query output +true true false false true false true false false true true false false true null false true false true true false -true true false false true false true -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out index cafd5925082f..3b383c0f4271 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/create_view.sql.out @@ -132,9 +132,9 @@ SELECT * FROM viewtest -- !query schema struct -- !query output -10 15 -15 20 20 25 +15 20 +10 15 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out index e5d95108f631..1aa34b29575c 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/groupingsets.sql.out @@ -113,18 +113,18 @@ select a, b, grouping(a), grouping(b), sum(v), count(*), max(v) -- !query schema struct -- !query output +NULL NULL 1 1 145 10 19 +1 NULL 0 1 60 5 14 1 1 0 0 21 2 11 1 2 0 0 25 2 13 1 3 0 0 14 1 14 -1 NULL 0 1 60 5 14 -2 3 0 0 15 1 15 2 NULL 0 1 15 1 15 +2 3 0 0 15 1 15 +3 NULL 0 1 33 2 17 3 3 0 0 16 1 16 3 4 0 0 17 1 17 -3 NULL 0 1 33 2 17 -4 1 0 0 37 2 19 4 NULL 0 1 37 2 19 -NULL NULL 1 1 145 10 19 +4 1 0 0 37 2 19 -- !query @@ -133,18 +133,18 @@ select a, b, grouping(a), grouping(b), sum(v), count(*), max(v) -- !query schema struct -- !query output -1 1 0 0 21 2 11 -1 2 0 0 25 2 13 +3 4 0 0 17 1 17 1 3 0 0 14 1 14 -1 NULL 0 1 60 5 14 2 3 0 0 15 1 15 -2 NULL 0 1 15 1 15 3 3 0 0 16 1 16 -3 4 0 0 17 1 17 -3 NULL 0 1 33 2 17 +1 2 0 0 25 2 13 +1 1 0 0 21 2 11 4 1 0 0 37 2 19 -4 NULL 0 1 37 2 19 NULL NULL 1 1 145 10 19 +1 NULL 0 1 60 5 14 +2 NULL 0 1 15 1 15 +3 NULL 0 1 33 2 17 +4 NULL 0 1 37 2 19 -- !query @@ -153,18 +153,18 @@ select a, b, grouping(a), grouping(b), sum(v), count(*), max(v) -- !query schema struct -- !query output +NULL NULL 1 1 145 10 19 +1 NULL 0 1 60 5 14 1 1 0 0 21 2 11 +2 NULL 0 1 15 1 15 +3 NULL 0 1 33 2 17 1 2 0 0 25 2 13 1 3 0 0 14 1 14 -1 NULL 0 1 60 5 14 +4 NULL 0 1 37 2 19 +4 1 0 0 37 2 19 2 3 0 0 15 1 15 -2 NULL 0 1 15 1 15 3 3 0 0 16 1 16 3 4 0 0 17 1 17 -3 NULL 0 1 33 2 17 -4 1 0 0 37 2 19 -4 NULL 0 1 37 2 19 -NULL NULL 1 1 145 10 19 -- !query @@ -173,12 +173,12 @@ select a, b, sum(c), sum(sum(c)) over (order by a,b) as rsum -- !query schema struct -- !query output +NULL NULL 12 12 +1 NULL 10 22 1 1 8 30 1 2 2 32 -1 NULL 10 22 -2 2 2 36 2 NULL 2 34 -NULL NULL 12 12 +2 2 2 36 -- !query @@ -284,11 +284,11 @@ select four, x || 'x' -- !query schema struct -- !query output +NULL foox 0 NULL 1 NULL 2 NULL 3 NULL -NULL foox -- !query @@ -377,9 +377,9 @@ select a,count(*) from gstest2 group by rollup(a) order by a -- !query schema struct -- !query output +NULL 9 1 8 2 1 -NULL 9 -- !query @@ -387,8 +387,8 @@ select a,count(*) from gstest2 group by rollup(a) having a is distinct from 1 or -- !query schema struct -- !query output -2 1 NULL 9 +2 1 -- !query @@ -507,13 +507,13 @@ struct -- !query output 0 NULL 0 1 1 1 -0 NULL 0 1 1 16 1 NULL 0 1 1 2 -1 NULL 0 1 1 32 2 NULL 0 1 1 4 +3 NULL 0 1 1 8 +0 NULL 0 1 1 16 +1 NULL 0 1 1 32 2 NULL 0 1 1 64 3 NULL 0 1 1 128 -3 NULL 0 1 1 8 NULL 1 1 0 1 1 -NULL 1 1 0 1 128 NULL 1 1 0 1 2 -NULL 1 1 0 1 64 -NULL 2 1 0 1 16 -NULL 2 1 0 1 32 NULL 2 1 0 1 4 NULL 2 1 0 1 8 +NULL 2 1 0 1 16 +NULL 2 1 0 1 32 +NULL 1 1 0 1 64 +NULL 1 1 0 1 128 -- !query @@ -624,6 +624,10 @@ struct -- !query output +NULL NULL 12 12 +NULL 1 8 20 +NULL 2 4 24 +1 NULL 10 34 1 1 8 42 1 2 2 44 -1 NULL 10 34 -2 2 2 48 2 NULL 2 46 -NULL 1 8 20 -NULL 2 4 24 -NULL NULL 12 12 +2 2 2 48 -- !query @@ -661,11 +661,11 @@ SELECT a, b, count(*), max(a), max(b) FROM gstest3 GROUP BY GROUPING SETS(a, b,( -- !query schema struct -- !query output -1 NULL 1 1 1 -2 NULL 1 2 2 +NULL NULL 2 2 2 NULL 1 1 1 1 NULL 2 1 2 2 -NULL NULL 2 2 2 +1 NULL 1 1 1 +2 NULL 1 2 2 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out index b6b382589c7a..4bc5b5e8df9f 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/join.sql.out @@ -1790,6 +1790,8 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output + NULL NULL null NULL + NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1801,8 +1803,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL null NULL -- !query @@ -1812,6 +1812,8 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output + NULL NULL null NULL + NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1823,8 +1825,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL null NULL -- !query @@ -1868,6 +1868,10 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output + NULL NULL NULL NULL + NULL NULL null NULL + NULL 0 zero NULL + NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1879,10 +1883,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL NULL 0 - NULL NULL NULL NULL - NULL NULL null NULL -- !query @@ -1892,6 +1892,10 @@ SELECT '' AS `xxx`, * -- !query schema struct -- !query output + NULL NULL NULL NULL + NULL NULL null NULL + NULL 0 zero NULL + NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1903,10 +1907,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL NULL 0 - NULL NULL NULL NULL - NULL NULL null NULL -- !query @@ -2995,11 +2995,11 @@ select b.unique1 from -- !query schema struct -- !query output -0 NULL NULL NULL NULL +0 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out index 6478f1b4080b..769c3404e34f 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out @@ -4540,13 +4540,11 @@ SELECT -- !query schema struct -- !query output --0.000000000100000 0 0 6 6 0 0 0 0 5 5 -5.200000000000000 0 0 6 6 0 0 0 0 4 4 +-0.000000000100000 0 0 6 6 0 0 0 0 5 5 0.000000000001000 1 1 5 5 0 0 0 0 6 6 1.000000000000000 1 1 5 5 0 0 0 0 6 6 1.999999999999990 1 1 5 5 0 0 0 0 6 6 -10.000000000000000 6 6 1 1 5 5 21 21 8 8 -10.000000000000100 6 6 0 0 5 5 21 21 8 8 2.000000000000000 2 2 5 5 1 1 0 0 6 6 2.000000000000010 2 2 4 4 1 1 0 0 6 6 3.000000000000000 2 2 4 4 1 1 0 0 6 6 @@ -4559,6 +4557,8 @@ struct -- !query output -0 AAAAAA -1 BAAAAA -10 KAAAAA -11 LAAAAA -12 MAAAAA -13 NAAAAA -14 OAAAAA -15 PAAAAA -16 QAAAAA -17 RAAAAA -18 SAAAAA 19 TAAAAA -2 CAAAAA -3 DAAAAA -4 EAAAAA -5 FAAAAA -6 GAAAAA -7 HAAAAA -8 IAAAAA +18 SAAAAA +17 RAAAAA +16 QAAAAA +15 PAAAAA +14 OAAAAA +13 NAAAAA +12 MAAAAA +11 LAAAAA +10 KAAAAA 9 JAAAAA +8 IAAAAA +7 HAAAAA +6 GAAAAA +5 FAAAAA +4 EAAAAA +3 DAAAAA +2 CAAAAA +1 BAAAAA +0 AAAAAA -- !query @@ -79,13 +79,6 @@ SELECT onek.unique1, onek.stringu1 FROM onek -- !query schema struct -- !query output -981 TLAAAA -982 ULAAAA -983 VLAAAA -984 WLAAAA -985 XLAAAA -986 YLAAAA -987 ZLAAAA 988 AMAAAA 989 BMAAAA 990 CMAAAA @@ -98,6 +91,13 @@ struct 997 JMAAAA 998 KMAAAA 999 LMAAAA +981 TLAAAA +982 ULAAAA +983 VLAAAA +984 WLAAAA +985 XLAAAA +986 YLAAAA +987 ZLAAAA -- !query @@ -107,25 +107,25 @@ SELECT onek.unique1, onek.string4 FROM onek -- !query schema struct -- !query output -981 AAAAxx -982 AAAAxx +999 AAAAxx +995 AAAAxx 983 AAAAxx -984 VVVVxx -985 OOOOxx -986 HHHHxx -987 OOOOxx -988 OOOOxx -989 VVVVxx +982 AAAAxx +981 AAAAxx +998 HHHHxx +997 HHHHxx +993 HHHHxx 990 HHHHxx +986 HHHHxx +996 OOOOxx 991 OOOOxx -992 VVVVxx -993 HHHHxx +988 OOOOxx +987 OOOOxx +985 OOOOxx 994 VVVVxx -995 AAAAxx -996 OOOOxx -997 HHHHxx -998 HHHHxx -999 AAAAxx +992 VVVVxx +989 VVVVxx +984 VVVVxx -- !query @@ -135,24 +135,24 @@ SELECT onek.unique1, onek.string4 FROM onek -- !query schema struct -- !query output -981 AAAAxx -982 AAAAxx -983 AAAAxx 984 VVVVxx +989 VVVVxx +992 VVVVxx +994 VVVVxx 985 OOOOxx -986 HHHHxx 987 OOOOxx 988 OOOOxx -989 VVVVxx -990 HHHHxx 991 OOOOxx -992 VVVVxx -993 HHHHxx -994 VVVVxx -995 AAAAxx 996 OOOOxx +986 HHHHxx +990 HHHHxx +993 HHHHxx 997 HHHHxx 998 HHHHxx +981 AAAAxx +982 AAAAxx +983 AAAAxx +995 AAAAxx 999 AAAAxx @@ -163,26 +163,26 @@ SELECT onek.unique1, onek.string4 FROM onek -- !query schema struct -- !query output -0 OOOOxx -1 OOOOxx -10 AAAAxx -11 OOOOxx -12 AAAAxx -13 OOOOxx -14 AAAAxx -15 VVVVxx -16 OOOOxx -17 HHHHxx -18 VVVVxx 19 OOOOxx -2 OOOOxx -3 VVVVxx -4 HHHHxx -5 HHHHxx -6 OOOOxx -7 VVVVxx -8 HHHHxx +18 VVVVxx +17 HHHHxx +16 OOOOxx +15 VVVVxx +14 AAAAxx +13 OOOOxx +12 AAAAxx +11 OOOOxx +10 AAAAxx 9 HHHHxx +8 HHHHxx +7 VVVVxx +6 OOOOxx +5 HHHHxx +4 HHHHxx +3 VVVVxx +2 OOOOxx +1 OOOOxx +0 OOOOxx -- !query @@ -194,6 +194,14 @@ struct -- !query output 0 OOOOxx 1 OOOOxx +2 OOOOxx +3 VVVVxx +4 HHHHxx +5 HHHHxx +6 OOOOxx +7 VVVVxx +8 HHHHxx +9 HHHHxx 10 AAAAxx 11 OOOOxx 12 AAAAxx @@ -204,14 +212,6 @@ struct 17 HHHHxx 18 VVVVxx 19 OOOOxx -2 OOOOxx -3 VVVVxx -4 HHHHxx -5 HHHHxx -6 OOOOxx -7 VVVVxx -8 HHHHxx -9 HHHHxx -- !query @@ -238,26 +238,26 @@ SELECT onek2.unique1, onek2.stringu1 FROM onek2 -- !query schema struct -- !query output -0 AAAAAA -1 BAAAAA -10 KAAAAA -11 LAAAAA -12 MAAAAA -13 NAAAAA -14 OAAAAA -15 PAAAAA -16 QAAAAA -17 RAAAAA -18 SAAAAA 19 TAAAAA -2 CAAAAA -3 DAAAAA -4 EAAAAA -5 FAAAAA -6 GAAAAA -7 HAAAAA -8 IAAAAA +18 SAAAAA +17 RAAAAA +16 QAAAAA +15 PAAAAA +14 OAAAAA +13 NAAAAA +12 MAAAAA +11 LAAAAA +10 KAAAAA 9 JAAAAA +8 IAAAAA +7 HAAAAA +6 GAAAAA +5 FAAAAA +4 EAAAAA +3 DAAAAA +2 CAAAAA +1 BAAAAA +0 AAAAAA -- !query @@ -375,13 +375,13 @@ SELECT * FROM foo ORDER BY f1 -- !query schema struct -- !query output +NULL +NULL 1 -10 3 -42 7 -NULL -NULL +10 +42 -- !query @@ -389,13 +389,13 @@ SELECT * FROM foo ORDER BY f1 ASC -- !query schema struct -- !query output +NULL +NULL 1 -10 3 -42 7 -NULL -NULL +10 +42 -- !query @@ -403,13 +403,13 @@ SELECT * FROM foo ORDER BY f1 NULLS FIRST -- !query schema struct -- !query output +NULL +NULL 1 -10 3 -42 7 -NULL -NULL +10 +42 -- !query @@ -417,11 +417,11 @@ SELECT * FROM foo ORDER BY f1 DESC -- !query schema struct -- !query output -1 -10 -3 42 +10 7 +3 +1 NULL NULL @@ -431,11 +431,11 @@ SELECT * FROM foo ORDER BY f1 DESC NULLS LAST -- !query schema struct -- !query output -1 -10 -3 42 +10 7 +3 +1 NULL NULL diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out index 4886c1b3c857..4a304aeb606b 100755 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/select_implicit.sql.out @@ -108,11 +108,11 @@ SELECT count(*) FROM test_missing_target GROUP BY test_missing_target.c ORDER BY -- !query schema struct -- !query output -1 -1 2 2 2 +1 +1 2 @@ -153,16 +153,16 @@ SELECT c FROM test_missing_target ORDER BY a -- !query schema struct -- !query output +XXXX ABAB ABAB BBBB BBBB -CCCC -CCCC -XXXX bbbb cccc cccc +CCCC +CCCC -- !query @@ -170,10 +170,10 @@ SELECT count(*) FROM test_missing_target GROUP BY b ORDER BY b desc -- !query schema struct -- !query output -1 -2 -3 4 +3 +2 +1 -- !query @@ -315,10 +315,10 @@ ORDER BY lower(test_missing_target.c) -- !query schema struct -- !query output -1 2 3 4 +1 -- !query @@ -376,10 +376,10 @@ SELECT count(b) FROM test_missing_target -- !query schema struct -- !query output -1 -2 -3 4 +3 +2 +1 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out index 9932e33a1a04..5f7a82b5c80c 100644 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/union.sql.out @@ -201,10 +201,10 @@ ORDER BY 1 -- !query schema struct -- !query output --1.2345678901234E-200 -1.2345678901234E200 -1004.3 -34.84 +-1.2345678901234E-200 0.0 @@ -235,12 +235,12 @@ ORDER BY 1 -- !query schema struct -- !query output --1.2345678901234E-200 -1.2345678901234E200 --1004.3 --123456.0 -2.147483647E9 +-123456.0 +-1004.3 -34.84 +-1.2345678901234E-200 0.0 123456.0 2.147483647E9 @@ -275,9 +275,9 @@ ORDER BY 1 -- !query schema struct -- !query output --1.2345678901234E-200 -1004.3 -34.84 +-1.2345678901234E-200 0.0 123456.0 @@ -435,10 +435,10 @@ SELECT f1 FROM float8_tbl EXCEPT SELECT f1 FROM int4_tbl ORDER BY 1 -- !query schema struct -- !query output --1.2345678901234E-200 -1.2345678901234E200 -1004.3 -34.84 +-1.2345678901234E-200 -- !query @@ -469,13 +469,13 @@ struct -- !query schema struct -- !query output --4567890123456789 -123 123 -456 4567890123456789 +456 4567890123456789 +123 4567890123456789 +-4567890123456789 -- !query @@ -492,13 +492,13 @@ SELECT q1 FROM int8_tbl UNION ALL (((SELECT q2 FROM int8_tbl EXCEPT SELECT q1 FR -- !query schema struct -- !query output --4567890123456789 123 123 -456 4567890123456789 4567890123456789 4567890123456789 +-4567890123456789 +456 -- !query @@ -516,8 +516,8 @@ ORDER BY q2,q1 -- !query schema struct -- !query output -123 456 4567890123456789 -4567890123456789 +123 456 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out b/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out index 4220f7d72311..ba449ccf393e 100755 --- a/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out @@ -308,9 +308,6 @@ ORDER BY four, ten -- !query schema struct -- !query output -0 0 2 -3 1 3 -3 3 3 4 0 0 4 0 0 4 4 0 @@ -318,6 +315,9 @@ struct -- !query output 1 1 v +4 4 v +7 7 v 10 10 v 13 13 v 16 16 v -4 4 v -7 7 v -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out index 7fe762f31e23..ebd4da6ccbd5 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-orderby-limit.sql.out @@ -63,10 +63,10 @@ ORDER BY hiredate -- !query schema struct -- !query output +300 emp 3 2002-01-01 300.0 20 +200 emp 2 2003-01-01 200.0 10 100 emp 1 2005-01-01 100.0 10 100 emp 1 2005-01-01 100.0 10 -200 emp 2 2003-01-01 200.0 10 -300 emp 3 2002-01-01 300.0 20 400 emp 4 2005-01-01 400.0 30 800 emp 8 2016-01-01 150.0 70 @@ -83,12 +83,12 @@ ORDER BY hiredate DESC -- !query schema struct -- !query output +800 2016-01-01 100 2005-01-01 100 2005-01-01 +400 2005-01-01 200 2003-01-01 300 2002-01-01 -400 2005-01-01 -800 2016-01-01 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out index b2db78948022..615b67f629e5 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out @@ -136,9 +136,9 @@ ORDER BY t1a DESC, t3b DESC, t3c ASC -- !query schema struct -- !query output +1 10 val3b 8 NULL 1 10 val1b 8 16 1 10 val3a 6 12 -1 10 val3b 8 NULL 1 8 val3a 6 12 1 8 val3a 6 12 @@ -184,10 +184,10 @@ ORDER BY t1a -- !query schema struct -- !query output -val1b 8 16 val1b 10 12 -val1b 8 16 val1b 10 12 val1b 8 16 val3a 6 12 val1b 8 16 val3a 6 12 +val1b 8 16 val1b 10 12 +val1b 8 16 val1b 10 12 val1b 8 16 val3c 17 16 val1b 8 16 val3c 17 16 diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out index 47081e9e6758..96b418c54bf5 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out @@ -77,9 +77,9 @@ struct -- !query output -val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:00:00 2014-04-04 -val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:02:00.001 2014-04-04 -val1b 8 16 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 -val1c 8 16 19 17.0 25.0 2600 2014-05-04 01:02:00.001 2014-05-05 +val1e 10 NULL 25 17.0 25.0 2600 2014-08-04 01:01:00 2014-08-04 +val1e 10 NULL 19 17.0 25.0 2600 2014-09-04 01:02:00.001 2014-09-04 val1d 10 NULL 12 17.0 25.0 2600 2015-05-04 01:01:00 2015-05-04 val1e 10 NULL 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 -val1e 10 NULL 19 17.0 25.0 2600 2014-09-04 01:02:00.001 2014-09-04 -val1e 10 NULL 25 17.0 25.0 2600 2014-08-04 01:01:00 2014-08-04 +val1b 8 16 19 17.0 25.0 2600 2014-05-04 01:01:00 2014-05-04 +val1c 8 16 19 17.0 25.0 2600 2014-05-04 01:02:00.001 2014-05-05 +val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:00:00 2014-04-04 +val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:02:00.001 2014-04-04 -- !query @@ -173,8 +173,8 @@ ORDER BY t1h DESC nulls last -- !query schema struct -- !query output -val1b 8 2014-05-04 01:01:00 val1c 8 2014-05-04 01:02:00.001 +val1b 8 2014-05-04 01:01:00 -- !query @@ -186,13 +186,13 @@ ORDER BY t1a -- !query schema struct -- !query output -val1a 16 12 10 15.0 20.0 2000 2014-07-04 01:01:00 2014-07-04 -val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:00:00 2014-04-04 +val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 +val1a 16 12 10 15.0 20.0 2000 2014-07-04 01:01:00 2014-07-04 val1a 6 8 10 15.0 20.0 2000 2014-04-04 01:02:00.001 2014-04-04 -val1d 10 NULL 12 17.0 25.0 2600 2015-05-04 01:01:00 2015-05-04 -val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL val1d NULL 16 22 17.0 25.0 2600 2014-06-04 01:01:00 NULL +val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL +val1d 10 NULL 12 17.0 25.0 2600 2015-05-04 01:01:00 2015-05-04 -- !query @@ -208,9 +208,9 @@ struct -- !query output val1a 16 val1a 16 +val1d 10 val1a 6 val1a 6 -val1d 10 val1d NULL val1d NULL @@ -228,10 +228,10 @@ ORDER BY t1c DESC nulls last -- !query schema struct -- !query output -val1a 16 12 10 15.0 20.0 2000 2014-07-04 01:01:00 2014-07-04 -val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 -val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL val1d NULL 16 22 17.0 25.0 2600 2014-06-04 01:01:00 NULL +val1d NULL 16 19 17.0 25.0 2600 2014-07-04 01:02:00.001 NULL +val1a 16 12 21 15.0 20.0 2000 2014-06-04 01:02:00.001 2014-06-04 +val1a 16 12 10 15.0 20.0 2000 2014-07-04 01:01:00 2014-07-04 -- !query @@ -320,9 +320,9 @@ ORDER BY t1b DESC nulls last -- !query schema struct -- !query output +1 16 1 10 1 10 -1 16 -1 6 1 8 +1 6 1 NULL diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out index 8f45a83d4b14..783f4031a452 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out @@ -87,10 +87,10 @@ ORDER BY t2c DESC nulls first -- !query schema struct -- !query output -val1b 8 16 2014-06-04 01:02:00 2014-06-04 +val1b 8 16 2015-05-04 01:01:00 2015-05-04 val1b 8 16 2014-07-04 01:01:00 2014-07-04 +val1b 8 16 2014-06-04 01:02:00 2014-06-04 val1b 8 16 2014-07-04 01:02:00 2014-07-04 -val1b 8 16 2015-05-04 01:01:00 2015-05-04 -- !query @@ -119,8 +119,8 @@ ORDER BY t2d DESC struct -- !query output val1b 8 119 1 2015-05-04 -val1b 8 19 1 2014-05-04 val1b 8 19 1 2014-07-04 +val1b 8 19 1 2014-05-04 -- !query @@ -357,11 +357,11 @@ ORDER BY t1c DESC, t1a DESC -- !query schema struct -- !query output -val1a 16 12 10 +val1c 8 16 19 +val1b 8 16 19 val1a 16 12 21 +val1a 16 12 10 val1a 6 8 10 -val1b 8 16 19 -val1c 8 16 19 -- !query @@ -404,12 +404,12 @@ ORDER BY t1b DESC NULLs first, t1c DESC NULLs last -- !query schema struct -- !query output -val1a 16 12 -val1b 8 16 -val1d 10 NULL val1d NULL 16 +val1a 16 12 val1e 10 NULL +val1d 10 NULL val1e 10 NULL +val1b 8 16 -- !query @@ -449,10 +449,10 @@ ORDER BY t1c DESC NULLS last, t1a DESC -- !query schema struct -- !query output -val1b 8 16 val1c 8 16 -val1d 10 NULL +val1b 8 16 val1e 10 NULL +val1d 10 NULL -- !query @@ -584,12 +584,12 @@ ORDER BY t1c DESC NULLS LAST, t1i -- !query schema struct -- !query output +1 8 16 2014-05-04 +1 8 16 2014-05-05 +1 16 12 2014-06-04 +1 16 12 2014-07-04 +1 6 8 2014-04-04 1 10 NULL 2014-05-04 1 10 NULL 2014-08-04 1 10 NULL 2014-09-04 1 10 NULL 2015-05-04 -1 16 12 2014-06-04 -1 16 12 2014-07-04 -1 6 8 2014-04-04 -1 8 16 2014-05-04 -1 8 16 2014-05-05 diff --git a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out index 463c757c1669..4872e3c953ff 100644 --- a/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out @@ -116,9 +116,9 @@ ORDER BY t1a, t3b -- !query schema struct -- !query output +val1c 8 16 1 6 12 val1c 8 16 1 10 12 val1c 8 16 1 17 16 -val1c 8 16 1 6 12 -- !query @@ -173,9 +173,9 @@ ORDER BY t1b DESC, t1d ASC -- !query schema struct -- !query output -1 10 NULL 12 1 16 12 10 1 16 12 21 +1 10 NULL 12 1 6 8 10 1 NULL 16 22 diff --git a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out index 55134749426e..a0008c3dd552 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part2.sql.out @@ -251,9 +251,9 @@ select t1.max_unique2, udf(g) from (select max(udf(unique2)) as max_unique2 FROM -- !query schema struct -- !query output -9999 1 -9999 2 9999 3 +9999 2 +9999 1 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out index 4f85ee66c2e2..36529eabc758 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-join.sql.out @@ -1790,6 +1790,8 @@ SELECT udf(udf('')) AS `xxx`, udf(i), udf(j), udf(t), udf(k) -- !query schema struct -- !query output + NULL NULL null NULL + NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1801,8 +1803,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL null NULL -- !query @@ -1812,6 +1812,8 @@ SELECT udf('') AS `xxx`, udf(i), udf(j), udf(t), udf(k) -- !query schema struct -- !query output + NULL NULL null NULL + NULL 0 zero NULL 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1823,8 +1825,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL null NULL -- !query @@ -1868,6 +1868,10 @@ SELECT udf('') AS `xxx`, udf(i), udf(j), udf(udf(t)), udf(k) -- !query schema struct -- !query output + NULL NULL NULL NULL + NULL NULL null NULL + NULL 0 zero NULL + NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1879,10 +1883,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL NULL 0 - NULL NULL NULL NULL - NULL NULL null NULL -- !query @@ -1892,6 +1892,10 @@ SELECT udf('') AS `xxx`, udf(i), udf(j), t, udf(udf(k)) -- !query schema struct -- !query output + NULL NULL NULL NULL + NULL NULL null NULL + NULL 0 zero NULL + NULL NULL NULL 0 0 NULL zero NULL 1 4 one -1 2 3 two 2 @@ -1903,10 +1907,6 @@ struct 6 6 six NULL 7 7 seven NULL 8 8 eight NULL - NULL 0 zero NULL - NULL NULL NULL 0 - NULL NULL NULL NULL - NULL NULL null NULL -- !query @@ -2370,10 +2370,10 @@ order by udf(udf(1)), 2 -- !query schema struct -- !query output -123 456 123 456 123 -123 4567890123456789 123 4567890123456789 123 4567890123456789 -4567890123456789 NULL NULL NULL 4567890123456789 123 NULL NULL NULL +123 456 123 456 123 +123 4567890123456789 123 4567890123456789 123 4567890123456789 4567890123456789 123 4567890123456789 123 @@ -3023,9 +3023,9 @@ select udf(b.unique1) from -- !query schema struct -- !query output -0 NULL NULL +0 NULL NULL diff --git a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out index 0c6e883e1005..ee1f673cc9d9 100755 --- a/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-select_implicit.sql.out @@ -111,11 +111,11 @@ ORDER BY udf(c) -- !query schema struct -- !query output -1 -1 2 2 2 +1 +1 2 @@ -156,16 +156,16 @@ SELECT udf(c) FROM test_missing_target ORDER BY udf(a) -- !query schema struct -- !query output +XXXX ABAB ABAB BBBB BBBB -CCCC -CCCC -XXXX bbbb cccc cccc +CCCC +CCCC -- !query @@ -173,10 +173,10 @@ SELECT udf(count(*)) FROM test_missing_target GROUP BY udf(b) ORDER BY udf(b) de -- !query schema struct -- !query output -1 -2 -3 4 +3 +2 +1 -- !query @@ -318,10 +318,10 @@ ORDER BY udf(lower(test_missing_target.c)) -- !query schema struct -- !query output -1 2 3 4 +1 -- !query @@ -379,10 +379,10 @@ SELECT udf(count(b)) FROM test_missing_target -- !query schema struct -- !query output -1 -2 -3 4 +3 +2 +1 -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out index 49e25b33936e..7d2fad8cc208 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/udf-group-analytics.sql.out @@ -101,13 +101,13 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY ROLLUP(course, year -- !query schema struct -- !query output +NULL NULL 113000 +Java NULL 50000 Java 2012 20000 Java 2013 30000 -Java NULL 50000 -NULL NULL 113000 +dotNET NULL 63000 dotNET 2012 15000 dotNET 2013 48000 -dotNET NULL 63000 -- !query @@ -115,15 +115,15 @@ SELECT course, year, SUM(earnings) FROM courseSales GROUP BY CUBE(course, year) -- !query schema struct -- !query output -Java 2012 20000 -Java 2013 30000 -Java NULL 50000 +NULL NULL 113000 NULL 2012 35000 NULL 2013 78000 -NULL NULL 113000 +Java NULL 50000 +Java 2012 20000 +Java 2013 30000 +dotNET NULL 63000 dotNET 2012 15000 dotNET 2013 48000 -dotNET NULL 63000 -- !query @@ -161,13 +161,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output +NULL 113000 Java 20000 Java 30000 Java 50000 -NULL 113000 +dotNET 5000 dotNET 10000 dotNET 48000 -dotNET 5000 dotNET 63000 @@ -177,13 +177,13 @@ GROUP BY course, earnings GROUPING SETS((), (course), (course, earnings)) ORDER -- !query schema struct -- !query output +NULL 113000 3 Java 20000 0 Java 30000 0 Java 50000 1 -NULL 113000 3 +dotNET 5000 0 dotNET 10000 0 dotNET 48000 0 -dotNET 5000 0 dotNET 63000 1 @@ -229,13 +229,13 @@ struct -- !query output Java 2012 0 Java 2013 0 +dotNET 2012 0 +dotNET 2013 0 Java NULL 1 +dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 -dotNET 2012 0 -dotNET 2013 0 -dotNET NULL 1 -- !query @@ -244,8 +244,8 @@ HAVING GROUPING(year) = 1 AND GROUPING_ID(course, year) > 0 ORDER BY course, udf -- !query schema struct -- !query output -Java NULL NULL NULL +Java NULL dotNET NULL @@ -287,13 +287,13 @@ struct -- !query output Java 2012 0 0 Java 2013 0 0 +dotNET 2012 0 0 +dotNET 2013 0 0 Java NULL 0 1 +dotNET NULL 0 1 NULL 2012 1 0 NULL 2013 1 0 NULL NULL 1 1 -dotNET 2012 0 0 -dotNET 2013 0 0 -dotNET NULL 0 1 -- !query @@ -304,13 +304,13 @@ struct -- !query output Java 2012 0 Java 2013 0 +dotNET 2012 0 +dotNET 2013 0 Java NULL 1 +dotNET NULL 1 NULL 2012 2 NULL 2013 2 NULL NULL 3 -dotNET 2012 0 -dotNET 2013 0 -dotNET NULL 1 -- !query @@ -338,13 +338,13 @@ struct -- !query output Java 2012 Java 2013 +dotNET 2012 +dotNET 2013 Java NULL +dotNET NULL NULL 2012 NULL 2013 NULL NULL -dotNET 2012 -dotNET 2013 -dotNET NULL -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out index 357e5220a8d3..dd6ba9d6ddd8 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/udf-natural-join.sql.out @@ -42,8 +42,8 @@ struct -- !query output one 1 1 one 1 5 -three 3 NULL two 2 22 +three 3 NULL -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out b/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out index 732d75b294c7..d4c857d96916 100644 --- a/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/udf/udf-window.sql.out @@ -26,15 +26,15 @@ ORDER BY cate, udf(val) -- !query schema struct -- !query output +NULL NULL 0 +3 NULL 1 +NULL a 0 1 a 1 1 a 1 -1 b 1 2 a 1 +1 b 1 2 b 1 -3 NULL 1 3 b 1 -NULL NULL 0 -NULL a 0 -- !query @@ -43,15 +43,15 @@ ROWS BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM testData ORDER BY cate, u -- !query schema struct -- !query output +NULL NULL 3 +3 NULL 3 +NULL a 1 1 a 2 1 a 4 -1 b 3 2 a 4 +1 b 3 2 b 6 -3 NULL 3 3 b 6 -NULL NULL 3 -NULL a 1 -- !query @@ -70,15 +70,15 @@ ORDER BY cate, udf(val) -- !query schema struct -- !query output +NULL NULL 0 +3 NULL 1 +NULL a 0 1 a 2 1 a 2 -1 b 1 2 a 3 +1 b 1 2 b 2 -3 NULL 1 3 b 2 -NULL NULL 0 -NULL a 0 -- !query @@ -87,15 +87,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY udf(cate), val -- !query schema struct -- !query output +NULL NULL NULL +3 NULL 3 +NULL a NULL 1 a 4 1 a 4 -1 b 3 2 a 2 +1 b 3 2 b 5 -3 NULL 3 3 b 3 -NULL NULL NULL -NULL a NULL -- !query @@ -104,15 +104,15 @@ RANGE BETWEEN CURRENT ROW AND 2147483648 FOLLOWING) FROM testData ORDER BY udf(c -- !query schema struct -- !query output +NULL NULL NULL 1 NULL 1 1 a 4 1 a 4 2 a 2147483652 2147483650 a 2147483650 -2147483650 b 2147483650 -3 b 2147483653 -NULL NULL NULL NULL b NULL +3 b 2147483653 +2147483650 b 2147483650 -- !query @@ -121,15 +121,15 @@ RANGE BETWEEN CURRENT ROW AND 2.5 FOLLOWING) FROM testData ORDER BY udf(cate), v -- !query schema struct -- !query output +NULL NULL NULL 1.0 NULL 1.0 1.0 a 4.5 1.0 a 4.5 -1.0 b 4.3 -100.001 a 100.001 -100.001 b 100.001 2.5 a 2.5 +100.001 a 100.001 +1.0 b 4.3 3.3 b 3.3 -NULL NULL NULL +100.001 b 100.001 -- !query @@ -138,15 +138,15 @@ RANGE BETWEEN CURRENT ROW AND 2 FOLLOWING) FROM testData ORDER BY udf(cate), val -- !query schema struct -- !query output +NULL NULL NULL 2017-08-01 NULL 2017-08-01 2017-08-01 a 2017-08-02 2017-08-01 a 2017-08-02 -2017-08-01 b 2017-08-03 2017-08-02 a 2017-08-02 -2017-08-03 b 2017-08-03 2020-12-31 a 2020-12-31 +2017-08-01 b 2017-08-03 +2017-08-03 b 2017-08-03 2020-12-31 b 2020-12-31 -NULL NULL NULL -- !query @@ -156,15 +156,15 @@ ORDER BY udf(cate), val_timestamp -- !query schema struct -- !query output +NULL NULL NULL 2017-07-31 17:00:00 NULL 1.5015456E9 2017-07-31 17:00:00 a 1.5016970666666667E9 2017-07-31 17:00:00 a 1.5016970666666667E9 -2017-07-31 17:00:00 b 1.5022728E9 2017-08-05 23:13:20 a 1.502E9 -2017-08-17 13:00:00 b 1.503E9 2020-12-30 16:00:00 a 1.6093728E9 +2017-07-31 17:00:00 b 1.5022728E9 +2017-08-17 13:00:00 b 1.503E9 2020-12-30 16:00:00 b 1.6093728E9 -NULL NULL NULL -- !query @@ -173,15 +173,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL NULL +3 NULL 3 +NULL a NULL 1 a 2 1 a 2 -1 b 1 2 a 4 +1 b 1 2 b 3 -3 NULL 3 3 b 5 -NULL NULL NULL -NULL a NULL -- !query @@ -288,15 +288,15 @@ ORDER BY cate, udf(val) -- !query schema struct,collect_set:array,skewness:double,kurtosis:double> -- !query output +NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL +3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL +NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 1 2 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 2 3 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 -1 b 1 1 1 1 1 1.0 NULL 1 1 1 1 1 1 1 1 0.3333333333333333 0.0 1 1 0.0 NULL 1 NULL NULL NULL 0.0 [1] [1] NULL NULL 2 a 2 1 1 3 4 1.3333333333333333 0.5773502691896258 NULL 1 NULL 2 2 2 4 3 1.0 1.0 2 4 0.22222222222222224 0.33333333333333337 2 4.772185885555555E8 1.0 0.5773502691896258 0.4714045207910317 [1,1,2] [1,2] 1.1539890888012805 -0.6672217220327235 +1 b 1 1 1 1 1 1.0 NULL 1 1 1 1 1 1 1 1 0.3333333333333333 0.0 1 1 0.0 NULL 1 NULL NULL NULL 0.0 [1] [1] NULL NULL 2 b 2 1 1 2 3 1.5 0.7071067811865476 1 1 1 2 2 2 2 2 0.6666666666666666 0.5 1 2 0.25 0.5 2 0.0 NULL 0.7071067811865476 0.5 [1,2] [1,2] 0.0 -2.0000000000000013 -3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL 3 b 3 1 1 3 6 2.0 1.0 1 1 1 3 3 3 3 3 1.0 1.0 2 3 0.6666666666666666 1.0 3 5.3687091175E8 1.0 1.0 0.816496580927726 [1,2,3] [1,2,3] 0.7057890433107311 -1.4999999999999984 -NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -- !query @@ -304,15 +304,15 @@ SELECT udf(val), cate, avg(null) OVER(PARTITION BY cate ORDER BY val) FROM testD -- !query schema struct -- !query output +NULL NULL NULL +3 NULL NULL +NULL a NULL 1 a NULL 1 a NULL -1 b NULL 2 a NULL +1 b NULL 2 b NULL -3 NULL NULL 3 b NULL -NULL NULL NULL -NULL a NULL -- !query @@ -329,15 +329,15 @@ SELECT udf(val), cate, sum(val) OVER(), avg(val) OVER() FROM testData ORDER BY c -- !query schema struct -- !query output +NULL NULL 13 1.8571428571428572 +3 NULL 13 1.8571428571428572 +NULL a 13 1.8571428571428572 1 a 13 1.8571428571428572 1 a 13 1.8571428571428572 -1 b 13 1.8571428571428572 2 a 13 1.8571428571428572 +1 b 13 1.8571428571428572 2 b 13 1.8571428571428572 -3 NULL 13 1.8571428571428572 3 b 13 1.8571428571428572 -NULL NULL 13 1.8571428571428572 -NULL a 13 1.8571428571428572 -- !query @@ -354,15 +354,15 @@ ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL false true false false true false +3 NULL false true false false true false +NULL a false true false false true false 1 a false true false false true false 1 a false true false false true false -1 b false true false false true false 2 a false true false false true false +1 b false true false false true false 2 b false true false false true false -3 NULL false true false false true false 3 b false true false false true false -NULL NULL false true false false true false -NULL a false true false false true false -- !query diff --git a/sql/core/src/test/resources/sql-tests/results/window.sql.out b/sql/core/src/test/resources/sql-tests/results/window.sql.out index 8fde96bf42d0..c37765872264 100644 --- a/sql/core/src/test/resources/sql-tests/results/window.sql.out +++ b/sql/core/src/test/resources/sql-tests/results/window.sql.out @@ -70,15 +70,15 @@ ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL 0 +3 NULL 1 +NULL a 0 1 a 1 1 a 1 -1 b 1 2 a 1 +1 b 1 2 b 1 -3 NULL 1 3 b 1 -NULL NULL 0 -NULL a 0 -- !query @@ -87,15 +87,15 @@ ROWS BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING) FROM testData ORDER BY cate, v -- !query schema struct -- !query output +NULL NULL 3 +3 NULL 3 +NULL a 1 1 a 2 1 a 4 -1 b 3 2 a 4 +1 b 3 2 b 6 -3 NULL 3 3 b 6 -NULL NULL 3 -NULL a 1 -- !query @@ -114,15 +114,15 @@ ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL 0 +3 NULL 1 +NULL a 0 1 a 2 1 a 2 -1 b 1 2 a 3 +1 b 1 2 b 2 -3 NULL 1 3 b 2 -NULL NULL 0 -NULL a 0 -- !query @@ -131,15 +131,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL NULL +3 NULL 3 +NULL a NULL 1 a 4 1 a 4 -1 b 3 2 a 2 +1 b 3 2 b 5 -3 NULL 3 3 b 3 -NULL NULL NULL -NULL a NULL -- !query @@ -148,15 +148,15 @@ RANGE BETWEEN CURRENT ROW AND 2147483648 FOLLOWING) FROM testData ORDER BY cate, -- !query schema struct -- !query output +NULL NULL NULL 1 NULL 1 1 a 4 1 a 4 2 a 2147483652 2147483650 a 2147483650 -2147483650 b 2147483650 -3 b 2147483653 -NULL NULL NULL NULL b NULL +3 b 2147483653 +2147483650 b 2147483650 -- !query @@ -165,15 +165,15 @@ RANGE BETWEEN CURRENT ROW AND 2.5 FOLLOWING) FROM testData ORDER BY cate, val_do -- !query schema struct -- !query output +NULL NULL NULL 1.0 NULL 1.0 1.0 a 4.5 1.0 a 4.5 -1.0 b 4.3 -100.001 a 100.001 -100.001 b 100.001 2.5 a 2.5 +100.001 a 100.001 +1.0 b 4.3 3.3 b 3.3 -NULL NULL NULL +100.001 b 100.001 -- !query @@ -182,15 +182,15 @@ RANGE BETWEEN CURRENT ROW AND 2 FOLLOWING) FROM testData ORDER BY cate, val_date -- !query schema struct -- !query output +NULL NULL NULL 2017-08-01 NULL 2017-08-01 2017-08-01 a 2017-08-02 2017-08-01 a 2017-08-02 -2017-08-01 b 2017-08-03 2017-08-02 a 2017-08-02 -2017-08-03 b 2017-08-03 2020-12-31 a 2020-12-31 +2017-08-01 b 2017-08-03 +2017-08-03 b 2017-08-03 2020-12-31 b 2020-12-31 -NULL NULL NULL -- !query @@ -200,15 +200,15 @@ ORDER BY cate, val_timestamp -- !query schema struct -- !query output +NULL NULL NULL 2017-07-31 17:00:00 NULL 1.5015456E9 2017-07-31 17:00:00 a 1.5016970666666667E9 2017-07-31 17:00:00 a 1.5016970666666667E9 -2017-07-31 17:00:00 b 1.5022728E9 2017-08-05 23:13:20 a 1.502E9 -2017-08-17 13:00:00 b 1.503E9 2020-12-30 16:00:00 a 1.6093728E9 +2017-07-31 17:00:00 b 1.5022728E9 +2017-08-17 13:00:00 b 1.503E9 2020-12-30 16:00:00 b 1.6093728E9 -NULL NULL NULL -- !query @@ -217,15 +217,15 @@ RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING) FROM testData ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL NULL +3 NULL 3 +NULL a NULL 1 a 2 1 a 2 -1 b 1 2 a 4 +1 b 1 2 b 3 -3 NULL 3 3 b 5 -NULL NULL NULL -NULL a NULL -- !query @@ -332,15 +332,15 @@ ORDER BY cate, val -- !query schema struct,collect_set:array,skewness:double,kurtosis:double> -- !query output +NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL +3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL +NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 1 2 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 1 a 1 1 1 2 2 1.0 0.0 NULL 1 NULL 1 1 1 2 2 0.75 0.3333333333333333 2 3 0.0 0.0 1 0.0 NULL 0.0 0.0 [1,1] [1] 0.7071067811865476 -1.5 -1 b 1 1 1 1 1 1.0 NULL 1 1 1 1 1 1 1 1 0.3333333333333333 0.0 1 1 0.0 NULL 1 NULL NULL NULL 0.0 [1] [1] NULL NULL 2 a 2 1 1 3 4 1.3333333333333333 0.5773502691896258 NULL 1 NULL 2 2 2 4 3 1.0 1.0 2 4 0.22222222222222224 0.33333333333333337 2 4.772185885555555E8 1.0 0.5773502691896258 0.4714045207910317 [1,1,2] [1,2] 1.1539890888012805 -0.6672217220327235 +1 b 1 1 1 1 1 1.0 NULL 1 1 1 1 1 1 1 1 0.3333333333333333 0.0 1 1 0.0 NULL 1 NULL NULL NULL 0.0 [1] [1] NULL NULL 2 b 2 1 1 2 3 1.5 0.7071067811865476 1 1 1 2 2 2 2 2 0.6666666666666666 0.5 1 2 0.25 0.5 2 0.0 NULL 0.7071067811865476 0.5 [1,2] [1,2] 0.0 -2.0000000000000013 -3 NULL 3 3 3 1 3 3.0 NULL NULL 3 NULL 3 3 3 2 2 1.0 1.0 2 2 0.0 NULL 1 0.0 NULL NULL 0.0 [3] [3] NULL NULL 3 b 3 1 1 3 6 2.0 1.0 1 1 1 3 3 3 3 3 1.0 1.0 2 3 0.6666666666666666 1.0 3 5.3687091175E8 1.0 1.0 0.816496580927726 [1,2,3] [1,2,3] 0.7057890433107311 -1.4999999999999984 -NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.5 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -NULL a NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL 1 1 0.25 0.0 1 1 NULL NULL 0 NULL NULL NULL NULL [] [] NULL NULL -- !query @@ -348,15 +348,15 @@ SELECT val, cate, avg(null) OVER(PARTITION BY cate ORDER BY val) FROM testData O -- !query schema struct -- !query output +NULL NULL NULL +3 NULL NULL +NULL a NULL 1 a NULL 1 a NULL -1 b NULL 2 a NULL +1 b NULL 2 b NULL -3 NULL NULL 3 b NULL -NULL NULL NULL -NULL a NULL -- !query @@ -373,15 +373,15 @@ SELECT val, cate, sum(val) OVER(), avg(val) OVER() FROM testData ORDER BY cate, -- !query schema struct -- !query output +NULL NULL 13 1.8571428571428572 +3 NULL 13 1.8571428571428572 +NULL a 13 1.8571428571428572 1 a 13 1.8571428571428572 1 a 13 1.8571428571428572 -1 b 13 1.8571428571428572 2 a 13 1.8571428571428572 +1 b 13 1.8571428571428572 2 b 13 1.8571428571428572 -3 NULL 13 1.8571428571428572 3 b 13 1.8571428571428572 -NULL NULL 13 1.8571428571428572 -NULL a 13 1.8571428571428572 -- !query @@ -398,15 +398,15 @@ ORDER BY cate, val -- !query schema struct -- !query output +NULL NULL false true false false true false +3 NULL false true false false true false +NULL a false true false false true false 1 a false true false false true false 1 a false true false false true false -1 b false true false false true false 2 a false true false false true false +1 b false true false false true false 2 b false true false false true false -3 NULL false true false false true false 3 b false true false false true false -NULL NULL false true false false true false -NULL a false true false false true false -- !query @@ -450,23 +450,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott NULL +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Larry Bott 11798 Larry Bott NULL -Leslie Jennings 8113 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -482,23 +482,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott NULL +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Larry Bott 11798 Larry Bott NULL -Leslie Jennings 8113 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -514,23 +514,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott NULL +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Larry Bott 11798 Larry Bott NULL -Leslie Jennings 8113 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -546,23 +546,23 @@ ORDER BY salary -- !query schema struct -- !query output +Leslie Thompson 5186 Leslie Thompson NULL Anthony Bow 6627 Leslie Thompson Anthony Bow -Barry Jones 10586 William Patterson Jeff Firrelli -Diane Murphy 8435 Anthony Bow Foon Yue Tseng Foon Yue Tseng 6660 Leslie Thompson Anthony Bow -George Vanauf 10563 William Patterson Jeff Firrelli -Gerard Bondur 11472 Mary Patterson Loui Bondur Gerard Hernandez 6949 Leslie Thompson Anthony Bow +Leslie Jennings 8113 Anthony Bow Foon Yue Tseng +Diane Murphy 8435 Anthony Bow Foon Yue Tseng +William Patterson 8870 Gerard Hernandez Leslie Jennings Jeff Firrelli 8992 Leslie Jennings Diane Murphy Julie Firrelli 9181 Leslie Jennings Diane Murphy -Larry Bott 11798 Mary Patterson Loui Bondur -Leslie Jennings 8113 Anthony Bow Foon Yue Tseng -Leslie Thompson 5186 Leslie Thompson NULL -Loui Bondur 10449 William Patterson Jeff Firrelli +Steve Patterson 9441 Leslie Jennings Diane Murphy Mary Patterson 9998 Leslie Jennings Diane Murphy +Loui Bondur 10449 William Patterson Jeff Firrelli +George Vanauf 10563 William Patterson Jeff Firrelli +Barry Jones 10586 William Patterson Jeff Firrelli Pamela Castillo 11303 Steve Patterson Mary Patterson -Steve Patterson 9441 Leslie Jennings Diane Murphy -William Patterson 8870 Gerard Hernandez Leslie Jennings +Gerard Bondur 11472 Mary Patterson Loui Bondur +Larry Bott 11798 Mary Patterson Loui Bondur -- !query @@ -578,23 +578,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Gerard Hernandez Foon Yue Tseng +Larry Bott 11798 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Gerard Bondur Pamela Castillo -Diane Murphy 8435 Jeff Firrelli William Patterson -Foon Yue Tseng 6660 Leslie Jennings Gerard Hernandez George Vanauf 10563 Pamela Castillo Barry Jones -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Diane Murphy Leslie Jennings -Jeff Firrelli 8992 Steve Patterson Julie Firrelli -Julie Firrelli 9181 Mary Patterson Steve Patterson -Larry Bott 11798 Larry Bott Gerard Bondur -Leslie Jennings 8113 William Patterson Diane Murphy -Leslie Thompson 5186 Foon Yue Tseng Anthony Bow Loui Bondur 10449 Barry Jones George Vanauf Mary Patterson 9998 George Vanauf Loui Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Loui Bondur Mary Patterson +Julie Firrelli 9181 Mary Patterson Steve Patterson +Jeff Firrelli 8992 Steve Patterson Julie Firrelli William Patterson 8870 Julie Firrelli Jeff Firrelli +Diane Murphy 8435 Jeff Firrelli William Patterson +Leslie Jennings 8113 William Patterson Diane Murphy +Gerard Hernandez 6949 Diane Murphy Leslie Jennings +Foon Yue Tseng 6660 Leslie Jennings Gerard Hernandez +Anthony Bow 6627 Gerard Hernandez Foon Yue Tseng +Leslie Thompson 5186 Foon Yue Tseng Anthony Bow -- !query @@ -610,23 +610,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Anthony Bow Leslie Thompson +Larry Bott 11798 Larry Bott Gerard Bondur +Gerard Bondur 11472 Gerard Bondur Pamela Castillo +Pamela Castillo 11303 Pamela Castillo Barry Jones Barry Jones 10586 Barry Jones George Vanauf -Diane Murphy 8435 Diane Murphy Leslie Jennings -Foon Yue Tseng 6660 Foon Yue Tseng Anthony Bow George Vanauf 10563 George Vanauf Loui Bondur -Gerard Bondur 11472 Gerard Bondur Pamela Castillo -Gerard Hernandez 6949 Gerard Hernandez Foon Yue Tseng -Jeff Firrelli 8992 Jeff Firrelli William Patterson -Julie Firrelli 9181 Julie Firrelli Jeff Firrelli -Larry Bott 11798 Larry Bott Gerard Bondur -Leslie Jennings 8113 Leslie Jennings Gerard Hernandez -Leslie Thompson 5186 Leslie Thompson NULL Loui Bondur 10449 Loui Bondur Mary Patterson Mary Patterson 9998 Mary Patterson Steve Patterson -Pamela Castillo 11303 Pamela Castillo Barry Jones Steve Patterson 9441 Steve Patterson Julie Firrelli +Julie Firrelli 9181 Julie Firrelli Jeff Firrelli +Jeff Firrelli 8992 Jeff Firrelli William Patterson William Patterson 8870 William Patterson Diane Murphy +Diane Murphy 8435 Diane Murphy Leslie Jennings +Leslie Jennings 8113 Leslie Jennings Gerard Hernandez +Gerard Hernandez 6949 Gerard Hernandez Foon Yue Tseng +Foon Yue Tseng 6660 Foon Yue Tseng Anthony Bow +Anthony Bow 6627 Anthony Bow Leslie Thompson +Leslie Thompson 5186 Leslie Thompson NULL -- !query @@ -642,23 +642,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Larry Bott 11798 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -674,23 +674,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Larry Bott 11798 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -706,23 +706,23 @@ ORDER BY salary DESC -- !query schema struct -- !query output -Anthony Bow 6627 Larry Bott Gerard Bondur +Larry Bott 11798 Larry Bott Gerard Bondur +Gerard Bondur 11472 Larry Bott Gerard Bondur +Pamela Castillo 11303 Larry Bott Gerard Bondur Barry Jones 10586 Larry Bott Gerard Bondur -Diane Murphy 8435 Larry Bott Gerard Bondur -Foon Yue Tseng 6660 Larry Bott Gerard Bondur George Vanauf 10563 Larry Bott Gerard Bondur -Gerard Bondur 11472 Larry Bott Gerard Bondur -Gerard Hernandez 6949 Larry Bott Gerard Bondur -Jeff Firrelli 8992 Larry Bott Gerard Bondur -Julie Firrelli 9181 Larry Bott Gerard Bondur -Larry Bott 11798 Larry Bott Gerard Bondur -Leslie Jennings 8113 Larry Bott Gerard Bondur -Leslie Thompson 5186 Larry Bott Gerard Bondur Loui Bondur 10449 Larry Bott Gerard Bondur Mary Patterson 9998 Larry Bott Gerard Bondur -Pamela Castillo 11303 Larry Bott Gerard Bondur Steve Patterson 9441 Larry Bott Gerard Bondur +Julie Firrelli 9181 Larry Bott Gerard Bondur +Jeff Firrelli 8992 Larry Bott Gerard Bondur William Patterson 8870 Larry Bott Gerard Bondur +Diane Murphy 8435 Larry Bott Gerard Bondur +Leslie Jennings 8113 Larry Bott Gerard Bondur +Gerard Hernandez 6949 Larry Bott Gerard Bondur +Foon Yue Tseng 6660 Larry Bott Gerard Bondur +Anthony Bow 6627 Larry Bott Gerard Bondur +Leslie Thompson 5186 Larry Bott Gerard Bondur -- !query @@ -743,23 +743,23 @@ ORDER BY department -- !query schema struct -- !query output -Anthony Bow Accounting 6627 Gerard Bondur Mary Patterson -Barry Jones SCM 10586 Larry Bott Pamela Castillo -Diane Murphy Accounting 8435 Gerard Bondur Mary Patterson -Foon Yue Tseng Sales 6660 George Vanauf Steve Patterson -George Vanauf Sales 10563 George Vanauf Steve Patterson Gerard Bondur Accounting 11472 Gerard Bondur Mary Patterson -Gerard Hernandez SCM 6949 Larry Bott Pamela Castillo +Mary Patterson Accounting 9998 Gerard Bondur Mary Patterson Jeff Firrelli Accounting 8992 Gerard Bondur Mary Patterson -Julie Firrelli Sales 9181 George Vanauf Steve Patterson -Larry Bott SCM 11798 Larry Bott Pamela Castillo +William Patterson Accounting 8870 Gerard Bondur Mary Patterson +Diane Murphy Accounting 8435 Gerard Bondur Mary Patterson +Anthony Bow Accounting 6627 Gerard Bondur Mary Patterson Leslie Jennings IT 8113 Leslie Jennings Leslie Thompson Leslie Thompson IT 5186 Leslie Jennings Leslie Thompson -Loui Bondur SCM 10449 Larry Bott Pamela Castillo -Mary Patterson Accounting 9998 Gerard Bondur Mary Patterson +Larry Bott SCM 11798 Larry Bott Pamela Castillo Pamela Castillo SCM 11303 Larry Bott Pamela Castillo +Barry Jones SCM 10586 Larry Bott Pamela Castillo +Loui Bondur SCM 10449 Larry Bott Pamela Castillo +Gerard Hernandez SCM 6949 Larry Bott Pamela Castillo +George Vanauf Sales 10563 George Vanauf Steve Patterson Steve Patterson Sales 9441 George Vanauf Steve Patterson -William Patterson Accounting 8870 Gerard Bondur Mary Patterson +Julie Firrelli Sales 9181 George Vanauf Steve Patterson +Foon Yue Tseng Sales 6660 George Vanauf Steve Patterson -- !query @@ -823,13 +823,13 @@ struct -- !query output +NULL NULL NULL Y 16278 15 +NULL NULL NULL N 55640 15 +NULL NULL NULL N 220211 15 +NULL Joshua Sir N 108357 15 +NULL Judy Dr. NULL 234350 16 +NULL Roy NULL NULL 200033 15 Adams Jerry Sir N 216653 15 Anderson Cindy Miss N 90504 15 Anderson Marta Dr. N 176320 15 @@ -138,12 +144,6 @@ Morris Martina Miss N 32596 15 Morris Meghan Mrs. Y 127565 15 Mulligan Mark Sir Y 184598 16 Mullins Vicki Dr. Y 162762 15 -NULL Joshua Sir N 108357 15 -NULL Judy Dr. NULL 234350 16 -NULL NULL NULL N 220211 15 -NULL NULL NULL N 55640 15 -NULL NULL NULL Y 16278 15 -NULL Roy NULL NULL 200033 15 Neeley Stephanie Mrs. N 216299 15 Nesbitt Andrew Miss N 185257 15 Olds Stephen Dr. N 206275 16 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out index 6377cdf499ae..56e1c4eff0a0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q39a.sql.out @@ -3,50 +3,27 @@ -- !query schema struct -- !query output -1 10127 1 239.75 1.0561770587198123 1 10127 2 359.25 1.1857980403742183 +1 265 1 324.75 1.2438391781531353 1 265 2 329.0 1.0151581328149208 +1 363 1 499.5 1.031941572270649 1 363 2 321.0 1.1411766752007977 +1 679 1 373.75 1.0955498064867504 1 679 2 417.5 1.042970994259454 +1 695 1 450.75 1.0835888283564505 1 695 2 368.75 1.1356494125569416 +1 789 1 357.25 1.03450938027956 1 789 2 410.0 1.0284221852702604 +1 815 1 216.5 1.1702270938111008 1 815 2 150.5 1.3057281471249382 +1 827 1 271.75 1.1046890134130438 1 827 2 424.75 1.1653198631238286 1 1041 1 382.5 1.284808399803008 1 1041 2 424.75 1.000577271456812 -1 11159 1 407.25 1.0785507154337637 1 11159 2 250.0 1.334757905639321 -1 11277 1 211.25 1.2615858275316627 1 11277 2 330.75 1.0808767951625093 -1 11937 1 344.5 1.085804026843784 1 11937 2 200.33333333333334 1.0638527063883725 -1 12373 1 387.75 1.1014904822941258 1 12373 2 306.0 1.0761744390394028 -1 12471 1 365.25 1.0607570183728479 1 12471 2 327.25 1.0547560580567852 -1 12625 1 279.0 1.3016560542373208 1 12625 2 443.25 1.0604958838068959 -1 12751 1 280.75 1.10833057888089 1 12751 2 369.3333333333333 1.3416504398884601 -1 12779 1 331.0 1.041690207320035 1 12779 2 359.0 1.028978056175258 -1 13077 1 367.6666666666667 1.345523904195734 1 13077 2 358.6666666666667 1.5132429058096555 -1 13191 1 260.25 1.063569632291568 1 13191 2 405.0 1.0197999172180061 -1 13561 1 335.25 1.2609616961776389 1 13561 2 240.0 1.0513604502245155 -1 13935 1 311.75 1.0399289695412326 1 13935 2 275.0 1.0367527180321774 -1 14687 1 358.0 1.4369356919381713 1 14687 2 187.0 1.5493631531474956 -1 14719 1 209.0 1.0411509639707628 1 14719 2 489.0 1.376616882800804 -1 15345 1 148.5 1.5295784035794024 1 15345 2 246.5 1.5087987747231526 -1 15427 1 482.75 1.0124238928335043 1 15427 2 333.25 1.2724770126308678 -1 15647 1 201.66666666666666 1.2857931876095743 1 15647 2 249.25 1.3648172990142162 1 1569 1 212.0 1.630213519639535 1 1569 2 239.25 1.2641513267800557 -1 16079 1 280.5 1.2444757416128578 1 16079 2 361.25 1.0737805704078724 -1 16223 1 245.66666666666666 1.0601148956398867 1 16223 2 412.6666666666667 1.0671231071323724 1 1623 1 338.25 1.1285483279713715 1 1623 2 261.3333333333333 1.2717809002195564 -1 16289 1 171.0 1.087263313842661 1 16289 2 316.5 1.3695306694071203 -1 16451 1 300.0 1.2516507618459831 1 16451 2 467.5 1.2962363881858208 -1 17051 1 349.75 1.1346423819845488 1 17051 2 319.75 1.0379354897438076 1 2581 1 448.5 1.060429041250449 1 2581 2 476.25 1.0362984739390064 -1 265 1 324.75 1.2438391781531353 1 265 2 329.0 1.0151581328149208 1 2705 1 246.25 1.0120308357959693 1 2705 2 294.6666666666667 1.0742134101583702 1 3131 1 393.75 1.0037613982687346 1 3131 2 480.5 1.0669144981482768 1 3291 1 374.5 1.195189833087008 1 3291 2 265.25 1.572972106948466 -1 363 1 499.5 1.031941572270649 1 363 2 321.0 1.1411766752007977 1 3687 1 279.75 1.4260909081999698 1 3687 2 157.25 1.4534340882531784 1 4955 1 495.25 1.0318296151625301 1 4955 2 322.5 1.1693842343776149 1 5627 1 282.75 1.5657032366359889 1 5627 2 297.5 1.2084286841430678 -1 679 1 373.75 1.0955498064867504 1 679 2 417.5 1.042970994259454 -1 695 1 450.75 1.0835888283564505 1 695 2 368.75 1.1356494125569416 1 7017 1 175.5 1.0427454215644427 1 7017 2 321.3333333333333 1.0183356932936254 1 7317 1 366.3333333333333 1.025466403613547 1 7317 2 378.0 1.2172513189920555 1 7569 1 430.5 1.0874396852180854 1 7569 2 360.25 1.047005559314515 -1 789 1 357.25 1.03450938027956 1 789 2 410.0 1.0284221852702604 1 7999 1 166.25 1.7924231710846223 1 7999 2 375.3333333333333 1.008092263550718 -1 815 1 216.5 1.1702270938111008 1 815 2 150.5 1.3057281471249382 -1 827 1 271.75 1.1046890134130438 1 827 2 424.75 1.1653198631238286 1 8319 1 306.75 1.1615378040478215 1 8319 2 276.0 1.1420996385609428 1 8443 1 327.75 1.256718374192724 1 8443 2 332.5 1.0044167259988928 1 8583 1 319.5 1.024108893111539 1 8583 2 310.25 1.2358813775861328 @@ -58,28 +35,34 @@ struct -- !query output -1 15345 1 148.5 1.5295784035794024 1 15345 2 246.5 1.5087987747231526 1 1569 1 212.0 1.630213519639535 1 1569 2 239.25 1.2641513267800557 1 5627 1 282.75 1.5657032366359889 1 5627 2 297.5 1.2084286841430678 1 7999 1 166.25 1.7924231710846223 1 7999 2 375.3333333333333 1.008092263550718 1 8611 1 300.5 1.5191545184147954 1 8611 2 243.75 1.2342122780960432 -2 15839 1 353.0 1.5063684437542906 2 15839 2 255.5 1.2362393182894105 +1 15345 1 148.5 1.5295784035794024 1 15345 2 246.5 1.5087987747231526 +2 71 1 221.5 1.563974108334745 2 71 2 309.0 1.4917057895885681 2 6103 1 194.33333333333334 1.5160670179307387 2 6103 2 158.5 1.2743698636165062 2 6489 1 268.0 1.6956372368432269 2 6489 2 389.0 1.4105780519299767 -2 71 1 221.5 1.563974108334745 2 71 2 309.0 1.4917057895885681 +2 15839 1 353.0 1.5063684437542906 2 15839 2 255.5 1.2362393182894105 +3 7207 1 329.6666666666667 1.5954482160720393 3 7207 2 414.5 1.017919707908937 3 10547 1 182.33333333333334 1.5325641514869042 3 10547 2 320.25 1.302441844373152 3 12867 1 278.25 1.6403800123947352 3 12867 2 350.75 1.2006933321742796 -3 7207 1 329.6666666666667 1.5954482160720393 3 7207 2 414.5 1.017919707908937 4 947 1 247.5 1.6933181813486973 4 947 2 203.33333333333334 1.205433145161931 5 3137 1 271.25 1.575453220592864 5 3137 2 380.0 1.0834203388600319 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out index 503587fbd1f3..31fa26e40b85 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out @@ -3,7 +3,4 @@ -- !query schema struct -- !query output -ableationableought -anticallyeingese -callycallyeingese -oughtationableought + diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out index ee2fb3159310..7c0071bb7193 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q64.sql.out @@ -4,12 +4,12 @@ struct -- !query output n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out index 103fa7ee99b9..996a347e2535 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q71.sql.out @@ -3,1021 +3,1021 @@ -- !query schema struct -- !query output +5004002 edu packscholar #x 19 31 20021.76 +7012010 importonameless #x 7 2 17142.78 +4004001 edu packedu pack #x 9 23 16687.92 +3003001 exportiexporti #x 19 37 16531.50 +6012008 importobrand #x 19 41 16055.65 +2001002 amalgimporto #x 17 32 15801.28 +3001001 amalgexporti #x 17 25 15765.36 +9014011 edu packunivamalg #x 18 32 15347.28 +4003001 exportiedu pack #x 8 34 14784.50 +1002002 importoamalg #x 8 13 13246.16 +10004001 edu packunivamalg #x 19 56 13160.28 +2002001 importoimporto #x 17 24 12932.04 +9008002 namelessmaxi #x 19 23 12759.38 +6002003 importocorp #x 19 52 12649.84 +1001002 amalgamalg #x 19 15 12395.76 +6005001 scholarcorp #x 6 58 12395.37 +6008005 namelesscorp #x 17 47 12252.44 +5001001 amalgscholar #x 9 28 12171.40 +5003001 exportischolar #x 17 45 12101.22 +7010004 univnameless #x 17 51 12082.56 +6016003 corpbrand #x 8 6 11902.80 +5003001 exportischolar #x 19 35 11523.60 +6002005 importocorp #x 7 54 11026.50 +6005001 scholarcorp #x 17 13 10941.60 +3002001 importoexporti #x 19 43 10914.60 +6005001 scholarcorp #x 7 39 10787.84 +8013009 exportimaxi #x 19 26 10683.66 +1001001 amalgamalg #x 17 48 10597.73 +8005005 scholarnameless #x 19 51 10488.40 +7015007 scholarnameless #x 17 8 10338.06 +3003001 exportiexporti #x 19 24 10307.88 +2003002 exportiimporto #x 6 53 10190.88 +7012010 importonameless #x 18 40 10119.62 +1003002 exportiamalg #x 8 58 10023.00 +4001001 amalgedu pack #x 19 59 9881.19 +10003004 exportiunivamalg #x 17 27 9719.37 +7014001 edu packnameless #x 17 56 9606.96 +9016003 corpunivamalg #x 9 42 9576.26 +6016003 corpbrand #x 8 35 9497.90 +7013007 exportinameless #x 18 20 9426.12 +5001001 amalgscholar #x 17 44 9369.40 +7016001 corpnameless #x 9 8 9319.91 +1004002 edu packamalg #x 19 26 9298.01 +7015007 scholarnameless #x 18 47 9254.90 +3003001 exportiexporti #x 17 21 9190.80 +2002001 importoimporto #x 6 34 9043.24 +10015004 scholaramalgamalg #x 17 46 9033.72 +5003002 exportischolar #x 8 54 9007.28 +7012010 importonameless #x 19 42 8888.32 +10013015 exportiamalgamalg #x 9 18 8828.12 +4004001 edu packedu pack #x 18 50 8728.56 +3002001 importoexporti #x 19 4 8664.04 +7001005 amalgbrand #x 8 59 8656.83 +2003002 exportiimporto #x 9 31 8513.40 +3002001 importoexporti #x 19 45 8497.28 +1001001 amalgamalg #x 19 3 8431.69 +9016003 corpunivamalg #x 18 8 8380.89 10002012 importounivamalg #x 17 1 8360.00 -10002012 importounivamalg #x 17 51 3766.14 -10002012 importounivamalg #x 18 0 3063.20 -10002012 importounivamalg #x 18 10 3870.00 +8016004 corpmaxi #x 17 34 8241.06 +2004002 edu packimporto #x 19 14 8165.73 +2001002 amalgimporto #x 17 34 8160.75 +5002001 importoscholar #x 9 22 8143.74 +2003001 exportiimporto #x 9 59 8113.05 +6007003 brandcorp #x 6 9 8053.44 +10015004 scholaramalgamalg #x 17 58 7966.40 +5002001 importoscholar #x 19 59 7964.88 +2003001 exportiimporto #x 9 17 7900.62 +8002009 importonameless #x 18 28 7891.65 +7013007 exportinameless #x 19 49 7855.88 +3003001 exportiexporti #x 19 49 7845.76 +3001001 amalgexporti #x 7 26 7840.00 +3004001 edu packexporti #x 18 0 7698.24 +6011005 amalgbrand #x 17 13 7649.00 +8013007 exportimaxi #x 18 32 7629.60 +2003002 exportiimporto #x 18 26 7621.35 +1003002 exportiamalg #x 18 35 7620.51 +2004001 edu packimporto #x 17 3 7568.00 +3001001 amalgexporti #x 19 1 7502.67 +7010009 univnameless #x 9 5 7459.82 +3002001 importoexporti #x 19 3 7400.40 +5002002 importoscholar #x 19 19 7349.90 +1003002 exportiamalg #x 9 41 7345.80 +6002005 importocorp #x 19 43 7341.75 +2003001 exportiimporto #x 8 42 7326.20 +6012008 importobrand #x 9 53 7286.37 +10003016 exportiunivamalg #x 19 43 7272.65 +3003002 exportiexporti #x 7 31 7195.50 +8016004 corpmaxi #x 18 55 7186.20 +6011001 amalgbrand #x 9 18 7129.56 +6005001 scholarcorp #x 9 44 7129.00 +5003001 exportischolar #x 17 28 7029.12 +3002001 importoexporti #x 9 59 6964.25 +6008007 namelesscorp #x 18 47 6953.36 +7001005 amalgbrand #x 8 12 6940.96 +1002002 importoamalg #x 18 51 6924.69 +5001001 amalgscholar #x 19 57 6841.12 +6015006 scholarbrand #x 18 23 6755.76 +5002002 importoscholar #x 19 31 6745.90 +2004002 edu packimporto #x 17 2 6744.98 +5003001 exportischolar #x 9 24 6694.80 10002012 importounivamalg #x 18 16 6634.95 +5004001 edu packscholar #x 8 19 6527.50 +5003001 exportischolar #x 9 53 6525.33 +1004002 edu packamalg #x 17 32 6524.70 +1002001 importoamalg #x 17 22 6511.08 +3002002 importoexporti #x 19 13 6487.20 10002012 importounivamalg #x 18 3 6471.90 -10002012 importounivamalg #x 18 4 963.80 -10002012 importounivamalg #x 19 19 3925.48 -10003004 exportiunivamalg #x 17 27 9719.37 +3003001 exportiexporti #x 17 9 6450.60 +4004002 edu packedu pack #x 17 3 6447.42 +1002001 importoamalg #x 6 6 6334.24 +10009015 maxiunivamalg #x 8 32 6322.29 +10012004 importoamalgamalg #x 6 49 6234.24 +10012011 importoamalgamalg #x 19 27 6218.47 +9008002 namelessmaxi #x 17 41 6207.45 +3002001 importoexporti #x 18 3 6203.20 +7004007 edu packbrand #x 9 23 6173.10 +1004002 edu packamalg #x 17 2 6118.65 +5001002 amalgscholar #x 18 15 6118.20 +6012005 importobrand #x 17 30 6063.57 +1003002 exportiamalg #x 18 52 6013.26 +4003001 exportiedu pack #x 9 54 5994.50 +3003001 exportiexporti #x 19 38 5990.76 +7010003 univnameless #x 19 4 5952.32 +3002001 importoexporti #x 18 50 5950.48 +9012003 importounivamalg #x 8 30 5922.09 +1004001 edu packamalg #x 17 57 5860.74 +8013009 exportimaxi #x 9 53 5808.00 +10010013 univamalgamalg #x 7 11 5799.04 10003004 exportiunivamalg #x 18 18 5692.22 -10003004 exportiunivamalg #x 19 43 4701.06 -10003004 exportiunivamalg #x 19 46 2423.18 -10003004 exportiunivamalg #x 7 34 3756.20 -10003004 exportiunivamalg #x 9 23 1272.43 +8002009 importonameless #x 19 33 5633.00 +1003001 exportiamalg #x 7 57 5617.50 +10010013 univamalgamalg #x 17 7 5590.62 +5003001 exportischolar #x 7 44 5589.90 +6006007 corpcorp #x 6 1 5578.24 +9008002 namelessmaxi #x 17 33 5547.78 10003016 exportiunivamalg #x 17 55 5519.20 -10003016 exportiunivamalg #x 18 20 471.66 -10003016 exportiunivamalg #x 19 34 641.39 -10003016 exportiunivamalg #x 19 4 137.40 -10003016 exportiunivamalg #x 19 43 7272.65 -10004001 edu packunivamalg #x 17 26 1081.80 -10004001 edu packunivamalg #x 18 13 3864.00 -10004001 edu packunivamalg #x 18 49 2031.20 -10004001 edu packunivamalg #x 18 58 1212.96 -10004001 edu packunivamalg #x 19 56 13160.28 -10004001 edu packunivamalg #x 8 39 2472.93 +5002001 importoscholar #x 18 2 5471.54 +10012017 importoamalgamalg #x 18 54 5415.90 +10012011 importoamalgamalg #x 18 17 5384.79 +1004002 edu packamalg #x 9 53 5382.72 +7016001 corpnameless #x 17 32 5382.09 +9008005 namelessmaxi #x 6 9 5382.09 +2001001 amalgimporto #x 6 40 5295.40 +3002001 importoexporti #x 6 40 5245.80 +1002002 importoamalg #x 18 15 5240.76 +3004001 edu packexporti #x 9 36 5218.56 +5003001 exportischolar #x 17 14 5214.72 +3003002 exportiexporti #x 19 5 5201.25 +2004002 edu packimporto #x 9 41 5165.58 +9013009 exportiunivamalg #x 7 31 5155.29 +2003001 exportiimporto #x 18 28 5107.41 +3003001 exportiexporti #x 17 56 5104.62 +6015006 scholarbrand #x 19 58 5080.60 +3003001 exportiexporti #x 8 32 5008.64 10004001 edu packunivamalg #x 9 20 5002.40 -10004004 edu packunivamalg #x 19 3 344.64 -10004004 edu packunivamalg #x 19 59 861.10 -10009015 maxiunivamalg #x 17 29 1104.61 -10009015 maxiunivamalg #x 18 2 1150.73 -10009015 maxiunivamalg #x 19 55 1476.75 -10009015 maxiunivamalg #x 7 51 3912.99 -10009015 maxiunivamalg #x 8 32 6322.29 -10009015 maxiunivamalg #x 9 58 402.38 -1001001 amalgamalg #x 17 19 1877.46 -1001001 amalgamalg #x 17 48 10597.73 -1001001 amalgamalg #x 17 56 1250.08 -1001001 amalgamalg #x 17 59 1813.11 -1001001 amalgamalg #x 18 49 3045.12 -1001001 amalgamalg #x 19 13 549.43 -1001001 amalgamalg #x 19 3 8431.69 -1001001 amalgamalg #x 19 44 3818.40 -1001001 amalgamalg #x 19 53 2149.70 -1001001 amalgamalg #x 19 54 234.00 -1001001 amalgamalg #x 7 31 682.08 -1001001 amalgamalg #x 8 16 253.34 -1001001 amalgamalg #x 9 14 1745.24 -1001001 amalgamalg #x 9 18 2793.44 -1001001 amalgamalg #x 9 41 148.05 -10010013 univamalgamalg #x 17 7 5590.62 -10010013 univamalgamalg #x 18 32 630.00 -10010013 univamalgamalg #x 18 51 1677.20 -10010013 univamalgamalg #x 7 11 5799.04 -10010013 univamalgamalg #x 8 30 2513.25 -10010013 univamalgamalg #x 9 26 54.80 -1001002 amalgamalg #x 17 26 190.50 -1001002 amalgamalg #x 17 55 1505.25 -1001002 amalgamalg #x 18 11 2491.16 -1001002 amalgamalg #x 18 25 3408.48 -1001002 amalgamalg #x 18 37 3522.98 -1001002 amalgamalg #x 18 45 622.21 -1001002 amalgamalg #x 19 15 12395.76 +8013007 exportimaxi #x 19 3 4989.95 +8016004 corpmaxi #x 19 8 4979.25 +6003008 exporticorp #x 18 38 4955.40 +3002002 importoexporti #x 8 51 4938.16 +8014005 edu packmaxi #x 19 38 4893.48 +5003001 exportischolar #x 18 1 4889.22 +6003008 exporticorp #x 9 18 4794.00 +5002001 importoscholar #x 19 9 4787.43 +4003001 exportiedu pack #x 9 51 4781.14 +9015009 scholarunivamalg #x 8 52 4774.34 +5002002 importoscholar #x 6 3 4774.25 1001002 amalgamalg #x 19 31 4758.75 -1001002 amalgamalg #x 19 41 41.52 -1001002 amalgamalg #x 19 48 203.28 -1001002 amalgamalg #x 19 54 634.68 -1001002 amalgamalg #x 19 59 3542.94 -1001002 amalgamalg #x 8 38 388.35 -1001002 amalgamalg #x 9 28 12.47 -1001002 amalgamalg #x 9 46 1114.40 -1001002 amalgamalg #x 9 48 1624.59 -10012004 importoamalgamalg #x 17 24 450.90 -10012004 importoamalgamalg #x 18 33 717.21 -10012004 importoamalgamalg #x 19 4 20.91 -10012004 importoamalgamalg #x 6 49 6234.24 -10012004 importoamalgamalg #x 8 8 503.10 -10012011 importoamalgamalg #x 17 31 1173.28 -10012011 importoamalgamalg #x 17 9 2589.95 -10012011 importoamalgamalg #x 18 17 5384.79 +5002002 importoscholar #x 19 15 4754.40 +2003001 exportiimporto #x 9 32 4723.95 +3003001 exportiexporti #x 19 40 4711.07 +10003004 exportiunivamalg #x 19 43 4701.06 +2001002 amalgimporto #x 19 9 4681.05 +7014001 edu packnameless #x 6 35 4646.40 +5001001 amalgscholar #x 17 56 4638.84 +6010005 univbrand #x 19 23 4606.83 +1004002 edu packamalg #x 7 0 4599.14 +6016003 corpbrand #x 17 33 4592.04 +4001001 amalgedu pack #x 17 8 4586.22 +9012005 importounivamalg #x 19 59 4581.56 +3002001 importoexporti #x 17 5 4561.20 10012011 importoamalgamalg #x 18 29 4531.45 -10012011 importoamalgamalg #x 19 25 48.45 -10012011 importoamalgamalg #x 19 27 6218.47 -10012011 importoamalgamalg #x 8 53 486.50 -10012011 importoamalgamalg #x 9 19 541.25 -10012017 importoamalgamalg #x 17 16 1565.38 -10012017 importoamalgamalg #x 17 19 625.56 -10012017 importoamalgamalg #x 17 29 76.50 -10012017 importoamalgamalg #x 17 7 1107.54 -10012017 importoamalgamalg #x 18 26 3027.72 -10012017 importoamalgamalg #x 18 54 5415.90 -10012017 importoamalgamalg #x 19 11 595.65 -10012017 importoamalgamalg #x 8 4 558.69 -10012017 importoamalgamalg #x 8 53 4045.00 -10013013 exportiamalgamalg #x 17 44 814.80 -10013013 exportiamalgamalg #x 18 27 34.23 -10013013 exportiamalgamalg #x 19 39 81.96 -10013013 exportiamalgamalg #x 7 33 2103.93 -10013013 exportiamalgamalg #x 7 42 879.36 -10013013 exportiamalgamalg #x 8 0 2831.12 -10013015 exportiamalgamalg #x 17 14 1192.50 -10013015 exportiamalgamalg #x 8 30 1057.80 -10013015 exportiamalgamalg #x 9 18 8828.12 -10015004 scholaramalgamalg #x 17 46 9033.72 -10015004 scholaramalgamalg #x 17 58 7966.40 -10015004 scholaramalgamalg #x 19 42 525.80 -10015004 scholaramalgamalg #x 9 2 1736.72 -10015013 scholaramalgamalg #x 17 10 64.26 -10015013 scholaramalgamalg #x 18 20 574.24 -10015013 scholaramalgamalg #x 19 51 1553.20 -10015013 scholaramalgamalg #x 8 18 51.48 -10015013 scholaramalgamalg #x 8 25 2746.86 -10015013 scholaramalgamalg #x 8 32 438.48 -10015013 scholaramalgamalg #x 9 34 1257.30 -1002001 importoamalg #x 17 22 6511.08 -1002001 importoamalg #x 17 32 876.30 -1002001 importoamalg #x 17 46 3195.24 -1002001 importoamalg #x 18 10 68.37 -1002001 importoamalg #x 18 21 45.32 -1002001 importoamalg #x 18 59 464.52 -1002001 importoamalg #x 19 14 2513.30 -1002001 importoamalg #x 19 20 554.88 -1002001 importoamalg #x 19 21 2579.48 -1002001 importoamalg #x 19 26 977.60 -1002001 importoamalg #x 19 40 901.60 -1002001 importoamalg #x 19 46 583.47 -1002001 importoamalg #x 19 53 22.28 -1002001 importoamalg #x 6 6 6334.24 -1002001 importoamalg #x 8 1 64.48 -1002001 importoamalg #x 8 24 418.92 -1002001 importoamalg #x 9 28 1904.10 -1002001 importoamalg #x 9 56 6.44 -1002002 importoamalg #x 17 0 4183.34 -1002002 importoamalg #x 17 33 416.67 -1002002 importoamalg #x 17 4 330.01 -1002002 importoamalg #x 17 44 1415.25 -1002002 importoamalg #x 18 15 5240.76 -1002002 importoamalg #x 18 27 1343.93 -1002002 importoamalg #x 18 29 250.80 -1002002 importoamalg #x 18 31 489.72 -1002002 importoamalg #x 18 42 1852.20 -1002002 importoamalg #x 18 51 6924.69 -1002002 importoamalg #x 19 16 1182.37 -1002002 importoamalg #x 19 21 628.67 -1002002 importoamalg #x 19 42 1178.88 -1002002 importoamalg #x 19 52 109.44 -1002002 importoamalg #x 19 57 2451.06 -1002002 importoamalg #x 8 13 13246.16 -1002002 importoamalg #x 8 37 3220.80 -1002002 importoamalg #x 9 27 1040.43 -1002002 importoamalg #x 9 36 2668.77 -1002002 importoamalg #x 9 42 1893.54 -1002002 importoamalg #x 9 48 3374.00 -1002002 importoamalg #x 9 56 1600.82 -1002002 importoamalg #x 9 9 2926.95 -1003001 exportiamalg #x 17 37 2779.50 -1003001 exportiamalg #x 17 40 953.55 -1003001 exportiamalg #x 17 41 2751.84 -1003001 exportiamalg #x 18 21 2028.31 -1003001 exportiamalg #x 18 3 1704.75 -1003001 exportiamalg #x 19 10 3110.49 -1003001 exportiamalg #x 19 19 2355.12 +6008005 namelesscorp #x 18 27 4498.44 1003001 exportiamalg #x 19 4 4483.98 -1003001 exportiamalg #x 19 50 1455.83 -1003001 exportiamalg #x 19 52 15.81 -1003001 exportiamalg #x 6 10 386.40 -1003001 exportiamalg #x 6 53 528.90 -1003001 exportiamalg #x 7 23 2784.84 -1003001 exportiamalg #x 7 57 5617.50 -1003001 exportiamalg #x 8 35 3007.26 -1003001 exportiamalg #x 8 5 2360.81 -1003001 exportiamalg #x 9 26 2633.15 -1003001 exportiamalg #x 9 36 1007.81 -1003001 exportiamalg #x 9 44 73.92 -1003001 exportiamalg #x 9 58 2871.44 -1003002 exportiamalg #x 17 41 2197.60 -1003002 exportiamalg #x 17 59 2670.50 -1003002 exportiamalg #x 18 0 374.99 -1003002 exportiamalg #x 18 21 2783.00 -1003002 exportiamalg #x 18 35 7620.51 -1003002 exportiamalg #x 18 52 6013.26 -1003002 exportiamalg #x 18 53 4374.72 -1003002 exportiamalg #x 19 10 46.80 -1003002 exportiamalg #x 19 33 839.90 -1003002 exportiamalg #x 19 42 304.64 -1003002 exportiamalg #x 19 58 3423.80 -1003002 exportiamalg #x 7 40 1418.18 -1003002 exportiamalg #x 7 42 127.68 -1003002 exportiamalg #x 8 19 681.56 -1003002 exportiamalg #x 8 25 2957.35 -1003002 exportiamalg #x 8 56 3097.12 -1003002 exportiamalg #x 8 58 10023.00 +5003001 exportischolar #x 18 31 4452.80 +3002002 importoexporti #x 18 52 4436.80 1003002 exportiamalg #x 9 38 4428.98 -1003002 exportiamalg #x 9 41 7345.80 +1004002 edu packamalg #x 9 55 4427.52 +5003001 exportischolar #x 19 2 4412.78 +1003002 exportiamalg #x 18 53 4374.72 +6005001 scholarcorp #x 17 55 4367.72 +9012008 importounivamalg #x 18 11 4354.35 +5002001 importoscholar #x 18 32 4324.52 +7013007 exportinameless #x 18 47 4323.55 +9013009 exportiunivamalg #x 17 42 4321.92 +4004001 edu packedu pack #x 8 22 4316.62 +8004003 edu packnameless #x 17 23 4282.17 +2004002 edu packimporto #x 7 56 4267.90 1003002 exportiamalg #x 9 49 4255.80 -1004001 edu packamalg #x 17 26 194.18 -1004001 edu packamalg #x 17 57 5860.74 -1004001 edu packamalg #x 19 2 1148.16 -1004001 edu packamalg #x 19 26 1439.04 -1004001 edu packamalg #x 19 42 1878.76 -1004001 edu packamalg #x 8 16 1629.81 -1004002 edu packamalg #x 17 11 1340.64 +7013007 exportinameless #x 19 42 4252.78 +9015011 scholarunivamalg #x 8 55 4235.00 +1002002 importoamalg #x 17 0 4183.34 +6010005 univbrand #x 9 27 4172.35 +6007003 brandcorp #x 19 33 4146.75 +2004001 edu packimporto #x 19 33 4138.56 +6005001 scholarcorp #x 19 55 4137.88 +6016003 corpbrand #x 9 41 4100.88 +9014011 edu packunivamalg #x 17 50 4100.40 +5003001 exportischolar #x 18 17 4099.20 +5003001 exportischolar #x 9 28 4064.76 1004002 edu packamalg #x 17 16 4061.68 -1004002 edu packamalg #x 17 2 6118.65 -1004002 edu packamalg #x 17 32 6524.70 -1004002 edu packamalg #x 17 39 580.32 -1004002 edu packamalg #x 18 24 2551.16 -1004002 edu packamalg #x 18 32 1742.52 -1004002 edu packamalg #x 19 0 1261.65 -1004002 edu packamalg #x 19 25 1117.39 -1004002 edu packamalg #x 19 26 9298.01 -1004002 edu packamalg #x 19 5 736.92 -1004002 edu packamalg #x 19 9 242.25 -1004002 edu packamalg #x 7 0 4599.14 -1004002 edu packamalg #x 7 2 210.14 -1004002 edu packamalg #x 7 41 81.59 -1004002 edu packamalg #x 8 13 1922.68 -1004002 edu packamalg #x 8 26 608.52 -1004002 edu packamalg #x 8 49 264.60 -1004002 edu packamalg #x 9 12 103.87 -1004002 edu packamalg #x 9 53 5382.72 -1004002 edu packamalg #x 9 55 4427.52 -2001001 amalgimporto #x 17 28 1135.06 -2001001 amalgimporto #x 18 47 142.29 -2001001 amalgimporto #x 19 48 72.03 -2001001 amalgimporto #x 6 40 5295.40 -2001002 amalgimporto #x 17 11 1951.95 -2001002 amalgimporto #x 17 12 2396.61 -2001002 amalgimporto #x 17 22 1269.07 -2001002 amalgimporto #x 17 27 1955.20 -2001002 amalgimporto #x 17 32 15801.28 -2001002 amalgimporto #x 17 34 8160.75 -2001002 amalgimporto #x 17 56 820.26 -2001002 amalgimporto #x 18 1 65.00 -2001002 amalgimporto #x 18 20 276.77 -2001002 amalgimporto #x 18 21 1659.84 -2001002 amalgimporto #x 18 24 2749.95 -2001002 amalgimporto #x 18 31 108.78 -2001002 amalgimporto #x 18 4 229.32 -2001002 amalgimporto #x 18 48 1511.30 -2001002 amalgimporto #x 18 49 333.66 -2001002 amalgimporto #x 19 19 33.20 -2001002 amalgimporto #x 19 25 253.50 -2001002 amalgimporto #x 19 45 76.36 -2001002 amalgimporto #x 19 47 2894.46 -2001002 amalgimporto #x 19 6 14.72 -2001002 amalgimporto #x 19 9 4681.05 -2001002 amalgimporto #x 7 46 1213.44 -2001002 amalgimporto #x 7 8 1414.14 -2001002 amalgimporto #x 8 51 3725.90 -2001002 amalgimporto #x 8 54 688.71 -2001002 amalgimporto #x 9 27 213.64 -2001002 amalgimporto #x 9 3 1157.20 -2001002 amalgimporto #x 9 36 2715.18 -2002001 importoimporto #x 17 0 86.10 -2002001 importoimporto #x 17 24 12932.04 -2002001 importoimporto #x 17 38 116.16 -2002001 importoimporto #x 17 4 1649.28 -2002001 importoimporto #x 17 40 126.49 -2002001 importoimporto #x 17 51 222.80 -2002001 importoimporto #x 18 1 273.60 -2002001 importoimporto #x 18 33 232.56 -2002001 importoimporto #x 18 34 177.79 -2002001 importoimporto #x 19 10 818.40 -2002001 importoimporto #x 19 15 107.64 -2002001 importoimporto #x 19 31 709.32 -2002001 importoimporto #x 19 47 2338.56 -2002001 importoimporto #x 6 34 9043.24 -2002001 importoimporto #x 7 32 1023.75 -2002001 importoimporto #x 8 8 2420.34 -2002001 importoimporto #x 9 20 943.56 -2002001 importoimporto #x 9 32 735.13 -2002001 importoimporto #x 9 43 1715.64 -2002001 importoimporto #x 9 58 NULL -2003001 exportiimporto #x 17 18 15.17 -2003001 exportiimporto #x 18 28 5107.41 -2003001 exportiimporto #x 18 54 864.36 -2003001 exportiimporto #x 19 11 184.90 -2003001 exportiimporto #x 19 58 2528.40 -2003001 exportiimporto #x 8 42 7326.20 -2003001 exportiimporto #x 9 17 7900.62 -2003001 exportiimporto #x 9 23 1310.16 -2003001 exportiimporto #x 9 32 4723.95 -2003001 exportiimporto #x 9 59 8113.05 -2003002 exportiimporto #x 18 18 414.12 -2003002 exportiimporto #x 18 26 7621.35 -2003002 exportiimporto #x 18 9 1874.40 -2003002 exportiimporto #x 19 52 568.92 -2003002 exportiimporto #x 6 17 842.40 -2003002 exportiimporto #x 6 53 10190.88 -2003002 exportiimporto #x 8 25 650.25 -2003002 exportiimporto #x 9 27 NULL -2003002 exportiimporto #x 9 31 8513.40 -2003002 exportiimporto #x 9 41 2471.90 -2003002 exportiimporto #x 9 49 137.40 -2004001 edu packimporto #x 17 3 7568.00 -2004001 edu packimporto #x 17 48 241.50 +10012017 importoamalgamalg #x 8 53 4045.00 +4004001 edu packedu pack #x 17 15 4028.96 +6002005 importocorp #x 17 22 4011.30 +4003001 exportiedu pack #x 9 42 3952.59 +7004007 edu packbrand #x 7 19 3943.82 +10002012 importounivamalg #x 19 19 3925.48 +10009015 maxiunivamalg #x 7 51 3912.99 +4001001 amalgedu pack #x 17 55 3890.08 +10002012 importounivamalg #x 18 10 3870.00 +10004001 edu packunivamalg #x 18 13 3864.00 +5004002 edu packscholar #x 18 50 3863.88 +6008002 namelesscorp #x 18 38 3841.04 +1001001 amalgamalg #x 19 44 3818.40 +10002012 importounivamalg #x 17 51 3766.14 2004001 edu packimporto #x 18 4 3757.34 -2004001 edu packimporto #x 18 42 172.48 -2004001 edu packimporto #x 19 10 202.12 -2004001 edu packimporto #x 19 27 1490.13 -2004001 edu packimporto #x 19 33 4138.56 -2004001 edu packimporto #x 19 4 3051.40 -2004001 edu packimporto #x 19 45 70.40 -2004001 edu packimporto #x 19 50 1934.46 -2004002 edu packimporto #x 17 2 6744.98 -2004002 edu packimporto #x 17 46 3144.40 -2004002 edu packimporto #x 17 59 1676.84 -2004002 edu packimporto #x 18 28 1052.64 -2004002 edu packimporto #x 18 37 56.75 -2004002 edu packimporto #x 18 46 3194.31 -2004002 edu packimporto #x 18 57 646.34 -2004002 edu packimporto #x 19 14 8165.73 -2004002 edu packimporto #x 19 16 581.28 -2004002 edu packimporto #x 19 20 553.76 -2004002 edu packimporto #x 19 26 2776.36 -2004002 edu packimporto #x 7 56 4267.90 -2004002 edu packimporto #x 8 39 51.68 -2004002 edu packimporto #x 9 24 304.36 -2004002 edu packimporto #x 9 28 1353.15 -2004002 edu packimporto #x 9 3 1475.84 -2004002 edu packimporto #x 9 41 5165.58 -2004002 edu packimporto #x 9 46 716.38 -2004002 edu packimporto #x 9 7 NULL +10003004 exportiunivamalg #x 7 34 3756.20 +9012008 importounivamalg #x 18 56 3735.84 +5001001 amalgscholar #x 19 12 3735.76 +7015007 scholarnameless #x 17 55 3734.28 +2001002 amalgimporto #x 8 51 3725.90 +5002002 importoscholar #x 17 38 3709.44 +7016007 corpnameless #x 19 53 3701.95 +8002009 importonameless #x 9 18 3686.90 +8014005 edu packmaxi #x 18 43 3649.00 +9008002 namelessmaxi #x 17 52 3635.28 +5001001 amalgscholar #x 19 19 3617.97 +4003001 exportiedu pack #x 17 43 3598.98 +6009003 maxicorp #x 17 6 3596.58 +7012003 importonameless #x 9 29 3573.75 +9012003 importounivamalg #x 17 2 3568.96 +1001002 amalgamalg #x 19 59 3542.94 +1001002 amalgamalg #x 18 37 3522.98 +8011009 amalgmaxi #x 19 35 3485.72 +1003002 exportiamalg #x 19 58 3423.80 +1001002 amalgamalg #x 18 25 3408.48 +4004002 edu packedu pack #x 17 2 3400.05 +6008007 namelesscorp #x 18 16 3395.62 +5002002 importoscholar #x 6 23 3383.10 +1002002 importoamalg #x 9 48 3374.00 +4003001 exportiedu pack #x 8 33 3358.72 +5001001 amalgscholar #x 18 27 3326.04 +3002002 importoexporti #x 17 18 3304.55 +7010004 univnameless #x 18 7 3301.28 +9016003 corpunivamalg #x 8 42 3279.18 +6016003 corpbrand #x 9 9 3262.08 +7015007 scholarnameless #x 9 48 3249.72 +8004003 edu packnameless #x 18 44 3232.48 +5003002 exportischolar #x 9 47 3222.66 +1002002 importoamalg #x 8 37 3220.80 +3004001 edu packexporti #x 7 56 3218.22 3001001 amalgexporti #x 17 10 3217.50 -3001001 amalgexporti #x 17 18 3.96 -3001001 amalgexporti #x 17 25 15765.36 -3001001 amalgexporti #x 17 33 191.98 -3001001 amalgexporti #x 17 38 72.96 -3001001 amalgexporti #x 19 1 7502.67 -3001001 amalgexporti #x 19 57 247.68 -3001001 amalgexporti #x 7 26 7840.00 +7010009 univnameless #x 18 26 3215.11 +1002001 importoamalg #x 17 46 3195.24 +2004002 edu packimporto #x 18 46 3194.31 +5001001 amalgscholar #x 17 54 3180.02 +7008009 namelessbrand #x 17 52 3146.96 +2004002 edu packimporto #x 17 46 3144.40 +3004001 edu packexporti #x 19 14 3127.20 +7010004 univnameless #x 9 16 3126.90 3001001 amalgexporti #x 8 38 3125.32 -3001001 amalgexporti #x 9 41 1211.50 -3002001 importoexporti #x 17 0 38.34 -3002001 importoexporti #x 17 1 108.45 -3002001 importoexporti #x 17 13 2741.54 -3002001 importoexporti #x 17 14 1644.96 -3002001 importoexporti #x 17 33 369.75 -3002001 importoexporti #x 17 40 1379.04 -3002001 importoexporti #x 17 5 4561.20 -3002001 importoexporti #x 17 51 2181.96 -3002001 importoexporti #x 18 20 2694.50 -3002001 importoexporti #x 18 21 2403.96 -3002001 importoexporti #x 18 3 6203.20 -3002001 importoexporti #x 18 31 319.90 -3002001 importoexporti #x 18 37 589.28 -3002001 importoexporti #x 18 39 1094.10 -3002001 importoexporti #x 18 50 5950.48 -3002001 importoexporti #x 19 27 738.14 -3002001 importoexporti #x 19 3 7400.40 -3002001 importoexporti #x 19 35 397.71 -3002001 importoexporti #x 19 4 8664.04 -3002001 importoexporti #x 19 43 10914.60 -3002001 importoexporti #x 19 45 8497.28 -3002001 importoexporti #x 19 49 826.74 -3002001 importoexporti #x 6 40 5245.80 -3002001 importoexporti #x 6 50 95.22 -3002001 importoexporti #x 8 1 186.93 -3002001 importoexporti #x 8 5 454.77 -3002001 importoexporti #x 8 52 1770.00 -3002001 importoexporti #x 9 26 209.95 -3002001 importoexporti #x 9 41 755.15 -3002001 importoexporti #x 9 59 6964.25 +1003001 exportiamalg #x 19 10 3110.49 +6012008 importobrand #x 19 13 3101.32 +1003002 exportiamalg #x 8 56 3097.12 +6005001 scholarcorp #x 8 14 3096.90 +6016003 corpbrand #x 19 31 3094.50 +7010004 univnameless #x 19 4 3093.35 +10002012 importounivamalg #x 18 0 3063.20 +2004001 edu packimporto #x 19 4 3051.40 +8014005 edu packmaxi #x 17 40 3049.76 +1001001 amalgamalg #x 18 49 3045.12 +3004001 edu packexporti #x 7 50 3029.00 +10012017 importoamalgamalg #x 18 26 3027.72 +1003001 exportiamalg #x 8 35 3007.26 +8005005 scholarnameless #x 6 50 2972.97 +1003002 exportiamalg #x 8 25 2957.35 +4001001 amalgedu pack #x 9 12 2930.95 +1002002 importoamalg #x 9 9 2926.95 +6008005 namelesscorp #x 9 1 2902.58 3002002 importoexporti #x 17 15 2902.20 -3002002 importoexporti #x 17 18 3304.55 -3002002 importoexporti #x 17 45 1301.90 -3002002 importoexporti #x 18 21 490.82 -3002002 importoexporti #x 18 24 935.00 -3002002 importoexporti #x 18 52 4436.80 -3002002 importoexporti #x 19 13 6487.20 -3002002 importoexporti #x 19 19 748.41 -3002002 importoexporti #x 6 41 1760.58 -3002002 importoexporti #x 8 35 421.26 -3002002 importoexporti #x 8 51 4938.16 -3002002 importoexporti #x 8 58 2399.13 -3002002 importoexporti #x 9 12 378.08 -3002002 importoexporti #x 9 28 414.12 -3002002 importoexporti #x 9 53 27.74 -3003001 exportiexporti #x 17 21 9190.80 -3003001 exportiexporti #x 17 28 389.88 -3003001 exportiexporti #x 17 42 42.08 -3003001 exportiexporti #x 17 56 5104.62 -3003001 exportiexporti #x 17 6 196.38 -3003001 exportiexporti #x 17 9 6450.60 -3003001 exportiexporti #x 18 15 0.00 -3003001 exportiexporti #x 18 33 1386.35 -3003001 exportiexporti #x 19 16 101.58 -3003001 exportiexporti #x 19 20 13.26 -3003001 exportiexporti #x 19 24 10307.88 +2001002 amalgimporto #x 19 47 2894.46 +1003001 exportiamalg #x 9 58 2871.44 +9012005 importounivamalg #x 18 34 2864.88 +3003002 exportiexporti #x 18 8 2844.00 +10013013 exportiamalgamalg #x 8 0 2831.12 +5002001 importoscholar #x 17 38 2822.47 +7016007 corpnameless #x 17 56 2817.48 +9015011 scholarunivamalg #x 8 2 2811.48 +1001001 amalgamalg #x 9 18 2793.44 +4004001 edu packedu pack #x 9 54 2787.20 +1003001 exportiamalg #x 7 23 2784.84 +1003002 exportiamalg #x 18 21 2783.00 +1003001 exportiamalg #x 17 37 2779.50 +2004002 edu packimporto #x 19 26 2776.36 +6009003 maxicorp #x 19 38 2763.09 +1003001 exportiamalg #x 17 41 2751.84 +2001002 amalgimporto #x 18 24 2749.95 +10015013 scholaramalgamalg #x 8 25 2746.86 +3002001 importoexporti #x 17 13 2741.54 +4001001 amalgedu pack #x 9 3 2738.34 +9012003 importounivamalg #x 9 18 2732.40 +5001001 amalgscholar #x 17 43 2731.37 +2001002 amalgimporto #x 9 36 2715.18 3003001 exportiexporti #x 19 25 2713.30 -3003001 exportiexporti #x 19 37 16531.50 -3003001 exportiexporti #x 19 38 5990.76 -3003001 exportiexporti #x 19 40 4711.07 -3003001 exportiexporti #x 19 49 7845.76 -3003001 exportiexporti #x 19 53 2118.88 -3003001 exportiexporti #x 7 23 203.61 +5001001 amalgscholar #x 17 52 2707.54 +3002001 importoexporti #x 18 20 2694.50 +6008002 namelesscorp #x 18 48 2683.20 +1003002 exportiamalg #x 17 59 2670.50 +1002002 importoamalg #x 9 36 2668.77 +1003001 exportiamalg #x 9 26 2633.15 +4003001 exportiedu pack #x 9 38 2631.20 +9015011 scholarunivamalg #x 18 16 2621.71 +7010009 univnameless #x 18 48 2609.88 +8005005 scholarnameless #x 19 55 2606.45 +10012011 importoamalgamalg #x 17 9 2589.95 +1002001 importoamalg #x 19 21 2579.48 +4002001 importoedu pack #x 18 51 2567.40 +5003001 exportischolar #x 8 50 2555.28 +1004002 edu packamalg #x 18 24 2551.16 +2003001 exportiimporto #x 19 58 2528.40 +6005001 scholarcorp #x 17 45 2522.52 +6007003 brandcorp #x 17 49 2522.15 +1002001 importoamalg #x 19 14 2513.30 +10010013 univamalgamalg #x 8 30 2513.25 +4001001 amalgedu pack #x 19 9 2512.00 +7010004 univnameless #x 17 44 2509.78 +8003010 exportinameless #x 18 27 2507.44 +6011008 amalgbrand #x 18 5 2505.00 +7010004 univnameless #x 8 21 2502.36 +6012008 importobrand #x 8 33 2495.65 +8004003 edu packnameless #x 18 52 2495.22 +1001002 amalgamalg #x 18 11 2491.16 +7010003 univnameless #x 7 5 2485.08 +4004002 edu packedu pack #x 18 23 2483.01 +8016004 corpmaxi #x 18 43 2482.62 +10004001 edu packunivamalg #x 8 39 2472.93 +2003002 exportiimporto #x 9 41 2471.90 +6011001 amalgbrand #x 7 21 2458.17 +8011009 amalgmaxi #x 19 5 2457.99 +6002005 importocorp #x 19 0 2454.03 +1002002 importoamalg #x 19 57 2451.06 +5001002 amalgscholar #x 19 42 2444.80 +9014011 edu packunivamalg #x 17 44 2436.40 +10003004 exportiunivamalg #x 19 46 2423.18 +6016003 corpbrand #x 19 19 2421.65 +8004009 edu packnameless #x 19 44 2421.51 +2002001 importoimporto #x 8 8 2420.34 +6012005 importobrand #x 7 20 2412.30 3003001 exportiexporti #x 7 29 2408.70 -3003001 exportiexporti #x 8 19 1301.37 -3003001 exportiexporti #x 8 32 5008.64 -3003001 exportiexporti #x 8 48 1167.05 -3003001 exportiexporti #x 8 58 302.40 -3003001 exportiexporti #x 8 9 2206.47 -3003001 exportiexporti #x 9 1 156.98 -3003001 exportiexporti #x 9 14 1139.60 -3003001 exportiexporti #x 9 22 1982.73 -3003001 exportiexporti #x 9 48 258.39 -3003001 exportiexporti #x 9 6 151.92 -3003002 exportiexporti #x 17 21 221.20 -3003002 exportiexporti #x 18 26 1248.48 -3003002 exportiexporti #x 18 29 665.01 -3003002 exportiexporti #x 18 8 2844.00 -3003002 exportiexporti #x 19 24 410.00 -3003002 exportiexporti #x 19 36 154.38 -3003002 exportiexporti #x 19 37 38.80 -3003002 exportiexporti #x 19 5 5201.25 -3003002 exportiexporti #x 6 35 0.00 -3003002 exportiexporti #x 7 31 7195.50 -3003002 exportiexporti #x 7 37 313.24 -3003002 exportiexporti #x 9 20 367.90 -3003002 exportiexporti #x 9 27 234.60 -3003002 exportiexporti #x 9 42 1217.28 -3004001 edu packexporti #x 17 1 100.80 +3002001 importoexporti #x 18 21 2403.96 +3002002 importoexporti #x 8 58 2399.13 +2001002 amalgimporto #x 17 12 2396.61 +5003002 exportischolar #x 17 37 2388.24 +4004001 edu packedu pack #x 17 5 2386.20 +5003002 exportischolar #x 9 29 2378.69 3004001 edu packexporti #x 17 46 2375.45 -3004001 edu packexporti #x 17 51 539.95 -3004001 edu packexporti #x 18 0 7698.24 -3004001 edu packexporti #x 18 16 106.60 -3004001 edu packexporti #x 18 21 1270.66 -3004001 edu packexporti #x 18 4 633.06 -3004001 edu packexporti #x 18 49 1433.88 -3004001 edu packexporti #x 19 14 3127.20 -3004001 edu packexporti #x 19 17 763.00 -3004001 edu packexporti #x 19 47 10.00 +9014011 edu packunivamalg #x 19 18 2363.04 +1003001 exportiamalg #x 8 5 2360.81 +1003001 exportiamalg #x 19 19 2355.12 +6002005 importocorp #x 8 27 2351.04 +2002001 importoimporto #x 19 47 2338.56 +6007003 brandcorp #x 9 4 2335.10 +8004003 edu packnameless #x 9 44 2314.40 +5003001 exportischolar #x 19 58 2294.62 +8002009 importonameless #x 18 12 2266.60 3004001 edu packexporti #x 19 9 2261.52 -3004001 edu packexporti #x 7 45 17.11 -3004001 edu packexporti #x 7 50 3029.00 -3004001 edu packexporti #x 7 56 3218.22 -3004001 edu packexporti #x 9 31 1541.43 -3004001 edu packexporti #x 9 36 5218.56 -3004001 edu packexporti #x 9 40 91.77 -4001001 amalgedu pack #x 17 15 1488.84 -4001001 amalgedu pack #x 17 26 469.58 -4001001 amalgedu pack #x 17 28 1643.76 -4001001 amalgedu pack #x 17 38 796.38 -4001001 amalgedu pack #x 17 54 22.38 -4001001 amalgedu pack #x 17 55 3890.08 -4001001 amalgedu pack #x 17 7 777.12 -4001001 amalgedu pack #x 17 8 4586.22 -4001001 amalgedu pack #x 19 13 1708.26 +7010003 univnameless #x 18 35 2234.40 +4004001 edu packedu pack #x 9 25 2215.21 +3003001 exportiexporti #x 8 9 2206.47 +1003002 exportiamalg #x 17 41 2197.60 +6008007 namelesscorp #x 18 0 2190.24 +3002001 importoexporti #x 17 51 2181.96 +8013007 exportimaxi #x 7 11 2180.76 +6005001 scholarcorp #x 18 43 2174.48 +6006007 corpcorp #x 7 24 2158.40 +6002003 importocorp #x 19 26 2152.17 +1001001 amalgamalg #x 19 53 2149.70 +5003001 exportischolar #x 8 59 2144.73 +6005001 scholarcorp #x 9 25 2143.10 +7008009 namelessbrand #x 19 39 2132.41 +3003001 exportiexporti #x 19 53 2118.88 +9015009 scholarunivamalg #x 19 3 2114.64 +10013013 exportiamalgamalg #x 7 33 2103.93 +8003010 exportinameless #x 17 28 2084.72 +8003010 exportinameless #x 17 42 2082.86 +8002009 importonameless #x 9 37 2079.84 4001001 amalgedu pack #x 19 43 2067.52 -4001001 amalgedu pack #x 19 45 227.84 -4001001 amalgedu pack #x 19 58 844.90 -4001001 amalgedu pack #x 19 59 9881.19 -4001001 amalgedu pack #x 19 9 2512.00 -4001001 amalgedu pack #x 6 45 1639.44 -4001001 amalgedu pack #x 7 58 135.78 -4001001 amalgedu pack #x 9 12 2930.95 -4001001 amalgedu pack #x 9 29 34.76 -4001001 amalgedu pack #x 9 3 2738.34 -4001001 amalgedu pack #x 9 48 211.32 -4001002 amalgedu pack #x 17 14 886.48 -4001002 amalgedu pack #x 17 53 198.33 -4001002 amalgedu pack #x 17 55 1880.97 -4001002 amalgedu pack #x 17 57 792.74 -4001002 amalgedu pack #x 17 6 724.80 +5004002 edu packscholar #x 19 2 2061.30 +5004002 edu packscholar #x 18 7 2049.67 +10004001 edu packunivamalg #x 18 49 2031.20 +1003001 exportiamalg #x 18 21 2028.31 4001002 amalgedu pack #x 19 19 2018.40 -4001002 amalgedu pack #x 19 51 1706.46 +5002002 importoscholar #x 19 18 2016.96 4001002 amalgedu pack #x 6 3 2012.80 -4001002 amalgedu pack #x 7 40 1431.54 -4001002 amalgedu pack #x 7 45 63.47 -4001002 amalgedu pack #x 7 6 253.80 -4001002 amalgedu pack #x 8 50 341.33 -4002001 importoedu pack #x 18 51 2567.40 -4003001 exportiedu pack #x 17 4 6.84 -4003001 exportiedu pack #x 17 43 3598.98 -4003001 exportiedu pack #x 17 45 182.28 -4003001 exportiedu pack #x 18 33 0.00 -4003001 exportiedu pack #x 18 35 745.20 -4003001 exportiedu pack #x 18 37 260.23 -4003001 exportiedu pack #x 19 20 231.99 -4003001 exportiedu pack #x 19 39 13.49 -4003001 exportiedu pack #x 6 50 1129.20 -4003001 exportiedu pack #x 8 1 202.30 -4003001 exportiedu pack #x 8 3 1514.43 -4003001 exportiedu pack #x 8 33 3358.72 -4003001 exportiedu pack #x 8 34 14784.50 -4003001 exportiedu pack #x 9 12 62.26 -4003001 exportiedu pack #x 9 31 424.26 -4003001 exportiedu pack #x 9 38 2631.20 -4003001 exportiedu pack #x 9 42 3952.59 -4003001 exportiedu pack #x 9 47 98.25 -4003001 exportiedu pack #x 9 51 4781.14 -4003001 exportiedu pack #x 9 54 5994.50 -4004001 edu packedu pack #x 17 15 4028.96 -4004001 edu packedu pack #x 17 18 1644.00 -4004001 edu packedu pack #x 17 30 517.65 -4004001 edu packedu pack #x 17 35 524.59 -4004001 edu packedu pack #x 17 37 1430.37 -4004001 edu packedu pack #x 17 5 2386.20 -4004001 edu packedu pack #x 18 22 26.00 -4004001 edu packedu pack #x 18 30 17.50 -4004001 edu packedu pack #x 18 50 8728.56 -4004001 edu packedu pack #x 18 52 122.67 -4004001 edu packedu pack #x 19 11 300.48 -4004001 edu packedu pack #x 19 13 80.24 -4004001 edu packedu pack #x 19 48 276.92 -4004001 edu packedu pack #x 19 50 610.50 -4004001 edu packedu pack #x 7 34 62.68 -4004001 edu packedu pack #x 8 22 4316.62 +6011005 amalgbrand #x 9 53 1997.52 +6011008 amalgbrand #x 8 28 1995.60 +6007003 brandcorp #x 17 33 1995.20 +3003001 exportiexporti #x 9 22 1982.73 +5002002 importoscholar #x 17 49 1980.88 +2001002 amalgimporto #x 17 27 1955.20 +7007004 brandbrand #x 9 31 1954.11 +2001002 amalgimporto #x 17 11 1951.95 +2004001 edu packimporto #x 19 50 1934.46 4004001 edu packedu pack #x 9 11 1930.50 -4004001 edu packedu pack #x 9 23 16687.92 -4004001 edu packedu pack #x 9 25 2215.21 -4004001 edu packedu pack #x 9 32 154.79 -4004001 edu packedu pack #x 9 37 449.90 -4004001 edu packedu pack #x 9 41 7.14 -4004001 edu packedu pack #x 9 54 2787.20 -4004002 edu packedu pack #x 17 2 3400.05 -4004002 edu packedu pack #x 17 3 6447.42 -4004002 edu packedu pack #x 17 57 0.00 -4004002 edu packedu pack #x 18 18 943.66 -4004002 edu packedu pack #x 18 23 2483.01 -4004002 edu packedu pack #x 19 7 1264.56 -4004002 edu packedu pack #x 9 34 951.00 -5001001 amalgscholar #x 17 1 384.75 -5001001 amalgscholar #x 17 10 118.36 -5001001 amalgscholar #x 17 19 323.90 -5001001 amalgscholar #x 17 43 2731.37 -5001001 amalgscholar #x 17 44 9369.40 -5001001 amalgscholar #x 17 52 2707.54 -5001001 amalgscholar #x 17 54 3180.02 -5001001 amalgscholar #x 17 56 4638.84 -5001001 amalgscholar #x 18 23 909.48 -5001001 amalgscholar #x 18 27 3326.04 +7010003 univnameless #x 19 20 1926.24 +1004002 edu packamalg #x 8 13 1922.68 +9013009 exportiunivamalg #x 19 55 1906.92 +8004003 edu packnameless #x 19 58 1905.78 +6008007 namelesscorp #x 17 2 1905.12 +1002001 importoamalg #x 9 28 1904.10 +1002002 importoamalg #x 9 42 1893.54 +4001002 amalgedu pack #x 17 55 1880.97 +1004001 edu packamalg #x 19 42 1878.76 +1001001 amalgamalg #x 17 19 1877.46 +2003002 exportiimporto #x 18 9 1874.40 +9012008 importounivamalg #x 18 22 1873.02 +1002002 importoamalg #x 18 42 1852.20 +6002003 importocorp #x 17 39 1840.98 +5002002 importoscholar #x 18 14 1817.00 +1001001 amalgamalg #x 17 59 1813.11 +7012003 importonameless #x 18 18 1807.85 +7016001 corpnameless #x 19 5 1806.68 +8005005 scholarnameless #x 17 31 1800.48 +5002001 importoscholar #x 6 7 1789.20 +9015009 scholarunivamalg #x 6 44 1788.93 +3002001 importoexporti #x 8 52 1770.00 +3002002 importoexporti #x 6 41 1760.58 +1001001 amalgamalg #x 9 14 1745.24 +1004002 edu packamalg #x 18 32 1742.52 +9013009 exportiunivamalg #x 9 36 1737.57 +10015004 scholaramalgamalg #x 9 2 1736.72 +7010003 univnameless #x 7 58 1735.12 +6016003 corpbrand #x 8 54 1733.08 +7008009 namelessbrand #x 19 27 1726.56 +5002001 importoscholar #x 8 24 1725.50 +9013009 exportiunivamalg #x 18 43 1722.16 +2002001 importoimporto #x 9 43 1715.64 +5003001 exportischolar #x 17 32 1714.80 5001001 amalgscholar #x 18 35 1713.96 -5001001 amalgscholar #x 18 40 405.15 -5001001 amalgscholar #x 19 12 3735.76 -5001001 amalgscholar #x 19 18 818.09 -5001001 amalgscholar #x 19 19 3617.97 -5001001 amalgscholar #x 19 21 1643.22 -5001001 amalgscholar #x 19 27 85.65 -5001001 amalgscholar #x 19 51 778.40 -5001001 amalgscholar #x 19 54 920.16 -5001001 amalgscholar #x 19 57 6841.12 -5001001 amalgscholar #x 8 31 1205.50 -5001001 amalgscholar #x 8 41 0.30 -5001001 amalgscholar #x 9 28 12171.40 -5001001 amalgscholar #x 9 38 126.56 -5001002 amalgscholar #x 17 44 255.00 -5001002 amalgscholar #x 18 15 6118.20 +7004007 edu packbrand #x 17 57 1713.28 +4001001 amalgedu pack #x 19 13 1708.26 +6007003 brandcorp #x 17 51 1707.48 +4001002 amalgedu pack #x 19 51 1706.46 +1003001 exportiamalg #x 18 3 1704.75 +10010013 univamalgamalg #x 18 51 1677.20 +2004002 edu packimporto #x 17 59 1676.84 +2001002 amalgimporto #x 18 21 1659.84 5001002 amalgscholar #x 18 35 1654.44 -5001002 amalgscholar #x 19 24 762.96 -5001002 amalgscholar #x 19 42 2444.80 -5001002 amalgscholar #x 19 51 1360.00 -5001002 amalgscholar #x 8 25 0.00 -5001002 amalgscholar #x 8 59 633.36 -5001002 amalgscholar #x 9 39 378.56 -5001002 amalgscholar #x 9 46 78.68 -5002001 importoscholar #x 17 38 2822.47 -5002001 importoscholar #x 17 58 38.27 -5002001 importoscholar #x 18 2 5471.54 -5002001 importoscholar #x 18 32 4324.52 -5002001 importoscholar #x 18 38 257.53 -5002001 importoscholar #x 18 53 365.10 -5002001 importoscholar #x 19 31 91.20 -5002001 importoscholar #x 19 32 615.12 -5002001 importoscholar #x 19 33 1434.24 +2002001 importoimporto #x 17 4 1649.28 +5004001 edu packscholar #x 6 36 1646.50 +3002001 importoexporti #x 17 14 1644.96 +4004001 edu packedu pack #x 17 18 1644.00 +4001001 amalgedu pack #x 17 28 1643.76 +5001001 amalgscholar #x 19 21 1643.22 +4001001 amalgedu pack #x 6 45 1639.44 +1004001 edu packamalg #x 8 16 1629.81 +1001002 amalgamalg #x 9 48 1624.59 +9008005 namelessmaxi #x 17 4 1621.62 +1002002 importoamalg #x 9 56 1600.82 +9013009 exportiunivamalg #x 18 51 1590.00 +10012017 importoamalgamalg #x 17 16 1565.38 5002001 importoscholar #x 19 55 1563.38 -5002001 importoscholar #x 19 59 7964.88 -5002001 importoscholar #x 19 9 4787.43 -5002001 importoscholar #x 6 7 1789.20 -5002001 importoscholar #x 8 1 377.57 -5002001 importoscholar #x 8 24 1725.50 -5002001 importoscholar #x 8 48 1123.47 -5002001 importoscholar #x 8 52 141.15 -5002001 importoscholar #x 9 22 8143.74 -5002002 importoscholar #x 17 27 227.52 +10015013 scholaramalgamalg #x 19 51 1553.20 +3004001 edu packexporti #x 9 31 1541.43 +5003002 exportischolar #x 17 2 1540.54 +8013007 exportimaxi #x 18 51 1537.90 +5004002 edu packscholar #x 19 24 1514.74 +4003001 exportiedu pack #x 8 3 1514.43 +2001002 amalgimporto #x 18 48 1511.30 +1001002 amalgamalg #x 17 55 1505.25 +2004001 edu packimporto #x 19 27 1490.13 +4001001 amalgedu pack #x 17 15 1488.84 +6005001 scholarcorp #x 17 14 1488.52 +9015011 scholarunivamalg #x 18 55 1487.52 +5003001 exportischolar #x 9 26 1482.30 +5004002 edu packscholar #x 18 47 1481.61 +10009015 maxiunivamalg #x 19 55 1476.75 +2004002 edu packimporto #x 9 3 1475.84 +7016007 corpnameless #x 17 42 1470.52 +5003001 exportischolar #x 17 59 1466.25 +5004002 edu packscholar #x 18 35 1462.00 +5003001 exportischolar #x 18 10 1461.98 +1003001 exportiamalg #x 19 50 1455.83 +5003001 exportischolar #x 8 25 1446.36 +1004001 edu packamalg #x 19 26 1439.04 +6011005 amalgbrand #x 18 33 1435.50 +5002001 importoscholar #x 19 33 1434.24 +3004001 edu packexporti #x 18 49 1433.88 +4001002 amalgedu pack #x 7 40 1431.54 +4004001 edu packedu pack #x 17 37 1430.37 +1003002 exportiamalg #x 7 40 1418.18 +1002002 importoamalg #x 17 44 1415.25 +2001002 amalgimporto #x 7 8 1414.14 5002002 importoscholar #x 17 30 1404.00 -5002002 importoscholar #x 17 38 3709.44 -5002002 importoscholar #x 17 49 1980.88 -5002002 importoscholar #x 17 51 252.56 +5003001 exportischolar #x 19 10 1403.22 +7012003 importonameless #x 9 22 1399.96 +3003001 exportiexporti #x 18 33 1386.35 +3002001 importoexporti #x 17 40 1379.04 +9014011 edu packunivamalg #x 17 3 1364.52 +5003001 exportischolar #x 9 46 1361.57 +5001002 amalgscholar #x 19 51 1360.00 +2004002 edu packimporto #x 9 28 1353.15 +9015009 scholarunivamalg #x 18 9 1352.61 5002002 importoscholar #x 17 52 1345.02 -5002002 importoscholar #x 18 14 1817.00 -5002002 importoscholar #x 18 26 755.09 -5002002 importoscholar #x 18 27 986.24 -5002002 importoscholar #x 18 40 1159.40 -5002002 importoscholar #x 19 0 558.98 -5002002 importoscholar #x 19 10 55.68 -5002002 importoscholar #x 19 15 4754.40 -5002002 importoscholar #x 19 18 2016.96 -5002002 importoscholar #x 19 19 7349.90 -5002002 importoscholar #x 19 27 745.92 -5002002 importoscholar #x 19 31 6745.90 -5002002 importoscholar #x 6 23 3383.10 -5002002 importoscholar #x 6 3 4774.25 -5002002 importoscholar #x 6 34 416.52 -5002002 importoscholar #x 9 16 13.13 -5002002 importoscholar #x 9 7 328.26 +1002002 importoamalg #x 18 27 1343.93 +6011008 amalgbrand #x 9 39 1341.93 +1004002 edu packamalg #x 17 11 1340.64 5003001 exportischolar #x 17 11 1328.00 -5003001 exportischolar #x 17 14 5214.72 -5003001 exportischolar #x 17 25 46.72 -5003001 exportischolar #x 17 28 7029.12 -5003001 exportischolar #x 17 32 1714.80 -5003001 exportischolar #x 17 36 0.00 -5003001 exportischolar #x 17 4 21.70 -5003001 exportischolar #x 17 45 12101.22 -5003001 exportischolar #x 17 46 17.63 -5003001 exportischolar #x 17 59 1466.25 -5003001 exportischolar #x 17 9 87.10 -5003001 exportischolar #x 18 1 4889.22 -5003001 exportischolar #x 18 10 1461.98 +6002003 importocorp #x 17 20 1327.58 +6012008 importobrand #x 9 10 1327.19 +7010003 univnameless #x 19 49 1319.57 +2003001 exportiimporto #x 9 23 1310.16 +3002002 importoexporti #x 17 45 1301.90 +3003001 exportiexporti #x 8 19 1301.37 +6011008 amalgbrand #x 9 33 1278.35 +10003004 exportiunivamalg #x 9 23 1272.43 +3004001 edu packexporti #x 18 21 1270.66 +2001002 amalgimporto #x 17 22 1269.07 +4004002 edu packedu pack #x 19 7 1264.56 +1004002 edu packamalg #x 19 0 1261.65 +10015013 scholaramalgamalg #x 9 34 1257.30 +1001001 amalgamalg #x 17 56 1250.08 +3003002 exportiexporti #x 18 26 1248.48 +9012005 importounivamalg #x 7 0 1230.20 +9015009 scholarunivamalg #x 18 40 1222.64 +3003002 exportiexporti #x 9 42 1217.28 +2001002 amalgimporto #x 7 46 1213.44 +10004001 edu packunivamalg #x 18 58 1212.96 +3001001 amalgexporti #x 9 41 1211.50 +6006007 corpcorp #x 18 59 1210.32 5003001 exportischolar #x 18 14 1210.20 -5003001 exportischolar #x 18 17 4099.20 -5003001 exportischolar #x 18 31 4452.80 -5003001 exportischolar #x 18 43 374.68 -5003001 exportischolar #x 19 10 1403.22 -5003001 exportischolar #x 19 2 4412.78 -5003001 exportischolar #x 19 27 231.84 -5003001 exportischolar #x 19 28 147.14 -5003001 exportischolar #x 19 29 407.34 -5003001 exportischolar #x 19 35 11523.60 -5003001 exportischolar #x 19 58 2294.62 +5001001 amalgscholar #x 8 31 1205.50 +9016003 corpunivamalg #x 17 53 1200.00 +10013015 exportiamalgamalg #x 17 14 1192.50 +1002002 importoamalg #x 19 16 1182.37 +1002002 importoamalg #x 19 42 1178.88 +10012011 importoamalgamalg #x 17 31 1173.28 +3003001 exportiexporti #x 8 48 1167.05 +5002002 importoscholar #x 18 40 1159.40 +2001002 amalgimporto #x 9 3 1157.20 +5003002 exportischolar #x 19 6 1150.92 +5003001 exportischolar #x 9 29 1150.77 +10009015 maxiunivamalg #x 18 2 1150.73 +1004001 edu packamalg #x 19 2 1148.16 +3003001 exportiexporti #x 9 14 1139.60 +2001001 amalgimporto #x 17 28 1135.06 +4003001 exportiedu pack #x 6 50 1129.20 +8016004 corpmaxi #x 17 32 1127.61 +9015009 scholarunivamalg #x 18 18 1124.16 +5002001 importoscholar #x 8 48 1123.47 +8003010 exportinameless #x 9 0 1123.08 +1004002 edu packamalg #x 19 25 1117.39 +7012010 importonameless #x 19 35 1114.76 +1001002 amalgamalg #x 9 46 1114.40 +10012017 importoamalgamalg #x 17 7 1107.54 +10009015 maxiunivamalg #x 17 29 1104.61 +6010005 univbrand #x 17 24 1102.20 +6011001 amalgbrand #x 19 21 1098.30 +3002001 importoexporti #x 18 39 1094.10 +10004001 edu packunivamalg #x 17 26 1081.80 +9016003 corpunivamalg #x 19 8 1079.54 +6011005 amalgbrand #x 17 31 1071.00 +9015009 scholarunivamalg #x 18 30 1062.06 +6008007 namelesscorp #x 19 54 1058.93 +8014005 edu packmaxi #x 9 34 1058.00 +10013015 exportiamalgamalg #x 8 30 1057.80 +6006007 corpcorp #x 19 54 1055.43 +2004002 edu packimporto #x 18 28 1052.64 +1002002 importoamalg #x 9 27 1040.43 +7008009 namelessbrand #x 19 45 1037.51 +2002001 importoimporto #x 7 32 1023.75 +7012010 importonameless #x 7 19 1016.80 +5004002 edu packscholar #x 17 10 1016.60 +6015006 scholarbrand #x 19 0 1010.91 +1003001 exportiamalg #x 9 36 1007.81 +7016007 corpnameless #x 18 45 992.74 +6005001 scholarcorp #x 19 16 991.98 +5002002 importoscholar #x 18 27 986.24 +8002009 importonameless #x 9 23 983.40 +1002001 importoamalg #x 19 26 977.60 +10002012 importounivamalg #x 18 4 963.80 +1003001 exportiamalg #x 17 40 953.55 +8011009 amalgmaxi #x 19 42 951.60 +4004002 edu packedu pack #x 9 34 951.00 +4004002 edu packedu pack #x 18 18 943.66 +2002001 importoimporto #x 9 20 943.56 +8014005 edu packmaxi #x 18 24 943.00 +3002002 importoexporti #x 18 24 935.00 +8003010 exportinameless #x 7 24 931.32 +7016007 corpnameless #x 17 28 924.66 +5003002 exportischolar #x 9 14 920.46 +5001001 amalgscholar #x 19 54 920.16 +5001001 amalgscholar #x 18 23 909.48 +6002005 importocorp #x 18 4 904.12 +1002001 importoamalg #x 19 40 901.60 5003001 exportischolar #x 6 18 901.42 -5003001 exportischolar #x 7 44 5589.90 -5003001 exportischolar #x 8 1 116.10 -5003001 exportischolar #x 8 25 1446.36 -5003001 exportischolar #x 8 50 2555.28 -5003001 exportischolar #x 8 59 2144.73 -5003001 exportischolar #x 9 24 6694.80 -5003001 exportischolar #x 9 26 1482.30 -5003001 exportischolar #x 9 28 4064.76 -5003001 exportischolar #x 9 29 1150.77 -5003001 exportischolar #x 9 3 26.76 -5003001 exportischolar #x 9 43 129.24 -5003001 exportischolar #x 9 46 1361.57 -5003001 exportischolar #x 9 53 6525.33 -5003002 exportischolar #x 17 2 1540.54 -5003002 exportischolar #x 17 23 520.96 -5003002 exportischolar #x 17 26 320.31 -5003002 exportischolar #x 17 37 2388.24 +9014011 edu packunivamalg #x 8 40 896.49 +7016007 corpnameless #x 19 16 892.64 +4001002 amalgedu pack #x 17 14 886.48 +7010003 univnameless #x 18 37 883.34 +10013013 exportiamalgamalg #x 7 42 879.36 +1002001 importoamalg #x 17 32 876.30 +2003001 exportiimporto #x 18 54 864.36 +10004004 edu packunivamalg #x 19 59 861.10 +7004009 edu packbrand #x 9 36 858.73 +8014005 edu packmaxi #x 9 22 850.23 +7004009 edu packbrand #x 6 11 847.26 +4001001 amalgedu pack #x 19 58 844.90 +2003002 exportiimporto #x 6 17 842.40 +7010009 univnameless #x 17 37 841.96 +1003002 exportiamalg #x 19 33 839.90 +8004009 edu packnameless #x 17 8 829.76 +9012003 importounivamalg #x 8 59 829.20 +7012003 importonameless #x 8 51 826.89 +3002001 importoexporti #x 19 49 826.74 +9012005 importounivamalg #x 17 45 821.48 +2001002 amalgimporto #x 17 56 820.26 +2002001 importoimporto #x 19 10 818.40 +5001001 amalgscholar #x 19 18 818.09 +7016001 corpnameless #x 19 50 817.11 +10013013 exportiamalgamalg #x 17 44 814.80 +7010003 univnameless #x 18 12 811.50 +6008007 namelesscorp #x 17 20 810.46 +7016007 corpnameless #x 9 54 810.24 +9012008 importounivamalg #x 9 43 803.64 +4001001 amalgedu pack #x 17 38 796.38 +4001002 amalgedu pack #x 17 57 792.74 5003002 exportischolar #x 19 10 790.72 -5003002 exportischolar #x 19 6 1150.92 -5003002 exportischolar #x 8 21 43.89 -5003002 exportischolar #x 8 54 9007.28 -5003002 exportischolar #x 9 14 920.46 -5003002 exportischolar #x 9 20 NULL -5003002 exportischolar #x 9 29 2378.69 -5003002 exportischolar #x 9 47 3222.66 -5003002 exportischolar #x 9 57 650.43 -5004001 edu packscholar #x 18 27 31.02 -5004001 edu packscholar #x 18 30 225.21 -5004001 edu packscholar #x 6 36 1646.50 -5004001 edu packscholar #x 8 19 6527.50 -5004001 edu packscholar #x 8 30 420.28 -5004002 edu packscholar #x 17 10 1016.60 -5004002 edu packscholar #x 17 22 39.36 -5004002 edu packscholar #x 18 15 379.68 -5004002 edu packscholar #x 18 35 1462.00 -5004002 edu packscholar #x 18 47 1481.61 -5004002 edu packscholar #x 18 50 3863.88 -5004002 edu packscholar #x 18 7 2049.67 -5004002 edu packscholar #x 19 2 2061.30 -5004002 edu packscholar #x 19 24 1514.74 -5004002 edu packscholar #x 19 31 20021.76 -6002003 importocorp #x 17 20 1327.58 -6002003 importocorp #x 17 39 1840.98 -6002003 importocorp #x 17 53 140.40 -6002003 importocorp #x 19 26 2152.17 -6002003 importocorp #x 19 52 12649.84 +7004009 edu packbrand #x 9 8 789.88 +5001001 amalgscholar #x 19 51 778.40 +4001001 amalgedu pack #x 17 7 777.12 +3004001 edu packexporti #x 19 17 763.00 +5001002 amalgscholar #x 19 24 762.96 +9008005 namelessmaxi #x 9 52 756.42 +3002001 importoexporti #x 9 41 755.15 +5002002 importoscholar #x 18 26 755.09 +6011001 amalgbrand #x 6 46 752.80 +3002002 importoexporti #x 19 19 748.41 +5002002 importoscholar #x 19 27 745.92 +4003001 exportiedu pack #x 18 35 745.20 6002003 importocorp #x 7 2 744.12 -6002005 importocorp #x 17 22 4011.30 -6002005 importocorp #x 18 4 904.12 -6002005 importocorp #x 19 0 2454.03 -6002005 importocorp #x 19 43 7341.75 -6002005 importocorp #x 7 54 11026.50 -6002005 importocorp #x 8 27 2351.04 -6002005 importocorp #x 9 41 99.00 -6003008 exporticorp #x 17 16 218.16 -6003008 exporticorp #x 17 56 31.08 -6003008 exporticorp #x 18 36 22.08 -6003008 exporticorp #x 18 38 4955.40 -6003008 exporticorp #x 18 47 244.44 -6003008 exporticorp #x 18 8 5.15 -6003008 exporticorp #x 6 32 182.90 -6003008 exporticorp #x 9 18 4794.00 -6005001 scholarcorp #x 17 13 10941.60 -6005001 scholarcorp #x 17 14 1488.52 -6005001 scholarcorp #x 17 43 256.48 -6005001 scholarcorp #x 17 45 2522.52 -6005001 scholarcorp #x 17 55 4367.72 -6005001 scholarcorp #x 18 43 2174.48 -6005001 scholarcorp #x 19 16 991.98 -6005001 scholarcorp #x 19 55 4137.88 -6005001 scholarcorp #x 6 58 12395.37 -6005001 scholarcorp #x 7 39 10787.84 -6005001 scholarcorp #x 8 14 3096.90 -6005001 scholarcorp #x 9 25 2143.10 -6005001 scholarcorp #x 9 44 7129.00 +3002001 importoexporti #x 19 27 738.14 +1004002 edu packamalg #x 19 5 736.92 +2002001 importoimporto #x 9 32 735.13 +4001002 amalgedu pack #x 17 6 724.80 +10012004 importoamalgamalg #x 18 33 717.21 +2004002 edu packimporto #x 9 46 716.38 +9012008 importounivamalg #x 7 51 715.44 +2002001 importoimporto #x 19 31 709.32 +8014005 edu packmaxi #x 17 11 695.64 +2001002 amalgimporto #x 8 54 688.71 +1001001 amalgamalg #x 7 31 682.08 +1003002 exportiamalg #x 8 19 681.56 +7010003 univnameless #x 19 28 672.51 +3003002 exportiexporti #x 18 29 665.01 +9008002 namelessmaxi #x 17 4 660.04 +5003002 exportischolar #x 9 57 650.43 +2003002 exportiimporto #x 8 25 650.25 +2004002 edu packimporto #x 18 57 646.34 +10003016 exportiunivamalg #x 19 34 641.39 +1001002 amalgamalg #x 19 54 634.68 +5001002 amalgscholar #x 8 59 633.36 +3004001 edu packexporti #x 18 4 633.06 +10010013 univamalgamalg #x 18 32 630.00 +1002002 importoamalg #x 19 21 628.67 +10012017 importoamalgamalg #x 17 19 625.56 +1001002 amalgamalg #x 18 45 622.21 +5002001 importoscholar #x 19 32 615.12 +4004001 edu packedu pack #x 19 50 610.50 +1004002 edu packamalg #x 8 26 608.52 +6010005 univbrand #x 7 17 598.91 6005001 scholarcorp #x 9 9 597.30 -6006007 corpcorp #x 18 53 375.36 -6006007 corpcorp #x 18 59 1210.32 -6006007 corpcorp #x 19 54 1055.43 -6006007 corpcorp #x 6 1 5578.24 -6006007 corpcorp #x 7 24 2158.40 +10012017 importoamalgamalg #x 19 11 595.65 +6011005 amalgbrand #x 19 3 594.59 +3002001 importoexporti #x 18 37 589.28 6007003 brandcorp #x 17 26 588.80 -6007003 brandcorp #x 17 33 1995.20 -6007003 brandcorp #x 17 49 2522.15 -6007003 brandcorp #x 17 51 1707.48 -6007003 brandcorp #x 19 33 4146.75 -6007003 brandcorp #x 6 9 8053.44 -6007003 brandcorp #x 9 4 2335.10 -6008002 namelesscorp #x 17 31 176.19 -6008002 namelesscorp #x 18 38 3841.04 -6008002 namelesscorp #x 18 48 2683.20 -6008002 namelesscorp #x 19 53 127.32 -6008002 namelesscorp #x 8 59 471.68 +1002001 importoamalg #x 19 46 583.47 +2004002 edu packimporto #x 19 16 581.28 +1004002 edu packamalg #x 17 39 580.32 6008002 namelesscorp #x 9 3 578.97 -6008005 namelesscorp #x 17 47 12252.44 -6008005 namelesscorp #x 18 27 4498.44 -6008005 namelesscorp #x 18 51 216.69 -6008005 namelesscorp #x 19 2 10.59 -6008005 namelesscorp #x 9 1 2902.58 -6008005 namelesscorp #x 9 19 3.22 -6008007 namelesscorp #x 17 2 1905.12 -6008007 namelesscorp #x 17 20 810.46 -6008007 namelesscorp #x 18 0 2190.24 -6008007 namelesscorp #x 18 16 3395.62 -6008007 namelesscorp #x 18 47 6953.36 -6008007 namelesscorp #x 19 15 7.36 -6008007 namelesscorp #x 19 54 1058.93 +10015013 scholaramalgamalg #x 18 20 574.24 +9015009 scholarunivamalg #x 18 31 573.93 +2003002 exportiimporto #x 19 52 568.92 +9008005 namelessmaxi #x 17 42 567.64 +7004007 edu packbrand #x 18 15 563.80 +5002002 importoscholar #x 19 0 558.98 +8004003 edu packnameless #x 18 21 558.90 +10012017 importoamalgamalg #x 8 4 558.69 +9015011 scholarunivamalg #x 19 54 555.36 +1002001 importoamalg #x 19 20 554.88 +2004002 edu packimporto #x 19 20 553.76 +1001001 amalgamalg #x 19 13 549.43 +6015006 scholarbrand #x 19 50 548.68 +10012011 importoamalgamalg #x 9 19 541.25 +3004001 edu packexporti #x 17 51 539.95 +1003001 exportiamalg #x 6 53 528.90 +10015004 scholaramalgamalg #x 19 42 525.80 +4004001 edu packedu pack #x 17 35 524.59 +8002009 importonameless #x 6 46 522.06 +5003002 exportischolar #x 17 23 520.96 +4004001 edu packedu pack #x 17 30 517.65 +7008009 namelessbrand #x 17 29 514.25 +9012005 importounivamalg #x 8 34 504.60 +10012004 importoamalgamalg #x 8 8 503.10 +3002002 importoexporti #x 18 21 490.82 +1002002 importoamalg #x 18 31 489.72 +10012011 importoamalgamalg #x 8 53 486.50 +9013009 exportiunivamalg #x 17 24 478.00 +6008002 namelesscorp #x 8 59 471.68 +10003016 exportiunivamalg #x 18 20 471.66 +8016004 corpmaxi #x 7 53 470.55 +4001001 amalgedu pack #x 17 26 469.58 +1002001 importoamalg #x 18 59 464.52 +9013009 exportiunivamalg #x 9 8 462.80 +9008002 namelessmaxi #x 9 51 458.82 6009003 maxicorp #x 17 44 457.74 -6009003 maxicorp #x 17 6 3596.58 -6009003 maxicorp #x 19 38 2763.09 -6009003 maxicorp #x 6 4 87.00 -6010005 univbrand #x 17 24 1102.20 -6010005 univbrand #x 17 3 208.32 -6010005 univbrand #x 19 23 4606.83 -6010005 univbrand #x 7 17 598.91 -6010005 univbrand #x 8 18 197.37 -6010005 univbrand #x 8 8 15.47 -6010005 univbrand #x 9 27 4172.35 +3002001 importoexporti #x 8 5 454.77 +10012004 importoamalgamalg #x 17 24 450.90 +4004001 edu packedu pack #x 9 37 449.90 +6011008 amalgbrand #x 17 4 445.12 +10015013 scholaramalgamalg #x 8 32 438.48 +4003001 exportiedu pack #x 9 31 424.26 +3002002 importoexporti #x 8 35 421.26 +5004001 edu packscholar #x 8 30 420.28 +1002001 importoamalg #x 8 24 418.92 +1002002 importoamalg #x 17 33 416.67 +5002002 importoscholar #x 6 34 416.52 +2003002 exportiimporto #x 18 18 414.12 +3002002 importoexporti #x 9 28 414.12 +3003002 exportiexporti #x 19 24 410.00 +5003001 exportischolar #x 19 29 407.34 +5001001 amalgscholar #x 18 40 405.15 +10009015 maxiunivamalg #x 9 58 402.38 +3002001 importoexporti #x 19 35 397.71 +3003001 exportiexporti #x 17 28 389.88 +1001002 amalgamalg #x 8 38 388.35 +8003010 exportinameless #x 19 26 387.92 +7010003 univnameless #x 17 11 387.00 +6011001 amalgbrand #x 8 8 386.54 +1003001 exportiamalg #x 6 10 386.40 +5001001 amalgscholar #x 17 1 384.75 +5004002 edu packscholar #x 18 15 379.68 +5001002 amalgscholar #x 9 39 378.56 +3002002 importoexporti #x 9 12 378.08 +5002001 importoscholar #x 8 1 377.57 +6006007 corpcorp #x 18 53 375.36 +1003002 exportiamalg #x 18 0 374.99 +5003001 exportischolar #x 18 43 374.68 +8002009 importonameless #x 8 46 371.42 +3002001 importoexporti #x 17 33 369.75 +3003002 exportiexporti #x 9 20 367.90 +5002001 importoscholar #x 18 53 365.10 +7015007 scholarnameless #x 18 44 357.84 +8014005 edu packmaxi #x 17 2 352.36 +10004004 edu packunivamalg #x 19 3 344.64 +4001002 amalgedu pack #x 8 50 341.33 6010005 univbrand #x 9 8 339.83 -6011001 amalgbrand #x 19 21 1098.30 -6011001 amalgbrand #x 6 46 752.80 -6011001 amalgbrand #x 7 21 2458.17 -6011001 amalgbrand #x 8 42 15.81 -6011001 amalgbrand #x 8 8 386.54 -6011001 amalgbrand #x 9 18 7129.56 -6011005 amalgbrand #x 17 13 7649.00 -6011005 amalgbrand #x 17 31 1071.00 -6011005 amalgbrand #x 18 33 1435.50 -6011005 amalgbrand #x 18 40 41.54 -6011005 amalgbrand #x 19 3 594.59 -6011005 amalgbrand #x 9 53 1997.52 -6011008 amalgbrand #x 17 4 445.12 -6011008 amalgbrand #x 18 29 83.68 -6011008 amalgbrand #x 18 5 2505.00 +9012005 importounivamalg #x 8 3 339.57 +2001002 amalgimporto #x 18 49 333.66 +1002002 importoamalg #x 17 4 330.01 +8011009 amalgmaxi #x 19 26 328.35 +5002002 importoscholar #x 9 7 328.26 +9008002 namelessmaxi #x 18 6 327.95 +5001001 amalgscholar #x 17 19 323.90 +5003002 exportischolar #x 17 26 320.31 +3002001 importoexporti #x 18 31 319.90 +8013007 exportimaxi #x 17 49 318.20 6011008 amalgbrand #x 8 13 315.10 -6011008 amalgbrand #x 8 28 1995.60 -6011008 amalgbrand #x 9 14 178.22 -6011008 amalgbrand #x 9 33 1278.35 -6011008 amalgbrand #x 9 39 1341.93 -6011008 amalgbrand #x 9 50 42.50 -6012005 importobrand #x 17 30 6063.57 +3003002 exportiexporti #x 7 37 313.24 +7014001 edu packnameless #x 18 38 312.80 +1003002 exportiamalg #x 19 42 304.64 +2004002 edu packimporto #x 9 24 304.36 +3003001 exportiexporti #x 8 58 302.40 +4004001 edu packedu pack #x 19 11 300.48 6012005 importobrand #x 19 25 299.52 -6012005 importobrand #x 7 20 2412.30 -6012008 importobrand #x 19 13 3101.32 -6012008 importobrand #x 19 41 16055.65 -6012008 importobrand #x 8 33 2495.65 -6012008 importobrand #x 9 0 0.00 -6012008 importobrand #x 9 10 1327.19 -6012008 importobrand #x 9 53 7286.37 -6015006 scholarbrand #x 17 2 37.29 -6015006 scholarbrand #x 18 23 6755.76 -6015006 scholarbrand #x 19 0 1010.91 -6015006 scholarbrand #x 19 26 211.85 -6015006 scholarbrand #x 19 50 548.68 -6015006 scholarbrand #x 19 58 5080.60 +4004001 edu packedu pack #x 19 48 276.92 +2001002 amalgimporto #x 18 20 276.77 +2002001 importoimporto #x 18 1 273.60 +1004002 edu packamalg #x 8 49 264.60 +8003010 exportinameless #x 19 57 263.19 +4003001 exportiedu pack #x 18 37 260.23 +3003001 exportiexporti #x 9 48 258.39 +7012003 importonameless #x 9 2 258.24 +5002001 importoscholar #x 18 38 257.53 +6005001 scholarcorp #x 17 43 256.48 +5001002 amalgscholar #x 17 44 255.00 +4001002 amalgedu pack #x 7 6 253.80 +2001002 amalgimporto #x 19 25 253.50 +1001001 amalgamalg #x 8 16 253.34 +5002002 importoscholar #x 17 51 252.56 +1002002 importoamalg #x 18 29 250.80 +9015009 scholarunivamalg #x 8 28 248.27 +3001001 amalgexporti #x 19 57 247.68 +6003008 exporticorp #x 18 47 244.44 +1004002 edu packamalg #x 19 9 242.25 +2004001 edu packimporto #x 17 48 241.50 +3003002 exportiexporti #x 9 27 234.60 +1001001 amalgamalg #x 19 54 234.00 +2002001 importoimporto #x 18 33 232.56 +4003001 exportiedu pack #x 19 20 231.99 +5003001 exportischolar #x 19 27 231.84 +2001002 amalgimporto #x 18 4 229.32 +4001001 amalgedu pack #x 19 45 227.84 +5002002 importoscholar #x 17 27 227.52 +5004001 edu packscholar #x 18 30 225.21 +2002001 importoimporto #x 17 51 222.80 +7004009 edu packbrand #x 19 36 221.85 +3003002 exportiexporti #x 17 21 221.20 +8005008 scholarnameless #x 18 20 220.83 +6003008 exporticorp #x 17 16 218.16 +6008005 namelesscorp #x 18 51 216.69 +9008002 namelessmaxi #x 17 28 215.76 +2001002 amalgimporto #x 9 27 213.64 6015006 scholarbrand #x 6 14 212.28 -6016003 corpbrand #x 17 33 4592.04 -6016003 corpbrand #x 17 58 12.40 -6016003 corpbrand #x 17 8 2.65 -6016003 corpbrand #x 19 19 2421.65 -6016003 corpbrand #x 19 31 3094.50 -6016003 corpbrand #x 19 50 39.20 -6016003 corpbrand #x 19 57 12.48 -6016003 corpbrand #x 19 59 23.73 -6016003 corpbrand #x 7 0 63.20 -6016003 corpbrand #x 8 35 9497.90 -6016003 corpbrand #x 8 54 1733.08 -6016003 corpbrand #x 8 6 11902.80 -6016003 corpbrand #x 9 41 4100.88 -6016003 corpbrand #x 9 9 3262.08 -7001005 amalgbrand #x 8 12 6940.96 -7001005 amalgbrand #x 8 59 8656.83 -7004007 edu packbrand #x 17 57 1713.28 -7004007 edu packbrand #x 17 8 53.20 -7004007 edu packbrand #x 18 15 563.80 -7004007 edu packbrand #x 7 19 3943.82 -7004007 edu packbrand #x 9 23 6173.10 +6015006 scholarbrand #x 19 26 211.85 +4001001 amalgedu pack #x 9 48 211.32 +1004002 edu packamalg #x 7 2 210.14 +3002001 importoexporti #x 9 26 209.95 +6010005 univbrand #x 17 3 208.32 7004009 edu packbrand #x 17 25 208.25 +7010004 univnameless #x 19 23 208.20 +9012005 importounivamalg #x 18 4 205.70 +3003001 exportiexporti #x 7 23 203.61 +1001002 amalgamalg #x 19 48 203.28 +4003001 exportiedu pack #x 8 1 202.30 +2004001 edu packimporto #x 19 10 202.12 +4001002 amalgedu pack #x 17 53 198.33 +6010005 univbrand #x 8 18 197.37 +3003001 exportiexporti #x 17 6 196.38 +1004001 edu packamalg #x 17 26 194.18 7004009 edu packbrand #x 17 42 193.39 -7004009 edu packbrand #x 19 36 221.85 -7004009 edu packbrand #x 6 11 847.26 -7004009 edu packbrand #x 9 36 858.73 -7004009 edu packbrand #x 9 8 789.88 -7007004 brandbrand #x 9 31 1954.11 -7008009 namelessbrand #x 17 29 514.25 +3001001 amalgexporti #x 17 33 191.98 +1001002 amalgamalg #x 17 26 190.50 +3002001 importoexporti #x 8 1 186.93 +9015009 scholarunivamalg #x 19 9 186.30 +2003001 exportiimporto #x 19 11 184.90 +6003008 exporticorp #x 6 32 182.90 +4003001 exportiedu pack #x 17 45 182.28 +9015009 scholarunivamalg #x 17 32 181.60 +6011008 amalgbrand #x 9 14 178.22 +2002001 importoimporto #x 18 34 177.79 +9012005 importounivamalg #x 19 25 176.67 +6008002 namelesscorp #x 17 31 176.19 +8013009 exportimaxi #x 19 25 174.96 +2004001 edu packimporto #x 18 42 172.48 +8013009 exportimaxi #x 19 31 168.82 +3003001 exportiexporti #x 9 1 156.98 +7010009 univnameless #x 9 22 155.40 +4004001 edu packedu pack #x 9 32 154.79 +3003002 exportiexporti #x 19 36 154.38 +3003001 exportiexporti #x 9 6 151.92 +1001001 amalgamalg #x 9 41 148.05 +9015009 scholarunivamalg #x 8 38 147.92 +5003001 exportischolar #x 19 28 147.14 +2001001 amalgimporto #x 18 47 142.29 +5002001 importoscholar #x 8 52 141.15 +6002003 importocorp #x 17 53 140.40 +2003002 exportiimporto #x 9 49 137.40 +10003016 exportiunivamalg #x 19 4 137.40 +4001001 amalgedu pack #x 7 58 135.78 +7010004 univnameless #x 17 26 129.50 +5003001 exportischolar #x 9 43 129.24 +1003002 exportiamalg #x 7 42 127.68 +6008002 namelesscorp #x 19 53 127.32 +5001001 amalgscholar #x 9 38 126.56 +2002001 importoimporto #x 17 40 126.49 +4004001 edu packedu pack #x 18 52 122.67 +5001001 amalgscholar #x 17 10 118.36 +2002001 importoimporto #x 17 38 116.16 +5003001 exportischolar #x 8 1 116.10 +8005008 scholarnameless #x 8 19 111.68 +8004009 edu packnameless #x 8 59 110.90 +9014011 edu packunivamalg #x 19 9 110.12 +1002002 importoamalg #x 19 52 109.44 +2001002 amalgimporto #x 18 31 108.78 +3002001 importoexporti #x 17 1 108.45 +2002001 importoimporto #x 19 15 107.64 +3004001 edu packexporti #x 18 16 106.60 +1004002 edu packamalg #x 9 12 103.87 +3003001 exportiexporti #x 19 16 101.58 +3004001 edu packexporti #x 17 1 100.80 +6002005 importocorp #x 9 41 99.00 +4003001 exportiedu pack #x 9 47 98.25 +7010009 univnameless #x 8 48 95.36 +3002001 importoexporti #x 6 50 95.22 +7016001 corpnameless #x 9 37 93.22 +3004001 edu packexporti #x 9 40 91.77 +9012005 importounivamalg #x 6 45 91.35 +5002001 importoscholar #x 19 31 91.20 +8004003 edu packnameless #x 8 39 90.64 +8004003 edu packnameless #x 8 11 87.12 +5003001 exportischolar #x 17 9 87.10 +6009003 maxicorp #x 6 4 87.00 +9014011 edu packunivamalg #x 7 58 86.57 +2002001 importoimporto #x 17 0 86.10 +5001001 amalgscholar #x 19 27 85.65 +8003010 exportinameless #x 17 7 85.50 +6011008 amalgbrand #x 18 29 83.68 +10013013 exportiamalgamalg #x 19 39 81.96 +9015009 scholarunivamalg #x 9 32 81.84 +1004002 edu packamalg #x 7 41 81.59 +4004001 edu packedu pack #x 19 13 80.24 +5001002 amalgscholar #x 9 46 78.68 +10012017 importoamalgamalg #x 17 29 76.50 +2001002 amalgimporto #x 19 45 76.36 7008009 namelessbrand #x 17 43 75.36 -7008009 namelessbrand #x 17 52 3146.96 -7008009 namelessbrand #x 19 27 1726.56 -7008009 namelessbrand #x 19 39 2132.41 -7008009 namelessbrand #x 19 45 1037.51 +1003001 exportiamalg #x 9 44 73.92 +3001001 amalgexporti #x 17 38 72.96 +2001001 amalgimporto #x 19 48 72.03 +2004001 edu packimporto #x 19 45 70.40 +7010009 univnameless #x 17 54 69.56 +1002001 importoamalg #x 18 10 68.37 7009010 maxibrand #x 9 38 66.30 -7010003 univnameless #x 17 11 387.00 -7010003 univnameless #x 18 12 811.50 -7010003 univnameless #x 18 35 2234.40 -7010003 univnameless #x 18 37 883.34 -7010003 univnameless #x 19 20 1926.24 -7010003 univnameless #x 19 28 672.51 -7010003 univnameless #x 19 4 5952.32 -7010003 univnameless #x 19 49 1319.57 -7010003 univnameless #x 7 5 2485.08 -7010003 univnameless #x 7 58 1735.12 -7010004 univnameless #x 17 26 129.50 -7010004 univnameless #x 17 44 2509.78 -7010004 univnameless #x 17 51 12082.56 +2001002 amalgimporto #x 18 1 65.00 +9012003 importounivamalg #x 8 13 64.64 +1002001 importoamalg #x 8 1 64.48 +10015013 scholaramalgamalg #x 17 10 64.26 +8005005 scholarnameless #x 17 19 63.70 +4001002 amalgedu pack #x 7 45 63.47 +6016003 corpbrand #x 7 0 63.20 +4004001 edu packedu pack #x 7 34 62.68 +4003001 exportiedu pack #x 9 12 62.26 +2004002 edu packimporto #x 18 37 56.75 +5002002 importoscholar #x 19 10 55.68 +10010013 univamalgamalg #x 9 26 54.80 +9015009 scholarunivamalg #x 8 47 54.20 +7004007 edu packbrand #x 17 8 53.20 +2004002 edu packimporto #x 8 39 51.68 +10015013 scholaramalgamalg #x 8 18 51.48 +10012011 importoamalgamalg #x 19 25 48.45 +1003002 exportiamalg #x 19 10 46.80 +5003001 exportischolar #x 17 25 46.72 +1002001 importoamalg #x 18 21 45.32 +5003002 exportischolar #x 8 21 43.89 +6011008 amalgbrand #x 9 50 42.50 +3003001 exportiexporti #x 17 42 42.08 +6011005 amalgbrand #x 18 40 41.54 +1001002 amalgamalg #x 19 41 41.52 7010004 univnameless #x 18 21 41.46 -7010004 univnameless #x 18 7 3301.28 -7010004 univnameless #x 19 23 208.20 -7010004 univnameless #x 19 4 3093.35 -7010004 univnameless #x 19 51 30.16 -7010004 univnameless #x 8 21 2502.36 -7010004 univnameless #x 9 16 3126.90 -7010009 univnameless #x 17 37 841.96 -7010009 univnameless #x 17 54 69.56 -7010009 univnameless #x 18 26 3215.11 -7010009 univnameless #x 18 48 2609.88 -7010009 univnameless #x 8 48 95.36 -7010009 univnameless #x 9 22 155.40 -7010009 univnameless #x 9 5 7459.82 -7012003 importonameless #x 18 18 1807.85 -7012003 importonameless #x 8 51 826.89 -7012003 importonameless #x 9 2 258.24 -7012003 importonameless #x 9 22 1399.96 -7012003 importonameless #x 9 29 3573.75 +9015011 scholarunivamalg #x 17 40 40.70 +5004002 edu packscholar #x 17 22 39.36 +6016003 corpbrand #x 19 50 39.20 +3003002 exportiexporti #x 19 37 38.80 +3002001 importoexporti #x 17 0 38.34 +5002001 importoscholar #x 17 58 38.27 +8014005 edu packmaxi #x 18 14 37.80 +6015006 scholarbrand #x 17 2 37.29 +9013009 exportiunivamalg #x 9 16 34.78 +4001001 amalgedu pack #x 9 29 34.76 +10013013 exportiamalgamalg #x 18 27 34.23 7012010 importonameless #x 18 37 33.83 -7012010 importonameless #x 18 40 10119.62 -7012010 importonameless #x 18 50 0.00 -7012010 importonameless #x 19 35 1114.76 -7012010 importonameless #x 19 42 8888.32 -7012010 importonameless #x 7 19 1016.80 -7012010 importonameless #x 7 2 17142.78 -7013007 exportinameless #x 18 20 9426.12 -7013007 exportinameless #x 18 47 4323.55 -7013007 exportinameless #x 19 42 4252.78 -7013007 exportinameless #x 19 49 7855.88 -7014001 edu packnameless #x 17 56 9606.96 -7014001 edu packnameless #x 18 38 312.80 -7014001 edu packnameless #x 6 35 4646.40 -7015007 scholarnameless #x 17 55 3734.28 -7015007 scholarnameless #x 17 8 10338.06 -7015007 scholarnameless #x 18 44 357.84 -7015007 scholarnameless #x 18 47 9254.90 -7015007 scholarnameless #x 9 48 3249.72 -7016001 corpnameless #x 17 32 5382.09 +2001002 amalgimporto #x 19 19 33.20 7016001 corpnameless #x 18 53 32.24 -7016001 corpnameless #x 19 5 1806.68 -7016001 corpnameless #x 19 50 817.11 -7016001 corpnameless #x 9 37 93.22 -7016001 corpnameless #x 9 8 9319.91 -7016007 corpnameless #x 17 28 924.66 -7016007 corpnameless #x 17 42 1470.52 -7016007 corpnameless #x 17 56 2817.48 -7016007 corpnameless #x 18 45 992.74 -7016007 corpnameless #x 19 16 892.64 -7016007 corpnameless #x 19 53 3701.95 -7016007 corpnameless #x 9 54 810.24 -8002009 importonameless #x 18 12 2266.60 -8002009 importonameless #x 18 28 7891.65 -8002009 importonameless #x 19 33 5633.00 +6003008 exporticorp #x 17 56 31.08 +5004001 edu packscholar #x 18 27 31.02 +7010004 univnameless #x 19 51 30.16 8002009 importonameless #x 19 8 29.84 -8002009 importonameless #x 6 46 522.06 -8002009 importonameless #x 8 46 371.42 -8002009 importonameless #x 9 18 3686.90 -8002009 importonameless #x 9 23 983.40 -8002009 importonameless #x 9 37 2079.84 -8003010 exportinameless #x 17 28 2084.72 -8003010 exportinameless #x 17 42 2082.86 -8003010 exportinameless #x 17 7 85.50 -8003010 exportinameless #x 18 27 2507.44 -8003010 exportinameless #x 19 26 387.92 -8003010 exportinameless #x 19 57 263.19 -8003010 exportinameless #x 7 24 931.32 -8003010 exportinameless #x 9 0 1123.08 -8004003 edu packnameless #x 17 23 4282.17 -8004003 edu packnameless #x 18 21 558.90 -8004003 edu packnameless #x 18 44 3232.48 -8004003 edu packnameless #x 18 52 2495.22 -8004003 edu packnameless #x 19 58 1905.78 -8004003 edu packnameless #x 8 11 87.12 -8004003 edu packnameless #x 8 39 90.64 -8004003 edu packnameless #x 9 44 2314.40 -8004009 edu packnameless #x 17 8 829.76 -8004009 edu packnameless #x 19 44 2421.51 -8004009 edu packnameless #x 8 59 110.90 -8005005 scholarnameless #x 17 19 63.70 -8005005 scholarnameless #x 17 31 1800.48 -8005005 scholarnameless #x 19 51 10488.40 -8005005 scholarnameless #x 19 55 2606.45 -8005005 scholarnameless #x 6 50 2972.97 8005005 scholarnameless #x 9 15 29.20 -8005008 scholarnameless #x 18 20 220.83 -8005008 scholarnameless #x 8 19 111.68 +3002002 importoexporti #x 9 53 27.74 +5003001 exportischolar #x 9 3 26.76 +4004001 edu packedu pack #x 18 22 26.00 +9015009 scholarunivamalg #x 18 26 25.96 +6016003 corpbrand #x 19 59 23.73 +4001001 amalgedu pack #x 17 54 22.38 +1002001 importoamalg #x 19 53 22.28 +6003008 exporticorp #x 18 36 22.08 +5003001 exportischolar #x 17 4 21.70 +10012004 importoamalgamalg #x 19 4 20.91 +5003001 exportischolar #x 17 46 17.63 +4004001 edu packedu pack #x 18 30 17.50 +3004001 edu packexporti #x 7 45 17.11 +1003001 exportiamalg #x 19 52 15.81 +6011001 amalgbrand #x 8 42 15.81 +6010005 univbrand #x 8 8 15.47 +2003001 exportiimporto #x 17 18 15.17 +2001002 amalgimporto #x 19 6 14.72 8011009 amalgmaxi #x 19 15 14.04 -8011009 amalgmaxi #x 19 26 328.35 -8011009 amalgmaxi #x 19 35 3485.72 -8011009 amalgmaxi #x 19 42 951.60 -8011009 amalgmaxi #x 19 5 2457.99 +4003001 exportiedu pack #x 19 39 13.49 +3003001 exportiexporti #x 19 20 13.26 +5002002 importoscholar #x 9 16 13.13 8011009 amalgmaxi #x 8 23 12.88 -8013007 exportimaxi #x 17 49 318.20 -8013007 exportimaxi #x 18 32 7629.60 -8013007 exportimaxi #x 18 51 1537.90 -8013007 exportimaxi #x 19 3 4989.95 -8013007 exportimaxi #x 7 11 2180.76 -8013009 exportimaxi #x 19 25 174.96 -8013009 exportimaxi #x 19 26 10683.66 -8013009 exportimaxi #x 19 31 168.82 -8013009 exportimaxi #x 9 53 5808.00 -8014005 edu packmaxi #x 17 11 695.64 -8014005 edu packmaxi #x 17 2 352.36 -8014005 edu packmaxi #x 17 40 3049.76 -8014005 edu packmaxi #x 18 14 37.80 -8014005 edu packmaxi #x 18 24 943.00 -8014005 edu packmaxi #x 18 43 3649.00 -8014005 edu packmaxi #x 19 38 4893.48 -8014005 edu packmaxi #x 9 22 850.23 -8014005 edu packmaxi #x 9 34 1058.00 -8016004 corpmaxi #x 17 32 1127.61 -8016004 corpmaxi #x 17 34 8241.06 -8016004 corpmaxi #x 18 43 2482.62 -8016004 corpmaxi #x 18 55 7186.20 -8016004 corpmaxi #x 19 8 4979.25 -8016004 corpmaxi #x 7 53 470.55 -9008002 namelessmaxi #x 17 28 215.76 -9008002 namelessmaxi #x 17 33 5547.78 -9008002 namelessmaxi #x 17 4 660.04 -9008002 namelessmaxi #x 17 41 6207.45 -9008002 namelessmaxi #x 17 52 3635.28 -9008002 namelessmaxi #x 18 6 327.95 -9008002 namelessmaxi #x 19 23 12759.38 -9008002 namelessmaxi #x 9 51 458.82 -9008005 namelessmaxi #x 17 4 1621.62 -9008005 namelessmaxi #x 17 42 567.64 -9008005 namelessmaxi #x 6 9 5382.09 -9008005 namelessmaxi #x 9 52 756.42 -9012003 importounivamalg #x 17 2 3568.96 -9012003 importounivamalg #x 8 13 64.64 -9012003 importounivamalg #x 8 30 5922.09 -9012003 importounivamalg #x 8 59 829.20 -9012003 importounivamalg #x 9 18 2732.40 -9012005 importounivamalg #x 17 45 821.48 -9012005 importounivamalg #x 18 34 2864.88 -9012005 importounivamalg #x 18 4 205.70 -9012005 importounivamalg #x 19 25 176.67 -9012005 importounivamalg #x 19 59 4581.56 -9012005 importounivamalg #x 6 45 91.35 -9012005 importounivamalg #x 7 0 1230.20 -9012005 importounivamalg #x 8 3 339.57 -9012005 importounivamalg #x 8 34 504.60 -9012005 importounivamalg #x 9 12 0.00 -9012008 importounivamalg #x 18 11 4354.35 -9012008 importounivamalg #x 18 22 1873.02 -9012008 importounivamalg #x 18 56 3735.84 -9012008 importounivamalg #x 7 51 715.44 -9012008 importounivamalg #x 9 43 803.64 -9013009 exportiunivamalg #x 17 24 478.00 -9013009 exportiunivamalg #x 17 42 4321.92 -9013009 exportiunivamalg #x 18 43 1722.16 -9013009 exportiunivamalg #x 18 51 1590.00 -9013009 exportiunivamalg #x 19 55 1906.92 -9013009 exportiunivamalg #x 7 31 5155.29 -9013009 exportiunivamalg #x 9 16 34.78 -9013009 exportiunivamalg #x 9 36 1737.57 -9013009 exportiunivamalg #x 9 8 462.80 -9014011 edu packunivamalg #x 17 3 1364.52 -9014011 edu packunivamalg #x 17 44 2436.40 -9014011 edu packunivamalg #x 17 50 4100.40 -9014011 edu packunivamalg #x 18 32 15347.28 -9014011 edu packunivamalg #x 19 18 2363.04 -9014011 edu packunivamalg #x 19 9 110.12 -9014011 edu packunivamalg #x 7 58 86.57 -9014011 edu packunivamalg #x 8 40 896.49 -9015009 scholarunivamalg #x 17 32 181.60 -9015009 scholarunivamalg #x 18 18 1124.16 -9015009 scholarunivamalg #x 18 26 25.96 -9015009 scholarunivamalg #x 18 30 1062.06 -9015009 scholarunivamalg #x 18 31 573.93 -9015009 scholarunivamalg #x 18 40 1222.64 -9015009 scholarunivamalg #x 18 9 1352.61 -9015009 scholarunivamalg #x 19 3 2114.64 -9015009 scholarunivamalg #x 19 9 186.30 -9015009 scholarunivamalg #x 6 44 1788.93 -9015009 scholarunivamalg #x 8 28 248.27 -9015009 scholarunivamalg #x 8 38 147.92 -9015009 scholarunivamalg #x 8 47 54.20 -9015009 scholarunivamalg #x 8 52 4774.34 -9015009 scholarunivamalg #x 9 32 81.84 +6016003 corpbrand #x 19 57 12.48 +1001002 amalgamalg #x 9 28 12.47 +6016003 corpbrand #x 17 58 12.40 +6008005 namelesscorp #x 19 2 10.59 +3004001 edu packexporti #x 19 47 10.00 9015011 scholarunivamalg #x 17 17 8.60 -9015011 scholarunivamalg #x 17 40 40.70 -9015011 scholarunivamalg #x 18 16 2621.71 -9015011 scholarunivamalg #x 18 55 1487.52 -9015011 scholarunivamalg #x 19 54 555.36 -9015011 scholarunivamalg #x 8 2 2811.48 -9015011 scholarunivamalg #x 8 55 4235.00 -9016003 corpunivamalg #x 17 53 1200.00 -9016003 corpunivamalg #x 18 8 8380.89 -9016003 corpunivamalg #x 19 8 1079.54 -9016003 corpunivamalg #x 8 42 3279.18 -9016003 corpunivamalg #x 9 42 9576.26 +6008007 namelesscorp #x 19 15 7.36 +4004001 edu packedu pack #x 9 41 7.14 +4003001 exportiedu pack #x 17 4 6.84 +1002001 importoamalg #x 9 56 6.44 +6003008 exporticorp #x 18 8 5.15 +3001001 amalgexporti #x 17 18 3.96 +6008005 namelesscorp #x 9 19 3.22 +6016003 corpbrand #x 17 8 2.65 +5001001 amalgscholar #x 8 41 0.30 +3003001 exportiexporti #x 18 15 0.00 +3003002 exportiexporti #x 6 35 0.00 +4003001 exportiedu pack #x 18 33 0.00 +4004002 edu packedu pack #x 17 57 0.00 +5001002 amalgscholar #x 8 25 0.00 +5003001 exportischolar #x 17 36 0.00 +6012008 importobrand #x 9 0 0.00 +7012010 importonameless #x 18 50 0.00 +9012005 importounivamalg #x 9 12 0.00 +2002001 importoimporto #x 9 58 NULL +2003002 exportiimporto #x 9 27 NULL +2004002 edu packimporto #x 9 7 NULL +5003002 exportischolar #x 9 20 NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out index 9ec92734d5ab..0ceb0df432de 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q98.sql.out @@ -3,2519 +3,2519 @@ -- !query schema struct -- !query output -A Home lighting 6.73 3212.00 0.97364212540862202 -A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 -Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 -Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 -Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 -Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 -Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 -Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 -About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 -About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 -About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 -About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 -Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 -Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 -Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 -Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 -Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 -Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 -Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 -Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 -Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 -Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 -Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 -Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 -Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 -Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 -Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 -Activit Sports baseball 1.51 13643.44 4.03749520372402309 -Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 -Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 -Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 -Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 -Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 -Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 -Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 -Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 -Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 -Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 -Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 -Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 -Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 -Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +NULL Books NULL NULL 2102.35 17.17759179534778832 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 +Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 +Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 +Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 +Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 +Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 +Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 +Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 +Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 +Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 +Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 +Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 +Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 +Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 +Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 +Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 +Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 +Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 +Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 +Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 +Othe Books arts 60.94 6652.80 2.13685508430055191 +Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 +Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 +Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 Af Books arts 6.04 4187.03 1.34485875775897965 -Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 -Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 -African lives must n Books cooking 0.88 13101.34 4.91002972250450964 -African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 -Ag Home bedding 8.22 3885.84 1.13368836803595370 -Ag Sports camping 2.85 14559.70 2.79650787334984869 -Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 -Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 -Again avail Sports fitness 3.02 17536.86 5.75217458174547567 -Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 -Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 -Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 -Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 -Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 -Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 -Again secret Home tables 6.39 7957.34 4.27792450874515132 -Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 -Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 -Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 -Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 -Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 -Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 -Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 -Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 -Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 -Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 -Al Sports guns 4.59 6630.42 1.73737701302861129 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 +Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 +Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 +Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 +Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 +Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 +Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 +Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 +Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 +Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 +Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 +Less imp Books arts 9.12 21212.29 6.81331014552635795 +Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 +Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 +Prese Books business 15.17 2637.41 1.08626892339889102 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 +High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 +Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 +Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 +Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 +Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 +Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 +Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 +Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 +Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 +Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 +Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 +Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 +Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 +Euro Books business 3.01 3615.47 1.48910207532427212 All Books business 9.44 2769.66 1.14073867407076356 -All Home wallpaper 1.99 2643.49 0.97756575185371168 -All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 -All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 -Alm Books romance 6.14 16369.67 4.42145165207211579 -Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 -Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 -Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 -Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 -Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 -Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 -Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 +Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 +So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 +Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 -Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 +Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 +Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 +Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 +External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 +Final governm Books computers 6.22 4453.71 1.36066137214556420 +Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 +Ye Books computers 9.75 6814.84 2.08201466762597401 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 +Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 +Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 +Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 +Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 +Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 +Genera Books computers 2.84 60.00 0.01833071356885245 +Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 +More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 +Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 +Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 +Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 +Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 +At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 +Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 +Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 +Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 +Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 +Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 +Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 +Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 +Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 +Local pro Books computers 1.04 3400.92 1.03902150650969466 +Women support almost Books computers 4.68 8124.94 2.48226579840186729 +Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 +Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 +Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 +Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 +Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 +Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 +Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 +Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 +Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 +Together hot rights Books computers 4.99 1742.88 0.53247056774802601 +Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 +Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 +Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 +Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 +Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 +Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 +Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 +Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 +Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 +Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 +Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 +Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 +Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 +Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 +Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 +Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 +Below invisi Books cooking 9.59 6854.08 2.56872476559067313 +Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 +Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 +Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 +Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 -Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 -Alre Books self-help 38.79 1662.56 0.63535512662256678 -Alrea Sports fishing 9.31 1608.51 0.54881910966364643 -Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 -Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 -Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 -Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 -Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 -Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 -Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 -Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 -Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 -Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 -Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 -Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 -Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 -Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 -Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 -Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 -Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 -Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 -Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 -Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 -Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 -Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 -Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 -American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 -American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 -American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 -American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 -American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 +Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 +Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 +Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 +Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 +Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 +Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 +Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 +Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 +Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 +Purel Books cooking 4.62 4512.72 1.69124603508805594 +About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 +Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 +Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 +Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 +Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 +Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 +Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 +Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 +Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 +International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 +Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 +Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 +There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 +Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 +Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 +Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 +Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 -And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 -Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 -Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 -Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 -Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 -Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 -Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 +There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 +Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 +African lives must n Books cooking 0.88 13101.34 4.91002972250450964 +Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 +Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 +Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 +Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 +NULL Books entertainments NULL 10168.52 5.09220434800331998 +Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 +Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 +Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 +As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 +Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 +British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 +Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 +Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 +However small values Books entertainments 1.49 10944.45 5.48077555794795460 +Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 +Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 +Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 +Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 +However new Books entertainments 2.06 1060.15 0.53090326217932597 +Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 +Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 +Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 +Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 +Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 +Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 +Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 +Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 -Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 -Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 -Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 -Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 -Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 -Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 -Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 -Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 -Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 -Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 -Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 +Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 +Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 +However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 +Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 +Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 +Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 +Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 +Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 +Jol Books entertainments 14.38 5937.80 2.97353901822232865 +Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 +Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 +Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 +Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 +Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 +Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 +Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 +Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 +Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 +Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 +Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 +Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 +Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 +Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 +Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 +Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 +Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 +Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 +Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 +Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 +National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 +Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 +So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 +Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 +Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 +Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 +Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 -Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 -Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 -Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 -Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 -Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 -Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 -Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 -Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 -Areas may clea Home paint 2.32 11516.97 2.90938790456909989 -Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 -Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 -Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 -Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 -Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 -Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 -Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 -Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 -As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 -As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 -As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 -As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 -As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 -As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 -As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 -As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 -As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 -Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 -Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 -Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 -Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 -Asleep, philos Books science 4.18 2847.46 0.90092128128087716 -Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 +Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 +Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 +Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 +Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 -Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 -Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 -Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 -At Sports baseball 3.68 26967.08 7.98035218086069413 -At all public areas object Books history 75.67 152.32 0.04024790085741346 -At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 -At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 -At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 -At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 -At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 -At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 -At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 -At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 -At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 -At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 -Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL -Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 -Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 -Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 -Available Home decor 2.19 2145.41 0.75891291378716614 -Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 -Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 -Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 -Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 -Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 +Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 +Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 +Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 +Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +Elsewher Books fiction 2.23 15758.25 4.36952725947808852 +Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 +Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 +There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +Publi Books fiction 1.56 5440.65 1.50861094882232877 +New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 +Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 +English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 +Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 +Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 +Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 -Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 -Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 -Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 -Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 -Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 -Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 -Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 -B Books parenting 0.89 129.54 0.05343844682148498 -B Home glassware 2.51 6669.44 1.93796852579460911 -Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 -Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 -Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 -Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 -Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 -Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 -Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 -Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 -Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 -Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 -Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 -Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 -Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 -Beaches make Books parenting 0.44 1510.40 0.62307727404022627 -Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 -Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 -Beings Home flatware 5.41 3057.71 0.68779048013993208 -Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 -Below invisi Books cooking 9.59 6854.08 2.56872476559067313 -Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 -Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 -Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 -Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 -Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 -Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL -Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 -Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 -Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 -Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 -Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 -Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 -Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 -Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 -Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 -Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 -Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 -Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 -Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 -Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 -Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 -Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 -Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 -Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 -Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 -Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 -Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 -Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 -Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 -Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 -Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 -Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 -Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 -Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 -Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 -Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 -Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 -Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 -Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 -Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 -Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 -Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 -British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 -British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 -British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 -British services benefi Sports fishing 2.03 972.01 0.33164709127339026 -British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 -British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 -British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 -British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 -British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 -Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 -Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 -Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 -Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 -Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 -Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 -Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 -Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 -By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 -Ca Sports sailing 0.93 1188.60 0.45955299559268340 -Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 -Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 -Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 -Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 -Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 -Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 -Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 -Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 -Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 -Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 -Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 -Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 -Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 -Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 -Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 -Categories shall Books history 8.98 3439.98 0.90895466118359479 -Catholic years st Books science 0.45 3035.02 0.96026427311115443 -Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 -Causes Sports fishing 3.57 2974.41 1.01486036641030929 -Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 +Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 +Low meals c Books fiction 6.53 3925.96 1.08861004487304088 +Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 +So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 +Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 +Later high interests Books fiction 5.61 9818.74 2.72258988680392092 +Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 +Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 +Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 +Th Books fiction 0.34 NULL NULL +Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 +Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 +Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 +Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 +Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 +Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 +Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 +Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 +Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 +More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 +Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 +Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 +Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 +Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 +Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 +Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 +At all public areas object Books history 75.67 152.32 0.04024790085741346 +Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 +Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 +Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 +Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 +Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 +Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 +Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 +Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 +Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 +Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 +Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 +Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 +However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 +Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 +Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 +Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 +Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 +Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 +Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 +Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 +Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 +Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 +Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 +Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 +Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 +Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 +Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 -Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 -Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 -Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 -Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 -Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 -Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 -Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 -Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 -Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 -Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 -Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 -Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 -Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 -Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 -Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 -Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 -Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 -Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 +Everyd Books history 1.79 7069.46 1.86798138915080206 +Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 +Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 +Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 +New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 -Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 -Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 -Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 -Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 -Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 -Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 -Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 -Children ma Sports optics 6.80 4282.62 1.24136467736002683 -Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 -Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 -Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 -Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 -Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 +Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 +Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 +Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 +Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 +States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 +Categories shall Books history 8.98 3439.98 0.90895466118359479 +Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 +Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 +Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 +Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 +Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 +Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 +Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 +Special chee Books history 49.12 29083.38 7.68477543880305618 +National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 +Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 +Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 +Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 +Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 +Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 +Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 +Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 +Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 +Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 +Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 +Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 +Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 +Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 +Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 +Then human details Books home repair 0.82 2109.69 0.61146560394752959 +Young, whi Books home repair 5.38 1079.51 0.31288162437011962 +Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 +As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 +All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 +Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 +Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 +Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 +Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 +Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 +Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 +Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 +Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 +Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 +Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 +Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 -Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 -Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 -Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 -Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 -Cle Sports guns 9.82 7032.34 1.84269259923226950 -Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 -Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 -Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 -Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 -Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 -Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 -Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 -Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 -Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 -Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 -Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 -Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 -Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 -Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 -Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 -Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 -Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 -Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 -Close, Sports sailing 4.04 9506.48 3.67552697420657321 -Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 -Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 -Co Home accent 2.71 26367.53 8.52527452047870942 -Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 -Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 -Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 -Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 -Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 -Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 -Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 -Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 -Common are Sports outdoor 1.31 14565.86 3.95038597317985966 -Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 -Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 -Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 -Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 -Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 -Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 -Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 -Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 -Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 -Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 -Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 -Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 -Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 -Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 -Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 -Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 -Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 -Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 -Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 -Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 -Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 -Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 -Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 -Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 -Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 -Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 -Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 -Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 -Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 -Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 -Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 -Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 -Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 -Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 -Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 -Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 -Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 -Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 -Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 -Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 -Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 -Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 -Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 -Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 -Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 -Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 -Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 -Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 -Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 -Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 -Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 -Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 -Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 -Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 -Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 -Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 -Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 -Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 -Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 -Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 -Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 -Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 -Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 -Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 -Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 -Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 -Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 -Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 -Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 -Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 -Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 -Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 -Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 -Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 -Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 -Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 -Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 -Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 -Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 -D Sports outdoor 51.59 150.15 0.04072196587588758 -Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 -Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 -Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 -Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 -Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 -Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 -Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 -Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 -Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 -Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 -Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 -Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 -Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 -Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 -Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 -Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 -Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 -Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 -Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 -Deep parent Books science 1.30 15194.47 4.80744993109081411 -Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 -Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 -Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 -Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 -Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 -Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 -Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 -Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 -Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 -Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 -Departmen Books parenting 2.09 8636.38 3.56271988081006976 -Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 -Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 -Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 -Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 -Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 -Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 -Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 -Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 -Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 -Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 -Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 -Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 -Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 -Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 -Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 -Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 -Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 -Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 -Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 -Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 -Different words Sports archery 9.77 14978.55 4.41564003661031975 -Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 -Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 -Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 -Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 -Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 -Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 -Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 -Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 -Digita Home flatware 98.92 4233.13 0.95218530050094701 -Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 -Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 -Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 -Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 -Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 -Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 -Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 -Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 -Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 -Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 -Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 -Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 -Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 -Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 -Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 -Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 -Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 -Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 -Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 -Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 -Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 -Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 -Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 -Easily adv Home glassware 4.25 9484.34 2.75590640412610999 -Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 -Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 -Ec Home bathroom 4.86 4935.12 1.67380705228479791 -Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 -Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 -Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 -Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 -Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 -Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 -Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 -Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 -Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 -Educational groups Sports pools 0.70 5180.07 1.43672977208892250 -Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 -Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 -Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 -Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 -Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 -Effects ought Books travel 4.16 5500.91 2.34284156705913419 -Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 -Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 -Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 -Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 -Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 -Ei Sports fishing 4.30 11452.66 3.90761553517258642 -Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 -Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 -Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 -Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 -Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 -Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 -Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 -Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 -Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 -Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 -Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 -Elsewher Books fiction 2.23 15758.25 4.36952725947808852 -Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 -Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 -Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 -Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 -Employers w Sports optics 4.48 4800.78 1.39155907266497368 -Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 -Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 -Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 -Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 -Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 -English Books reference 3.87 3969.62 1.31598415085154812 -English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 -English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 -English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 -English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 -English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 -English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 -English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 -English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 -English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 -English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 -Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 -Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 -Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 -Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 -Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 -Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 -Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 -Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 -Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 -Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 -Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 -Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 -Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 -Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 -Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 -Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 -Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 -Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 -Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 -Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 -Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 -Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 -Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 -Euro Books business 3.01 3615.47 1.48910207532427212 -European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 -European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 -European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 -Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 -Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 -Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 -Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 -Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 -Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 -Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 -Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 -Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 -Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 -Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 -Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 -Even s Sports golf 1.45 656.18 0.15501076344206576 -Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 -Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 -Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 -Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 -Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 -Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 -Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 -Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 -Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 -Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 -Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 -Everyd Books history 1.79 7069.46 1.86798138915080206 -Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 -Ex Sports fishing 6.75 1595.67 0.54443813760373930 -Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 -Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 -Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 -Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 -Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 -Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 -Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 -Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 -Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 -Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 -Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 -Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 -Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 -Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 -Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 -Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 -External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 -Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 -Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 -Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 -Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 -Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 -Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 -Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 -Eye Home rugs 2.18 7906.31 2.78577461528766540 -Eyes could not Books travel 4.34 23586.52 10.04551601067307221 -Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 -Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 -Fa Books sports 7.37 232.54 0.07511785983809766 -Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 -Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 -Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 -Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 -Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 -Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 -Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 -Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 -False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 -Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 -Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 -Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 -Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 -Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 -Fe Books mystery 8.45 8868.51 5.20455610735205735 -Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 -Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 -Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 -Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 -Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 -Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 -Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 -Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 -Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 -Final governm Books computers 6.22 4453.71 1.36066137214556420 -Final office Home glassware 86.90 809.50 0.23521997673428895 -Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 -Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 -Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 -Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 -Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 -Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 -Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 -Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 -Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 -Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 -Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 -Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 -Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 -Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 -Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 -Fo Home kids 1.39 6140.28 2.46794054286910648 -Fo Home mattresses 0.33 3335.98 0.97616304408321383 -Fol Books science 1.79 10320.77 3.26543703237455084 -Follow Sports optics 9.98 5054.82 1.46519537068733878 -Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 -Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 -Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 -Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 -Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 -For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 -For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 -For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 -For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 -For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 -For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 -For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 -For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 -Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 -Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 -Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 -Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 -Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 -Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 -Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 -Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 -Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 -Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 -Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 -Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 -Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 -Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 -Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 -Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 -Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 -Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 -Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 -Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 -Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 -Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 -Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 -Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 -Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 -Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 -Free proced Sports optics 5.97 8583.18 2.48792946173674879 -Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 -Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 -Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 -Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 -Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 -French Books parenting 4.98 15486.40 6.38852217736795559 -French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 -French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 -Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 -Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 -Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 -Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 -Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 -Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 -Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 -Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 -Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 -Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 -Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 -Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 -Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 -Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 -Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 -Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 -Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 -Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 -Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 -Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 -Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 -Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 -Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 -Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 -Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 -Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 -Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 -Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 -Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 -Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 -Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 -Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 -Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 -Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 -Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 -Genera Books computers 2.84 60.00 0.01833071356885245 -General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 -General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 -Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 -Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 -Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 -Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 -Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 -Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 -German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 -German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 -Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 -Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 -Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 -Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 -Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 -Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 -Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 -Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 -Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 -Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 -Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 -Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 -Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 -Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 -Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 -Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 -Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 -Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 -Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 -Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 -Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 -Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 -Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 -Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 -Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 -Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 -Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 -Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 -Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 -Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 -Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 -Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 -Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 -Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 -Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 -Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 -Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 -Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 -Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 -Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 -Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 -Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 -Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 -Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 -Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 -Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 -Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 -Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 -Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 -Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 -Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 -Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 -Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 -Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 -Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 -Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 -Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 -Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 -Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 -Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 -Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 -Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 -Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 -Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 -Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 -Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 -Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 -Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 -Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 -Har Books self-help 0.70 26516.21 10.13329441469815912 -Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 -Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 -Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 -Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 -Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 -Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 -Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 -Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 -Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 -Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 -Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 -Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 -Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 -Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 -Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 -Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 -Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 -Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 -Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 -Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 -Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 -Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 -High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 -High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 -High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 -High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 -High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 -High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 -High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 -High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 -Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 -Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 -Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 -Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 -Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 -Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 -Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 -Ho Books sports 3.04 667.70 0.21568846225981683 -Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 -Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 -Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 -Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 -Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 -Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 -Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 -Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 -Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 -Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 -Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 -Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 -Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 -Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 -Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 -Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 -Houses design Home bathroom 4.80 6543.35 2.21925816911599564 -Houses should Books mystery 1.77 3341.80 1.96116208918398979 -However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 -However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 -However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 -However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 -However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 -However new Books entertainments 2.06 1060.15 0.53090326217932597 -However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 -However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 -However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 -However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 -However small values Books entertainments 1.49 10944.45 5.48077555794795460 -However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 -Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 -Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 -Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 -Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 -Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 -Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 -Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 -Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 -I Sports athletic shoes 4.78 5322.70 1.71120332633210365 -I Sports fitness 73.49 11260.99 3.69365898132789930 -Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 -Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 -Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 -Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 -Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 -Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 -Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 -Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 -Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 -Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 -Implicati Sports optics 2.46 1430.04 0.41451287838097538 -Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 -Implicit, indian Home paint 0.68 162.27 0.04099223799961516 -Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 -Important childre Home paint 9.84 2783.72 0.70321632319152474 -Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 -Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 -Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 -Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 -Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 -Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 -Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 -Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 -Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 -Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 -In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 -In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 -In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 -In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 -In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 -In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 -In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 -Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 -Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 -Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 -Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 -Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 -Indeed Home rugs 1.24 7725.64 2.72211585415332808 -Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 -Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 -Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 -Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 -Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 -Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 -Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 -Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 -Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 -Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 -Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 -Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 -Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 -Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 -Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 -Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 -Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 -Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 -Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 -Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 -Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 -Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 -Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 -Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 -Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 -Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 -Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 -Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 -Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 -Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 -Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 -Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 -Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 -Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 -Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 -International applications Sports basketball 8.29 5761.52 2.35493609281918858 -International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 -International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 -International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 -Involunta Home decor 6.52 3664.04 1.29610996156106675 -Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 -Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 -Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 -Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 -Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 -Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 -Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 -Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 -Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 -Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 -Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 -Jol Books entertainments 14.38 5937.80 2.97353901822232865 -Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 -Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 -Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 -Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 -Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 -Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 -Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 -Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 -Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 -Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 -Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 -Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 -Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 -Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 -Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 -Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 -Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 -Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 -Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 -Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 -Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 -Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 -Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 -Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 -Labour, h Books home repair 35.82 4334.42 1.25627402275322497 -Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 -Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 -Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 -Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 -Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 -Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 -Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 -Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 -Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 -Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 -Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 -Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 -Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 -Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 -Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 -Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 -Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 -Later high interests Books fiction 5.61 9818.74 2.72258988680392092 -Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 -Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 -Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 -Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 -Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 -Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 -Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 -Le Home flatware 9.98 11828.71 2.66070821965981599 -Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 -Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 -Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 -Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 -Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 -Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 -Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 -Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 -Less imp Books arts 9.12 21212.29 6.81331014552635795 -Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 -Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 -Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 -Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 -Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 -Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 -Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 -Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 -Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 -Levels will l Books reference 3.87 13388.03 4.43831784682792099 -Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 -Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 -Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 -Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 -Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 -Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 -Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 -Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 -Lightly right Books self-help 7.86 4806.98 1.83701002464401047 -Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 -Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 -Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 -Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 -Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 -Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 -Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 -Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 -Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 -Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 -Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 -Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 -Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 -Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 -Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 -Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 -Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 -Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 -Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 -Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 -Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 -Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 -Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 -Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 -Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 -Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 -Local pro Books computers 1.04 3400.92 1.03902150650969466 -Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 -Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 -Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 -Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 -Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 -Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 -Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 -Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 -Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 -Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 -Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 -Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 -Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 -Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 -Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 -Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 -Long-term game Sports golf 4.19 20224.07 4.77757403548687691 -Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 -Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 -Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 -Losses hide Sports optics 1.65 4243.32 1.22997313857763450 -Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 -Low meals c Books fiction 6.53 3925.96 1.08861004487304088 -Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 -Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 -Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 -Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 -Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 -Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 -Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 -M Home furniture 3.93 248.02 0.06515716176958571 -M Sports football 2.64 80.16 0.03474876611752548 -Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 -Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 -Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 -Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 -Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 -Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 -Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 -Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 -Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 -Main hours spe Books sports 9.76 8641.62 2.79151973825622032 -Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 -Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 -Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 -Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 -Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 -Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 -Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 -Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 -Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 -Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 -Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 -Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 -Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 -Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 -Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 -Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 -Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 -Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 -Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 -Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 -Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 -Man Sports pools 6.46 8843.74 2.45287506821600624 -Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 -Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 -Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 -Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 -Marked, large years Books science 0.95 3439.80 1.08833452387389507 -Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 -Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 -Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 -Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 -Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 -Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 -Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 -Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 -Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 -Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 -Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 -Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 -Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 -Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 -Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 -Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 -Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 -Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 -Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 -Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 -Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 -Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 -Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 -Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 -Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 -Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 -Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 -Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 -Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 -Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 -Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 -Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 -Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 -Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 -Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 -Mild, Sports optics 47.98 14278.69 4.13883590068085459 -Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 -Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 -Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 -Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 -Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 -Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 +Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 +Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 +Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 +So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 +Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 +Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 +Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 +Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 +Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 +Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 +Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 +Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL +Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 +Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 +Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 +Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 +In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 +White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 +Labour, h Books home repair 35.82 4334.42 1.25627402275322497 +Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 +Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 +Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 +Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 +Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 +Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 +Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 +Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 +Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 +Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 -Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 -Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 -Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 -Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 -Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 -Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 -Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 -Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 -Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 -Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 -Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 -Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 -Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 -Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 -Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 -Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 -Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 -More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 -More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 -More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 -More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 -More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 -More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 -More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 -More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 -More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 -More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 -More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 -More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 -More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 -Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 -Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 +Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 +Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 +Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 +Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 +Houses should Books mystery 1.77 3341.80 1.96116208918398979 +French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 +Fe Books mystery 8.45 8868.51 5.20455610735205735 +Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 +Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 +Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 -Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 -Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 -Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 -Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 -Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 -Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 -Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 -Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 -Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 -Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 -Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 -Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 -Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 -Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 -Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 -Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 -NULL Books NULL NULL 2102.35 17.17759179534778832 -NULL Books entertainments NULL 10168.52 5.09220434800331998 -NULL Home NULL NULL 9647.64 78.82760801411236785 -NULL Sports NULL NULL 488.92 3.99480019053984383 -NULL Sports tennis NULL 3075.00 1.06068585637671919 -Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 -Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 -Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 -National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 -National sea Home tables 29.68 317.94 0.17092688238914429 -National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 -National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 -National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 -National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 -National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 -Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 -Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 -Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 -Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 -Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 -Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 -Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 -Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 -Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 -Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 -Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 -Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 -Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 -Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 -Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 -Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 -Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 -Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 -Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 -Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 -Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 -Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 -New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 +Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 +Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 -New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 -New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 -New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 -New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 -New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 -New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 -New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 -New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 -New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 +Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 +Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 +Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 +Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 +Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 +Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 +Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 +Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 +Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 +Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 +Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 +Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 +Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 +So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 +Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 +Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 -New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 -New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 -New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 -New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 -New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 -New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 -New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +Beaches make Books parenting 0.44 1510.40 0.62307727404022627 +Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 +Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 +Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 +Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 +Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 +Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 +Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 +Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 +Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 +More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 +Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 +Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 +Departmen Books parenting 2.09 8636.38 3.56271988081006976 +B Books parenting 0.89 129.54 0.05343844682148498 +Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 +Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 +Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 +Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 +Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 +Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 +Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 +Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 +Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 -New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 -New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 -New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 -New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 -New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 -New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 -New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 -New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 -New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 -New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 -New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 -New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 -New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 -New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 -New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 -Ni Home furniture 0.83 1902.40 0.49977818139851565 -Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 -Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 -Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 -Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 -Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 -No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 -No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 -Noble, general d Home paint 9.34 5700.17 1.43996256411084218 -Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 -Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 -Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 -Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 -Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 -Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 -Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 -Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 -Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 -Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 -Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 -Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 -Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 -Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 -Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 -Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 -Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 -Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 -Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 -Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 -Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 -Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 -Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 -Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 -Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 -Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 -Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 -Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 -O Sports outdoor 92.60 1351.68 0.36658719170908911 -Objective Books travel 1.28 545.37 0.23227347937469255 -Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 -Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 -Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 -Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 -Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 -Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 -Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 -Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 -Od Home blinds/shades 6.56 5059.48 3.37177867076155516 -Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 -Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 -Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 -Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 -Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 -Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 +As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 +French Books parenting 4.98 15486.40 6.38852217736795559 +Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 +Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 +Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 +Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 +Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 +Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 +Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 +Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 +Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 +Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 +Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 +Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 +Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 +Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 +However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 +Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 +Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 +Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 +Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 +Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 +Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 +At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 +Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 +Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 +At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 +Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 +Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 +Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 -Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 -Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 -Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 -Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 -Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 -Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 -Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 -Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 +Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 +Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 +Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 +Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 +Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 +Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 +Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 -Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 -Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 -Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 -Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 -Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 -Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 -Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 -Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 -Old, n Sports guns 1.37 6973.14 1.82718035126437398 -Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 -Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 -Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 +Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 +Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 +Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 +Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 +Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 +Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 +Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 +Wages Books reference 5.92 5010.76 1.66113651778278607 +Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 +Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 +English Books reference 3.87 3969.62 1.31598415085154812 +Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 +So no Books reference 73.22 1488.48 0.49345178854890703 +Levels will l Books reference 3.87 13388.03 4.43831784682792099 +Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 +Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 +Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 +Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 +Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 +Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 +Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 +Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 +Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 +Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 +Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 +Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 +Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 +Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 +Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 +Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 +Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 +For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 -Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 -Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 -Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 -Only Home decor 3.96 877.92 0.31055361225687812 -Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 -Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 -Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 -Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 -Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 -Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 -Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 -Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 -Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 -Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 -Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 -Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 -Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 -Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 -Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 -Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 -Only single Books sports 1.98 2633.56 0.85072413759018003 -Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 -Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 -Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 -Only, s Books science 0.31 19345.48 6.12080753674979927 -Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 -Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 -Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 -Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 -Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 -Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 -Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 -Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 -Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 -Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 -Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 -Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 -Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 -Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 -Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 -Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 -Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 -Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 -Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 -Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 -Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 -Othe Books arts 60.94 6652.80 2.13685508430055191 -Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 -Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 -Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 -Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 -Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 -Other foods w Books sports 1.39 4385.79 1.41675048808519103 -Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 -Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 -Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 +Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 +Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 +Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 +Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 -Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 -Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 -Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 -Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 -Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 -Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 -Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 -Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 -Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 -Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 -Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 -Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 -Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 -Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 -Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 -Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 -Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 -Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 -Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 -Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 -Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 -Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 -Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 -Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 -Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 -Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 -Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 -Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 -Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 -Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 -Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 +Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 +Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 +Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 +Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 +Prov Books romance 2.61 4503.02 1.21626674320947086 +Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 +Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 +Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 +Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 +Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 +Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 +Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 +Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 +Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 +Alm Books romance 6.14 16369.67 4.42145165207211579 +Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 +Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 +That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 +Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 +At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 +Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 +Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 +Stud Books romance 3.37 4311.85 1.16463168200624402 +Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 +Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 +Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 -Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 -Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 -Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 -Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 +Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 +Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 +Valu Books romance 1.87 4397.36 1.18772795277826853 +Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 +Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 +Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 +Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 +Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 +Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 +Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 +Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 +Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 +At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 +New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 +There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 +Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 +Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 +Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 +Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 +True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 +Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 +Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 +Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 +Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 +Asleep, philos Books science 4.18 2847.46 0.90092128128087716 +Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 +Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 +Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 +Only, s Books science 0.31 19345.48 6.12080753674979927 +Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 +Deep parent Books science 1.30 15194.47 4.80744993109081411 +Fol Books science 1.79 10320.77 3.26543703237455084 +Catholic years st Books science 0.45 3035.02 0.96026427311115443 Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 -Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 -Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 -Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 -Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 -Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 -Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 -Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 -Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 -Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 -Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 +Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 +New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 +Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 +Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 +Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 -Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 -Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 -Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 -Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 -Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 -Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 -Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 -Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 -Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 -Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 -Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 -Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 -Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 +Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 +Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 +Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 +Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 +Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 +Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 +Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 +Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 +Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 +Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 +Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 +Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 +Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 +Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 +So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 +Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 +Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 +Marked, large years Books science 0.95 3439.80 1.08833452387389507 +Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 +Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 +Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 +Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 +Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 +Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 +Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 +Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 +Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 +Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 +Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 +Lightly right Books self-help 7.86 4806.98 1.83701002464401047 +Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 +Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 +Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 +Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 +Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 +Har Books self-help 0.70 26516.21 10.13329441469815912 +Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 +Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 +Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 +Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 +Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 +Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 +Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 +At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 +Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 +Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 +Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 +Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 +Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 +Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 +Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 +Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 +Alre Books self-help 38.79 1662.56 0.63535512662256678 +There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 +Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 +Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 +Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 +Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 +Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 +Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 +Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 +Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 +Social, mi Books self-help 2.25 2221.27 0.84886878194646143 +Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 +Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 +International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 +Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 +Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 +Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 +Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 +Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 +European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 +Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 +Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 +Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 +Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 +Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 +Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 +Simple, ec Books sports 7.35 3308.52 1.06875781212498004 +Other foods w Books sports 1.39 4385.79 1.41675048808519103 +Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 +Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 +Ho Books sports 3.04 667.70 0.21568846225981683 +However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 +Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +Only single Books sports 1.98 2633.56 0.85072413759018003 +Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 +Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 +Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 +Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 +Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 +Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 +Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 +Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 +Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 +Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 +Main hours spe Books sports 9.76 8641.62 2.79151973825622032 +Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 +Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 +Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 +Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 +Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 +Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 +Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 +Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 +Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 +Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 +Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 +Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 +Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 +Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 +Fa Books sports 7.37 232.54 0.07511785983809766 +Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 +Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 +Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 +Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 +Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 +Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 +Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 +Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 +Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 +Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 +Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 +Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 +Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 +Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 +Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 +Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 -Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 -Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 -Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 -Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 -Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 -Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 -Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 -Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 -Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 -Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 -Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 -Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 -Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 -Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 -Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 -Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 -Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 -Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 +Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 +Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 +Objective Books travel 1.28 545.37 0.23227347937469255 +Eyes could not Books travel 4.34 23586.52 10.04551601067307221 +Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 +Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 +New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 +Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 -Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 -Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 -Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 -Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 -Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 -Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 -Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 -Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 -Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 -Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 -Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 -Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 -Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 -Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 -Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 -Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 -Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 -Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 -Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 -Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 -Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 -Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 -Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 -Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 -Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 -Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 -Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 -Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 -Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 -Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 -Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 -Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 -Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 -Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 -Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 -Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 -Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 -Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 -Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 -Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 -Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 -Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 -Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 -Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 -Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 -Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 +Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 +Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 +Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 +Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 +Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 +Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 +Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 +Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 +Effects ought Books travel 4.16 5500.91 2.34284156705913419 +Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 +Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 +Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 +Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 +Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 +Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 +Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 +Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 +Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 +Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 +Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 +Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 +Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 +Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 +Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 +Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 +Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 +Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 +Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 +Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 +NULL Home NULL NULL 9647.64 78.82760801411236785 +Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 +Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 +Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 +Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 +Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 +Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 +Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 +Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 +About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 +Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 +Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 +Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 -Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 -Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 -Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 -Political, va Sports baseball 4.54 13469.88 3.98613369463552771 -Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 -Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 -Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 +Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 +Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 +Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 +Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 +Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 +Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 +Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 +Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 +Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 +Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 +Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 +Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 +Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 +Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 +Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 +Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 +Co Home accent 2.71 26367.53 8.52527452047870942 +Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 +Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 +Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 -Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 -Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 -Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 -Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 -Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 -Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 -Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 -Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 -Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 -Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 -Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 -Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 -Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 -Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 -Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 -Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 -Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 -Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 -Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 +Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 +Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 +Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 +Tears Home accent 2.49 3654.39 1.18155466040589281 +Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 +Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 +However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 +Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 +British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 +Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 +Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 +Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 +Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 +Yea Home accent 1.36 8742.72 2.82673758428186571 +British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 +Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 +Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 +Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 +Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 +So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 +Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 +British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 +Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 +Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 +American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 +Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 +Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 +Houses design Home bathroom 4.80 6543.35 2.21925816911599564 +Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +Ec Home bathroom 4.86 4935.12 1.67380705228479791 +As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 +Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 +Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 +Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 +Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 +Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 +Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 +Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 +Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 +Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 +Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 +Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 +Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 -Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 -Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 -Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 -Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 -Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 -Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 -Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 -Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 -Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 -Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 -Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 -Prese Books business 15.17 2637.41 1.08626892339889102 +Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 +Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 +New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 +Years Home bathroom 0.97 10497.66 3.56041136598259649 +Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 -Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 -Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 +Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 +Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 +Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 +Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 +Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 +Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 +Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 +Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 +Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 +Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 +New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 +Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 +Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 +Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 +Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 +Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 +Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 +Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 +Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 +Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 +Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 +Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 +Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 +Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 +Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 +Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL +Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 +Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 +Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 +Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 +Ag Home bedding 8.22 3885.84 1.13368836803595370 +Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 +That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 +Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 +Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 +Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 +Recent Home bedding 0.35 256.88 0.07494437958873134 +English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 +Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 +Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 +Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 +For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 +Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 +Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 +Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 +Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 +Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 +Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 +Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 +Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 +Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 +Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 +Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 +Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 +Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 +Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 +Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 +Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 +Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 +Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 +Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 +Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 -Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 -Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +Od Home blinds/shades 6.56 5059.48 3.37177867076155516 +Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 +Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 +Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 +Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 +Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 +Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 +Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 +Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 +Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 Pretty bloody countr Home blinds/shades 6.45 NULL NULL -Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 -Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 -Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 -Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 -Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 -Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 -Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 -Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 -Prime Home mattresses 0.60 5227.40 1.52962388762540303 -Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 -Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 -Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 -Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 -Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 +Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 +Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 +Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 +Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 +Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 -Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 -Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 -Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 -Prob Sports fitness 3.33 3763.14 1.23432805277282645 -Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 -Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 -Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 -Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 -Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 -Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 -Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 -Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 -Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 -Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 -Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 -Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 -Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 -Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 -Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 -Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 -Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 -Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 -Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 -Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 -Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 -Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 -Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 -Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 -Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 -Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 -Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 -Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 -Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 -Prov Books romance 2.61 4503.02 1.21626674320947086 -Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 -Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 -Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 -Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 -Publi Books fiction 1.56 5440.65 1.50861094882232877 -Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 -Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 -Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 -Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 -Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 -Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 -Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 -Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 -Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 -Purel Books cooking 4.62 4512.72 1.69124603508805594 +Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 +Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 +In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 +Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 +Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 +Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 +Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 +High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 +And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 +Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 +Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 +Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 +Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 +Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 +Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 +Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 +Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 +Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 +Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 +Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 +Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 +Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 +Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 +Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 +Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 +Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 +Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 +Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 +Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 +Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 +However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 +British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 +Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 +Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 +Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 +Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 +Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 +Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 +German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 +More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 +R Home curtains/drapes 2.46 14037.99 4.32186707746291875 +So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 +English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 +Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 +Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 +More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 +Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 +Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 +Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 +Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 +Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 -Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 -Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 -Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 -Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 -Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 -Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 -Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 -Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 -Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 -Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 +More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 +For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 +Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 +Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 +Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 +However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 +Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 +Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 +Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 +Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 +Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 +Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 +Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 +Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 +Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 +Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 +Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 +More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 +Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 +Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 +Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 +Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 +Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 +Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 +Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 -Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 -Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 -Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 -Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 -Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 -R Home curtains/drapes 2.46 14037.99 4.32186707746291875 -R Home lighting 3.18 11394.38 3.45393784586347901 +Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 +Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 +Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 +Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 +Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 +Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 +Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 -Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 -Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 -Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 -Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 -Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 -Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 -Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 -Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 -Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 -Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 -Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 -Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 -Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 -Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 -Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 -Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 -Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 -Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 +Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 +Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 +English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 +Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 +Available Home decor 2.19 2145.41 0.75891291378716614 +Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 +However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 +Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 +Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 +Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 +Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 +Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 +Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 +Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 +Involunta Home decor 6.52 3664.04 1.29610996156106675 +Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 +Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 +Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 +Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 +Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 +Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 +Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 +Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 +Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 +Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 +Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 +Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 +Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 +Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 +Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 +Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 +Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 +Thereby Home decor 31.17 3065.16 1.08426338407291388 +Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 +Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 +New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 -Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 -Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 -Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 -Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 -Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 -Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 -Recent Home bedding 0.35 256.88 0.07494437958873134 -Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 -Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 -Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 -Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 -Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 -Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 -Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 -Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +Only Home decor 3.96 877.92 0.31055361225687812 +Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 +Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 +Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 +Digita Home flatware 98.92 4233.13 0.95218530050094701 +Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 +Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 +Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 +Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 +Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 +Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 +Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 +European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 +Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 +Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 +Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 +Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 +Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 +Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 +Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 +Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 +Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 +Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 +Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 +There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 +Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 +Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 +Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 +Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 +Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 +Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 +Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 +Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 +Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 +Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 +Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 +Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 +Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 +National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 +Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 +Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 +Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 +Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 +Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 +Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 +Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 +Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 +Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 +Le Home flatware 9.98 11828.71 2.66070821965981599 +Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 +Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 +Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 +Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 +Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 +Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 +Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 +Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 +Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 +Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 +Beings Home flatware 5.41 3057.71 0.68779048013993208 +Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 -References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 -Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 -Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 -Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 -Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 -Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 -Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 -Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 -Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 +Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 +Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 +M Home furniture 3.93 248.02 0.06515716176958571 +Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 +Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 +New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 -Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 -Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 -Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 -Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 -Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 -Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL -Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 -Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 -Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 -Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 -Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 -Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 -Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 -Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 -Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 -Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 -Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 -Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 +Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 +Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 +Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 +Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 +Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 +Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 +Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 +Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 +Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 +Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 +So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 +Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 +Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 +Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 +So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 +Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 +Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 +Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 +Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 +Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 +At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 +Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 +Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 +Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 +Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 +English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 +Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 +Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 -Remaining w Sports camping 4.65 12413.70 2.38432177774288046 -Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 -Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 -Reporte Sports archery 5.38 9065.89 2.67260227802458394 -Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 -Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 -Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 -Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 -Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 -Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 -Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 -Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 -Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 -Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 -Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 -Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 -Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 -Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 -Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 -Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 -Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 -Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 -Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 -Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 -Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 -Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 -Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 -Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 -Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 -Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 -Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 -Rights pay Home furniture 4.07 4771.20 1.25343863492882561 -Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 -Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 Ro Home furniture 3.69 420.40 0.11044299172620688 -Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 -Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 -Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 -Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 -Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 -Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 -Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 -Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 -Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 +Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 +Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 +Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 +Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 +Rights pay Home furniture 4.07 4771.20 1.25343863492882561 +Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 +Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 +Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 +Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 +Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 +Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 +Ni Home furniture 0.83 1902.40 0.49977818139851565 +National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 +Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 +Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 +Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 +In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 +Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 +Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 +Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 +Final office Home glassware 86.90 809.50 0.23521997673428895 +Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 +Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 +Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 +Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 +Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 +English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 +Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 +Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 +Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 +Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 +Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 +Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 +Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 +Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 +Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 +Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 +Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 +Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 +Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 +Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 +Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 +Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 +Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 +Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 +Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 -Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 -Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 -Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 -Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 -Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 -Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 -Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 -Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 +B Home glassware 2.51 6669.44 1.93796852579460911 +Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 +Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 +Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 +Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 +Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 +Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 +Easily adv Home glassware 4.25 9484.34 2.75590640412610999 +Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 +Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 +Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 +Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 +Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 +Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 +Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 +Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 +French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 +Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 +Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 +Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 +Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 +Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 +Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 +As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 +High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 +Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 +Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 +Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 +Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 +Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 +Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 +True, red Home kids 9.30 714.26 0.28707993970139603 +Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 +Workers let pr Home kids 1.17 8583.68 3.45000747181149588 +Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 +Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 +Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 +Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 +Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 +New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 +Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 +Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 +Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 +Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 +Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 +Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 +Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 +Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 +Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 +Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 +Fo Home kids 1.39 6140.28 2.46794054286910648 +Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 +Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 +Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 +Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 +Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 +So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 +So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 +Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 +Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 +Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 -Sc Sports football 1.08 54.79 0.02375105907658709 -Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 +Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 +Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 +Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 +For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 +Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 +Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 +General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 +Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 +Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 +Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 +Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 +Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 +Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 +Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 +Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 +Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 +Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 +Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 +Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 +Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 +A Home lighting 6.73 3212.00 0.97364212540862202 +Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 +Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 +Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 +Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 +Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 +Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 +National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 +Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 +Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 +Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 +Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 +Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 +Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 +Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 +Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 +Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 +Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 +In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 +Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 +New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 +Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 +R Home lighting 3.18 11394.38 3.45393784586347901 +Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 Scenes should Home lighting 8.25 549.90 0.16668922937802031 -Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 -Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 -Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 -Scientific Home tables 1.25 11322.31 6.08695712946918370 -Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 -Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 -Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 +Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 +Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 +Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 +Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 +Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 +Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 +General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 +Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 +Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 +Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 +Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 +Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 +Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 +Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 -Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 -Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 -Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 -Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 -Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 -Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 -Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 -Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 -Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 -Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 +Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 -Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 -Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 -Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 -Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 +Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 +Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 +Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 +Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 +Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 +Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 +Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 +Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 +Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 +Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 +Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 +Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 +Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 +Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 +Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 +Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 +Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 +Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 +Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 +New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 +Thick Home mattresses 8.85 7911.90 2.31515308499510774 +Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 +Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 +Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 +Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 +Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +Prime Home mattresses 0.60 5227.40 1.52962388762540303 +Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 -Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 -Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 -Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 -Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 -Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 -Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 -Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 -Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 -Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 -Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 -Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 -Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 -Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 -Sex Sports optics 3.66 11777.64 3.41387895229148194 -Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 -Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 -Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 -Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 -Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 -Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 -Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 -Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 -Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 -Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 -Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 -Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 -Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 -Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 -Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 -Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 +Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 +Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 +Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 +Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 +So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 +Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +Fo Home mattresses 0.33 3335.98 0.97616304408321383 +There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 +Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 +Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 +Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 +Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 +Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 +Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 +Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 +Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 +Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 +Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 +Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 +Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 +Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 +Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 +Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 +Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 +Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 +Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 +Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 +Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 +Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 +Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 +Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 +Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 +Noble, general d Home paint 9.34 5700.17 1.43996256411084218 +Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 +Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 +Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 +British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 +Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 +Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 +Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 +Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 +Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 +Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 +Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 +New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 +Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 +Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 +Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 +Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 +Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 +Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 +Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 +Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 +Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 +Important childre Home paint 9.84 2783.72 0.70321632319152474 +Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 +Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 +American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 +Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 +Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 +Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 +Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 +Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 +So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 +Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 +Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 +Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 +Implicit, indian Home paint 0.68 162.27 0.04099223799961516 +Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 +Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 +Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 +Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 Sign Home paint 5.65 246.59 0.06229294366380171 -Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 -Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 -Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 -Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 -Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 -Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 +Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 +Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 +Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 +Areas may clea Home paint 2.32 11516.97 2.90938790456909989 +Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 +Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 +Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 +Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 +Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 +Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 +Indeed Home rugs 1.24 7725.64 2.72211585415332808 +Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 +As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 +Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 +Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 +Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 +White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 +Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 +Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 +Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 +Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 +Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 +Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 +Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 +New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 +Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 +Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 +Eye Home rugs 2.18 7906.31 2.78577461528766540 +High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 +Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 +Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 -Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 -Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 -Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 -Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 -Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 -Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 -Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 -Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 -Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 -Simple, ec Books sports 7.35 3308.52 1.06875781212498004 -Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 -Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 -Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 -Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 -Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 -Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 -Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 -Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 -Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 -Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 -Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 -Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 -Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 -Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 +Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 +Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 +Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 +Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 +Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 +Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 +Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 +Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 +Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 +Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 +Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 +Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 +Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 +Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 +Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 +Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 +Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 +United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 +Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 +Scientific Home tables 1.25 11322.31 6.08695712946918370 +Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 +Sure socia Home tables 1.78 3600.34 1.93556926382629347 +National sea Home tables 29.68 317.94 0.17092688238914429 +Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 +Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 +Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 +Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 +Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 +Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 +Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 +New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 +Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 +Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 +Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 +Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 +Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 -Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 -Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 -Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 -Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 -Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 -Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 -Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 -Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 -Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 -Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 -Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 -Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 -Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 -Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 -So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 -So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 -So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 +Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 +Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 +Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 +Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 +New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 +Structures may Home tables 4.92 312.50 0.16800229837896330 +Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 +Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +Splendid off Home tables 1.82 4780.65 2.57011260078525081 +Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 +Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 +Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 +Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 +Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 +Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 +Again secret Home tables 6.39 7957.34 4.27792450874515132 +Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 +Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 +New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 +Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 +Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 -So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 -So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 -So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 -So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 -So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 -So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 -So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 -So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 -So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 -So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 -So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 -So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 -So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 -So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 -So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 -So no Books reference 73.22 1488.48 0.49345178854890703 -So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 -So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 -So overall Sports football 4.39 5216.24 2.26120139437226913 -So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 -So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 -So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 -So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 -So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 -So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 -So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 -Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 -Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 -Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 -Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 -Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 -Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 -Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 -Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 -Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 -Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 -Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 -Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 -Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 -Social, mi Books self-help 2.25 2221.27 0.84886878194646143 -Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 -Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 -Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 -Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 -Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 -Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 -Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 -Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 -Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 -Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 -Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 -Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 +Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 +Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 +By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 +Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 +Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 +Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 +Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 +Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 +Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 +Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 +For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 +Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 +Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 +Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 +Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 +Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 +Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 +Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 +Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 +W Home wallpaper 3.29 10436.17 3.85930810123100530 +Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 +Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 +Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 +Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 +Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 +Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 +Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 +Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 +Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 +Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 +Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 +Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 +Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 +Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 +Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 +Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 +Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 +Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 +Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 +Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 +German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 +All Home wallpaper 1.99 2643.49 0.97756575185371168 +So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 +NULL Sports NULL NULL 488.92 3.99480019053984383 +Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 +Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 +Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 +Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 +Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 +Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 +Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 +Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 +Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 +Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 +Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 +Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 +Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 +Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 +Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 +Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 +Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 +Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 +Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 +Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 +Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 +Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 +Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 +Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 -Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 -Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 -Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 -Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 -Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 -Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 -Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 -Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 -Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 -Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 -Special Sports baseball 3.63 6243.21 1.84754947658668622 -Special chee Books history 49.12 29083.38 7.68477543880305618 -Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 -Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 -Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 -Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 -Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 -Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 -Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 +Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 +Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 +Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 +Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 +Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 +Different words Sports archery 9.77 14978.55 4.41564003661031975 +Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 +Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 +Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 +Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 -Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 -Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 -Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 -Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 -Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 -Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 -Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 -Splendid off Home tables 1.82 4780.65 2.57011260078525081 -Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 -Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 -Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 -Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 -Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 -Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 -Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 -States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 -Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 -Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 -Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 -Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 -Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 -Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 -Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 -Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 -Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 +Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 +Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 +Reporte Sports archery 5.38 9065.89 2.67260227802458394 +So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 +Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 +Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 +Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 +High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 +Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 +Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 +Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 +Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 +Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 +Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 +Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 +Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 +Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 +Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 +Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 +Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 +No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 +Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 +Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 +No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 +Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 +I Sports athletic shoes 4.78 5322.70 1.71120332633210365 +Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 +New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 +Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 +Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 +Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 +Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 +Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 +Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 +Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 +Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 +Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 +Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 +Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 +Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 +Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 +Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 +Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 +Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 +Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 -Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 -Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 -Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 -Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 -Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 -Strong memb Sports guns 6.63 804.38 0.21077266926378033 -Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 -Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 -Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 -Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 -Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 -Structures may Home tables 4.92 312.50 0.16800229837896330 -Stud Books romance 3.37 4311.85 1.16463168200624402 -Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 -Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 -Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 -Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 -Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 -Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 -Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 -Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 -Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 -Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 -Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 -Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 -Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 -Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 -Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 -Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 -Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 -Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 -Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 -Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 -Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 -Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 -Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 -Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 -Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 -Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 -Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 -Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 -Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 +Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 +Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 +Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 +Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 +Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 +Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 +Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 +Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 +Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 +Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 +Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 +Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 +Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 +Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 +Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 +Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 +Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 +Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 +At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 +Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 +Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 +Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 +So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 +Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 +Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 +Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 +At Sports baseball 3.68 26967.08 7.98035218086069413 +Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 +Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 -Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 -Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 -Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 -Sure socia Home tables 1.78 3600.34 1.93556926382629347 -Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 -Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 -Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 -Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 -Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 -Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 -Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 -Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 -Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 +Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 +Special Sports baseball 3.63 6243.21 1.84754947658668622 +Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 +Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 +Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 +Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 -Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 -Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 -Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 +Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 +Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 +Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 +Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 +Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 +Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 +Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 +Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 +Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 +Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 +Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 +Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 +Activit Sports baseball 1.51 13643.44 4.03749520372402309 +Political, va Sports baseball 4.54 13469.88 3.98613369463552771 +Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 +Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 +Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 +However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 +Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 +Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 +Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 +More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 +Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 +Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 +Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 +Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 +Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 +New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 +Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 +Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 +Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 +Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 +Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 +All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 +Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 +English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 +Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 +Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 +Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 +Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 +Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 +Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 +Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 +Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 +Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 +Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 +Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 +Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 +Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 +Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 +International applications Sports basketball 8.29 5761.52 2.35493609281918858 +Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 +Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 +Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 +Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 +Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 +Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 +Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 +Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 +Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 +Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 +More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 +Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 +Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 +Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 -Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 +National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 +So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 +Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 +Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 +New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 +Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 +Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 +Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 +Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 +Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 +Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 +Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 +Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 -Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 -Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 -Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 -Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 -Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 -Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 -Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 -Tears Home accent 2.49 3654.39 1.18155466040589281 -Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 -Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 -Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 -Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 -Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 -Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 -Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 -Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 -Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 -Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 -Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 -Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 -Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 -Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 -Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 -Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 -Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 -Th Books fiction 0.34 NULL NULL -That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 -That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 -Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 -Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 -Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 -Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 +Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 +British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 +Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 +Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 +Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 +Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 +Young, nation Sports camping 0.49 7131.74 1.36980618149302870 +Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 +Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 +Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 +Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 +Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 +Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 +Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 +Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 +Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 +Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 +Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 +Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 +Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 +Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 +Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 +Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 +Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 +Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 +Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 +Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 +Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 +Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 +Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 +Remaining w Sports camping 4.65 12413.70 2.38432177774288046 +Things can r Sports camping 7.52 7918.69 1.52095708919941437 +Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 +Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 +Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 +Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 +Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 -Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 -Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 -Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 -Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 -Then human details Books home repair 0.82 2109.69 0.61146560394752959 -Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 -Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 -Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 -Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 -Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 -Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 -Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 +Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 +Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 +Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 +Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 +Ag Sports camping 2.85 14559.70 2.79650787334984869 +Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 +References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 +American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 +Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 +Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 +Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 +Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 +Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 +Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 +Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 +Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 +Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 +Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 +Causes Sports fishing 3.57 2974.41 1.01486036641030929 +More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 +Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 +Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 +Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 +Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 +Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 +Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 +Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 +Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 +Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 +New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 +Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 +Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 +Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 +British services benefi Sports fishing 2.03 972.01 0.33164709127339026 +Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 +For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 +Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 +Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 +Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 +Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 +Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 +Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 +Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 +Alrea Sports fishing 9.31 1608.51 0.54881910966364643 +Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 +Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 +Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 +Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 +Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 +So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 +Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +Ei Sports fishing 4.30 11452.66 3.90761553517258642 +Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 +Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 -Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 -Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 -Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 -Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 +Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 +Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 +Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 +Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 +Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 +Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 +Ex Sports fishing 6.75 1595.67 0.54443813760373930 +Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 +Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 +So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 +So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 +Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 +In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 +Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 +Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 +Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 +Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 +Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 +There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 +Prob Sports fitness 3.33 3763.14 1.23432805277282645 +Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 +African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 +Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 +More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 +Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 +Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 +So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 +International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 +Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 +Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 +Again avail Sports fitness 3.02 17536.86 5.75217458174547567 +So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 +Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 +Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 +Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 +Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 +Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 +Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 +Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 +Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 +Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 +Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 +Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 +I Sports fitness 73.49 11260.99 3.69365898132789930 +Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 +Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 +Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 +Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 +Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 +Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 +Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 +Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 +Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 -There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 -There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 +Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 +Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 +Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 +Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 +Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 +Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 +Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 +Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 +Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 +Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 -There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 -There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 -There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 -There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 -There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 -There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 -There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 -Thereby Home decor 31.17 3065.16 1.08426338407291388 -Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 -Thick Home mattresses 8.85 7911.90 2.31515308499510774 -Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 -Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 -Things can r Sports camping 7.52 7918.69 1.52095708919941437 -Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 -Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 -Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 -Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 -Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 -Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 +Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 +Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 -Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 -Things wo Sports hockey 5.04 1494.08 0.74870016775197323 -Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 -Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 -Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 -Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 -Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 -Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 -Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 -Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 -Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 -Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 -Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 -Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 -Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 -Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 -Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 -Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 -Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 -Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 -Together hot rights Books computers 4.99 1742.88 0.53247056774802601 -Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 -Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 -Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 -Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 -Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 -Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 +Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 +Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 +Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 +Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 +Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 +Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 +Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 +Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 +Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 +Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 +Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 +Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 +Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 +Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 +Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 +Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 +Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 +M Sports football 2.64 80.16 0.03474876611752548 +Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 -Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 -Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 -Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 -Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 -Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 -Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 -Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 -Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 -Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 -Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 -Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 -Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 -Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 -Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 -Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 -Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 -Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 -Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 -Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 -Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 -Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 +Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 +Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 +Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 +So overall Sports football 4.39 5216.24 2.26120139437226913 +Sc Sports football 1.08 54.79 0.02375105907658709 +Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 +Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 +Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 +Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 +Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 +Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 +Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 +Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 +Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 +Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 +Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 +Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 +Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 +Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 +Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 +Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 +Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 +Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 +Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 +Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 +Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 +Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 +Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 +Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 +Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 +Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 +Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 +Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 +Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 +Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 +Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 +Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 +Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 +Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 +Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 +Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 +Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 +There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 +Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 +Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 +New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 +Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 +Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 +Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 +Long-term game Sports golf 4.19 20224.07 4.77757403548687691 +Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 +Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 +Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 +Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 +New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 +Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 +Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 +British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 +Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 +Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 +Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 +For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 +Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 +Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 +Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 +Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 +Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 +Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 +Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 +Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 +Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 +Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 +Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 +Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 +Even s Sports golf 1.45 656.18 0.15501076344206576 +Young figures should go onl Sports golf 9.27 NULL NULL +High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 +Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 +Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 +Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 +Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 +Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 +Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 +Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 +Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 +Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 +Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 +Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 +Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 +Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 +Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 +Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 +Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 +Old, n Sports guns 1.37 6973.14 1.82718035126437398 +Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 +Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 +Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 +Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 +Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 +Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 +Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 -Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 -Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 -Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 -Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 -True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 -True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 -True, red Home kids 9.30 714.26 0.28707993970139603 -Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 -Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 -Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 -Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 -Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 -Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 -Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 -Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 +New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 +Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 +Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 +New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 +Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 +New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 +Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 +About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 +Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 +So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 +Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 +Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 +Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 +Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 +High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 +Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 +Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 +Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 +Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 +Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 +Al Sports guns 4.59 6630.42 1.73737701302861129 Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 -Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +Cle Sports guns 9.82 7032.34 1.84269259923226950 +New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 +Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 +Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 +Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 +Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 +Strong memb Sports guns 6.63 804.38 0.21077266926378033 +Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 +Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 +Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 +Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 +Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 +Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 +Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 +Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 +Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 +Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 +Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 +Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 +Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 +Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 +Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 +Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 +Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 +Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 +Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 +Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 +Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 +Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 +Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 +Things wo Sports hockey 5.04 1494.08 0.74870016775197323 +Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 +Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 +Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 +Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 +Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 +Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 +Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 +Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 +Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 -Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 -Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 -Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 -Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 -Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 -Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 -United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 -Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 -Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 -Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 -Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 -Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 -Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 -Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 -Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 -Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 -Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 -Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 -Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 -Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 -Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 -Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 -Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 -Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 -Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 -Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 -Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 -Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 -Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 -Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 -Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 -Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 -Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 -Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 -Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 -Valu Books romance 1.87 4397.36 1.18772795277826853 -Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 -Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 -Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 -Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 -Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 -Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 -Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 -Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 -Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 -Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 -Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 -Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 -Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 -Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 -Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 -Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 -Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 -Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 -Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 -Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 -Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 -Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 -Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 -Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 -Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 -Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 -Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 -Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 -Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 -Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 -Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 -Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 -Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 -Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 -Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 -Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 -W Home wallpaper 3.29 10436.17 3.85930810123100530 -Wages Books reference 5.92 5010.76 1.66113651778278607 -Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 -Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 +Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 +Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 +Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 +Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 +Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 +Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 +Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 +Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 +Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 +Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 +Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 -Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 -Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 -Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 -Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 -Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 -Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 -Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 -Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 -Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 -Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 -Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 -Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 -Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 -Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 -Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 -Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 -Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 -Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 -Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 -Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 +Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 +Follow Sports optics 9.98 5054.82 1.46519537068733878 +Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 +Children ma Sports optics 6.80 4282.62 1.24136467736002683 +Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 +Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 +Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 +Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 +Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 +Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 Western activiti Sports optics 6.61 4812.45 1.39494175097516500 -Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 -Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 -Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 -Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 -Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 -Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 -White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 -White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 -Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 -Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 -Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 -Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 -Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 -Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 -Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 -Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 -Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 -Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 -Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 -Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 -Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +Free proced Sports optics 5.97 8583.18 2.48792946173674879 +Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 +Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 +Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 +Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 +Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 +Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 +Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 +Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 +Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 +Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 +Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 +Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 +Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 +Losses hide Sports optics 1.65 4243.32 1.22997313857763450 +Mild, Sports optics 47.98 14278.69 4.13883590068085459 +Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 +Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 +Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 +Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 +English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 +Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 +Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 +Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 +Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 +Employers w Sports optics 4.48 4800.78 1.39155907266497368 +Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 +Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 +At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 +Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 +Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 +In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 +Implicati Sports optics 2.46 1430.04 0.41451287838097538 +Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 +Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 +Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 +Sex Sports optics 3.66 11777.64 3.41387895229148194 +Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 +Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 +Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 +Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 +Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 +Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 +Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 +Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 +Common are Sports outdoor 1.31 14565.86 3.95038597317985966 +Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 +Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 +Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 +Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 +Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 +Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 +Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 +Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 +Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 +O Sports outdoor 92.60 1351.68 0.36658719170908911 +Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 +Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 +Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 +Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 +Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 +Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 +D Sports outdoor 51.59 150.15 0.04072196587588758 +Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 +Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 +Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 +Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 +Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 +Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 +Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 +Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 +Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 +Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 +Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 +Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 +Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 -Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 -Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 -Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 -Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 -Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 -Women support almost Books computers 4.68 8124.94 2.48226579840186729 -Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 -Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 -Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 -Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 -Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 -Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 -Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 -Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 -Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 -Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 -Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 -Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 -Workers let pr Home kids 1.17 8583.68 3.45000747181149588 -Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 -Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 -Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 -Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 -Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 -Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 -Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 -Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 -Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 -Ye Books computers 9.75 6814.84 2.08201466762597401 -Yea Home accent 1.36 8742.72 2.82673758428186571 -Years Home bathroom 0.97 10497.66 3.56041136598259649 -Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 -Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 -Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 -Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 -Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 -Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 -Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 -Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 -Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 -Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 +Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 +In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 +Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 +Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 +Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 +True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 +Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 +Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 +Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 +Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 +Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 +Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 +Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 +Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 +Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 +Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 +Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 +Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 +Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 +Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 +Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 +Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 +Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 +Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 +Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 +Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 +Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 +Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 +Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 +New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 +Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 +Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 +Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 +Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 +Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 +At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 +About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 -Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 -Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 -Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 -Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 -Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 -Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 -Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 -Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 -Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 -Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 -Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 -Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 -Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 -Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 -Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 -Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 -Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 -Young figures should go onl Sports golf 9.27 NULL NULL -Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 -Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 -Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 -Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 -Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 -Young, nation Sports camping 0.49 7131.74 1.36980618149302870 -Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 -Young, whi Books home repair 5.38 1079.51 0.31288162437011962 -Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 -Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 +More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 +Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 +Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 +More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 +Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 +Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 +Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 +Educational groups Sports pools 0.70 5180.07 1.43672977208892250 +Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 +Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 +Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 +Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 +Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 +Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 +Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 +Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 +Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 +Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 +Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 +Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 +Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 +Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 +Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 +Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 +Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 +Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 +Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 +Man Sports pools 6.46 8843.74 2.45287506821600624 +Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 +Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 +For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 +Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 +Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 +Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 +So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 +Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 +Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 +Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 +Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 +Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 +Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 +Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 +Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 +Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 +Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 +Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 +Ca Sports sailing 0.93 1188.60 0.45955299559268340 +English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 +Close, Sports sailing 4.04 9506.48 3.67552697420657321 +Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 +New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 +Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 +Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 +Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 +Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 +Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 +Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 +Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 +Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 +European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 +Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 +Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 +Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 +Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 +Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 +Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 +Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 +Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 +However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 +Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 +Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 +Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 +Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 +Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 +Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 +Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 +Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 +Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 +Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 +Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 +Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 +Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 +Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 +Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 +Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 +Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 +Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 +Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 +A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 +Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 +Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 +Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 +Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 +Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 +English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 +Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 +Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 +Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 +Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 +Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 +Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 +Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 +Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 +Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 +Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 +Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 +Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 +Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 +Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 +Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL +Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 +NULL Sports tennis NULL 3075.00 1.06068585637671919 +Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 +Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 +Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 +American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 +Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 +Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 +Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 +Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 +Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 +So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 +Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 +Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out index bf9434260f16..33ab6f02eeb4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q34.sql.out @@ -3,6 +3,12 @@ -- !query schema struct -- !query output +NULL NULL NULL Y 16278 15 +NULL NULL NULL N 55640 15 +NULL NULL NULL N 220211 15 +NULL Joshua Sir N 108357 15 +NULL Judy Dr. NULL 234350 16 +NULL Roy NULL NULL 200033 15 Adams Jerry Sir N 216653 15 Anderson Cindy Miss N 90504 15 Anderson Marta Dr. N 176320 15 @@ -138,12 +144,6 @@ Morris Martina Miss N 32596 15 Morris Meghan Mrs. Y 127565 15 Mulligan Mark Sir Y 184598 16 Mullins Vicki Dr. Y 162762 15 -NULL Joshua Sir N 108357 15 -NULL Judy Dr. NULL 234350 16 -NULL NULL NULL N 220211 15 -NULL NULL NULL N 55640 15 -NULL NULL NULL Y 16278 15 -NULL Roy NULL NULL 200033 15 Neeley Stephanie Mrs. N 216299 15 Nesbitt Andrew Miss N 185257 15 Olds Stephen Dr. N 206275 16 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out index ee2fb3159310..307b8ed6b38c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q64.sql.out @@ -4,12 +4,12 @@ struct -- !query output n stableableantiought able 31904 987 Hillcrest Fairbanks 46653 216 3rd Reno 40344 1999 1 55.42 80.91 954.53 59.08 76.80 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 -n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 -n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 425 Green Enterprise 11757 772 Valley NULL NULL 1999 1 16.24 25.17 0.00 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 316 Valley Tenth Pine Grove 74593 806 Wilson Main Jackson 59583 1999 1 49.63 78.41 14.22 44.27 58.43 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 7.92 11.80 0.00 2000 1 +n stableableantiought ation 31904 173 Park Maple Sulphur Springs 68354 232 Franklin Fairfield 66192 1999 1 60.78 85.09 0.00 44.27 58.43 0.00 2000 1 n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 10.25 12.09 0.00 2000 1 n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 30.28 49.65 0.00 2000 1 n stableableantiought eing 35709 928 First Oak Summit 40499 178 Johnson Hillcrest Oakdale 59584 1999 1 63.82 121.25 0.00 58.19 85.53 0.00 2000 1 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out index f89f36d987d9..a13f37b9e773 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q98.sql.out @@ -3,2519 +3,2519 @@ -- !query schema struct -- !query output -AAAAAAAAAABDAAAA Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 -AAAAAAAAAADCAAAA Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 -AAAAAAAAAAEDAAAA Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 -AAAAAAAAAAGBAAAA Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 -AAAAAAAAAAGCAAAA Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 -AAAAAAAAAAHAAAAA Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 -AAAAAAAAAAHBAAAA Od Home blinds/shades 6.56 5059.48 3.37177867076155516 -AAAAAAAAAAIDAAAA General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +AAAAAAAAOJGAAAAA NULL Books NULL NULL 2102.35 17.17759179534778832 AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 9866.76 3.16916730873817243 -AAAAAAAAAALAAAAA Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 -AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 -AAAAAAAAAAMCAAAA NULL Sports NULL NULL 488.92 3.99480019053984383 -AAAAAAAAAANDAAAA Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 -AAAAAAAAAAPBAAAA At Sports baseball 3.68 26967.08 7.98035218086069413 -AAAAAAAAABBAAAAA Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 -AAAAAAAAABBDAAAA Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 -AAAAAAAAABCEAAAA Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 -AAAAAAAAABDAAAAA Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 -AAAAAAAAABDDAAAA Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 -AAAAAAAAABEAAAAA Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 -AAAAAAAAABGAAAAA Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 -AAAAAAAAABGEAAAA Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 -AAAAAAAAABHAAAAA Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 -AAAAAAAAABJBAAAA Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 -AAAAAAAAABKCAAAA Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 +AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 +AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 +AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 +AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 +AAAAAAAACCLCAAAA Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 +AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 +AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 +AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 +AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 +AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 +AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 +AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 +AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 +AAAAAAAAGOKBAAAA Othe Books arts 60.94 6652.80 2.13685508430055191 +AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 +AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 +AAAAAAAAIIPDAAAA Af Books arts 6.04 4187.03 1.34485875775897965 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 +AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 +AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 +AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 +AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 +AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 +AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 +AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 +AAAAAAAAOEIDAAAA Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 +AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 +AAAAAAAAOPKCAAAA Less imp Books arts 9.12 21212.29 6.81331014552635795 +AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 +AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 16355.93 6.73650986091947163 -AAAAAAAAABMDAAAA Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 -AAAAAAAAABNAAAAA Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 -AAAAAAAAABNCAAAA Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 -AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 -AAAAAAAAABPBAAAA By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 -AAAAAAAAACAAAAAA Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 -AAAAAAAAACBBAAAA Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 -AAAAAAAAACCDAAAA Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 -AAAAAAAAACDDAAAA Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 AAAAAAAAACEBAAAA Prese Books business 15.17 2637.41 1.08626892339889102 -AAAAAAAAACEEAAAA Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 -AAAAAAAAACFDAAAA British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 -AAAAAAAAACGCAAAA Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 -AAAAAAAAACIAAAAA Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 -AAAAAAAAACJDAAAA M Home furniture 3.93 248.02 0.06515716176958571 -AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 9562.33 3.07138550358641422 -AAAAAAAAACLAAAAA Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 -AAAAAAAAACLBAAAA Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 -AAAAAAAAACMCAAAA In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 -AAAAAAAAACODAAAA Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 -AAAAAAAAACPCAAAA Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 -AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 -AAAAAAAAADCAAAAA Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 -AAAAAAAAADCDAAAA Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 -AAAAAAAAADDBAAAA Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 -AAAAAAAAADEAAAAA Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 -AAAAAAAAADEBAAAA Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 -AAAAAAAAADFDAAAA Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 -AAAAAAAAADGBAAAA Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 -AAAAAAAAADGEAAAA Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 -AAAAAAAAADIAAAAA Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 +AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 +AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 +AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 +AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 +AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 +AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 +AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 +AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 +AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 +AAAAAAAAGLMCAAAA Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 +AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 +AAAAAAAAIJJCAAAA Euro Books business 3.01 3615.47 1.48910207532427212 +AAAAAAAAIKEAAAAA All Books business 9.44 2769.66 1.14073867407076356 +AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 +AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 +AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 +AAAAAAAAKLHBAAAA Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 +AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 +AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 +AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 +AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 +AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 +AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 +AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 +AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 +AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 +AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 +AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 +AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 +AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 1323.92 0.40447330513458563 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 +AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 +AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 +AAAAAAAACHOCAAAA Final governm Books computers 6.22 4453.71 1.36066137214556420 +AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 +AAAAAAAAEANCAAAA Ye Books computers 9.75 6814.84 2.08201466762597401 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 +AAAAAAAAECFCAAAA Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 +AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 +AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 +AAAAAAAAGCFEAAAA Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 +AAAAAAAAGDOCAAAA Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 +AAAAAAAAGENAAAAA Genera Books computers 2.84 60.00 0.01833071356885245 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 +AAAAAAAAGMCAAAAA More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 +AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 +AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 +AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 +AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 +AAAAAAAAIHEEAAAA Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 +AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 +AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 +AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 +AAAAAAAAJMCCAAAA Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 +AAAAAAAAJMGBAAAA Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 +AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 +AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 +AAAAAAAALNHDAAAA Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 +AAAAAAAALPPCAAAA Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 +AAAAAAAAMGEEAAAA Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 +AAAAAAAAMJEAAAAA Local pro Books computers 1.04 3400.92 1.03902150650969466 +AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 8124.94 2.48226579840186729 +AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 +AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 +AAAAAAAANCFCAAAA Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 +AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 +AAAAAAAANNIAAAAA Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 +AAAAAAAANOJBAAAA Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 +AAAAAAAAOBIDAAAA Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 +AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 +AAAAAAAAOGFAAAAA Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 +AAAAAAAAOKBBAAAA Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 +AAAAAAAAOMDAAAAA Together hot rights Books computers 4.99 1742.88 0.53247056774802601 +AAAAAAAAOMPCAAAA Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 +AAAAAAAAPADEAAAA Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 +AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 +AAAAAAAAPENCAAAA Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 +AAAAAAAAPHADAAAA Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 +AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 +AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 +AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 +AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 670.95 0.25145400717135810 AAAAAAAAADIDAAAA Literary movies will include actually at a models. Else other areas would develop then on a consequences; responsibilities must exercise most average, fin Books cooking 3.29 2472.84 0.92675389685315026 -AAAAAAAAADJCAAAA Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 -AAAAAAAAADKDAAAA Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 -AAAAAAAAADNBAAAA Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 -AAAAAAAAADOAAAAA Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 -AAAAAAAAADOCAAAA Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 -AAAAAAAAADPBAAAA Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 -AAAAAAAAAEAAAAAA Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 -AAAAAAAAAEAEAAAA Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 -AAAAAAAAAEDAAAAA Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 -AAAAAAAAAEFEAAAA Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 -AAAAAAAAAEGBAAAA Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 -AAAAAAAAAEGDAAAA Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 -AAAAAAAAAEGEAAAA There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 -AAAAAAAAAEHCAAAA Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 -AAAAAAAAAEJAAAAA Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 -AAAAAAAAAEJBAAAA European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 -AAAAAAAAAEKCAAAA Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 -AAAAAAAAAELCAAAA Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 -AAAAAAAAAEMAAAAA Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 -AAAAAAAAAENCAAAA Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 -AAAAAAAAAEPAAAAA Causes Sports fishing 3.57 2974.41 1.01486036641030929 -AAAAAAAAAFADAAAA Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 -AAAAAAAAAFCEAAAA Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 -AAAAAAAAAFDAAAAA New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 -AAAAAAAAAFECAAAA Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 -AAAAAAAAAFGCAAAA Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 -AAAAAAAAAFGDAAAA Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 -AAAAAAAAAFHBAAAA Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 -AAAAAAAAAFIBAAAA Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 -AAAAAAAAAFJDAAAA Prob Sports fitness 3.33 3763.14 1.23432805277282645 -AAAAAAAAAFLAAAAA Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 -AAAAAAAAAFMCAAAA Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 -AAAAAAAAAFPAAAAA Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 -AAAAAAAAAGAEAAAA Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 -AAAAAAAAAGCAAAAA Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 -AAAAAAAAAGEAAAAA Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 -AAAAAAAAAGEDAAAA Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 -AAAAAAAAAGFDAAAA Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 -AAAAAAAAAGGBAAAA Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 -AAAAAAAAAGIAAAAA Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 -AAAAAAAAAGKDAAAA Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 -AAAAAAAAAGMBAAAA True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 -AAAAAAAAAGNBAAAA Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 -AAAAAAAAAGOAAAAA Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 -AAAAAAAAAGODAAAA Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 -AAAAAAAAAGPCAAAA Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 -AAAAAAAAAHAEAAAA Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 -AAAAAAAAAHDAAAAA New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 -AAAAAAAAAHDBAAAA Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 -AAAAAAAAAHFBAAAA Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 -AAAAAAAAAHHCAAAA However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 -AAAAAAAAAHICAAAA Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 AAAAAAAAAHKCAAAA Somewhere hot arms touch however before a members. New developers ought to deal polish cells. Days achieve into an interests. Bodie Books cooking 5.86 6965.58 2.61051196553046958 -AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 12999.66 3.97155073254114100 -AAAAAAAAAHNAAAAA Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 AAAAAAAAAHPAAAAA Surveys shall not ne Books cooking 4.61 8126.46 3.04557855446419965 AAAAAAAAAHPDAAAA Efforts used to perpetuate about various researchers; political days must fight rather than the days. Standards used to rush towards a ends. Slow, short signals used to show seemingly. Figures wo Books cooking 91.23 3094.41 1.15970160866103618 -AAAAAAAAAIAAAAAA Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 -AAAAAAAAAICAAAAA Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 -AAAAAAAAAIDAAAAA Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 -AAAAAAAAAIEBAAAA More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 -AAAAAAAAAIEEAAAA New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 -AAAAAAAAAIHBAAAA Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 -AAAAAAAAAIIDAAAA Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 -AAAAAAAAAIJAAAAA Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 -AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 7565.38 2.42997245034657729 -AAAAAAAAAIJDAAAA Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 +AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 +AAAAAAAAAMACAAAA Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 +AAAAAAAAAOLAAAAA Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 +AAAAAAAABINAAAAA Below invisi Books cooking 9.59 6854.08 2.56872476559067313 +AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 +AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 +AAAAAAAACDKBAAAA Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 +AAAAAAAADEIBAAAA Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 +AAAAAAAAECPBAAAA Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 +AAAAAAAAEHIDAAAA Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 +AAAAAAAAEPJDAAAA Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 +AAAAAAAAGADEAAAA Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 +AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 +AAAAAAAAGBGBAAAA Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 +AAAAAAAAGEDDAAAA Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 +AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 +AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 +AAAAAAAAGPPBAAAA Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 +AAAAAAAAHDIBAAAA Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 +AAAAAAAAHFDEAAAA Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 +AAAAAAAAHKLAAAAA Purel Books cooking 4.62 4512.72 1.69124603508805594 +AAAAAAAAIHGCAAAA About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 +AAAAAAAAIOCCAAAA Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 +AAAAAAAAIOICAAAA Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 +AAAAAAAAJBFBAAAA Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 +AAAAAAAAJFKBAAAA Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 +AAAAAAAAJHGAAAAA Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 +AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 +AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 +AAAAAAAAKFMCAAAA Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 +AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 +AAAAAAAAKNIBAAAA Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 +AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 +AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 +AAAAAAAAMBCCAAAA Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 +AAAAAAAAMHIBAAAA Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 +AAAAAAAAMMIDAAAA Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 +AAAAAAAAOBBBAAAA Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 +AAAAAAAAOCFBAAAA Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 +AAAAAAAAODNBAAAA Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 +AAAAAAAAOIOBAAAA There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 +AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 +AAAAAAAAPDGEAAAA African lives must n Books cooking 0.88 13101.34 4.91002972250450964 +AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 +AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 3266.76 1.63593221785307258 AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 2592.74 1.29839562701771033 -AAAAAAAAAILAAAAA Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 -AAAAAAAAAILBAAAA Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 -AAAAAAAAAILDAAAA Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 -AAAAAAAAAIMCAAAA Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 -AAAAAAAAAJBDAAAA Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 -AAAAAAAAAJBEAAAA Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 -AAAAAAAAAJDBAAAA Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 -AAAAAAAAAJEBAAAA Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 -AAAAAAAAAJEDAAAA Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 -AAAAAAAAAJFAAAAA Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +AAAAAAAABGCEAAAA Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 +AAAAAAAABGMDAAAA NULL Books entertainments NULL 10168.52 5.09220434800331998 +AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 +AAAAAAAACGMDAAAA Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 +AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 +AAAAAAAACLAEAAAA As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 +AAAAAAAACNOAAAAA Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 +AAAAAAAACOFBAAAA British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 +AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 +AAAAAAAADFBBAAAA Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 +AAAAAAAADGKAAAAA However small values Books entertainments 1.49 10944.45 5.48077555794795460 +AAAAAAAADHJDAAAA Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 +AAAAAAAAEAPDAAAA Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 +AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 +AAAAAAAAEHHBAAAA Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 +AAAAAAAAFOCBAAAA However new Books entertainments 2.06 1060.15 0.53090326217932597 +AAAAAAAAGABBAAAA Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 +AAAAAAAAGEECAAAA Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 +AAAAAAAAGHKDAAAA Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 +AAAAAAAAGNKAAAAA Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 +AAAAAAAAGOLDAAAA Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 +AAAAAAAAHDGDAAAA Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 +AAAAAAAAIDODAAAA Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 +AAAAAAAAIFABAAAA Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 +AAAAAAAAJCGCAAAA Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 +AAAAAAAAJFEBAAAA Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 +AAAAAAAAJKGAAAAA Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 +AAAAAAAAJNFEAAAA Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 +AAAAAAAAKDEAAAAA Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 +AAAAAAAAKELBAAAA However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 +AAAAAAAAKJNAAAAA Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 +AAAAAAAAKLEEAAAA Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 +AAAAAAAAKPABAAAA Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 +AAAAAAAALGMCAAAA Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 +AAAAAAAAMAACAAAA Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 +AAAAAAAAMAHDAAAA Jol Books entertainments 14.38 5937.80 2.97353901822232865 +AAAAAAAAMFMAAAAA Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 +AAAAAAAAMMDBAAAA Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 +AAAAAAAANJFEAAAA Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 +AAAAAAAAOAJCAAAA Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +AAAAAAAAOOEAAAAA Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 +AAAAAAAAPNIBAAAA Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 +AAAAAAAAABNCAAAA Services will let meetings. Following cuts used to belong actually thorough, comfortable products. Famous lights find since a lands. Books fiction 3.74 8142.46 2.25778249039137954 +AAAAAAAAAHICAAAA Particular, concerned odds should see conditions. Limited, existing Books fiction 7.71 5250.85 1.45598224488318951 AAAAAAAAAJFCAAAA Real, brown girls used to go across a effects. Legal questions may assess able, false others. Policies put about; capable provisions get at a opportunities; prime, b Books fiction 7.98 3032.61 0.84089743863473711 -AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1648.81 0.52959175558345253 -AAAAAAAAAJKAAAAA Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 -AAAAAAAAAJMCAAAA African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 -AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 1630.37 0.61101880866229541 -AAAAAAAAAKAAAAAA Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 -AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 4074.80 1.67828612504912059 -AAAAAAAAAKCCAAAA Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 -AAAAAAAAAKCEAAAA Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 -AAAAAAAAAKDBAAAA Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 -AAAAAAAAAKECAAAA Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 AAAAAAAAAKEDAAAA Original, large kinds suit Books fiction 9.86 192.06 0.05325536816939455 -AAAAAAAAAKGAAAAA Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 -AAAAAAAAAKHAAAAA Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 -AAAAAAAAAKIBAAAA Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 -AAAAAAAAAKJBAAAA Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 -AAAAAAAAAKJDAAAA Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 -AAAAAAAAAKLCAAAA Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 -AAAAAAAAAKMAAAAA Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 -AAAAAAAAAKMDAAAA Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 -AAAAAAAAAKOBAAAA Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 -AAAAAAAAAKPBAAAA Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 -AAAAAAAAALCDAAAA Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 -AAAAAAAAALDCAAAA Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 -AAAAAAAAALDDAAAA Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 -AAAAAAAAALECAAAA Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 -AAAAAAAAALFAAAAA Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 -AAAAAAAAALFBAAAA Beaches make Books parenting 0.44 1510.40 0.62307727404022627 -AAAAAAAAALLDAAAA Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 -AAAAAAAAALMAAAAA Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 -AAAAAAAAALMDAAAA Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 -AAAAAAAAALNBAAAA Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 AAAAAAAAALOAAAAA Teams would lead now through a eggs. Explanations think good, alone questions; liberal, religious plans alter then. True sports reduce eagerly racial, direct t Books fiction 2.73 8823.33 2.44657756758338031 -AAAAAAAAAMACAAAA Best national participants forget. Usually clear efforts can operate on Books cooking 2.20 10381.99 3.89089051034051434 -AAAAAAAAAMBDAAAA Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 -AAAAAAAAAMBEAAAA Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 -AAAAAAAAAMCDAAAA Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 -AAAAAAAAAMDCAAAA Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 -AAAAAAAAAMDEAAAA Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 -AAAAAAAAAMEAAAAA Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 -AAAAAAAAAMFCAAAA Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 -AAAAAAAAAMFDAAAA Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 -AAAAAAAAAMHAAAAA Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 -AAAAAAAAAMJBAAAA Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 -AAAAAAAAAMKBAAAA Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 -AAAAAAAAAMLCAAAA Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 -AAAAAAAAAMLDAAAA Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 AAAAAAAAAMNBAAAA Local, direct times can go also. American lines mention further calculations. Russian devices advise sources. Political initiatives may learn just new machines. Books fiction 3.42 12602.81 3.49457089721403384 -AAAAAAAAAMOAAAAA Follow Sports optics 9.98 5054.82 1.46519537068733878 -AAAAAAAAANABAAAA Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 -AAAAAAAAANDAAAAA Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 -AAAAAAAAANDBAAAA Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 -AAAAAAAAANEAAAAA Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 -AAAAAAAAANECAAAA Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 -AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 3539.41 1.45777527580742808 -AAAAAAAAANJBAAAA New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 -AAAAAAAAANKDAAAA Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 -AAAAAAAAANLCAAAA United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 -AAAAAAAAANMDAAAA Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 -AAAAAAAAANOCAAAA Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 -AAAAAAAAAOBBAAAA Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 -AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 2591.64 0.79177684189301279 -AAAAAAAAAOBEAAAA Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 -AAAAAAAAAOCBAAAA Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 -AAAAAAAAAOCDAAAA Special Sports baseball 3.63 6243.21 1.84754947658668622 -AAAAAAAAAODAAAAA Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 -AAAAAAAAAODCAAAA Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 -AAAAAAAAAOFBAAAA Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 -AAAAAAAAAOGAAAAA Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 -AAAAAAAAAOIBAAAA More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 -AAAAAAAAAOLAAAAA Near educational cases shall become big hotels. Periods should not Books cooking 5.92 1932.24 0.72415156243652281 -AAAAAAAAAOLDAAAA Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 -AAAAAAAAAOMCAAAA Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 -AAAAAAAAAONBAAAA Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 -AAAAAAAAAOOAAAAA Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 -AAAAAAAAAOODAAAA Digita Home flatware 98.92 4233.13 0.95218530050094701 -AAAAAAAAAPACAAAA Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 -AAAAAAAAAPBEAAAA Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 -AAAAAAAAAPEAAAAA Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 AAAAAAAAAPEBAAAA Words think as the police. Only companies shall speak anyway sure, present pairs. Small days may not beat short-term things. Well constant Books fiction 3.13 7820.63 2.16854384029267992 -AAAAAAAAAPFCAAAA Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 -AAAAAAAAAPHBAAAA Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 -AAAAAAAAAPIAAAAA Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 -AAAAAAAAAPKAAAAA Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 -AAAAAAAAAPKDAAAA Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 -AAAAAAAAAPLDAAAA Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 -AAAAAAAAAPMBAAAA Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 -AAAAAAAAAPOAAAAA A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 -AAAAAAAAAPPCAAAA True, red Home kids 9.30 714.26 0.28707993970139603 -AAAAAAAABAADAAAA Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 -AAAAAAAABACEAAAA Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 -AAAAAAAABADDAAAA Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 -AAAAAAAABAGDAAAA Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 -AAAAAAAABAKCAAAA Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 -AAAAAAAABAMAAAAA Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 -AAAAAAAABAPDAAAA Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 -AAAAAAAABBFDAAAA Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 -AAAAAAAABBGCAAAA About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 -AAAAAAAABCGBAAAA Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 -AAAAAAAABCICAAAA Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 -AAAAAAAABCLCAAAA Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 AAAAAAAABCPBAAAA Equal, human roads break hard topics. So political feet should fail away relative publications. Final, industrial areas may leave however by a police. Realistica Books fiction 30.09 2166.28 0.60067707465373335 -AAAAAAAABDCEAAAA Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 -AAAAAAAABDDDAAAA Scientific Home tables 1.25 11322.31 6.08695712946918370 -AAAAAAAABDFEAAAA Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 -AAAAAAAABDGAAAAA Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 -AAAAAAAABDJDAAAA Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 -AAAAAAAABDOBAAAA Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 AAAAAAAABDPAAAAA Keen years fight much. Concerned, vital kings get downstairs new, worthy millions. Else full gam Books fiction 2.95 834.15 0.23129733082630670 -AAAAAAAABDPDAAAA Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 -AAAAAAAABECDAAAA Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 -AAAAAAAABEHBAAAA Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 -AAAAAAAABEIAAAAA Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 -AAAAAAAABEIDAAAA Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 -AAAAAAAABEMCAAAA Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 -AAAAAAAABEPCAAAA Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 -AAAAAAAABFABAAAA Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 -AAAAAAAABFCCAAAA Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 -AAAAAAAABFDEAAAA Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 -AAAAAAAABFGBAAAA Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 -AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 18486.63 5.93783809930902956 -AAAAAAAABFKAAAAA Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 -AAAAAAAABFMBAAAA Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 AAAAAAAABGAAAAAA Quite different services promote all the same. Private, marginal colleagues play of course similar, different girls. French, local girls reap here. Bad movies shorten relatively. Terms Books fiction 57.09 769.64 0.21340967175826732 -AAAAAAAABGADAAAA Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 -AAAAAAAABGCEAAAA Absolute proteins will happen huge, important unions. Varieties might not climb old, dead memories. Social, efficient governments form especially. Deputies may encourage for ever years. Books entertainments 0.79 3539.20 1.77236506674062204 -AAAAAAAABGFBAAAA Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 -AAAAAAAABGFEAAAA Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 -AAAAAAAABGGDAAAA Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 -AAAAAAAABGMDAAAA NULL Books entertainments NULL 10168.52 5.09220434800331998 -AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1803.90 0.90335933089212480 -AAAAAAAABHBBAAAA Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 -AAAAAAAABHBEAAAA British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 -AAAAAAAABHCDAAAA Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 -AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 5219.85 1.67659677305589163 -AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 8533.58 2.60711017828146505 -AAAAAAAABHGCAAAA Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 -AAAAAAAABHIDAAAA Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 -AAAAAAAABHJCAAAA More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 -AAAAAAAABHLDAAAA Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 -AAAAAAAABIABAAAA Children ma Sports optics 6.80 4282.62 1.24136467736002683 -AAAAAAAABIDBAAAA Workers let pr Home kids 1.17 8583.68 3.45000747181149588 -AAAAAAAABIDEAAAA Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 -AAAAAAAABIKAAAAA Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 -AAAAAAAABINAAAAA Below invisi Books cooking 9.59 6854.08 2.56872476559067313 -AAAAAAAABIOCAAAA Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 -AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 4776.44 1.96727029035280789 -AAAAAAAABJAAAAAA Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 -AAAAAAAABJGAAAAA Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 -AAAAAAAABJJAAAAA Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 -AAAAAAAABJJDAAAA Final office Home glassware 86.90 809.50 0.23521997673428895 -AAAAAAAABJLBAAAA Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 -AAAAAAAABJPAAAAA Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 -AAAAAAAABJPDAAAA Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 -AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 1316.93 0.54240339321216707 -AAAAAAAABKBBAAAA Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 -AAAAAAAABKCAAAAA Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 -AAAAAAAABKDCAAAA Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 -AAAAAAAABKEBAAAA Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 -AAAAAAAABKIDAAAA Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 -AAAAAAAABKPCAAAA Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 -AAAAAAAABLDBAAAA Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 -AAAAAAAABLGBAAAA Simple, ec Books sports 7.35 3308.52 1.06875781212498004 -AAAAAAAABLHAAAAA Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 -AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 2742.24 0.83778693295083244 -AAAAAAAABLNAAAAA Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 -AAAAAAAABMADAAAA Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 -AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 3023.83 1.24542356275333325 -AAAAAAAABMECAAAA Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 -AAAAAAAABMHCAAAA Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 -AAAAAAAABMIBAAAA Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 -AAAAAAAABMJAAAAA Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 -AAAAAAAABMJDAAAA Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 -AAAAAAAABMKCAAAA Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 AAAAAAAABMLBAAAA Factors could stimulate always. Public, local reactions might bring very. Sufficien Books fiction 3.49 2812.85 0.77996127436885068 -AAAAAAAABMMAAAAA Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 -AAAAAAAABMNCAAAA Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 -AAAAAAAABNCAAAAA Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 -AAAAAAAABNGCAAAA Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 -AAAAAAAABNJCAAAA At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 -AAAAAAAABNKBAAAA Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 -AAAAAAAABNMCAAAA Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 -AAAAAAAABNNBAAAA For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 -AAAAAAAABOBAAAAA Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 -AAAAAAAABOBDAAAA Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 -AAAAAAAABODBAAAA Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 -AAAAAAAABODEAAAA Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 -AAAAAAAABOHDAAAA Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 -AAAAAAAABOJBAAAA Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 -AAAAAAAABOMBAAAA Common are Sports outdoor 1.31 14565.86 3.95038597317985966 -AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 2682.59 1.00536255324213955 -AAAAAAAABONDAAAA Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 -AAAAAAAABPCBAAAA Sure socia Home tables 1.78 3600.34 1.93556926382629347 -AAAAAAAABPECAAAA So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 -AAAAAAAABPFEAAAA Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 -AAAAAAAABPGDAAAA Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 -AAAAAAAACACBAAAA Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 -AAAAAAAACACEAAAA Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 -AAAAAAAACAEBAAAA Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 -AAAAAAAACAECAAAA Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 -AAAAAAAACAFAAAAA Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 -AAAAAAAACAGDAAAA Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 -AAAAAAAACAKCAAAA Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 -AAAAAAAACALAAAAA Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 -AAAAAAAACANBAAAA Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 -AAAAAAAACAPDAAAA So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 -AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 1306.20 0.41954667374840381 -AAAAAAAACBAEAAAA Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 -AAAAAAAACBBAAAAA Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 -AAAAAAAACBCCAAAA Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 -AAAAAAAACBDBAAAA Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 -AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 8850.95 3.31709791306853266 -AAAAAAAACBHAAAAA Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 -AAAAAAAACBIAAAAA Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 -AAAAAAAACBKAAAAA Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 -AAAAAAAACBLAAAAA Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 -AAAAAAAACBLCAAAA Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 -AAAAAAAACBLDAAAA Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 -AAAAAAAACBMBAAAA Ca Sports sailing 0.93 1188.60 0.45955299559268340 -AAAAAAAACBNDAAAA Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 -AAAAAAAACBOAAAAA Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 -AAAAAAAACBODAAAA Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 -AAAAAAAACCABAAAA Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 -AAAAAAAACCAEAAAA Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 -AAAAAAAACCBDAAAA Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 -AAAAAAAACCDEAAAA Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 -AAAAAAAACCFEAAAA Lightly right Books self-help 7.86 4806.98 1.83701002464401047 -AAAAAAAACCGAAAAA Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 -AAAAAAAACCHCAAAA Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 -AAAAAAAACCKAAAAA Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 -AAAAAAAACCLCAAAA Multiple, personal attitudes change so. Major, international companies can give scales. Strong women may take there expensive scores Books arts 45.80 3235.97 1.03938175612434718 -AAAAAAAACCMDAAAA Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 -AAAAAAAACCOCAAAA Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 -AAAAAAAACCPAAAAA Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 -AAAAAAAACCPBAAAA Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 -AAAAAAAACCPDAAAA Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 -AAAAAAAACDBBAAAA Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 -AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 52.80 0.02174671331171924 -AAAAAAAACDCDAAAA Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 -AAAAAAAACDCEAAAA Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 -AAAAAAAACDFAAAAA Asleep, philos Books science 4.18 2847.46 0.90092128128087716 -AAAAAAAACDFDAAAA Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 -AAAAAAAACDIAAAAA Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 -AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 8105.34 3.33834290291686442 -AAAAAAAACDIDAAAA Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 -AAAAAAAACDJCAAAA Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 -AAAAAAAACDKBAAAA Unique, commercial discussions mark then social, top states; organizations will not hit never still traditional programmes. Social, afraid papers ought to meet english egg Books cooking 2.98 3583.18 1.34287945363479681 -AAAAAAAACDMDAAAA Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 -AAAAAAAACDNBAAAA Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 -AAAAAAAACDOBAAAA British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 -AAAAAAAACDPAAAAA Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 -AAAAAAAACDPCAAAA Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 -AAAAAAAACEABAAAA Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 -AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 14335.55 5.90437681848137841 -AAAAAAAACECAAAAA Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 -AAAAAAAACEEBAAAA Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 AAAAAAAACEFAAAAA Important years participate indeed. Hands make so. Great, environmental lives ought to exist so national, free Books fiction 4.25 4189.26 1.16161920054835893 -AAAAAAAACEFDAAAA Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 -AAAAAAAACEHAAAAA National sea Home tables 29.68 317.94 0.17092688238914429 -AAAAAAAACEHBAAAA International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 -AAAAAAAACEICAAAA Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 -AAAAAAAACEKBAAAA English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 -AAAAAAAACEKDAAAA Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 -AAAAAAAACELDAAAA Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 -AAAAAAAACEMBAAAA Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 AAAAAAAACENDAAAA Key, other cases maintain special men. Words would cause significantly good, interesting arguments; plants would not bel Books fiction 6.71 20125.67 5.58054756589471431 -AAAAAAAACEODAAAA Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 -AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 7909.27 3.25758763626859184 -AAAAAAAACEPCAAAA Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 -AAAAAAAACFABAAAA Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 -AAAAAAAACFBDAAAA Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 -AAAAAAAACFCCAAAA Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 -AAAAAAAACFCEAAAA Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 AAAAAAAACFFBAAAA Main, ltd. flames continue firmly. European spirits used to endure true with a features. Others tell never moral, normal writers. Li Books fiction 0.77 4100.91 1.13712106570629911 -AAAAAAAACFGDAAAA Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 -AAAAAAAACFHAAAAA Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 -AAAAAAAACFHDAAAA Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 -AAAAAAAACFJAAAAA Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 -AAAAAAAACFKAAAAA Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 -AAAAAAAACFMAAAAA Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 -AAAAAAAACFNCAAAA Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 -AAAAAAAACFNDAAAA Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 -AAAAAAAACFOBAAAA Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 -AAAAAAAACFPBAAAA Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 -AAAAAAAACGAAAAAA Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 -AAAAAAAACGBBAAAA Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 -AAAAAAAACGBEAAAA Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 -AAAAAAAACGCBAAAA Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 -AAAAAAAACGCDAAAA Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 -AAAAAAAACGDDAAAA Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 -AAAAAAAACGFDAAAA Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 -AAAAAAAACGHBAAAA Other foods w Books sports 1.39 4385.79 1.41675048808519103 -AAAAAAAACGIAAAAA Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 -AAAAAAAACGJCAAAA Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 -AAAAAAAACGLAAAAA Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 -AAAAAAAACGMDAAAA Aware sentences used to find very by the months; difficulties bring finally. Years turn maybe shots. Apparent, bad lives try more. Physical, voluntary activ Books entertainments 6.55 1235.50 0.61871525767349642 -AAAAAAAACGOBAAAA Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 -AAAAAAAACGODAAAA Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 -AAAAAAAACHAEAAAA Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 -AAAAAAAACHBAAAAA Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 -AAAAAAAACHBBAAAA Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 -AAAAAAAACHBDAAAA Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 -AAAAAAAACHEDAAAA Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 -AAAAAAAACHGBAAAA Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 -AAAAAAAACHKAAAAA Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 -AAAAAAAACHKDAAAA Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 -AAAAAAAACHLAAAAA Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 -AAAAAAAACHNDAAAA Western activiti Sports optics 6.61 4812.45 1.39494175097516500 -AAAAAAAACHOAAAAA Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 -AAAAAAAACHOCAAAA Final governm Books computers 6.22 4453.71 1.36066137214556420 -AAAAAAAACHODAAAA Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 -AAAAAAAACIAAAAAA Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 -AAAAAAAACIADAAAA Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +AAAAAAAACNLDAAAA Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 +AAAAAAAADCIDAAAA National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 +AAAAAAAADDDEAAAA Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 +AAAAAAAADEAAAAAA So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 +AAAAAAAADOKBAAAA Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 +AAAAAAAAECBDAAAA Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 +AAAAAAAAEEFEAAAA Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 +AAAAAAAAEGGBAAAA Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 +AAAAAAAAEJPDAAAA Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 +AAAAAAAAENBCAAAA Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 +AAAAAAAAFNFCAAAA Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 +AAAAAAAAFOCEAAAA Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 +AAAAAAAAGEJBAAAA Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 +AAAAAAAAGEPDAAAA Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 +AAAAAAAAGJFDAAAA Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 +AAAAAAAAGNOBAAAA Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 +AAAAAAAAHDDAAAAA Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 +AAAAAAAAHMADAAAA Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 +AAAAAAAAHMGDAAAA Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 +AAAAAAAAIMNCAAAA Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 +AAAAAAAAJEBCAAAA Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +AAAAAAAAJJKAAAAA Elsewher Books fiction 2.23 15758.25 4.36952725947808852 +AAAAAAAAKDOBAAAA Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 +AAAAAAAAKFBEAAAA Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 +AAAAAAAAKGNDAAAA There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 +AAAAAAAAKNFBAAAA Publi Books fiction 1.56 5440.65 1.50861094882232877 +AAAAAAAAKPNCAAAA New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 +AAAAAAAALIAAAAAA Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 +AAAAAAAAMCHCAAAA English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 +AAAAAAAAMDGBAAAA Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 +AAAAAAAAMGBBAAAA Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 +AAAAAAAAMLAAAAAA Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 +AAAAAAAANAMDAAAA Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 +AAAAAAAANDDAAAAA Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +AAAAAAAANEOAAAAA Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 +AAAAAAAANJGDAAAA Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 +AAAAAAAANMFEAAAA Low meals c Books fiction 6.53 3925.96 1.08861004487304088 +AAAAAAAANNEEAAAA Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 +AAAAAAAANOKAAAAA So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 +AAAAAAAAOCGAAAAA Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 +AAAAAAAAOFECAAAA Later high interests Books fiction 5.61 9818.74 2.72258988680392092 +AAAAAAAAOGEEAAAA Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 +AAAAAAAAOHHAAAAA Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 +AAAAAAAAOJCEAAAA Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 +AAAAAAAAPCEBAAAA Th Books fiction 0.34 NULL NULL +AAAAAAAAPGDEAAAA Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 +AAAAAAAAPMBAAAAA Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 +AAAAAAAAPOACAAAA Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 +AAAAAAAAAFIBAAAA Different, fresh structures used to mean big schools; small, opposite findings drag Books history 6.99 7291.12 1.92655117449779699 +AAAAAAAAAJFAAAAA Normal cases call into a rates. Easy royal police cannot assert long records. Young, scottish exceptions kill more ce Books history 2.50 2666.31 0.70452587010983513 +AAAAAAAAAMEAAAAA Very, true women eat. Left institutions may agree towards the kids; national, other terms open there then different prices; others settle however. Apparently normal Books history 9.64 12533.18 3.31167401567829075 +AAAAAAAAAMJBAAAA Flowers will look respectable negotiations. Standards see and so on social men. Points could play in the steps Books history 8.23 3648.46 0.96404186162184032 +AAAAAAAAAOFBAAAA Also independent documents can answer approximately. Negotiations drop never. Similar, likely panels take parents. Ordinary, financial requirements could not match short, international p Books history 3.95 1478.52 0.39067309857998261 +AAAAAAAABADDAAAA Protective, different police wish. So free standards could develop as for a respondents. Surprising, famous goods cannot fire only othe Books history 1.74 935.90 0.24729523642629503 +AAAAAAAABHCDAAAA Also academic schemes might not think in a ingredients. Running, red papers come. Then prop Books history 9.69 3556.29 0.93968754818940992 +AAAAAAAABHJCAAAA More weak months believe today unnecessary sources. Years tread difficult emissions. Intermediate, personal farms could sail as without a causes. New offices illust Books history 1.75 7880.37 2.08225020010330435 +AAAAAAAABMJDAAAA Lines shall talk usually blue, vague cards. Popular years increa Books history 59.09 836.67 0.22107544124456487 +AAAAAAAABODEAAAA Cruel presents shall not stay brothers. Indian, minor wages carry always significantly sorry employees. Right new looks wil Books history 3.76 4975.56 1.31470486863256383 +AAAAAAAABPFEAAAA Serious, big changes might find populations; leaders make helplessly on a policies; great, likely departments try somehow changes; very right bags pretend new, central villages. No longer Books history 2.64 42.27 0.01116910956698311 +AAAAAAAACBLCAAAA Right difficulties feed too directly medieval years. Vocational services see here; abroad sure relationships would sit against the principles; injuries would not assist bare, safe adve Books history 5.98 1059.57 0.27997287494412803 AAAAAAAACIBAAAAA Surely specific clubs must remember necessary, big duties. There final words learn practically standard lands. Private, clear companies must see Books history 4.94 811.68 0.21447227001014547 -AAAAAAAACIBCAAAA At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 -AAAAAAAACICCAAAA Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 -AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 11940.70 5.97967889704728347 -AAAAAAAACIDEAAAA Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 -AAAAAAAACIECAAAA Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 -AAAAAAAACIFBAAAA Free proced Sports optics 5.97 8583.18 2.48792946173674879 -AAAAAAAACIFEAAAA Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 -AAAAAAAACIHCAAAA English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 -AAAAAAAACIICAAAA Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 -AAAAAAAACIKCAAAA Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 -AAAAAAAACIMDAAAA Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 -AAAAAAAACINCAAAA Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 -AAAAAAAACIOCAAAA Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 -AAAAAAAACJACAAAA Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 -AAAAAAAACJBEAAAA Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 -AAAAAAAACJCBAAAA English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 -AAAAAAAACJDCAAAA Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 -AAAAAAAACJECAAAA Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 -AAAAAAAACJEEAAAA Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 -AAAAAAAACJFEAAAA Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 -AAAAAAAACJGAAAAA Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 -AAAAAAAACJGDAAAA Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 AAAAAAAACJHBAAAA Good children shall pass fairly free, current cards. German tactics know Books history 1.13 8970.57 2.37031651782095244 -AAAAAAAACJIAAAAA Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 -AAAAAAAACJIBAAAA Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 -AAAAAAAACJIDAAAA Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 -AAAAAAAACJJAAAAA Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 -AAAAAAAACJJCAAAA Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 -AAAAAAAACJJDAAAA Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 -AAAAAAAACJLAAAAA Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 -AAAAAAAACJMCAAAA Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 -AAAAAAAACKABAAAA Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 -AAAAAAAACKAEAAAA Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 -AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 5246.53 1.68516629170204644 -AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 372.00 0.11948504259256333 -AAAAAAAACKIAAAAA Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 -AAAAAAAACKJCAAAA Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 -AAAAAAAACKKDAAAA Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 -AAAAAAAACKNBAAAA Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 -AAAAAAAACKNDAAAA Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 -AAAAAAAACKPBAAAA Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 -AAAAAAAACLABAAAA Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 -AAAAAAAACLADAAAA Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 -AAAAAAAACLAEAAAA As direct shoes cannot guarantee there regular given specialists. Teachers say even eyes. True re Books entertainments 1.33 8646.39 4.32995015523718553 -AAAAAAAACLBAAAAA Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 -AAAAAAAACLCBAAAA Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 -AAAAAAAACLCCAAAA Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 -AAAAAAAACLDAAAAA Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 -AAAAAAAACLDBAAAA Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 -AAAAAAAACLFCAAAA Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 -AAAAAAAACLFEAAAA Young, nation Sports camping 0.49 7131.74 1.36980618149302870 -AAAAAAAACLGAAAAA Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 -AAAAAAAACLHAAAAA Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 -AAAAAAAACLIBAAAA Close, Sports sailing 4.04 9506.48 3.67552697420657321 -AAAAAAAACLICAAAA American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 -AAAAAAAACLJAAAAA Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 -AAAAAAAACLJDAAAA Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 -AAAAAAAACLKCAAAA Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 -AAAAAAAACLMDAAAA For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 AAAAAAAACLNAAAAA At all public areas object Books history 75.67 152.32 0.04024790085741346 -AAAAAAAACLOCAAAA Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 -AAAAAAAACLPBAAAA Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 -AAAAAAAACMBEAAAA Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 -AAAAAAAACMCBAAAA Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 -AAAAAAAACMCDAAAA Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 -AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 7486.65 2.40468466162799527 -AAAAAAAACMFAAAAA However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 -AAAAAAAACMFBAAAA Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 -AAAAAAAACMFDAAAA Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 -AAAAAAAACMFEAAAA Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 -AAAAAAAACMGCAAAA Ho Books sports 3.04 667.70 0.21568846225981683 -AAAAAAAACMKBAAAA Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 -AAAAAAAACMLAAAAA Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 -AAAAAAAACMLDAAAA Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 -AAAAAAAACMPAAAAA New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 -AAAAAAAACNBDAAAA Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 -AAAAAAAACNCAAAAA Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 -AAAAAAAACNCDAAAA Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 -AAAAAAAACNEAAAAA Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 -AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6909.55 2.21932224743399447 -AAAAAAAACNGCAAAA Again avail Sports fitness 3.02 17536.86 5.75217458174547567 -AAAAAAAACNIDAAAA Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 -AAAAAAAACNKAAAAA Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 -AAAAAAAACNKBAAAA European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 -AAAAAAAACNKDAAAA Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 -AAAAAAAACNLDAAAA Profoundly useless women might go desperate, international remarks. Different, subject lines can arrange. Personal conditions should fin Books fiction 9.50 7033.39 1.95025395152003509 -AAAAAAAACNOAAAAA Terms will happen today after a arguments. Most physical flowers doubt just. Other authorities would like still Books entertainments 4.15 2195.94 1.09968561953503661 -AAAAAAAACNPCAAAA Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 -AAAAAAAACOAEAAAA Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 -AAAAAAAACOBCAAAA Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 -AAAAAAAACOFBAAAA British, corporate years used to land all poor sequences. Lights ought to get wide real, everyday performances. Ears know essentially. C Books entertainments 5.45 9164.29 4.58930477437850791 -AAAAAAAACOHAAAAA Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 -AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 3276.00 1.00085696085934385 -AAAAAAAACOOCAAAA Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 -AAAAAAAACPAAAAAA Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 -AAAAAAAACPCAAAAA Only, s Books science 0.31 19345.48 6.12080753674979927 -AAAAAAAACPCDAAAA Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 -AAAAAAAACPGDAAAA Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 -AAAAAAAACPJDAAAA No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 -AAAAAAAACPKBAAAA Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 -AAAAAAAACPNCAAAA Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 -AAAAAAAACPOBAAAA Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 -AAAAAAAADACCAAAA Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 -AAAAAAAADAGEAAAA Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 -AAAAAAAADAHAAAAA Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 -AAAAAAAADAHDAAAA However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 -AAAAAAAADAKAAAAA Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 -AAAAAAAADANAAAAA Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 -AAAAAAAADANDAAAA Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 -AAAAAAAADBFBAAAA Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 -AAAAAAAADBGAAAAA Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 -AAAAAAAADBLBAAAA British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 -AAAAAAAADBMAAAAA So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 -AAAAAAAADBOBAAAA Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 -AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3918.06 1.25846657521564159 AAAAAAAADCDCAAAA Recent, unable partners may continue good, blac Books history 0.69 1302.85 0.34425536785767547 -AAAAAAAADCIDAAAA National women find major, able shows. Direct visitors must not want indian clothes. Years must run slowly in the costs. Months mak Books fiction 8.93 25454.69 7.05820518373323846 -AAAAAAAADCNBAAAA Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 -AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 9674.08 4.84459805742939560 -AAAAAAAADCPCAAAA Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 -AAAAAAAADDDEAAAA Male terms may provide laws; friends add truly rare points. Separate, whole hours may change over. Prime interests could not pretend indeed by a goods. Just past countries get how Books fiction 2.27 6298.10 1.74636902149153296 AAAAAAAADDFCAAAA Misleading, royal orders ought to attempt away single schools. Fat generations could not get h Books history 5.94 11450.72 3.02565285783877016 -AAAAAAAADDGBAAAA Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 -AAAAAAAADDGEAAAA New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 -AAAAAAAADDNDAAAA Indeed Home rugs 1.24 7725.64 2.72211585415332808 -AAAAAAAADDOCAAAA Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 -AAAAAAAADDPBAAAA Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 -AAAAAAAADEAAAAAA So fair schools must go problems. Children should not paint in a photographs. Great, late senten Books fiction 1.47 1344.56 0.37282639709383077 -AAAAAAAADEBCAAAA Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 -AAAAAAAADECEAAAA Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 -AAAAAAAADEDAAAAA Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 -AAAAAAAADEDDAAAA Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 -AAAAAAAADEIBAAAA Then attractive practices establish also at a issues; more independent records can inject even weak confidential bands. General parts will come culturally national standards. Books cooking 8.90 1781.95 0.66782691419480076 -AAAAAAAADELBAAAA Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 -AAAAAAAADFBBAAAA Social, popular leaves could not ca Books entertainments 2.61 8216.66 4.11474942057103287 -AAAAAAAADFBEAAAA Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 -AAAAAAAADFEBAAAA Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 -AAAAAAAADFFAAAAA Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 -AAAAAAAADFFDAAAA American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 -AAAAAAAADFKBAAAA Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 -AAAAAAAADGBDAAAA Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 -AAAAAAAADGCCAAAA Deep parent Books science 1.30 15194.47 4.80744993109081411 -AAAAAAAADGDBAAAA Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 -AAAAAAAADGDEAAAA Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 -AAAAAAAADGGBAAAA Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 -AAAAAAAADGJBAAAA Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 -AAAAAAAADGKAAAAA However small values Books entertainments 1.49 10944.45 5.48077555794795460 -AAAAAAAADGKDAAAA Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 -AAAAAAAADGOCAAAA Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 -AAAAAAAADHAAAAAA Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 -AAAAAAAADHCEAAAA Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 -AAAAAAAADHFBAAAA Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 -AAAAAAAADHHCAAAA Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 AAAAAAAADHIBAAAA Eyes must not sound. Classes take. Best pleased methods provi Books history 0.17 697.92 0.18441317598743437 -AAAAAAAADHJAAAAA Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 -AAAAAAAADHJDAAAA Public hands might not Books entertainments 2.74 7787.48 3.89982411560275185 -AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 473.11 0.19485961240355096 -AAAAAAAADHPAAAAA Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 -AAAAAAAADICAAAAA Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 -AAAAAAAADICDAAAA Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 -AAAAAAAADIEEAAAA Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 -AAAAAAAADIKBAAAA Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 -AAAAAAAADIPCAAAA Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 -AAAAAAAADJAEAAAA Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 -AAAAAAAADJEAAAAA Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 -AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 4388.55 1.40958624642363923 -AAAAAAAADJHDAAAA Har Books self-help 0.70 26516.21 10.13329441469815912 -AAAAAAAADJMBAAAA Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 -AAAAAAAADJOCAAAA Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 -AAAAAAAADKDDAAAA British services benefi Sports fishing 2.03 972.01 0.33164709127339026 -AAAAAAAADKECAAAA Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 -AAAAAAAADKIBAAAA Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 -AAAAAAAADKJDAAAA Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 -AAAAAAAADKLBAAAA Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 -AAAAAAAADLBBAAAA Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 -AAAAAAAADLCAAAAA Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 -AAAAAAAADLDCAAAA Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 -AAAAAAAADLEBAAAA Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 -AAAAAAAADLEEAAAA Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 -AAAAAAAADLFAAAAA Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 -AAAAAAAADLJCAAAA Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 -AAAAAAAADLODAAAA Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 AAAAAAAADLPCAAAA Patient trains will happen even good, central steps. New equations will include by a exercises. Key, psychological deaths apply mainly also foreign bodies. Assistant, inap Books history 9.95 12236.37 3.23324715477040676 -AAAAAAAADMBDAAAA Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 -AAAAAAAADMICAAAA Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 -AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 14429.31 5.94299370939249197 -AAAAAAAADNGDAAAA Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 -AAAAAAAADNNCAAAA Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 -AAAAAAAADNPDAAAA Fol Books science 1.79 10320.77 3.26543703237455084 -AAAAAAAADOBBAAAA Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 -AAAAAAAADOCDAAAA Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 -AAAAAAAADOEBAAAA Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 -AAAAAAAADOFAAAAA Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 -AAAAAAAADOHBAAAA Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 -AAAAAAAADOKBAAAA Much inner companies could not look nowadays managerial actual detectives. Great days Books fiction 5.84 6859.72 1.90209785556054977 -AAAAAAAADOMCAAAA Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 -AAAAAAAADONBAAAA Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 -AAAAAAAADOOAAAAA Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 -AAAAAAAADOODAAAA Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 -AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4697.04 1.50867210876068187 -AAAAAAAADPEAAAAA Catholic years st Books science 0.45 3035.02 0.96026427311115443 -AAAAAAAADPJBAAAA Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 -AAAAAAAADPNDAAAA Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 -AAAAAAAAEAABAAAA Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 -AAAAAAAAEABDAAAA Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 -AAAAAAAAEADAAAAA So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 -AAAAAAAAEADEAAAA Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 -AAAAAAAAEAFEAAAA Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 -AAAAAAAAEAGAAAAA Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 -AAAAAAAAEAJAAAAA Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 -AAAAAAAAEAMBAAAA Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 -AAAAAAAAEANCAAAA Ye Books computers 9.75 6814.84 2.08201466762597401 -AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 11065.91 3.38076710981166719 -AAAAAAAAEAPDAAAA Implications imagine alive groups. Applications ought to meet steadily royal ideas. Able, efficient shoes shou Books entertainments 7.80 1342.26 0.67217866593672789 -AAAAAAAAEBBEAAAA Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 -AAAAAAAAEBECAAAA Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 -AAAAAAAAEBFAAAAA Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 -AAAAAAAAEBFBAAAA Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 -AAAAAAAAEBGAAAAA Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 -AAAAAAAAEBGDAAAA Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 -AAAAAAAAEBIBAAAA Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 -AAAAAAAAEBKCAAAA Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 -AAAAAAAAEBMCAAAA Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 -AAAAAAAAECACAAAA Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 -AAAAAAAAECBDAAAA Forces can testify happy, international levels. Performances pay right bands. Items could discourage even in a months; readers simplify ea Books fiction 0.09 4305.74 1.19391736406169371 -AAAAAAAAECDCAAAA Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 -AAAAAAAAECDEAAAA Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 -AAAAAAAAECEBAAAA Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 -AAAAAAAAECFCAAAA Prepared others convey elsewhere environmental, british tactics. Sorry adults hear. So working texts release wor Books computers 1.98 3527.15 1.07758627273963207 -AAAAAAAAECFDAAAA Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 -AAAAAAAAECGEAAAA Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 -AAAAAAAAECICAAAA Old, n Sports guns 1.37 6973.14 1.82718035126437398 AAAAAAAAECIDAAAA Unemployed attacks may not take both later social circumstances. Wide, other owners must not explore teach Books history 3.98 3016.53 0.79706539110696841 -AAAAAAAAECLAAAAA Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 -AAAAAAAAECMBAAAA A Home lighting 6.73 3212.00 0.97364212540862202 -AAAAAAAAECMCAAAA Rather vast companies pose quiet, actual carers. Close times take only simple possibilities. Current events might say only on a foundation Books entertainments 67.28 1401.63 0.70191004986880032 -AAAAAAAAECOAAAAA Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 -AAAAAAAAECODAAAA Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 -AAAAAAAAECPBAAAA Alone, following police will not expect mentally clothes. Dramatic, american weeks will not leap so central images. Costs remedy below black, easy letters. Parties ought to come more for a Books cooking 17.66 2891.75 1.08375009350588686 -AAAAAAAAEDADAAAA Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 -AAAAAAAAEDAEAAAA For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 -AAAAAAAAEDCBAAAA Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 -AAAAAAAAEDDBAAAA Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 -AAAAAAAAEDECAAAA Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 -AAAAAAAAEDFCAAAA Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 -AAAAAAAAEDGAAAAA Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 -AAAAAAAAEDGEAAAA Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 -AAAAAAAAEDJBAAAA Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 -AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 1275.30 0.40962170650079573 -AAAAAAAAEDLBAAAA Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 -AAAAAAAAEDMDAAAA Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 -AAAAAAAAEDNAAAAA Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 -AAAAAAAAEEADAAAA Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 -AAAAAAAAEEBBAAAA Noble, general d Home paint 9.34 5700.17 1.43996256411084218 -AAAAAAAAEEFDAAAA Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 -AAAAAAAAEEFEAAAA Sufficient, only samples indicate still. Streets take clouds. Services know probably royal times. Old, international seconds must not mean clearly now rich managers. Legs est Books fiction 6.90 6816.68 1.89016350667993568 -AAAAAAAAEEHBAAAA Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 -AAAAAAAAEEIAAAAA Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 -AAAAAAAAEEIBAAAA Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 -AAAAAAAAEEJCAAAA Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 -AAAAAAAAEEJDAAAA Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 -AAAAAAAAEELAAAAA Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 AAAAAAAAEEMCAAAA Extra, annual kinds produce other lights. Successful pp. should not tell home in a husbands. Centres ho Books history 87.93 4408.70 1.16492200965125215 -AAAAAAAAEENBAAAA Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 -AAAAAAAAEFCAAAAA Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 -AAAAAAAAEFDBAAAA Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 -AAAAAAAAEFEBAAAA Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 -AAAAAAAAEFFCAAAA Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 -AAAAAAAAEFHDAAAA Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 -AAAAAAAAEFNDAAAA No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 -AAAAAAAAEFPBAAAA Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 -AAAAAAAAEGADAAAA Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 -AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 15285.33 4.90959222067576886 -AAAAAAAAEGCBAAAA Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 -AAAAAAAAEGCCAAAA Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 -AAAAAAAAEGDDAAAA Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 -AAAAAAAAEGDEAAAA Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 -AAAAAAAAEGECAAAA Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 -AAAAAAAAEGFCAAAA International applications Sports basketball 8.29 5761.52 2.35493609281918858 -AAAAAAAAEGGBAAAA Enough average men keep conditions. Smooth magistrates kill only increasingly labour numbers. Numbers beat for a positions. Villages could make yet except for a thoughts. Little, cold prices think; d Books fiction 1.41 2850.60 0.79042878529457517 -AAAAAAAAEGKCAAAA Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 -AAAAAAAAEGMAAAAA Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 -AAAAAAAAEGOCAAAA Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 -AAAAAAAAEHCBAAAA Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 -AAAAAAAAEHEBAAAA Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 -AAAAAAAAEHFAAAAA Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 -AAAAAAAAEHFBAAAA Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 -AAAAAAAAEHGCAAAA As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 -AAAAAAAAEHHBAAAA Prepared, necessary others will let above for a stocks. Clearly new studies know. Final, social doubts worry certainly conclusions. Essential, severe attitudes respond sufficiently Books entertainments 8.82 9367.84 4.69123880165446112 -AAAAAAAAEHIDAAAA Potential years would lay in order strong jobs. Times cannot allow specif Books cooking 3.65 6197.62 2.32270122054602041 -AAAAAAAAEHJAAAAA Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 -AAAAAAAAEHJCAAAA Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 -AAAAAAAAEHKBAAAA Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 -AAAAAAAAEHLAAAAA Pretty bloody countr Home blinds/shades 6.45 NULL NULL -AAAAAAAAEHLDAAAA Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 -AAAAAAAAEHMAAAAA Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 -AAAAAAAAEHPCAAAA Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 -AAAAAAAAEIABAAAA Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 -AAAAAAAAEIACAAAA Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 -AAAAAAAAEIAEAAAA At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 -AAAAAAAAEIBAAAAA Then human details Books home repair 0.82 2109.69 0.61146560394752959 -AAAAAAAAEIBDAAAA Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 -AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 8853.82 3.64661903889329658 -AAAAAAAAEIEEAAAA Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 -AAAAAAAAEIFAAAAA New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 -AAAAAAAAEIFDAAAA Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 -AAAAAAAAEIIAAAAA Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 -AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 4211.38 1.73453927096038222 -AAAAAAAAEIMCAAAA Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 -AAAAAAAAEINDAAAA German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 -AAAAAAAAEIODAAAA Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 -AAAAAAAAEJAEAAAA Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 -AAAAAAAAEJCBAAAA Young, whi Books home repair 5.38 1079.51 0.31288162437011962 -AAAAAAAAEJCCAAAA English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 -AAAAAAAAEJDDAAAA Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 -AAAAAAAAEJDEAAAA Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 -AAAAAAAAEJEDAAAA Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 -AAAAAAAAEJGAAAAA Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 -AAAAAAAAEJGBAAAA Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 -AAAAAAAAEJJDAAAA New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 -AAAAAAAAEJMAAAAA Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 AAAAAAAAEJNDAAAA Also public times make flat, personal instances. Almost old remains used to reverse yesterday wryly lucky Books history 1.94 7302.98 1.92968497245058666 -AAAAAAAAEJPDAAAA Appropriate rates shall eliminate the Books fiction 2.51 2774.19 0.76924143404067827 -AAAAAAAAEKADAAAA Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 -AAAAAAAAEKBBAAAA Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 -AAAAAAAAEKDAAAAA Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 -AAAAAAAAEKFAAAAA Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 -AAAAAAAAEKFBAAAA Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 -AAAAAAAAEKFDAAAA Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 AAAAAAAAEKFEAAAA Afraid, grey officers mean costly institutions. Societi Books history 9.13 4121.85 1.08912690486560974 -AAAAAAAAEKGAAAAA Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 -AAAAAAAAEKGDAAAA Houses should Books mystery 1.77 3341.80 1.96116208918398979 -AAAAAAAAEKIAAAAA Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 -AAAAAAAAEKIDAAAA Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 -AAAAAAAAEKKBAAAA Only single Books sports 1.98 2633.56 0.85072413759018003 -AAAAAAAAEKNBAAAA Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 -AAAAAAAAEKODAAAA Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 -AAAAAAAAELBBAAAA Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 -AAAAAAAAELBDAAAA Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 -AAAAAAAAELDCAAAA Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 -AAAAAAAAELDEAAAA Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 -AAAAAAAAELFCAAAA Objective Books travel 1.28 545.37 0.23227347937469255 -AAAAAAAAELGBAAAA About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 -AAAAAAAAELHBAAAA Eyes could not Books travel 4.34 23586.52 10.04551601067307221 -AAAAAAAAELHDAAAA Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 -AAAAAAAAELIDAAAA Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 -AAAAAAAAELJBAAAA Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 -AAAAAAAAELNDAAAA Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 -AAAAAAAAELODAAAA Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 -AAAAAAAAEMABAAAA More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 -AAAAAAAAEMBCAAAA Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 -AAAAAAAAEMCBAAAA O Sports outdoor 92.60 1351.68 0.36658719170908911 -AAAAAAAAEMDAAAAA Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 -AAAAAAAAEMDBAAAA Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 -AAAAAAAAEMDEAAAA Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 -AAAAAAAAEMFEAAAA Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 -AAAAAAAAEMGAAAAA Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 -AAAAAAAAEMGBAAAA Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 -AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 6635.76 2.02730359786080573 -AAAAAAAAEMLCAAAA Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 -AAAAAAAAEMMAAAAA Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 -AAAAAAAAEMMBAAAA Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 -AAAAAAAAEMNAAAAA More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 -AAAAAAAAENACAAAA Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 -AAAAAAAAENBBAAAA Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 -AAAAAAAAENBCAAAA Agencies will pick different authorities. Whole, academic moments will include again perhaps other profits. Months can lay in a effects. Feet must want gentle, central sections. Even visible he Books fiction 5.71 9516.94 2.63890525640965207 -AAAAAAAAENCEAAAA Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 -AAAAAAAAENFAAAAA Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 -AAAAAAAAENJDAAAA British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 -AAAAAAAAENLAAAAA Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 -AAAAAAAAENMDAAAA Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 -AAAAAAAAENPAAAAA Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 -AAAAAAAAENPDAAAA Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 -AAAAAAAAEOAEAAAA Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 -AAAAAAAAEODBAAAA Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 -AAAAAAAAEODCAAAA Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 -AAAAAAAAEODEAAAA Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 -AAAAAAAAEOEEAAAA Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 -AAAAAAAAEOKDAAAA Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 -AAAAAAAAEOMBAAAA Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 -AAAAAAAAEONBAAAA Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 -AAAAAAAAEOOAAAAA Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 -AAAAAAAAEPBDAAAA Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 -AAAAAAAAEPCBAAAA Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 -AAAAAAAAEPCEAAAA Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 -AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 21563.43 6.92609503223590818 -AAAAAAAAEPECAAAA Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 -AAAAAAAAEPEDAAAA Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 -AAAAAAAAEPFBAAAA Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 -AAAAAAAAEPHAAAAA Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 -AAAAAAAAEPHCAAAA Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 -AAAAAAAAEPHDAAAA More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 -AAAAAAAAEPIBAAAA Available Home decor 2.19 2145.41 0.75891291378716614 -AAAAAAAAEPJDAAAA Over demanding subjects may not look of course after a pos Books cooking 6.49 15543.46 5.82527058992133213 -AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 1382.17 0.44394796053807327 -AAAAAAAAEPKCAAAA Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 -AAAAAAAAEPMDAAAA New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 -AAAAAAAAEPNCAAAA Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 -AAAAAAAAEPNDAAAA Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 -AAAAAAAAFABEAAAA Houses design Home bathroom 4.80 6543.35 2.21925816911599564 -AAAAAAAAFACDAAAA Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 -AAAAAAAAFAFDAAAA As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 -AAAAAAAAFAIDAAAA Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 -AAAAAAAAFAJCAAAA Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 -AAAAAAAAFAKBAAAA Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 -AAAAAAAAFANBAAAA There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 -AAAAAAAAFBABAAAA Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 -AAAAAAAAFBCCAAAA Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 AAAAAAAAFBFCAAAA Mechanisms make. Most small colleagues remember only. Previous, clear years measure at once. Words find already representatives. Lucky restaurants mark parts. Local, prime grants cannot find so Books history 3.98 7776.53 2.05481229290113909 -AAAAAAAAFBJBAAAA Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 -AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 17.00 0.00546033796793972 -AAAAAAAAFBOCAAAA Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 AAAAAAAAFCCEAAAA Whole companies teach more subsequent, similar priests. From time to time united tests should talk men. Fine standards come to Books history 7.77 3200.84 0.84576609099555741 -AAAAAAAAFCDAAAAA Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 -AAAAAAAAFCDDAAAA Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 -AAAAAAAAFCECAAAA Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 -AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 5418.45 1.74038636837546980 -AAAAAAAAFCJDAAAA Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 -AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 1415.82 0.45475621775108336 -AAAAAAAAFCOBAAAA Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 -AAAAAAAAFDACAAAA Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 -AAAAAAAAFDEEAAAA Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +AAAAAAAAFJKBAAAA Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 +AAAAAAAAGDNDAAAA Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 +AAAAAAAAGECBAAAA However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 +AAAAAAAAGHHDAAAA Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 +AAAAAAAAGICDAAAA Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 +AAAAAAAAGIIDAAAA Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +AAAAAAAAGLMAAAAA Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 +AAAAAAAAHBJCAAAA Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 +AAAAAAAAHDDDAAAA Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 +AAAAAAAAIEODAAAA Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 +AAAAAAAAIGPAAAAA Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 +AAAAAAAAIIHAAAAA Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 +AAAAAAAAIIJBAAAA Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 +AAAAAAAAIIOBAAAA Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 +AAAAAAAAIKIDAAAA Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 +AAAAAAAAILPBAAAA Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 +AAAAAAAAIMNBAAAA Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 +AAAAAAAAINPCAAAA Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 +AAAAAAAAIONDAAAA Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 +AAAAAAAAJGEAAAAA Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 +AAAAAAAAKFLAAAAA Everyd Books history 1.79 7069.46 1.86798138915080206 +AAAAAAAAKLLDAAAA Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 +AAAAAAAAKMKCAAAA Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 +AAAAAAAAKNBEAAAA Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 +AAAAAAAALAFAAAAA New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 +AAAAAAAALANBAAAA Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 +AAAAAAAALJCDAAAA Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 +AAAAAAAAMBFCAAAA Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 +AAAAAAAAMBPDAAAA Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 +AAAAAAAAMGICAAAA Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 +AAAAAAAAMHMBAAAA Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 +AAAAAAAAMKEDAAAA States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 +AAAAAAAAMPPCAAAA Categories shall Books history 8.98 3439.98 0.90895466118359479 +AAAAAAAANELDAAAA Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 +AAAAAAAANIBDAAAA Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 +AAAAAAAANMCBAAAA Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 +AAAAAAAANNHBAAAA Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 +AAAAAAAAOCJBAAAA Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 +AAAAAAAAOEKAAAAA Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 +AAAAAAAAOGGAAAAA Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 +AAAAAAAAOLDBAAAA Special chee Books history 49.12 29083.38 7.68477543880305618 +AAAAAAAAPNLBAAAA National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 +AAAAAAAAADPBAAAA Then specific supporters know years. Flowers start deliberately lucky dealers. Much english trades want. Errors vary from a years. Only absolute women might lower material centres. White, civil j Books home repair 6.98 47.79 0.01385129626279332 +AAAAAAAAAMKBAAAA Scottish, broken pupils must not wait high just terms. International, european miles might think; areas may get true feet. Certain authorities can eliminate Books home repair 3.89 13388.47 3.88047006644738394 +AAAAAAAAANMDAAAA Professional, great girls shall not understand then. Living, old eyes take genuinely schools. Further recent drivers recover properties; wrong, fresh policies swim. Pregnant, full appl Books home repair 43.55 8865.73 2.56961399489296127 +AAAAAAAABFDEAAAA Efficient, bad commitments ought to form grounds. Alone vast competitors might Books home repair 19.40 2154.45 0.62443869498587713 +AAAAAAAABIKAAAAA Rough conservatives function easily views; modern, corresponding texts improve wide, faint experiments. Duties cannot support similarly pages. Shows should discuss apart scenes. Ye Books home repair 34.30 11259.71 3.26347727648329297 +AAAAAAAABJJAAAAA Very european writers ought to swim so efficient, proud opponents. Quickly medical si Books home repair 3.61 459.93 0.13330459698988348 +AAAAAAAABODBAAAA Governments shall light just. Mediterranean, russian differences would adjust perhaps methods. Holes answer largely commercially optimistic fees. Available houses used to help later scotti Books home repair 1.89 4790.66 1.38850912229155567 +AAAAAAAACDFDAAAA Whole, thin items Books home repair 1.75 18262.68 5.29319504567043955 +AAAAAAAACLADAAAA Full problems might not split political, serious legs. Also particular minutes transmit thus healthy minute Books home repair 6.75 10082.03 2.92214238251454560 +AAAAAAAACOHAAAAA Again parliamentary stocks may generate typically unnecessary external arrangements. Funds fight again sole, rural contributions. Public fires Books home repair 6.21 8374.65 2.42728098445704281 +AAAAAAAADAKAAAAA Following, other respects must not come new, Books home repair 6.10 11471.54 3.32487338628340825 +AAAAAAAADECEAAAA Open, other words include a little sharply anxious soldiers. Conditions mean now rules. Patients shall vary around a problems. Difficult edges take stil Books home repair 7.66 12933.23 3.74852480361679112 +AAAAAAAADLEEAAAA Professional, delicate settings must raise partially generally common heads. Either Books home repair 1.78 289.30 0.08384975954856889 +AAAAAAAAEADEAAAA Ships should help private, possible societies. C Books home repair 8.10 11201.35 3.24656240621971025 +AAAAAAAAEIBAAAAA Then human details Books home repair 0.82 2109.69 0.61146560394752959 +AAAAAAAAEJCBAAAA Young, whi Books home repair 5.38 1079.51 0.31288162437011962 +AAAAAAAAEJDDAAAA Unknown minutes must not override especially significant flowers. Northern problems mean on the objections. Words mean later econo Books home repair 2.50 1600.14 0.46377930951969246 +AAAAAAAAFAFDAAAA As available citizens shall know. Unlikely, social men require. Leaves would make now on a years. Yet industrial interest Books home repair 9.91 16111.32 4.66965194611147247 AAAAAAAAFDFAAAAA All right used men must demand. Visual companies take entirely inhabitants; forward common hands hear here local customers. So traditional questions shal Books home repair 7.18 603.13 0.17480921353794800 -AAAAAAAAFDFDAAAA Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 -AAAAAAAAFDHBAAAA Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 -AAAAAAAAFDIDAAAA Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 -AAAAAAAAFDJCAAAA Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 -AAAAAAAAFDLDAAAA Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 -AAAAAAAAFDMCAAAA Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 -AAAAAAAAFDNBAAAA Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 -AAAAAAAAFECCAAAA Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 -AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 1365.45 0.41716121404315967 -AAAAAAAAFEGBAAAA Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 -AAAAAAAAFEHDAAAA Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 -AAAAAAAAFEMBAAAA Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 -AAAAAAAAFENAAAAA Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 -AAAAAAAAFFBCAAAA Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 -AAAAAAAAFFCEAAAA Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +AAAAAAAAFIHCAAAA Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 +AAAAAAAAFKDEAAAA Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 +AAAAAAAAGBEAAAAA Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 +AAAAAAAAGCOBAAAA Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 +AAAAAAAAGDEBAAAA Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 +AAAAAAAAGPOCAAAA Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 +AAAAAAAAHGMAAAAA Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 +AAAAAAAAHPJDAAAA Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 +AAAAAAAAIKODAAAA Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 +AAAAAAAAILKCAAAA Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 +AAAAAAAAIMCDAAAA Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 +AAAAAAAAINCDAAAA Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 +AAAAAAAAINLAAAAA Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 +AAAAAAAAIPHBAAAA Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 +AAAAAAAAJACCAAAA Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 +AAAAAAAAJAICAAAA Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 +AAAAAAAAJKFBAAAA Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 +AAAAAAAAKCDCAAAA So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 +AAAAAAAAKDBDAAAA Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 +AAAAAAAAKFHBAAAA Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 +AAAAAAAAKPNDAAAA Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 +AAAAAAAALALAAAAA Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 +AAAAAAAALCCEAAAA Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 +AAAAAAAALOCEAAAA Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 +AAAAAAAALPGCAAAA Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 +AAAAAAAAMBGAAAAA Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL +AAAAAAAAMCADAAAA Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 +AAAAAAAAMGPCAAAA Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 +AAAAAAAAMJDCAAAA Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 +AAAAAAAAMKGDAAAA Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 +AAAAAAAAMLNCAAAA Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 +AAAAAAAANAOBAAAA In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 +AAAAAAAANCBDAAAA White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 +AAAAAAAANOAEAAAA Labour, h Books home repair 35.82 4334.42 1.25627402275322497 +AAAAAAAAOHHBAAAA Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 +AAAAAAAAOIFCAAAA Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 +AAAAAAAAOJIAAAAA Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 +AAAAAAAAOONCAAAA Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 +AAAAAAAAPEDDAAAA Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 +AAAAAAAAPHIBAAAA Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 +AAAAAAAAPKPAAAAA Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 +AAAAAAAAPNGAAAAA Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 +AAAAAAAAADCAAAAA Nice knees help be Books mystery 1.55 2196.44 1.28899840180958840 +AAAAAAAAADDBAAAA Numbers take serious, christian lips. Blue objects flow only quite immediate countr Books mystery 7.65 3764.47 2.20920936317866241 +AAAAAAAAAIJDAAAA Central, entire generations like poor, indian loans. Gentle, powerful buildings adopt again activities. Married sounds will write in the organizations. Bodies appear to the days. Already bro Books mystery 4.06 4820.07 2.82869667580737137 +AAAAAAAAAPIAAAAA Ministers should fail never ears; civil, biological problems will re Books mystery 6.70 859.50 0.50440445737436089 +AAAAAAAABONDAAAA Joint, foreign relationships ring other, physical representations. Illustrations will not understand more flat pupils. Soft, grateful constraints train little, short par Books mystery 0.09 4407.35 2.58648863898649153 +AAAAAAAACECAAAAA Human, possible rumours buy then both following sides; continuous hands use again in the writers; distinctive others increase afterwards wild s Books mystery 4.92 7175.75 4.21114634671794084 +AAAAAAAACLBAAAAA Common, logical babies must take somehow general months. Costs drag. Big, british areas give dramatic, effective clot Books mystery 3.00 834.09 0.48949239540591120 +AAAAAAAACOOCAAAA Only excellent concentrations shall want more monthly, blind subsid Books mystery 8.38 26196.44 15.37359057980221359 +AAAAAAAADPJBAAAA Human years improve broadly poli Books mystery 3.93 7206.32 4.22908659600465895 +AAAAAAAAEKGDAAAA Houses should Books mystery 1.77 3341.80 1.96116208918398979 AAAAAAAAFFDDAAAA French, civil hours must report essential values. Reasonable, complete judges vary clearly homes; often pleasant women would watch. Poor, Books mystery 2.79 4237.23 2.48665235476482047 -AAAAAAAAFFFEAAAA Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 -AAAAAAAAFFGDAAAA D Sports outdoor 51.59 150.15 0.04072196587588758 -AAAAAAAAFFMDAAAA Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 -AAAAAAAAFFPAAAAA More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 AAAAAAAAFGACAAAA Fe Books mystery 8.45 8868.51 5.20455610735205735 -AAAAAAAAFGBBAAAA So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 -AAAAAAAAFGCAAAAA At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 -AAAAAAAAFGEBAAAA Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 -AAAAAAAAFGFDAAAA Ec Home bathroom 4.86 4935.12 1.67380705228479791 -AAAAAAAAFGGCAAAA As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 -AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 11006.14 4.53309415243647005 -AAAAAAAAFGKBAAAA Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 -AAAAAAAAFHDBAAAA Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 -AAAAAAAAFHDEAAAA Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 -AAAAAAAAFHFCAAAA R Home curtains/drapes 2.46 14037.99 4.32186707746291875 -AAAAAAAAFHNDAAAA Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 -AAAAAAAAFHPBAAAA Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 -AAAAAAAAFICBAAAA Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 -AAAAAAAAFIGDAAAA I Sports athletic shoes 4.78 5322.70 1.71120332633210365 -AAAAAAAAFIHCAAAA Hard specialists could deal now royal beds. Now high vehicles boycott fingers. National, british students operate pop Books home repair 2.46 4067.36 1.17887023158474654 -AAAAAAAAFIIBAAAA Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 -AAAAAAAAFIKCAAAA Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 AAAAAAAAFINCAAAA Words want just to the allegations; sometimes clear thousands shall belong up to an views; oth Books mystery 4.62 11058.27 6.48963429767210447 -AAAAAAAAFJEEAAAA Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 -AAAAAAAAFJJCAAAA Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 -AAAAAAAAFJKBAAAA Roads clear. General exceptions give capable, free times; patients ought Books history 4.41 4555.90 1.20381703989160970 -AAAAAAAAFJODAAAA Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 -AAAAAAAAFKCCAAAA Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 -AAAAAAAAFKDBAAAA Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 -AAAAAAAAFKDEAAAA Western, great eyes return unknown tensions. European years might not signal asleep, reduced countries. S Books home repair 7.29 573.54 0.16623294535598411 -AAAAAAAAFKGBAAAA Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 -AAAAAAAAFKHAAAAA Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 -AAAAAAAAFKICAAAA Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 -AAAAAAAAFKKDAAAA Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 -AAAAAAAAFLADAAAA Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 -AAAAAAAAFLCEAAAA Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 -AAAAAAAAFLDDAAAA Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 -AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 18115.81 5.53459540296254882 -AAAAAAAAFLGAAAAA Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 -AAAAAAAAFLLBAAAA Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 -AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 6614.94 2.72449249534515308 -AAAAAAAAFLNCAAAA Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 -AAAAAAAAFLPAAAAA Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 -AAAAAAAAFMBEAAAA Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +AAAAAAAAGJICAAAA Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 +AAAAAAAAGOCDAAAA Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 +AAAAAAAAHCAEAAAA Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 +AAAAAAAAHGPAAAAA Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 +AAAAAAAAHHIAAAAA Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 +AAAAAAAAHLKAAAAA New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 +AAAAAAAAIGAAAAAA Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 +AAAAAAAAIGBBAAAA Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 +AAAAAAAAIJBBAAAA Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 +AAAAAAAAIPCEAAAA Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 +AAAAAAAAJFACAAAA Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 +AAAAAAAAJFEEAAAA Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 +AAAAAAAAKDMBAAAA Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 +AAAAAAAAKJAEAAAA Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL +AAAAAAAAKMNCAAAA Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 +AAAAAAAAKNLBAAAA Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 +AAAAAAAALEPBAAAA Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 +AAAAAAAAMABAAAAA Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 +AAAAAAAAMMKAAAAA Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 +AAAAAAAANHBEAAAA Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 +AAAAAAAAOFBAAAAA Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 +AAAAAAAAOGODAAAA Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 +AAAAAAAAONIDAAAA So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 +AAAAAAAAACDDAAAA Parents may affect perfect conten Books parenting 0.98 4697.24 1.93772741969856492 +AAAAAAAAADOCAAAA Hands know european, absolu Books parenting 1.88 3032.67 1.25105121601136984 +AAAAAAAAAIEEAAAA New results used to lead soon african, true penalties. Popular trains follow environmentally classical gates. Final crews will indica Books parenting 0.41 11256.20 4.64346028340280386 +AAAAAAAAALFBAAAA Beaches make Books parenting 0.44 1510.40 0.62307727404022627 +AAAAAAAABHGCAAAA Girls become from a intervals. Changes shall crash further very initial families. Total, possible systems advertise Books parenting 5.34 4131.30 1.70426320328547855 +AAAAAAAACFCEAAAA Additional, terrible characters shall examine. Ago lexical conditions get into a weeks. Barely trying results perform still hot men. Great kinds end also committees. Police should live only on the Books parenting 4.46 1505.79 0.62117553527345890 +AAAAAAAACLKCAAAA Distinctive, narrow members will think too rules. Teenage, rigid patients occur steadily public, local databases Books parenting 1.50 8666.56 3.57516987559988307 +AAAAAAAADAGEAAAA Environmental businesses behave settlements. Students might make of course almost organisational goals. Eyes brush on Books parenting 7.79 5382.48 2.22040583022777880 +AAAAAAAADIEEAAAA Previous, other details will talk ahead. Children hear here; true services require children; partly lucky members must make at first uncertain Books parenting 1.85 8637.81 3.56330979109997808 +AAAAAAAADLDCAAAA Political, lucky standards learn appeals. Eventual, influential services involve numerous, coming scientists. Eyes play less Books parenting 9.95 18505.53 7.63398780923571800 +AAAAAAAADOODAAAA Major feet must prevent other, able problems. Provisions attract. Daughters accept in pri Books parenting 2.06 5288.92 2.18181002133000101 +AAAAAAAAEBFAAAAA Small companies develop vehemently. Past, great rights would get so ways. Soon national members achieve. Professional, stupid properties can tell m Books parenting 99.89 10199.20 4.20742169848455759 +AAAAAAAAEEHBAAAA Generally communist workers ought to speak to a quantities. Male, english decades take. Explanations retain comparatively large, enormous patterns. Mediterranean budget Books parenting 5.73 525.26 0.21668271250156863 +AAAAAAAAEPHDAAAA More clear charges dry both. More fat days research often strong skills. Now old features admit too good minerals. Abo Books parenting 1.05 5748.19 2.37127023031335292 +AAAAAAAAFDHBAAAA Ages see both to an supporters. Creative sides will not make always. Groups grow therefore expensive talks. Apparent citizens survive across new, single minutes; previous, dark rivers qualify. Books parenting 7.04 4281.84 1.76636466835037239 +AAAAAAAAFDMCAAAA Long walls may clarify cases. New chairs will attract legal patients. Functions disc Books parenting 8.06 721.21 0.29751692320613850 +AAAAAAAAGFCAAAAA Departmen Books parenting 2.09 8636.38 3.56271988081006976 +AAAAAAAAGNPBAAAA B Books parenting 0.89 129.54 0.05343844682148498 +AAAAAAAAICKCAAAA Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 +AAAAAAAAIFFEAAAA Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 +AAAAAAAAIFNAAAAA Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 +AAAAAAAAIHFAAAAA Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 +AAAAAAAAIMJCAAAA Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 +AAAAAAAAJDHAAAAA Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 +AAAAAAAAJLNBAAAA Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 +AAAAAAAAJNFBAAAA Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 +AAAAAAAAKGLBAAAA Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 +AAAAAAAAKHAAAAAA Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 +AAAAAAAAKHEBAAAA New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 +AAAAAAAAKILDAAAA Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 +AAAAAAAALODDAAAA As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 +AAAAAAAAMANDAAAA French Books parenting 4.98 15486.40 6.38852217736795559 +AAAAAAAAMECBAAAA Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 +AAAAAAAAMFBEAAAA Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 +AAAAAAAAMFKBAAAA Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 +AAAAAAAAMHABAAAA Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 +AAAAAAAAMNNAAAAA Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 +AAAAAAAAMNNDAAAA Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 +AAAAAAAAMOPDAAAA Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 +AAAAAAAANBLDAAAA Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 +AAAAAAAANMAAAAAA Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 +AAAAAAAAOAIAAAAA Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 +AAAAAAAAOFNDAAAA Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 +AAAAAAAAONMCAAAA Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 +AAAAAAAAPAICAAAA Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 +AAAAAAAAPMHAAAAA Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 +AAAAAAAAAEGDAAAA Important, large lips warrant. Only old solutions live lovely ingredients. Angles ought to marry central, white banks. Threats follow. Books reference 1.85 5201.12 1.72424350105980017 +AAAAAAAAAHHCAAAA However other lines could afford just for the groups. Tenants must purchase. British arrangements continue domestic, quick tasks. Traditiona Books reference 1.65 10890.80 3.61045142610477583 +AAAAAAAAALMAAAAA Back, social names gather known experiences. Tough problems shall gain. Powerful, far stones cou Books reference 3.50 3501.82 1.16090195513297702 +AAAAAAAAAODAAAAA Secondary, economic pupils loo Books reference 3.68 2726.82 0.90397869373517325 +AAAAAAAABDFEAAAA Magnetic students respond small figures. Tasks may not know less european, scottish months. Characters shall concentrate yesterday still usual systems. Projects Books reference 4.91 6302.00 2.08920050752123786 +AAAAAAAABDJDAAAA Primary, curious reports feel late of course waste weeks; yellow arts imagine still prices; unpleasant, remote forms differ rather than Books reference 2.91 5200.56 1.72405785328382240 +AAAAAAAABEHBAAAA Steep, labour clubs achieve less hands; often great towns mean tall, new maps. Conditions occur following men. Costs should coordinate; objectives know modest details. Child Books reference 2.13 3695.28 1.22503663145558233 +AAAAAAAABLHAAAAA Perhaps old sources disappear. Small, bright enterprises used to take by a systems. Local proteins could not try then. Blank, special colleges appear. Books reference 7.38 14646.94 4.85566399264251343 +AAAAAAAABNJCAAAA At least assistant bands can address certainly black trees. Terms ought to knock ex Books reference 0.49 471.36 0.15626238515157262 +AAAAAAAABOBDAAAA Immediately professional cells may ship properly forward political members. Daily, direct trains can choose clearly. Partners answer everywhere at a chara Books reference 0.18 16491.62 5.46720102726870782 +AAAAAAAACFGDAAAA Even other windows ought to appear very scientists. Models close. Certain actions might press soon by the programs. Ultimate, ill de Books reference 8.20 2172.73 0.72029016482174217 +AAAAAAAACIBCAAAA At once good friends limit. Too simple stations Books reference 1.88 558.14 0.18503116015041315 +AAAAAAAACKJCAAAA Possibilities should not fit almost eggs; seriously little members del Books reference 3.40 9476.74 3.14167090092777145 +AAAAAAAACKNBAAAA Today labour characters used to like quite black difficult papers; ages catch low, common matters. Sick judges might make both opposite seeds. Public, foreign proceedings must not rescue of c Books reference 3.30 2429.21 0.80531684621955986 +AAAAAAAACLGAAAAA Rather suitable weapons could prosecute ago labour, large users. Affairs use normally at the unions; emotions can say; armed, Books reference 2.23 2328.47 0.77192013737670211 +AAAAAAAACLPBAAAA Officials can include more. Trades imagine still in a words. That is american systems should not demonstrate even for a characters. Electrical members should not think able, foreign finger Books reference 9.55 601.20 0.19930614806756081 +AAAAAAAADBOBAAAA Notions shall say major journals; economic standards make at once old requirements. So corporate numbers ask now in a images; surely closed feelings m Books reference 1.80 5327.56 1.76616011676449476 +AAAAAAAADIKBAAAA Rural, strong dollars can go in a students; nice restrictions leave afield spectacular, royal experts; decisions ought to defend about early effective pp.; russian, national relations shall deli Books reference 9.64 3655.37 1.21180591227830962 +AAAAAAAAEEJCAAAA Soldiers may look generally specific forces. Functions shall provide even negative pensioners. Real, soviet opportunities cry no lon Books reference 52.92 6544.32 2.16953295229790342 +AAAAAAAAEJDEAAAA Natural communities create original youngsters; as beautiful children smooth legal, big agreements. Special, other heads make regularly la Books reference 6.41 8590.84 2.84798274960865615 +AAAAAAAAEKFDAAAA Young blacks might answer here great factors. Shares will not cond Books reference 0.35 3766.67 1.24870340775389099 +AAAAAAAAGJHDAAAA Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 +AAAAAAAAGKMBAAAA Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 +AAAAAAAAGOPCAAAA Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 +AAAAAAAAHFBAAAAA Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 +AAAAAAAAHLNDAAAA Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 +AAAAAAAAHMGAAAAA Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 +AAAAAAAAHOHDAAAA Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 +AAAAAAAAIAMCAAAA Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 +AAAAAAAAIGBCAAAA Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 +AAAAAAAAINJBAAAA Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 +AAAAAAAAKGKAAAAA Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 +AAAAAAAAKIEEAAAA Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 +AAAAAAAAKKJCAAAA Wages Books reference 5.92 5010.76 1.66113651778278607 +AAAAAAAAKNGCAAAA Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 +AAAAAAAAKOFCAAAA Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 +AAAAAAAALCFBAAAA English Books reference 3.87 3969.62 1.31598415085154812 +AAAAAAAALIDAAAAA Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 +AAAAAAAALIOBAAAA So no Books reference 73.22 1488.48 0.49345178854890703 +AAAAAAAALNGBAAAA Levels will l Books reference 3.87 13388.03 4.43831784682792099 +AAAAAAAAMBFEAAAA Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 +AAAAAAAAMIHCAAAA Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 +AAAAAAAAMKPAAAAA Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 +AAAAAAAAMNICAAAA Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 +AAAAAAAANIABAAAA Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 +AAAAAAAANJAAAAAA Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 +AAAAAAAANKKBAAAA Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 +AAAAAAAAOGIBAAAA Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 +AAAAAAAAOHKBAAAA Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 +AAAAAAAAOMBBAAAA Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 +AAAAAAAAOMJCAAAA Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 +AAAAAAAAOMLAAAAA Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 +AAAAAAAAONDCAAAA Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 +AAAAAAAAPECBAAAA Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 +AAAAAAAAAANDAAAA Ashamed eyes go european years. Major, modern patients Books romance 1.22 14955.95 4.03960555318512592 +AAAAAAAAAGKDAAAA Free eyes talk biolog Books romance 6.75 3412.47 0.92170893604736888 +AAAAAAAAAPFCAAAA Little, particular jobs become most hard symptoms. Regular, everyday systems cannot benefit in the diseases. International, flexible stones return for a elements. Future tables wou Books romance 1.59 390.03 0.10534719318457167 +AAAAAAAABHLDAAAA Rules can come largely deep wings; soviet, yellow kilometres could eat never bright, entire proposals. More pleased museums may n Books romance 9.78 10231.74 2.76359533983106257 +AAAAAAAABNNBAAAA For example used comments could conduct still. Tab Books romance 0.36 9861.48 2.66358802821780332 +AAAAAAAABOBAAAAA Old, revolutionary eyes may not serve fully by Books romance 2.38 7109.76 1.92034781995215823 +AAAAAAAACHBDAAAA Spare, american sports see even posts; views think at the bands; men flow Books romance 2.58 1267.84 0.34244387715592992 +AAAAAAAACJLAAAAA Very huge councils will not stay elected, outstanding criticisms. Comfortable, financial rivers ought to follow on a men; children may not g Books romance 2.63 1236.83 0.33406806898565182 +AAAAAAAACLABAAAA Minor, obvi Books romance 1.53 2828.17 0.76388937094277378 +AAAAAAAADLEBAAAA Responsibilities require ships. Women ought to accept as to the pp.; huge children could hold wonderful, wil Books romance 0.66 14822.01 4.00342832821488893 +AAAAAAAAEGDEAAAA Capable interests should not make sorry, free courses. Offences should discuss Books romance 2.82 1809.93 0.48886251150053022 +AAAAAAAAEKFBAAAA Other others provide simple descriptions. Books romance 76.52 11952.32 3.22832439567166540 +AAAAAAAAFCDAAAAA Live, late activities feel principles. In Books romance 4.50 4341.92 1.17275359595917089 +AAAAAAAAGAKBAAAA Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 +AAAAAAAAGCLAAAAA Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 +AAAAAAAAGGAEAAAA Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 +AAAAAAAAGIHBAAAA Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 +AAAAAAAAGLLDAAAA Prov Books romance 2.61 4503.02 1.21626674320947086 +AAAAAAAAGMIDAAAA Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 +AAAAAAAAGNBCAAAA Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 +AAAAAAAAGNICAAAA Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 +AAAAAAAAGNMBAAAA Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 +AAAAAAAAGPBEAAAA Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 +AAAAAAAAHDJDAAAA Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 +AAAAAAAAHGCEAAAA Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 +AAAAAAAAICLBAAAA Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 +AAAAAAAAIDPDAAAA Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +AAAAAAAAIEBDAAAA Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 +AAAAAAAAILAEAAAA Alm Books romance 6.14 16369.67 4.42145165207211579 +AAAAAAAAILNCAAAA Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 +AAAAAAAAIMADAAAA Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 +AAAAAAAAJAOCAAAA That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 +AAAAAAAAJFDCAAAA Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 +AAAAAAAAJHJDAAAA At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 +AAAAAAAAKCEEAAAA Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 +AAAAAAAAKDFCAAAA Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 +AAAAAAAAKJECAAAA Stud Books romance 3.37 4311.85 1.16463168200624402 +AAAAAAAAKLODAAAA Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 +AAAAAAAAKPOBAAAA Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 +AAAAAAAALCOBAAAA Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 +AAAAAAAALDACAAAA Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 +AAAAAAAALFCEAAAA Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 +AAAAAAAALLDAAAAA Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 +AAAAAAAAMGODAAAA Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 +AAAAAAAAMLHBAAAA Valu Books romance 1.87 4397.36 1.18772795277826853 +AAAAAAAAMOAAAAAA Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 +AAAAAAAAMPEAAAAA Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 +AAAAAAAANCNAAAAA Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 +AAAAAAAANDOBAAAA Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 +AAAAAAAANFHDAAAA Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 +AAAAAAAANPDAAAAA Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 +AAAAAAAAOCJAAAAA Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 +AAAAAAAAODECAAAA Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 +AAAAAAAAOFHAAAAA Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 +AAAAAAAAOGGDAAAA At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 +AAAAAAAAOJACAAAA New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 +AAAAAAAAOKCAAAAA There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 +AAAAAAAAOKFDAAAA Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 +AAAAAAAAOLBCAAAA Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 +AAAAAAAAOOECAAAA Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 +AAAAAAAAOPMAAAAA Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 +AAAAAAAAADJCAAAA Brothers would count other partners; private patients know. Never joint farmers c Books science 3.21 9474.14 2.99756777894488755 +AAAAAAAAAGMBAAAA True regulations may not restore with a magistrates. Critical results take once white, large prisoners; political, Books science 1.54 8024.10 2.53878279348116792 +AAAAAAAAAIHBAAAA Valuable, young ways make at all years. Mo Books science 3.67 13305.96 4.20993535708038049 +AAAAAAAAAIJAAAAA Complex, different boats pick only. Objectives assess on the bands; full, effective arts must mis Books science 6.70 4666.56 1.47647489846181864 +AAAAAAAAAKCCAAAA Responses find up to faint rates. Hours should not expire at a Books science 9.54 4713.74 1.49140240088532302 +AAAAAAAABNMCAAAA Machines taste always top, likely interests. Results must bring only apart from a studies; true issues tell now poor procedures; long rules become almost secret diffi Books science 1.28 8189.57 2.59113662616487436 +AAAAAAAACDFAAAAA Asleep, philos Books science 4.18 2847.46 0.90092128128087716 +AAAAAAAACHBBAAAA Relatively sad accidents happen secondary, other sons; organisatio Books science 3.19 11344.35 3.58929232976010858 +AAAAAAAACKNDAAAA Nice instructions will not laugh really scientific users. More temporary leaders u Books science 1.60 7592.00 2.40206863923792411 +AAAAAAAACMFDAAAA Central vehicles matter now at a companies; r Books science 1.11 1098.99 0.34771462247577532 +AAAAAAAACPCAAAAA Only, s Books science 0.31 19345.48 6.12080753674979927 +AAAAAAAADAHAAAAA Forces require more new examples. Also narrow students take files. Native, important objectives ought to release still legs. Difficulties might say mainly. Years Books science 2.33 1815.50 0.57441459622450622 +AAAAAAAADGCCAAAA Deep parent Books science 1.30 15194.47 4.80744993109081411 +AAAAAAAADNPDAAAA Fol Books science 1.79 10320.77 3.26543703237455084 +AAAAAAAADPEAAAAA Catholic years st Books science 0.45 3035.02 0.96026427311115443 +AAAAAAAAENFAAAAA Outstanding shows would produce all english hearts; deep, strange relations will help bars. At last available operations should not dry long alternative gl Books science 1.51 2004.47 0.63420370459605397 +AAAAAAAAEPHAAAAA Ago social details will gain mothers. Actively regional reports remain Books science 0.14 6145.19 1.94430560868789500 +AAAAAAAAFOPAAAAA Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 +AAAAAAAAFPEEAAAA New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 +AAAAAAAAGGICAAAA Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 +AAAAAAAAGJLDAAAA Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 +AAAAAAAAGNHCAAAA Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 +AAAAAAAAGOPDAAAA Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 +AAAAAAAAHIPBAAAA Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 +AAAAAAAAICLCAAAA Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 +AAAAAAAAIENBAAAA Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 +AAAAAAAAIPFAAAAA Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 +AAAAAAAAJBMDAAAA Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 +AAAAAAAAJOGCAAAA Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 +AAAAAAAAKBPCAAAA Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 +AAAAAAAAKHGDAAAA Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 +AAAAAAAAKJPDAAAA Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 +AAAAAAAAKLKBAAAA Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 +AAAAAAAALEABAAAA Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 +AAAAAAAALJLAAAAA Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 +AAAAAAAALMGCAAAA Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 +AAAAAAAAMAEAAAAA Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 +AAAAAAAAMAIDAAAA Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 +AAAAAAAAMEKCAAAA So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 +AAAAAAAAMNPBAAAA Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 +AAAAAAAANBODAAAA Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 +AAAAAAAAODFDAAAA Marked, large years Books science 0.95 3439.80 1.08833452387389507 +AAAAAAAAODOBAAAA Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 +AAAAAAAAOFEDAAAA Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 +AAAAAAAAOKJBAAAA Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 +AAAAAAAAONOAAAAA Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 +AAAAAAAAONPCAAAA Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 +AAAAAAAAOOBCAAAA Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 +AAAAAAAAPFACAAAA Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 +AAAAAAAAAAGCAAAA Longer other prices give here old examples. Much silent police might go including a perceptions. Early, new programmes promote too for a laws. Actors should not speak as relationships. Children cou Books self-help 6.28 8151.64 3.11518758082810861 +AAAAAAAAAGGBAAAA Totally individual patients examine. New, appropriate things lik Books self-help 2.49 11352.14 4.33827371471532169 +AAAAAAAAAIMCAAAA Planned, principal months could play excellent, immediate ideas. Little, hostile services will not react slowly by a features. R Books self-help 6.76 2320.04 0.88661420217581310 +AAAAAAAABJAAAAAA Members begin together industrial, re Books self-help 59.77 5535.05 2.11524540083500039 +AAAAAAAACCFEAAAA Lightly right Books self-help 7.86 4806.98 1.83701002464401047 +AAAAAAAACCPBAAAA Much correct benefits might allow in the teachers. Official, external states can pur Books self-help 9.06 951.12 0.36347498317850527 +AAAAAAAACHODAAAA Successful jobs Books self-help 9.97 7320.40 2.79752530370503190 +AAAAAAAACIKCAAAA Refugees rise then expert, orange boys. Young Books self-help 5.17 5423.53 2.07262750811476855 +AAAAAAAACKIAAAAA Also important gardens reflect above samples. Geographical protests date quite; brothers used to go pretty by a ma Books self-help 0.99 1601.26 0.61192904319582528 +AAAAAAAACLCBAAAA Old inches may not become just. T Books self-help 3.53 2412.06 0.92178007814528704 +AAAAAAAADJHDAAAA Har Books self-help 0.70 26516.21 10.13329441469815912 +AAAAAAAAEDDBAAAA Chemicals circumvent only other police. Leading, strong groups make respectively gently great events. Immediat Books self-help 1.97 1633.85 0.62438346503722015 +AAAAAAAAEEIAAAAA Democratic, american days damage still employers. Able banks could suggest full-time elements; daughters care minister Books self-help 2.04 11253.33 4.30051300829776333 +AAAAAAAAEMGAAAAA Decent times will exist increasingly. Hospitals stand medical tears; families cover years. Foreign firms would Books self-help 27.81 8404.59 3.21185361350011940 +AAAAAAAAEONBAAAA Either sudden centuries will not grant even historica Books self-help 4.55 3517.78 1.34433617874262160 +AAAAAAAAEPCBAAAA Patient services will find also developing, social developers. Othe Books self-help 0.55 6777.46 2.59003822808162198 +AAAAAAAAEPNDAAAA Actual incidents improve never terrible, gentle factors. Impatie Books self-help 2.63 3057.90 1.16859087293038865 +AAAAAAAAFAIDAAAA Ready, sound players may not handle together with a Books self-help 1.75 4766.37 1.82149072206717569 +AAAAAAAAFGCAAAAA At last involved stages look sharply allies. Ini Books self-help 1.89 15499.32 5.92313806489009823 +AAAAAAAAGEHCAAAA Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 +AAAAAAAAHKOAAAAA Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 +AAAAAAAAIACBAAAA Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 +AAAAAAAAIAIAAAAA Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 +AAAAAAAAICMBAAAA Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 +AAAAAAAAIMDDAAAA Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 +AAAAAAAAIMOBAAAA Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 +AAAAAAAAIOJBAAAA Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 +AAAAAAAAJHAAAAAA Alre Books self-help 38.79 1662.56 0.63535512662256678 +AAAAAAAAKGEAAAAA There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 +AAAAAAAALCFEAAAA Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 +AAAAAAAAMAKDAAAA Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 +AAAAAAAAMBOBAAAA Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 +AAAAAAAAMFOBAAAA Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 +AAAAAAAAMGHBAAAA Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 +AAAAAAAAMPBAAAAA Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 +AAAAAAAAMPKBAAAA Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 +AAAAAAAANANCAAAA Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 +AAAAAAAANBEBAAAA Social, mi Books self-help 2.25 2221.27 0.84886878194646143 +AAAAAAAANLPBAAAA Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 +AAAAAAAANNNBAAAA Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 +AAAAAAAANPJAAAAA International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 +AAAAAAAAOGEBAAAA Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 +AAAAAAAAOIDBAAAA Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 +AAAAAAAAOPADAAAA Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 +AAAAAAAAPFGCAAAA Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 +AAAAAAAAPGNAAAAA Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 +AAAAAAAAAEJBAAAA European deals should suppress then full boots; then dead prayers must emphasize just; children will feel high satisfactory troops. Elections overcome as well busy years. Books sports 79.77 859.18 0.27754262843251374 +AAAAAAAAAFMCAAAA Initial, neat initiatives cannot adapt in a views. Permanent patients control then more familiar kids. Current, rich matters will use. Too able systems define pages Books sports 82.29 3130.11 1.01112567411124046 +AAAAAAAAAGAEAAAA Other, pink characteristics ought to use never national places. Big miles talk with a unions. Thus particu Books sports 3.67 2032.27 0.65648823003857713 +AAAAAAAAAGCAAAAA Old heroes ought to seek wildly glorious cultures. Prepared events might support inside. Factors should argue suitable cat Books sports 7.52 4850.28 1.56679561888504474 +AAAAAAAAAGNBAAAA Institutions will get; values would go eventually worried chapters. Opposite at Books sports 75.91 1515.37 0.48951299244370021 +AAAAAAAAAJBDAAAA Industrial women would make once. Gastric, wrong rumours used Books sports 2.41 5059.40 1.63434806942836194 +AAAAAAAAALCDAAAA Future leaders shall take too top, clear steps. Types vote national societies. Tonight red authors save usually on a quantities. B Books sports 0.41 5144.72 1.66190915913932131 +AAAAAAAABLGBAAAA Simple, ec Books sports 7.35 3308.52 1.06875781212498004 +AAAAAAAACGHBAAAA Other foods w Books sports 1.39 4385.79 1.41675048808519103 +AAAAAAAACGIAAAAA Fresh, poor lives may work strong, sm Books sports 3.92 5056.44 1.63339189472671590 +AAAAAAAACJDCAAAA Regulatory managers may use at a indians. Poems can begin new, back conditions. Soon proper committees used to prosecute highly there old eyes. Nearly new seats would not address from no days. Importa Books sports 1.84 7094.52 2.29175694064926717 +AAAAAAAACMGCAAAA Ho Books sports 3.04 667.70 0.21568846225981683 +AAAAAAAADAHDAAAA However irish police could marry naked feet. Agricultural, clinical foundations can ensure friendly readers. Authorit Books sports 4.46 6272.85 2.02633124230416654 +AAAAAAAAECGEAAAA Otherwise beautiful courts might say so more wide flames. Particular doors might find even legitimate times; more white times discourage approx Books sports 4.24 7294.72 2.35642794580789429 +AAAAAAAAEKKBAAAA Only single Books sports 1.98 2633.56 0.85072413759018003 +AAAAAAAAGAFCAAAA Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 +AAAAAAAAGFBEAAAA Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 +AAAAAAAAGGKBAAAA Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 +AAAAAAAAGHECAAAA Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 +AAAAAAAAGKBDAAAA Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 +AAAAAAAAGMABAAAA Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 +AAAAAAAAHBACAAAA Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 +AAAAAAAAHNFDAAAA Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 +AAAAAAAAICCEAAAA Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 +AAAAAAAAIDJDAAAA Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 +AAAAAAAAIEKDAAAA Main hours spe Books sports 9.76 8641.62 2.79151973825622032 +AAAAAAAAJICDAAAA Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 +AAAAAAAAJIMCAAAA Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 +AAAAAAAAJPAEAAAA Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 +AAAAAAAAKACBAAAA Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 +AAAAAAAAKHFBAAAA Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 +AAAAAAAAKJLCAAAA Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 +AAAAAAAAKNOAAAAA Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 +AAAAAAAALBGEAAAA Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 +AAAAAAAALDFDAAAA Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 +AAAAAAAALHKDAAAA Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 +AAAAAAAALLPAAAAA Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 +AAAAAAAAMBHDAAAA Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 +AAAAAAAAMCLAAAAA Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 +AAAAAAAAMNJBAAAA Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 +AAAAAAAAMOKCAAAA Fa Books sports 7.37 232.54 0.07511785983809766 +AAAAAAAAOCHCAAAA Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 +AAAAAAAAOFHCAAAA Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 +AAAAAAAAOIBDAAAA Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 +AAAAAAAAOJLDAAAA Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 +AAAAAAAAOOIBAAAA Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 +AAAAAAAAPBPAAAAA Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 +AAAAAAAAPCIDAAAA Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 +AAAAAAAAPGPBAAAA Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 +AAAAAAAAPLFDAAAA Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 +AAAAAAAAAHDAAAAA New others keep roughly polite engines. Male questions decide in the papers. Both other users may see today young, past decision Books travel 4.02 3432.57 1.46193405779046962 +AAAAAAAABFABAAAA Windows flow just magnetic terms. Branches would possess Books travel 4.33 2154.01 0.91739442453358547 +AAAAAAAABGGDAAAA Right, medieval efforts should trust b Books travel 83.15 10505.78 4.47441933759659961 +AAAAAAAABPGDAAAA Extensive assets can adapt now fair things. White, other talks trouble sufficient teachers. Helpful days will not vot Books travel 4.62 2212.94 0.94249275436388532 +AAAAAAAACDIAAAAA Handsome, common ministers shall not find Books travel 7.12 4441.63 1.89169344517486419 +AAAAAAAACDPAAAAA Old, immediate months see especially different leaders. Other, pale charges influence even english, middle-class others; pregnant, wrong eyes help by way of the activ Books travel 3.61 6892.14 2.93536743520452818 +AAAAAAAADDOCAAAA Girls lead badly reasonable regions. Also cultural levels suffer best liable, big feet. Open voters make in order expectations. False, regional ports may see years. Quite l Books travel 2.74 6136.02 2.61333537765682197 +AAAAAAAADFBEAAAA Sharp pools strike e Books travel 3.96 1569.92 0.66863006901721278 +AAAAAAAADJEAAAAA Specific, temporary goals take. Ideas might reduce economic authorities. Fundamentally external prayers matter really Books travel 84.79 2641.25 1.12491029465941784 +AAAAAAAAEFPBAAAA Particularly internal times could not achieve as yet indeed english phases. Good windows can become technically personal firms. Details need well for a miles. N Books travel 1.16 8710.00 3.70959533042443137 +AAAAAAAAEGECAAAA Hot products signal together big, working roads. Now funny universities Books travel 2.53 5811.92 2.47530095210107476 +AAAAAAAAEKADAAAA Happily good children maintain now classes. Political, old years see houses; of course new standards may find so sorry sounds; also Books travel 8.48 82.56 0.03516236400457417 +AAAAAAAAELFCAAAA Objective Books travel 1.28 545.37 0.23227347937469255 +AAAAAAAAELHBAAAA Eyes could not Books travel 4.34 23586.52 10.04551601067307221 +AAAAAAAAFBJBAAAA Home contemporary places work. Growing banks may leave clearly special, beautiful ot Books travel 3.70 1812.65 0.77200895243327733 +AAAAAAAAGDGCAAAA Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 +AAAAAAAAGFHCAAAA New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 +AAAAAAAAGKABAAAA Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 +AAAAAAAAHEHBAAAA Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 +AAAAAAAAICNAAAAA Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 +AAAAAAAAIJGDAAAA Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 +AAAAAAAAIJKBAAAA Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 +AAAAAAAAINNBAAAA Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 +AAAAAAAAIPFBAAAA Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 +AAAAAAAAJKMDAAAA Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 +AAAAAAAAJLCDAAAA Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 +AAAAAAAAKHIBAAAA Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 +AAAAAAAAKHOBAAAA Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 +AAAAAAAAKPAAAAAA Effects ought Books travel 4.16 5500.91 2.34284156705913419 +AAAAAAAALBLCAAAA Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 +AAAAAAAALCAAAAAA Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 +AAAAAAAALCLBAAAA Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 +AAAAAAAALFGAAAAA Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 +AAAAAAAALLOBAAAA Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 +AAAAAAAAMEAAAAAA Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 +AAAAAAAAMEBCAAAA Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 +AAAAAAAAMGBAAAAA Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 +AAAAAAAAMIKCAAAA Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 +AAAAAAAAMKMDAAAA Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 +AAAAAAAAMNLBAAAA Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 +AAAAAAAAMODAAAAA Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 +AAAAAAAANGFEAAAA Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 +AAAAAAAANHLAAAAA Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +AAAAAAAAODCEAAAA Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 +AAAAAAAAOMEBAAAA Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 +AAAAAAAAONGBAAAA Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 +AAAAAAAAOOPBAAAA Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 +AAAAAAAAPCCAAAAA Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 +AAAAAAAAPMKAAAAA Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 +AAAAAAAAPNMAAAAA Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 +AAAAAAAAHLPBAAAA NULL Home NULL NULL 9647.64 78.82760801411236785 +AAAAAAAAAAGBAAAA Biological moments mean cold suggestions. True stages give better long-term, busy areas. Ties ask now. Bad figures kiss. Hard, legal sales act only signals. Lives may not pretend. Leading, posi Home accent 1.56 6762.74 2.18656108519160450 +AAAAAAAAABDAAAAA Goods mean so correct, legal systems. Just alternative banks tend then more concrete edges. Close, united chapters get only rus Home accent 1.06 370.50 0.11979181249959180 +AAAAAAAAACEEAAAA Thus great foreigners would supervise therefore also likely developments. Crucial years could break this large Home accent 1.81 865.00 0.27967589153076089 +AAAAAAAAADNBAAAA Net, regional lawyers would construct well different, different tools. Soon free meals distinguish pretty, sweet services. Horizontal contributions help. Again big supplies replace conc Home accent 3.03 2709.95 0.87619385231651499 +AAAAAAAAAKIBAAAA Long independent elections used to work all right new, main elements; directly effective hospitals shall produce payments. Only controversia Home accent 2.53 1498.37 0.48446007582999560 +AAAAAAAAAKLCAAAA Regulations go almost. Complex operations may stay at present countries. Widely special modules can rest also in ne Home accent 7.23 1386.95 0.44843523440299285 +AAAAAAAAAONBAAAA Over identical centuries might make then native conflicts; teams co-operate reluctantly should Home accent 32.58 4.49 0.00145172803811921 +AAAAAAAAAPKDAAAA Following friends exceed bodies; small stages look on a lines. Comfortable books send in a numb Home accent 59.78 19496.04 6.30355187088945146 +AAAAAAAABBGCAAAA About existing results ensure as foreign so Home accent 15.86 12892.82 4.16856754664234058 +AAAAAAAABCICAAAA Below specific feelings take close cases. British systems might get again different guests; forces remember socialist, visual minutes; continued characters need alive copies; fresh, broke Home accent 4.41 1004.40 0.32474735890577600 +AAAAAAAABGFEAAAA Cultural, excellent years shall not ame Home accent 0.68 1014.83 0.32811963584064979 +AAAAAAAACFHAAAAA Asleep, regular month Home accent 0.91 899.15 0.29071743106344931 +AAAAAAAADANAAAAA Fixed, able books write extraordinarily figures. Walls would not guarantee Home accent 1.94 15956.72 5.15920218717540218 +AAAAAAAADGBDAAAA Political months shall stay in a cells. Only certain states get particularly eastern, crazy days. Again good years will understand from time to time developments. Still othe Home accent 0.41 1483.06 0.47950997421226618 +AAAAAAAADOBBAAAA Tight definite videos shall not go in a ma Home accent 2.50 214.76 0.06943721903485111 +AAAAAAAADOOAAAAA Imperial, terrible windows commit exactly new premises; now various days can distract often. Poor rates produce good foods. Available, lab Home accent 2.33 8756.75 2.83127383024507562 +AAAAAAAAEAGAAAAA Dynamic, available memories may go abstract years; presumably high members stay faster industries. Offices give thus. Carers ought to pay well fields. Obvious Home accent 9.45 5997.26 1.93906247079973531 +AAAAAAAAEKODAAAA Directly modest processes could think full Home accent 4.05 2201.64 0.71184465876275653 +AAAAAAAAELDEAAAA Shortly current classes enter automatically national ministers. Warm, wrong seats would operate only. Readily major days shall develop. Anyway neat specimens may keep then adults. Functions might not Home accent 7.84 3484.07 1.12648599237639085 +AAAAAAAAENACAAAA Reliable firms fly. More new bases understand here on a powers. Measurements ought to know quite findings. Early southern views must consider other children. Good, growing needs stic Home accent 0.15 3032.30 0.98041757906211126 +AAAAAAAAEPECAAAA Sentences loose; available, similar yards will not re Home accent 7.56 6489.60 2.09824816841390273 AAAAAAAAFMFDAAAA Arbitrary police dem Home accent 7.88 471.11 0.15232151359428527 -AAAAAAAAFNBAAAAA Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 -AAAAAAAAFNFCAAAA Years make recent leaves. Perhaps far kinds respond just. Glorious forces matter. Grounds shall not give just oth Books fiction 0.32 1950.84 0.54093878183683050 -AAAAAAAAFNHDAAAA Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 -AAAAAAAAFNICAAAA Alrea Sports fishing 9.31 1608.51 0.54881910966364643 -AAAAAAAAFNKDAAAA Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 -AAAAAAAAFNNAAAAA Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 -AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 1370.57 0.56449607696293639 -AAAAAAAAFOAAAAAA Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 -AAAAAAAAFOCBAAAA However new Books entertainments 2.06 1060.15 0.53090326217932597 -AAAAAAAAFOCEAAAA Very only cases help. Mere, dangerous figures could not note quickly political wea Books fiction 1.92 6142.46 1.70321237512120823 -AAAAAAAAFOFBAAAA Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +AAAAAAAAGDGEAAAA Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +AAAAAAAAGEBDAAAA Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 +AAAAAAAAGEOBAAAA Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +AAAAAAAAGHBAAAAA Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 +AAAAAAAAGPFAAAAA Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 +AAAAAAAAIEJBAAAA Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 +AAAAAAAAIGKCAAAA Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 +AAAAAAAAIHOAAAAA Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 +AAAAAAAAKAPDAAAA Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 +AAAAAAAAKKBBAAAA Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 +AAAAAAAAKKMDAAAA Co Home accent 2.71 26367.53 8.52527452047870942 +AAAAAAAAKOABAAAA Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 +AAAAAAAAMAEEAAAA Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +AAAAAAAAMFPCAAAA Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 +AAAAAAAAMKAEAAAA Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 +AAAAAAAAMMBEAAAA Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 +AAAAAAAAMOODAAAA Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 +AAAAAAAANKODAAAA Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 +AAAAAAAANNPCAAAA Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 +AAAAAAAANOKDAAAA Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 +AAAAAAAANPPAAAAA Tears Home accent 2.49 3654.39 1.18155466040589281 +AAAAAAAAOCKAAAAA Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 +AAAAAAAAOCMDAAAA Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 +AAAAAAAAODACAAAA However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 +AAAAAAAAODGCAAAA Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 +AAAAAAAAOJECAAAA British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 +AAAAAAAAOLDAAAAA Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 +AAAAAAAAOOBDAAAA Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 +AAAAAAAAOOKDAAAA Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 +AAAAAAAAPAKAAAAA Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 +AAAAAAAAPBMAAAAA Yea Home accent 1.36 8742.72 2.82673758428186571 +AAAAAAAAACFDAAAA British, familiar cups sho Home bathroom 97.01 7038.84 2.38730973753512111 +AAAAAAAAADEAAAAA Days stick fairly big, integrated women. Much other fortunes ought to work so to the losses. Subsidies take Home bathroom 2.57 1134.78 0.38487468730076330 +AAAAAAAAAGODAAAA Following rows might not ring real differences. Afraid children must ensure. Generous, large sheets tell there before Home bathroom 0.54 12924.86 4.38362629840686611 +AAAAAAAAAMFCAAAA Permanent, horizontal workers tell bad in a concepts. Indeed familiar parents should make under a researchers. Trees ought to get surely now sound soldiers. Negotiations will talk Home bathroom 4.19 4566.20 1.54868326649460281 +AAAAAAAAAOLDAAAA Certain individuals shall race safely cruelly necessary terms; young, high guns take to a hands. Vali Home bathroom 2.84 5911.80 2.00506016706731919 +AAAAAAAACAPDAAAA So other firms come shortly; domestic liabilities used to absorb years. Awful days emp Home bathroom 3.62 3184.35 1.08001172959180247 +AAAAAAAACBNDAAAA Much legal restaurants explain once provincial magistrates. Possible hours betray enough to a computers. Stable, massive services comply blindly full, local women. Scottish firms Home bathroom 2.79 378.96 0.12852897610065146 +AAAAAAAACDOBAAAA British, possible solicitors fall still in a indians. Perfect names should not cost still. Redundant, mild opponents give just military specialists. Here great Home bathroom 0.10 16765.16 5.68611159215642223 +AAAAAAAACEFDAAAA Ago total goods see similar organizations. Explicitly old regions adapt together. Here p Home bathroom 8.40 1624.14 0.55084719032117389 +AAAAAAAACJJCAAAA Men would not welcome sure very rem Home bathroom 60.55 2769.05 0.93915759254673030 +AAAAAAAACLICAAAA American, other activities lower often rational services; collections exist. Competent reasons ough Home bathroom 2.42 5276.67 1.78964796369280272 +AAAAAAAAEGCCAAAA Still corporate departments make pressures. Workers shall not last much out of a walls. Successful ideas snap. Public candidates shall tell. Human, entire prob Home bathroom 4.43 4350.04 1.47536992610533529 +AAAAAAAAEIACAAAA Other, slim days try Home bathroom 6.22 8619.01 2.92324395794088006 +AAAAAAAAEIMCAAAA Particularly new cases join. Military, christian eyes lead widely suspicious players; finally special beings shall date at a trees; narrow aspects Home bathroom 9.61 2207.52 0.74870774045205326 +AAAAAAAAFABEAAAA Houses design Home bathroom 4.80 6543.35 2.21925816911599564 +AAAAAAAAFDEEAAAA Feelings sleep at a details. Also competitive devices shall object early in every sales. Almost other ways offer once free tools. Significant, german sheets keep hardl Home bathroom 7.15 8001.07 2.71366195590468479 +AAAAAAAAFGFDAAAA Ec Home bathroom 4.86 4935.12 1.67380705228479791 +AAAAAAAAFGGCAAAA As territorial fingers develop then humans. Industries put then extra, anxious pairs. Letters give of course voluntary, central times. Committees join thus. Areas produce so long gold eyes. Taxes c Home bathroom 36.14 16986.96 5.76133780837746005 +AAAAAAAAFHDBAAAA Then christian rules should take here new choices; hard, pale changes avoid sections. Now main metres can need necessarily in spite of a stories; late colours keep now into the charts. Seque Home bathroom 3.59 12017.36 4.07583643717786781 +AAAAAAAAGFFDAAAA Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 +AAAAAAAAGHLCAAAA Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 +AAAAAAAAGIMCAAAA Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 +AAAAAAAAGLFBAAAA Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 +AAAAAAAAGPMCAAAA Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 +AAAAAAAAHBFAAAAA Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 +AAAAAAAAHKBEAAAA Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 +AAAAAAAAIBMCAAAA Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 +AAAAAAAAIHDCAAAA Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 +AAAAAAAAIHEDAAAA Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 +AAAAAAAAIHIAAAAA Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 +AAAAAAAAIJFBAAAA Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 +AAAAAAAAJBPDAAAA Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +AAAAAAAAJMDEAAAA Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 +AAAAAAAAKDGBAAAA Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 +AAAAAAAAKDKAAAAA Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 +AAAAAAAAKFKDAAAA Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 +AAAAAAAAMFADAAAA New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 +AAAAAAAAMMNBAAAA Years Home bathroom 0.97 10497.66 3.56041136598259649 +AAAAAAAAMPHAAAAA Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 +AAAAAAAAMPJBAAAA Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 +AAAAAAAANEODAAAA Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 +AAAAAAAAOBHDAAAA Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 +AAAAAAAAOJGCAAAA Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 +AAAAAAAAONBDAAAA Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 +AAAAAAAAONJCAAAA Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 +AAAAAAAAOPFEAAAA Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 +AAAAAAAAPOKBAAAA Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 +AAAAAAAAAABDAAAA Good, other flats forget literally physical years. Indeed complete sales shall not Home bedding 4.98 287.08 0.08375518721711691 +AAAAAAAAACIAAAAA Original, active users might draw for a associatio Home bedding 2.36 13079.50 3.81592577402215644 +AAAAAAAAAHNAAAAA Moreover social skills may go more long responses. Following eve Home bedding 7.54 5852.19 1.70736822168085353 +AAAAAAAAAMLDAAAA Yellow, important supplies will not take; more safe months would go here almost disabled hands. Blocks would com Home bedding 6.59 4985.94 1.45464099955870107 +AAAAAAAAANJBAAAA New writers understand final restaura Home bedding 4.74 716.55 0.20905245715628091 +AAAAAAAAAOGAAAAA Foreign, good things must get eyes. Low, thin members must rest. International looks allow. Senses should not touch. Limited, single backs would not walk opportunities; high Home bedding 3.51 9085.72 2.65074606242964847 +AAAAAAAABAKCAAAA Teams waste very back children. Wide, private years might help cells. Heavy, Home bedding 0.57 853.76 0.24908328214604200 +AAAAAAAACFNDAAAA Independent premises could not demonstrate then perhaps white users; democratic risks regain good provi Home bedding 2.83 1429.78 0.41713630897063334 +AAAAAAAACHKDAAAA Unlikely costs should risk low whole, new officials. Other eyes carry in the students. Main, lovely feelings must not allow Home bedding 4.66 13345.14 3.89342587132031353 +AAAAAAAACOBCAAAA Proper effects could not seem much royal others. Loyal transactions will replace legal, identical days. At Home bedding 0.91 675.45 0.19706158982096147 +AAAAAAAADACCAAAA Reduced connections will justify at the users. Easy, human girls can stay further dead, various shares. Big, french Home bedding 16.50 200.43 0.05847517128997751 +AAAAAAAADBFBAAAA Members shall not notice drastically in a standards. Concerned yea Home bedding 3.22 3565.45 1.04021503505388567 +AAAAAAAADJMBAAAA Young categories look grossly so colourfu Home bedding 3.36 2588.53 0.75519999570546065 +AAAAAAAAEBGDAAAA Main, due rooms would come fairly likely, relevant cattle; players avoid otherwise eyes. Fans will not ban potentially. Literally religious peasants can endeavou Home bedding 1.82 12041.40 3.51306155551132647 +AAAAAAAAEHLDAAAA Obvious, afraid poli Home bedding 4.05 2309.36 0.67375253989034804 +AAAAAAAAEKDAAAAA Now short views cannot include. Real, northern interests may build. Fresh Home bedding 1.78 31671.89 9.24022947077446357 +AAAAAAAAEMLCAAAA Only familiar shareholders could ensure very military electoral needs. Troubles imagine at fi Home bedding 0.84 2210.61 0.64494236593991508 +AAAAAAAAEOKDAAAA Almost subject men could add more huge, current customers. Major colours Home bedding 0.22 4921.66 1.43588739974570025 +AAAAAAAAFFCEAAAA Imports must communicate on a women. Level difficulties c Home bedding 3.93 1444.56 0.42144835323379688 +AAAAAAAAFIKCAAAA Masters help in terms of the hours. Still different details used to find always long black savings. Now free shares demonstrate behind. Extended, empty sentences ask ago Home bedding 9.52 7353.86 2.14547833728740207 AAAAAAAAFOFEAAAA Symbolic cells would generate branches. Relations might find potentially; central, loyal Home bedding 7.39 5503.24 1.60556254876942484 +AAAAAAAAGHNAAAAA Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL +AAAAAAAAGNNCAAAA Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 +AAAAAAAAHGDDAAAA Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 +AAAAAAAAHHCAAAAA Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 +AAAAAAAAIJCEAAAA Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 +AAAAAAAAIOECAAAA Ag Home bedding 8.22 3885.84 1.13368836803595370 +AAAAAAAAJEECAAAA Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 +AAAAAAAAJINBAAAA That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 +AAAAAAAAJKPDAAAA Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 +AAAAAAAAJNJAAAAA Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 +AAAAAAAAJOEEAAAA Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 +AAAAAAAAJPKDAAAA Recent Home bedding 0.35 256.88 0.07494437958873134 +AAAAAAAAKCCCAAAA English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 +AAAAAAAAKFABAAAA Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 +AAAAAAAAKGJDAAAA Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 +AAAAAAAAKIDBAAAA Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 +AAAAAAAAKIIAAAAA For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 +AAAAAAAALGBEAAAA Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 +AAAAAAAALMJCAAAA Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 +AAAAAAAALMODAAAA Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 +AAAAAAAALPKBAAAA Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 +AAAAAAAALPLDAAAA Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 +AAAAAAAAMDFAAAAA Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 +AAAAAAAAMDMBAAAA Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 +AAAAAAAAMIGDAAAA Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 +AAAAAAAAMIIDAAAA Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 +AAAAAAAAMNFEAAAA Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 +AAAAAAAAMPFAAAAA Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 +AAAAAAAANFCCAAAA Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 +AAAAAAAANJMAAAAA Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 +AAAAAAAANMADAAAA Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 +AAAAAAAAOAFBAAAA Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 +AAAAAAAAODKCAAAA Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 +AAAAAAAAOELAAAAA Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 +AAAAAAAAOPEBAAAA Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 +AAAAAAAAPDGBAAAA Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 +AAAAAAAAPMAEAAAA Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 +AAAAAAAAPMMBAAAA Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 +AAAAAAAAPOODAAAA Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 +AAAAAAAAAAHBAAAA Od Home blinds/shades 6.56 5059.48 3.37177867076155516 +AAAAAAAAAGIAAAAA Debts may react birds. Officials will establish e Home blinds/shades 2.48 6200.00 4.13185302812179157 +AAAAAAAAAPLDAAAA Times would miss low, national methods. Versions stick real partners; sports characterize spatial, upper grounds. Values might reveal togeth Home blinds/shades 1.46 3060.81 2.03980920435571949 +AAAAAAAABAPDAAAA Slightly delightful schools could decide about annually large boxes; now young pubs shall not escape perhaps horrible consciou Home blinds/shades 1.01 723.52 0.48217391982365784 +AAAAAAAACAFAAAAA Catholic, favorite interests may decide agents. Extraordinary office Home blinds/shades 29.09 4414.19 2.94173940616208566 +AAAAAAAACBODAAAA Hospitals lose. Able children smoke still in the earnings. Central cases Home blinds/shades 0.86 1092.00 0.72773927527564458 +AAAAAAAACIOCAAAA Rich powers can look in a reports. Also new towns must read just. Now likely sets help somewhat into a architects. Married, extensive views pay assessments; months lift briti Home blinds/shades 2.30 1526.88 1.01755544380300018 +AAAAAAAADHHCAAAA Holes ought to offer much severe, suitable ministers. For example independent steps pick approximately huge relations. Alone, available boats might express in a years; level pati Home blinds/shades 5.70 6285.37 4.18874597860739759 +AAAAAAAADOFAAAAA Both early efforts must dispose simply on a men. Real workshops say properly from a possibiliti Home blinds/shades 2.08 204.98 0.13660439253296852 +AAAAAAAAEDGEAAAA Never japanese miners put afraid rates; requirements must not arise seriously there double comments. Free years will not identify in order prime winners; services used to displace today o Home blinds/shades 1.72 2001.48 1.33384212882664571 +AAAAAAAAEHLAAAAA Pretty bloody countr Home blinds/shades 6.45 NULL NULL +AAAAAAAAEJAEAAAA Labour powers might not explain slightly basic students. Dealers become too for the opponents. Likely, civil stations cannot improve now able, glorious problems. Other phases should make greatly in a Home blinds/shades 1.45 5161.66 3.43987427437663333 +AAAAAAAAEJEDAAAA Once financial years fight totally now financial skills. Significant, crazy provisions feel into a railways. So-called jobs land only supplies. Re Home blinds/shades 8.79 3453.90 2.30177535061771869 +AAAAAAAAEJGAAAAA Careful houses put right odds. Open, unchanged examples must light well things. Once great days enter even weakly medium routes. Old-fashioned, economic implications try. Ever left courts decide dev Home blinds/shades 5.49 9325.30 6.21464016824905531 +AAAAAAAAELODAAAA Sure russian critics require usually groups. Strong, difficult balls get thus base men. So cold shares sati Home blinds/shades 9.75 101.44 0.06760244696333460 +AAAAAAAAEMBCAAAA Right areas tell off the events. Dangerous, other loans might not investigate small children. Large offices might happen right. Static, new expressions used to de Home blinds/shades 6.39 10684.04 7.12014242364102354 +AAAAAAAAEODCAAAA Terribly necessary systems take other, difficult improvements. Effective, simple places make at all. Minds might Home blinds/shades 9.60 5538.64 3.69110426704459349 +AAAAAAAAEPBDAAAA Private, average clouds yield political, alive runs. Finally interested creatures might rescue. Public years want recently wild figures. Simply economic products should hit as. Home blinds/shades 8.38 424.86 0.28313856089158457 +AAAAAAAAFDNBAAAA Large, necessary companies make delib Home blinds/shades 1.37 1922.85 1.28144090243935273 +AAAAAAAAFOAAAAAA Pink, continuous courts solve inevitably short future problems. Broad plans pass as a drawings. Only bad negotiations come Home blinds/shades 3.20 3191.29 2.12676471776045036 +AAAAAAAAGHDAAAAA In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +AAAAAAAAHMNCAAAA As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 +AAAAAAAAIDECAAAA Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 +AAAAAAAAIDNBAAAA Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 +AAAAAAAAIJFAAAAA Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 +AAAAAAAAILGBAAAA Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 +AAAAAAAAILKDAAAA High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 +AAAAAAAAIPLBAAAA And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 +AAAAAAAAJOIDAAAA Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 +AAAAAAAAKHBBAAAA Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 +AAAAAAAAKHJCAAAA Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 +AAAAAAAAKJKAAAAA Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 +AAAAAAAALBNDAAAA Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 +AAAAAAAAMCECAAAA Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 +AAAAAAAAMDPBAAAA Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 +AAAAAAAAMNKAAAAA Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 +AAAAAAAANGNCAAAA Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 +AAAAAAAAOPEEAAAA Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 +AAAAAAAAPOCAAAAA Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 +AAAAAAAAACAAAAAA Different numbers might not visit; rights used to remember. Labour students must put as slowly possible children. Never Home curtains/drapes 1.77 11032.09 3.39644255100679594 +AAAAAAAAAEJAAAAA Important relationships want. Questions might not make papers. Panels end. Home curtains/drapes 5.31 9566.60 2.94526307421908397 +AAAAAAAAAFGDAAAA Relations give in the services. Lessons perform long savings. Invariably comme Home curtains/drapes 9.22 2686.86 0.82720188401274099 +AAAAAAAAAGEAAAAA Foreign conditions could not think scientists. Big, applicable jobs could not perform social, high profits. Even young orde Home curtains/drapes 7.02 11788.96 3.62945963784895492 +AAAAAAAAAIAAAAAA Wrong limits could not accompany now perhaps lonely customers. Anxious, neighbouring principles might arise molecules. Useful, short nerves think advantages. Angry, parental prices fly t Home curtains/drapes 4.06 174.00 0.05356926963750137 +AAAAAAAAAILDAAAA Thirdly christian fragments shave very well large structures. Young, coming attitudes may i Home curtains/drapes 9.17 2029.52 0.62482703514196426 +AAAAAAAAALDDAAAA Just social temperatures should like english networks. Together financial collections must Home curtains/drapes 6.24 10260.73 3.15896443705516917 +AAAAAAAACCPAAAAA Still old sides keep really save for a police. Big, foreign things enable. Other children illustrate distinct, distingui Home curtains/drapes 0.46 418.22 0.12875712613675760 +AAAAAAAACDCEAAAA Girls exceed so. Evenings shall not come so american, british shares. Interesting interests mark retail, historic studies; h Home curtains/drapes 88.60 6379.60 1.96408340562875714 +AAAAAAAACGJCAAAA Social, new members reply stations. Different years can break areas. Never gre Home curtains/drapes 3.22 697.21 0.21464960048254213 +AAAAAAAACMFAAAAA However remote members talk indeed no longer local costs. Irish plans shou Home curtains/drapes 42.98 8275.43 2.54775138526590785 +AAAAAAAACMLDAAAA Purposes appear well eyes. Of course possible ways used Home curtains/drapes 3.54 2733.76 0.84164095726560774 +AAAAAAAADBLBAAAA British, accurate objects move. Home curtains/drapes 7.59 9608.16 2.95805812505893774 +AAAAAAAADCPCAAAA Men must Home curtains/drapes 1.07 5724.65 1.76244436454208172 +AAAAAAAADHFBAAAA Accused, black forms would not obtain eventually for a groups. Home curtains/drapes 5.68 39.60 0.01219162688301755 +AAAAAAAADHJAAAAA Other, western grounds must save nervously up a boxes. Again local couples ought to fall again industrial boards. True, natural assets would advance extra hills. Underlying Home curtains/drapes 0.49 609.47 0.18763714233314920 +AAAAAAAAECLAAAAA Words use up a documents. Collections may Home curtains/drapes 3.67 5845.56 1.79966884955283052 +AAAAAAAAEDJBAAAA Nuclear cards cannot use. Straight generations hear suddenly. Special charts live seriously directors; either technological offices might not begin more thus double cards. Growing, red entries c Home curtains/drapes 65.88 4475.44 1.37785087417505249 +AAAAAAAAEGCBAAAA Very long engines may clarify. Other principles could confirm merely good lovers; s Home curtains/drapes 63.15 14656.15 4.51217960458428569 +AAAAAAAAEINDAAAA German, thin experiences will not contribute. Issues must not explain later again democr Home curtains/drapes 0.70 842.00 0.25922600594698939 +AAAAAAAAEMABAAAA More original questions might weave very on behalf of the events. Economic standards go at a sheets. Around recent patterns see then actively massive hands. New, social women will Home curtains/drapes 6.61 6091.31 1.87532774618165789 +AAAAAAAAFHFCAAAA R Home curtains/drapes 2.46 14037.99 4.32186707746291875 AAAAAAAAFOLBAAAA So other issues might protect late private friends; still mental suggestions establish in a drugs. Various d Home curtains/drapes 2.15 1776.48 0.54692377083694503 -AAAAAAAAFOPAAAAA Moments use above local studies. More ordinary columns point now considerable services. At Books science 1.46 4199.46 1.32868692936434309 -AAAAAAAAFPCDAAAA Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 -AAAAAAAAFPEEAAAA New, enthusiastic shares embrace. Averag Books science 2.00 578.34 0.18298371665132521 -AAAAAAAAFPFAAAAA Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 -AAAAAAAAFPHBAAAA Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 -AAAAAAAAFPKBAAAA Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 -AAAAAAAAFPLDAAAA Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 -AAAAAAAAFPOAAAAA Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 -AAAAAAAAGAAEAAAA New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 -AAAAAAAAGABBAAAA Lives may convey fair, popular industries; sure main records will take please with a restrictions. Illegally tough rights might not return never at the waters. Sensitive standards could take completel Books entertainments 2.68 2822.83 1.41362038916914278 -AAAAAAAAGACDAAAA Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 -AAAAAAAAGADCAAAA New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 -AAAAAAAAGADEAAAA Girls may use chri Books cooking 4.37 736.80 0.27613281538692399 -AAAAAAAAGAEAAAAA Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 -AAAAAAAAGAFCAAAA Meanwhile certai Books sports 6.87 15540.41 5.02004962675914340 -AAAAAAAAGAHDAAAA Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 -AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 6984.06 2.24325458755112322 -AAAAAAAAGAKBAAAA Small babies must get. Women drive individuals Books romance 8.65 5632.03 1.52121260526447499 -AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 11257.89 4.21915426305143551 -AAAAAAAAGAOAAAAA Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 -AAAAAAAAGBCEAAAA Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 -AAAAAAAAGBDBAAAA Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 -AAAAAAAAGBEAAAAA Later wonderful authorities must get famous terms. Articles shall vary to a shoulders. Exhibitions replace far good councillors. Feet can increase rarely later high sales. Open c Books home repair 2.10 5190.70 1.50445539885501748 -AAAAAAAAGBFBAAAA Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 -AAAAAAAAGBFCAAAA Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 -AAAAAAAAGBGBAAAA Somehow revolutionary sh Books cooking 7.10 5940.50 2.22633956271175617 -AAAAAAAAGBMBAAAA Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 -AAAAAAAAGBOBAAAA Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 -AAAAAAAAGBOCAAAA Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 -AAAAAAAAGCCAAAAA Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 -AAAAAAAAGCCEAAAA Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 -AAAAAAAAGCDAAAAA Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 -AAAAAAAAGCDDAAAA Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 -AAAAAAAAGCFAAAAA Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 -AAAAAAAAGCFEAAAA Quickly bare factors wear early as a meetings. Physical conventions could not survive. However european bands get due, national paintings. Significant, net facilities initi Books computers 33.10 6825.15 2.08516449524088849 -AAAAAAAAGCIBAAAA Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 -AAAAAAAAGCJDAAAA Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 -AAAAAAAAGCLAAAAA Schools could change carefully then national courses. Vaguely capable others shall not say right arms. Goals know still products. Agencies would not drop ahead Books romance 57.12 1025.83 0.27707692019723907 -AAAAAAAAGCMDAAAA Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 -AAAAAAAAGCOBAAAA Vital colleagues allow very letters; recent, dramatic resources tell very thousands. Royal, sexual aspirations will earn almost on a legs. We Books home repair 4.05 3114.46 0.90268483278132000 -AAAAAAAAGCPDAAAA Activit Sports baseball 1.51 13643.44 4.03749520372402309 -AAAAAAAAGDDCAAAA Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 -AAAAAAAAGDEBAAAA Probably british interests could not arrange considerable sources; newspapers speak aback by a negotiations. Books home repair 4.16 4441.55 1.28732422925318413 -AAAAAAAAGDEEAAAA Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 -AAAAAAAAGDFAAAAA Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 -AAAAAAAAGDFCAAAA Political, va Sports baseball 4.54 13469.88 3.98613369463552771 -AAAAAAAAGDGCAAAA Traditional waters may afford there Books travel 1.27 12026.10 5.12192473056455271 -AAAAAAAAGDGEAAAA Top libraries make well for the problems. Vague papers install immensely from a talks. Often aware children should allow more in a problems. Home accent 9.89 9644.75 3.11838619056798391 +AAAAAAAAGGCCAAAA English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 +AAAAAAAAGGHBAAAA Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 +AAAAAAAAGJIDAAAA Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 +AAAAAAAAGKDAAAAA More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 +AAAAAAAAGKOCAAAA Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 +AAAAAAAAHEIDAAAA Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 +AAAAAAAAHJLBAAAA Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 +AAAAAAAAIAGAAAAA Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 +AAAAAAAAICDBAAAA Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 +AAAAAAAAIEDBAAAA Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 +AAAAAAAAIJLBAAAA Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 +AAAAAAAAIKEBAAAA More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 +AAAAAAAAIKEEAAAA For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 +AAAAAAAAIKNBAAAA Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 +AAAAAAAAILCCAAAA Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 +AAAAAAAAILIBAAAA Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 +AAAAAAAAIMGCAAAA However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 +AAAAAAAAINFAAAAA Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 +AAAAAAAAJEKCAAAA Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 +AAAAAAAAJKOBAAAA Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 +AAAAAAAAJLACAAAA Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 +AAAAAAAAJLBBAAAA Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 +AAAAAAAAJPABAAAA Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 +AAAAAAAAKDABAAAA Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 +AAAAAAAAKGCBAAAA Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 +AAAAAAAAKIBEAAAA Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 +AAAAAAAAKIOAAAAA Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 +AAAAAAAALBEDAAAA Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 +AAAAAAAALGEEAAAA More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 +AAAAAAAALJHBAAAA Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 +AAAAAAAALNAEAAAA Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 +AAAAAAAAMCPCAAAA Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 +AAAAAAAAMHMAAAAA Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 +AAAAAAAAMMBAAAAA Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 +AAAAAAAAMPCDAAAA Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 +AAAAAAAANEIDAAAA Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 +AAAAAAAAOMCDAAAA Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 +AAAAAAAAOPFAAAAA Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 +AAAAAAAAOPNBAAAA Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 +AAAAAAAAPBECAAAA Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 +AAAAAAAAPEMDAAAA Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 +AAAAAAAAPILDAAAA Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 +AAAAAAAAAILBAAAA Important functions can offer rather items. Christian ears preserve therefore additional, new foods. Now whole men make only black, Home decor 2.76 1548.94 0.54791884473433662 +AAAAAAAAAOBBAAAA Normal authorities understand more small expenses; copies Home decor 77.78 9608.31 3.39882378597581175 +AAAAAAAABJGAAAAA Radical degrees may hear just. Christian terms disguise quickly rows. Bad, semantic companies want. Clear, perfect dogs please years. Cells sho Home decor 2.87 585.32 0.20704989102218414 +AAAAAAAACFMAAAAA Appropriate savings approach. Good charges gain. Primary tourists take pretty employees. Following, average arguments ought to matter possibly like women; specialist, black days us Home decor 2.97 2589.06 0.91584875085405604 +AAAAAAAAEDFCAAAA Decent things borrow well times. H Home decor 4.95 23730.54 8.39439233393286019 +AAAAAAAAEFEBAAAA Old, personal difficulties shall not exist much terrible governments; in addition likely parties might not go probably wonderful, model uses. Christian, usual influences would tell mo Home decor 4.95 4898.94 1.73294094362779128 +AAAAAAAAEJCCAAAA English, good complaints ought to counteract past democr Home decor 17.77 935.97 0.33108809967203187 +AAAAAAAAEOAEAAAA Old, final citizens lose long distinguished conditions. National, little authorities get already; correctly dramatic communities repeat better local, intense months. Even thin years Home decor 0.33 1833.58 0.64860681196688376 +AAAAAAAAEPIBAAAA Available Home decor 2.19 2145.41 0.75891291378716614 +AAAAAAAAGBMBAAAA Only, guilty changes ought to remember just different specimens. Hap Home decor 0.24 4264.39 1.50847653382097287 AAAAAAAAGDKBAAAA However pleasant years should imitate as impossible, new districts. Urgent, major residen Home decor 8.51 426.86 0.15099657705482390 -AAAAAAAAGDNDAAAA Shareholders should buy blue aspirations. Known, formal colleagues remain instead english minutes. Benefits operate always miles. Su Books history 3.87 1085.96 0.28694597173789865 -AAAAAAAAGDOCAAAA Various changes must shorten together heavy lessons. Doors make later british initiatives. Recently senior courses regret months. Regular, senior children might encounter merely procedures. Then avail Books computers 65.54 4671.44 1.42718047656800160 AAAAAAAAGEABAAAA Similar years should not attribute anyway now combined streets; important, convenient others represent moreover. Appropriate trousers provide more communications. Cultural comments would e Home decor 3.01 2268.91 0.80259954937323827 -AAAAAAAAGEAEAAAA Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 -AAAAAAAAGEBDAAAA Away new residents could not mean big poli Home accent 2.77 2918.72 0.94369435621810684 -AAAAAAAAGECBAAAA However dead stars shall not think lately only ordinary dates. Day Books history 9.88 4869.71 1.28673585402018715 -AAAAAAAAGECCAAAA Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 -AAAAAAAAGEDBAAAA Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 -AAAAAAAAGEDDAAAA Available workshops might direct directly. Conditions must satisfy also upper reactions. Sufficient words must see young considerations. Terrible, only expres Books cooking 8.24 3600.68 1.34943798277332989 -AAAAAAAAGEECAAAA Other, human years used to give simply. Words may carry for the pictures; general month Books entertainments 4.85 12733.45 6.37667324793410199 -AAAAAAAAGEEDAAAA Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 -AAAAAAAAGEHAAAAA Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 -AAAAAAAAGEHCAAAA Somehow new conditions start more particularly sexual words; most british men may mask very constant, discipli Books self-help 2.01 5956.08 2.27614399635149260 AAAAAAAAGEHDAAAA Emissions will tick social, likely institutions. Specific customs wash still general, financial years. Open nurses could hurt; carefully current troubles must not invest als Home decor 4.98 7352.90 2.60099969879214412 -AAAAAAAAGEJBAAAA Endless, small hills cope again as ready forces. Ideal windows would not repeat so interested shoes. Really interesting stars suppress functional, local farmers. Leaves obtai Books fiction 9.02 2050.03 0.56844268670365464 -AAAAAAAAGEKAAAAA Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 -AAAAAAAAGELCAAAA Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 -AAAAAAAAGEMAAAAA Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 -AAAAAAAAGENAAAAA Genera Books computers 2.84 60.00 0.01833071356885245 -AAAAAAAAGENDAAAA Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 -AAAAAAAAGEOBAAAA Too usual techniques would not know so relevant techniques. However other sons get more corporate examples. Always large tanks lay for example. Still short processes sho Home accent 0.82 17.98 0.00581337864707871 +AAAAAAAAGMJBAAAA Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 +AAAAAAAAHAFBAAAA Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 +AAAAAAAAHMPDAAAA Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 +AAAAAAAAIDNCAAAA Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 +AAAAAAAAILFEAAAA Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 +AAAAAAAAJKDDAAAA Involunta Home decor 6.52 3664.04 1.29610996156106675 +AAAAAAAAJKLBAAAA Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 +AAAAAAAAJNGAAAAA Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 +AAAAAAAAKEMAAAAA Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 +AAAAAAAAKKGDAAAA Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 +AAAAAAAAKPGAAAAA Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 +AAAAAAAALCDDAAAA Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 +AAAAAAAALDODAAAA Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 +AAAAAAAALEKDAAAA Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 +AAAAAAAALGFDAAAA Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 +AAAAAAAALLGAAAAA Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 +AAAAAAAAMBEAAAAA Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 +AAAAAAAAMKMBAAAA Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 +AAAAAAAAMNMDAAAA Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 +AAAAAAAAMOFAAAAA Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 +AAAAAAAAMOPAAAAA Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 +AAAAAAAANKJCAAAA Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 +AAAAAAAAOHBEAAAA Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 +AAAAAAAAOHDBAAAA High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 +AAAAAAAAOJFEAAAA Thereby Home decor 31.17 3065.16 1.08426338407291388 +AAAAAAAAPAPBAAAA Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 +AAAAAAAAPBDAAAAA Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 +AAAAAAAAPIBEAAAA New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 +AAAAAAAAPLIAAAAA Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 +AAAAAAAAPLLAAAAA Only Home decor 3.96 877.92 0.31055361225687812 +AAAAAAAAADOAAAAA Only detailed memories can tackle free, good members. For example artistic women bec Home flatware 4.37 1677.52 0.37733541972402185 +AAAAAAAAAKMDAAAA Sexual markets might not miss central plants. Physical relationships can leave probably p Home flatware 2.87 670.69 0.15086263809355728 +AAAAAAAAANDAAAAA Beautiful areas know ever actually chief patterns. International, simple feelings like in a russians. National methods would not agree new, other practices; remote, small respects Home flatware 7.13 18656.44 4.19651367373028651 +AAAAAAAAAOODAAAA Digita Home flatware 98.92 4233.13 0.95218530050094701 +AAAAAAAABDOBAAAA Times fall buildings. Causal yards will not survive over at the Home flatware 11.60 4653.17 1.04666761349922908 +AAAAAAAABNCAAAAA Criminal companies may emerge sometimes children. Urban, other efforts dominate policies. Very right fans drive briti Home flatware 9.67 1616.85 0.36368852435785250 +AAAAAAAACBLDAAAA Obvious, clini Home flatware 0.71 3849.41 0.86587267993218975 +AAAAAAAACCKAAAAA Effective wives ought to adopt even golden sports; various shows cannot feel Home flatware 3.70 10411.31 2.34188327336002309 +AAAAAAAACFNCAAAA Poor, small things might care as characters. Comp Home flatware 2.42 18603.86 4.18468651437058346 +AAAAAAAACGCDAAAA Dominant flames ought to hold truly most joint criticisms; equal strategies wander. Strangers ought to realise clear, unknown illustrations. Other products would come. Norther Home flatware 1.13 2686.30 0.60424682746234912 +AAAAAAAACGODAAAA Ever excellent towns used to try hard current private services. International, new minutes follow powerful recordings. Schools must not h Home flatware 9.52 23644.59 5.31853050446636095 +AAAAAAAACNKBAAAA European, happy homes shall not share. Double calls can cover just in order regular developments; inevitable rooms ought to promise according to a eyes. Normal attempts grow only, complex goods Home flatware 8.03 7517.17 1.69088565089347688 +AAAAAAAACPNCAAAA Comprehensive terms would not deceive maybe between a things. Home flatware 1.82 6021.26 1.35440094268173483 +AAAAAAAADGDEAAAA Late partners get now from a weeks. Thus signifi Home flatware 4.55 1168.20 0.26277077907959507 +AAAAAAAADLJCAAAA Major authorities ought to penetrate so banks. Bills will Home flatware 9.36 10463.32 2.35358221893435090 +AAAAAAAADNNCAAAA Thick orders would allow a bit negative forms. Increasingly good studies spend with the cases. British, independent devices tackle direct, italian things; tomorrow new members ought t Home flatware 0.16 0.00 0.00000000000000000 +AAAAAAAAEBGAAAAA Police should not expect material, acceptable shares. Houses should not hold alread Home flatware 6.97 5961.52 1.34096323822854616 +AAAAAAAAECODAAAA Long minutes may lead only mostly private buildings. O Home flatware 0.72 4563.91 1.02658978458239578 +AAAAAAAAEDLBAAAA Women take even reasonable causes; physical, medium buildings contain great operations. Ever other nights pin Home flatware 75.25 8551.48 1.92353968659782201 +AAAAAAAAEIODAAAA Patient, white wounds should not take years. Artists allow also just brilliant levels. Proposals go then by a towns. Capable schools relax now bla Home flatware 5.06 2798.88 0.62957017475628921 +AAAAAAAAELIDAAAA Jewish others might sort defendants; general events decide physically respective for Home flatware 9.92 11729.82 2.63846425257953765 +AAAAAAAAFKGBAAAA Social policies experience as immense, other organizations. New products will ensure other allowances. Good Home flatware 5.07 8008.67 1.80144192372143526 AAAAAAAAGEOCAAAA Poor problems satisfy surprisingly right, administrative prices. Sad dishes talk full, negative rivals. Even Home flatware 0.91 12565.96 2.82654262890175356 -AAAAAAAAGEPAAAAA Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 -AAAAAAAAGEPDAAAA Appointed, awful corners respond frequently. Northern friends may not call loudly vertical patients. Just Books fiction 82.50 2609.28 0.72351435518607630 -AAAAAAAAGFBEAAAA Specifically honest pp. would ensure wide for a miles. Different families put then western, certain children. Only exciting commitments say f Books sports 0.51 3380.07 1.09187075128132256 -AAAAAAAAGFCAAAAA Departmen Books parenting 2.09 8636.38 3.56271988081006976 -AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 5441.25 2.24108529938243041 -AAAAAAAAGFEBAAAA Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 -AAAAAAAAGFFDAAAA Horizontal nerves will not study just. Issues shall not imagine workshops. Relevant industries provide british, fresh others. Commercial, new houses give with the Home bathroom 3.34 2802.39 0.95046526634659234 -AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 3241.40 1.04112585231057734 -AAAAAAAAGFHCAAAA New, hot terms would end probabl Books travel 7.81 1935.60 0.82437344679328695 -AAAAAAAAGFIBAAAA Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 -AAAAAAAAGFIDAAAA Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 -AAAAAAAAGFJCAAAA Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 -AAAAAAAAGFLDAAAA Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 -AAAAAAAAGFMCAAAA Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +AAAAAAAAGILAAAAA There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 +AAAAAAAAGKJAAAAA Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 +AAAAAAAAGMACAAAA Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 +AAAAAAAAGMOCAAAA Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 +AAAAAAAAGOGCAAAA Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 +AAAAAAAAHGADAAAA Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 +AAAAAAAAHPFEAAAA Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 +AAAAAAAAICNCAAAA Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 +AAAAAAAAIIFBAAAA Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 +AAAAAAAAJCJCAAAA Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +AAAAAAAAJGHDAAAA Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 +AAAAAAAAJNBCAAAA Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 +AAAAAAAAKBCBAAAA Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 +AAAAAAAAKCEBAAAA Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 +AAAAAAAAKCGCAAAA Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 +AAAAAAAAKDHAAAAA National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 +AAAAAAAAKGFBAAAA Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 +AAAAAAAAKGPBAAAA Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 +AAAAAAAALAPCAAAA Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 +AAAAAAAALEDEAAAA Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 +AAAAAAAALJIDAAAA Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 +AAAAAAAAMANBAAAA Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 +AAAAAAAAMCDAAAAA Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 +AAAAAAAAMEABAAAA Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 +AAAAAAAAMHNCAAAA Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 +AAAAAAAAMIECAAAA Le Home flatware 9.98 11828.71 2.66070821965981599 +AAAAAAAAMJLCAAAA Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 +AAAAAAAAMNKDAAAA Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 +AAAAAAAANMDAAAAA Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 +AAAAAAAAOAMCAAAA Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 +AAAAAAAAOCKCAAAA Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 +AAAAAAAAOCKDAAAA Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 +AAAAAAAAODFAAAAA Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 +AAAAAAAAOEABAAAA Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 +AAAAAAAAOELCAAAA Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 +AAAAAAAAOFDEAAAA Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 +AAAAAAAAOKKAAAAA Beings Home flatware 5.41 3057.71 0.68779048013993208 +AAAAAAAAPCIAAAAA Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 +AAAAAAAAPLEEAAAA References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 +AAAAAAAAABBAAAAA Ways share electronic benefits. Just effective groups repeat social relations. Always coming deaths would treat so ideas. Effective, grand patterns would hold more. Capable feet Home furniture 1.71 48.60 0.01276767221192591 +AAAAAAAAABEAAAAA Now good legs find from the ideas. Available courts must risk eventually more complex strangers. Sections Home furniture 8.76 23271.50 6.11363958600481331 +AAAAAAAAABGAAAAA Otherwise suitable products consider too technical techniques; common women spend quickly assessments; chemical habits develop more. Very universal processes determine gingerly; months may discover mo Home furniture 4.64 9189.84 2.41425647736718619 +AAAAAAAAACJDAAAA M Home furniture 3.93 248.02 0.06515716176958571 +AAAAAAAAADGBAAAA Forces can live mostly. Again indian stars ought to establish just. So british y Home furniture 6.35 11955.53 3.14082897448244100 +AAAAAAAAAFADAAAA Other, new contracts want easy vehicles. Smooth industries should ask high students. Facts Home furniture 1.41 1899.70 0.49906886627563087 +AAAAAAAAAFDAAAAA New relations should get ideal shapes. Revolutionary settings forget however soviet institutions. Guests might disguise probably miners; immediate, local barriers destroy exactly pol Home furniture 0.85 4977.30 1.30758302264236329 +AAAAAAAAAKCEAAAA Regrettably deep rivers make absolutely then major demands. Cold dangers open of course less essential stories. Legal, statistical studies amount more well sovi Home furniture 4.23 297.00 0.07802466351732504 +AAAAAAAABAADAAAA Jeans may not represent relatively young provinces. More other studi Home furniture 17.10 749.41 0.19687698008928806 +AAAAAAAABNKBAAAA Minutes can expect outside strong, alternative developers. Proper movemen Home furniture 7.15 3444.28 0.90484440424058004 +AAAAAAAACBBAAAAA Guns provide changes. Ago new references used to accompany on the eyes. Forward supreme patients cannot ask real, spiritual channels. Interest Home furniture 4.69 9809.12 2.57694709562647592 +AAAAAAAACDJCAAAA Thirdly urb Home furniture 0.28 28473.03 7.48012991605623314 +AAAAAAAACEABAAAA Important values shall say Home furniture 1.94 9328.32 2.45063646189203189 +AAAAAAAACFOBAAAA Specimens enjoy exactly other areas. Names mean just in a operati Home furniture 63.63 915.90 0.24061545224080135 +AAAAAAAACHGBAAAA Suitable, new be Home furniture 2.69 3079.77 0.80908423555808796 +AAAAAAAACJIDAAAA Southern, physical forms may inherit long forms. Directors find suddenly. Standards should not say under just difficult reasons. Paths join a bit scientific issues. Onl Home furniture 7.95 9195.94 2.41585900412629624 +AAAAAAAADHAAAAAA Enough apparent elements reverse actu Home furniture 2.68 10398.28 2.73172490962602884 +AAAAAAAADOCDAAAA Matters wander various institutions; social shares ought to ensure only important women. Only concrete pictures bring female e Home furniture 3.65 5846.76 1.53599825476954654 +AAAAAAAADPNDAAAA Controversial funds dictate forward, national girls. Future, sharp years discuss special, envi Home furniture 4.92 3589.05 0.94287683029244248 +AAAAAAAAEADAAAAA So good choices accept good events; mean, effective birds remember away of course mixed vegetables. Requirements concede quite worth the steps. Heavy, big war Home furniture 2.70 4319.56 1.13478860452153713 +AAAAAAAAEHPCAAAA Surroundings lead offices. Red, technical employers shall phone english, formidable interests. Already other songs used to not Home furniture 4.50 2912.82 0.76522491712637949 +AAAAAAAAEIIAAAAA Independent, other conclusions ought to die hands. Proposed, lovely days celebrate doubtless children. Correct, eastern kinds used to teach across social, gradual years; here seriou Home furniture 41.55 4068.11 1.06873034983658299 +AAAAAAAAEOEEAAAA Now political pages will refer active frie Home furniture 7.81 17063.04 4.48261937569918440 +AAAAAAAAFGBBAAAA So inc clients may tell as. Mothers could point points. Increasing, alone gifts Home furniture 1.23 1731.98 0.45500726167924786 +AAAAAAAAFGKBAAAA Perhaps original notes Home furniture 0.75 5460.46 1.43451365033606956 +AAAAAAAAFNBAAAAA Happy laws sit on the powers. Quickly convenient newspapers Home furniture 0.16 265.44 0.06973355785871635 +AAAAAAAAFPKBAAAA Perfectly coming moments used to rely industrial things. Private, other fig Home furniture 0.65 2941.40 0.77273314905676720 AAAAAAAAGFPAAAAA Profits deliver. Even possible guidelines ought to cry new teeth; necessary events will hear quickly counties. Pocket Home furniture 7.31 9136.04 2.40012271677044516 -AAAAAAAAGGAEAAAA Copies light unfortunately by a periods. Properly desirable leads must go between a windows. New years must take. New contents like much symbolic users. So short-term wheel Books romance 4.07 7648.84 2.06595345260077217 -AAAAAAAAGGCCAAAA English pictures evolve either to a factors. Detailed, ultimate months manage never mild eyes. High commi Home curtains/drapes 5.86 5616.91 1.72927451907803346 -AAAAAAAAGGDCAAAA Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 -AAAAAAAAGGEBAAAA Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 -AAAAAAAAGGEDAAAA Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 -AAAAAAAAGGFDAAAA Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 -AAAAAAAAGGHBAAAA Only difficult children permit also. Ends must up Home curtains/drapes 3.77 6772.81 2.08514071892853826 -AAAAAAAAGGHDAAAA Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 -AAAAAAAAGGICAAAA Nowhere new points will not go places. Capable, local courses explore both barely distinctive numbers. Seriously recent areas begin rare, reas Books science 2.21 10413.61 3.29481111726217583 -AAAAAAAAGGKBAAAA Therefore safe tec Books sports 5.97 2224.98 0.71873972556364722 -AAAAAAAAGGMCAAAA Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 -AAAAAAAAGGNBAAAA Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 -AAAAAAAAGGPCAAAA Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 -AAAAAAAAGHAEAAAA Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 -AAAAAAAAGHBAAAAA Doubts could not think. Acres shall live tired ways. Obvious interests pay seldom severe images. Quick officials should no Home accent 8.82 4275.50 1.38237488351418287 -AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 894.48 0.27327427788445235 -AAAAAAAAGHDAAAAA In common academic pupils know highly joint sites. Twin, safe methods introduce most possible others; times fall most effects. Highest parliamentary performances used Home blinds/shades 6.97 7080.17 4.71842287969630081 +AAAAAAAAGJBEAAAA Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 +AAAAAAAAGNKDAAAA At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 +AAAAAAAAGPJCAAAA Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 +AAAAAAAAHACBAAAA Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 +AAAAAAAAHJIBAAAA Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 +AAAAAAAAHNBEAAAA Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 +AAAAAAAAHPIBAAAA English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 +AAAAAAAAIBDCAAAA Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 +AAAAAAAAICIBAAAA Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 +AAAAAAAAIIABAAAA Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 +AAAAAAAAJDEDAAAA Ro Home furniture 3.69 420.40 0.11044299172620688 +AAAAAAAAKBOAAAAA Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 +AAAAAAAAKCIDAAAA Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 +AAAAAAAAKFMBAAAA Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 +AAAAAAAAKHFAAAAA Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 +AAAAAAAAKNECAAAA Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 +AAAAAAAAKOIDAAAA Rights pay Home furniture 4.07 4771.20 1.25343863492882561 +AAAAAAAAKPEDAAAA Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 +AAAAAAAALIPDAAAA Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 +AAAAAAAAMCDCAAAA Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 +AAAAAAAAMDHAAAAA Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 +AAAAAAAAMOCAAAAA Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 +AAAAAAAANPFBAAAA Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 +AAAAAAAAOAGDAAAA Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 +AAAAAAAAODDDAAAA Ni Home furniture 0.83 1902.40 0.49977818139851565 +AAAAAAAAOEDEAAAA National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 +AAAAAAAAOKGBAAAA Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 +AAAAAAAAONEAAAAA Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 +AAAAAAAAOPMCAAAA Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 +AAAAAAAAACMCAAAA In particular explicit publications used to like well babies. Participants used to Home glassware 26.87 1521.32 0.44205664608450706 +AAAAAAAAAKMAAAAA Proper things ought to come sometime Home glassware 3.56 1682.70 0.48894954274340706 +AAAAAAAABECDAAAA Workers remember more in a programs. Other, real matters will not outline usually on a assets. Regional rules may make therefore both necessary hours. Seconds finance alw Home glassware 9.42 6255.90 1.81780438845217817 +AAAAAAAABHBBAAAA Divine, physical teachers Home glassware 9.87 6419.73 1.86540919239087929 +AAAAAAAABJJDAAAA Final office Home glassware 86.90 809.50 0.23521997673428895 +AAAAAAAACALAAAAA Relations should influence merely normal reactions. Empty comments clean really fa Home glassware 21.40 10300.76 2.99313715570783720 +AAAAAAAACCDEAAAA Crucial, familiar positions ought to occupy trees; Home glassware 8.11 10877.81 3.16081311318099525 +AAAAAAAACELDAAAA Rules complain chosen, Home glassware 1.35 10828.60 3.14651394696098986 +AAAAAAAACGDDAAAA Always regular rules used to keep finally. Small phenomena shall disturb thereby. Well late schools may afford increasingly e Home glassware 7.31 2143.49 0.62284332048200249 +AAAAAAAACHLAAAAA Sad profits get independently with a women. Discussions drive schools. Then basic beliefs find generally traditionally funny sectors. French, certain lawyers would see. Good, black nations promote ex Home glassware 9.53 981.72 0.28526269988830901 +AAAAAAAACIHCAAAA English words ought to achieve much about a laws. Strong, british areas expect here major modules. Ethnic, liable lengths see equally terms. Large neighbours will hope minutes; o Home glassware 0.74 5720.20 1.66214368241566354 +AAAAAAAACLJDAAAA Techniques sense; times blame by the hands. Much scottish executives would need powerful years. Growing hotels shall take meanwhi Home glassware 3.09 13028.88 3.78585898761438243 +AAAAAAAACMLAAAAA Years make otherwise others. Windows accept. Black, contemporary appointments study Home glassware 2.21 8303.46 2.41277290674996776 +AAAAAAAADFEBAAAA Professional eyes listen. Yet beautiful charges might drive roughly. Audiences play less cases. Existing, initial others should not help; left, partial tools ought to work partly there wrong person Home glassware 4.82 7441.50 2.16230939699593725 +AAAAAAAADKJDAAAA Neither nice aspects will express contrary, old sets. For example financial problems will attract roughly; subsequently early relationships ought to wait o Home glassware 7.85 15609.44 4.53570366106890583 +AAAAAAAAEDCBAAAA Main problems proceed then Home glassware 7.57 5771.10 1.67693391937153174 +AAAAAAAAEIFDAAAA Illegally british days ought to create only. Open notes climb mostly just natural areas. Brief savings get months. Familiar, exclusive women enable critical powers. New, functional ports would Home glassware 19.85 6360.23 1.84812001559570919 +AAAAAAAAEJMAAAAA Kinds mean never different weeks. Likely areas ask perhaps. Beautiful rights may not celebrate working-c Home glassware 3.81 1557.40 0.45254057043357827 +AAAAAAAAELNDAAAA Scores could make even commercial days; final, good studies shall look really low, fine districts. Months like even agricultural systems. Others look industrial things; bas Home glassware 15.38 2310.12 0.67126173274047632 +AAAAAAAAFFFEAAAA Wings hesitate well great gaps. Firm texts know very on a men; territo Home glassware 23.04 7748.89 2.25162906178698491 +AAAAAAAAFFMDAAAA Working, gold proteins lie wide possi Home glassware 17.12 9562.36 2.77857701880777672 +AAAAAAAAFJODAAAA Even effective schools may make ways. Years raise hence main, public countries. Usual, national arguments must tend old, poor masses. Open big Home glassware 3.60 7800.56 2.26664304103079060 +AAAAAAAAFKKDAAAA Governments could see also. Policies used to rely only new dealers. Boats used to participate then for a forests. Front banks breathe behind a wings; i Home glassware 7.46 9538.00 2.77149862642575414 +AAAAAAAAGEAEAAAA Full, wrong intervals attend simple teachers; more early Home glassware 0.77 1031.25 0.29965484991628842 AAAAAAAAGHDBAAAA Even royal packages stop in a minutes. Possible purposes Home glassware 8.13 7998.05 2.32402857927075938 -AAAAAAAAGHDDAAAA Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 -AAAAAAAAGHECAAAA Changes set even on a subsidies. Exactly severe soldiers must not prevent now then free h Books sports 7.85 938.84 0.30327535705856887 -AAAAAAAAGHHDAAAA Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Books history 2.64 6413.60 1.69468183389644811 -AAAAAAAAGHIBAAAA Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 -AAAAAAAAGHKAAAAA Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 -AAAAAAAAGHKDAAAA Organisations shall guide tory organizations. Social, modest systems gro Books entertainments 7.74 434.88 0.21777975820076902 -AAAAAAAAGHLCAAAA Clients must not feel also ever private cars; names think. Concerned meals used to go still chapters; remarkable, minimal terms get at first. Obvious articles must Home bathroom 0.71 2655.54 0.90065927062044535 -AAAAAAAAGHMBAAAA Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 -AAAAAAAAGHNAAAAA Atomic pp. might disappear as. Figures discuss men. Specific, local rivers might replace eyes. Safe cars take final services; old troops Home bedding 6.29 NULL NULL -AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 4170.81 1.33964895294486305 -AAAAAAAAGHPBAAAA Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 -AAAAAAAAGIBEAAAA Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 -AAAAAAAAGICDAAAA Great sounds might shake just extremely important men. Paintings Books history 1.73 3273.90 0.86507092054284356 -AAAAAAAAGICEAAAA Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 -AAAAAAAAGIEBAAAA Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 -AAAAAAAAGIFEAAAA Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 -AAAAAAAAGIGAAAAA White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 -AAAAAAAAGIHBAAAA Right joint uses cannot provide less labour, final windows. Ori Books romance 5.83 4286.08 1.15767119904758337 -AAAAAAAAGIHCAAAA Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 -AAAAAAAAGIIAAAAA Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 -AAAAAAAAGIIDAAAA Factors want. Events declare here excellent Books history 2.30 5544.72 1.46509546246138109 +AAAAAAAAGHMBAAAA Main, nervous preferences find certainly constant reasons. Open, primary boys zero rats Home glassware 1.78 6638.55 1.92899268258111660 AAAAAAAAGIJAAAAA Techniques expand however activities. Clergy sustain young boys. Sufficient parts ask representatives; very poor years would slip at least low directors. Required estates join too. Pub Home glassware 8.06 13080.85 3.80096013917816378 -AAAAAAAAGILAAAAA There political guidelines must rise actually small new roads. Temperatures should not cry new victims. Very possible cal Home flatware 3.68 9306.76 2.09342970031399781 -AAAAAAAAGIMCAAAA Traditional times buy on a operations. Clear, ne Home bathroom 9.63 3165.58 1.07364565169068038 -AAAAAAAAGIMDAAAA Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 -AAAAAAAAGINBAAAA Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 -AAAAAAAAGJBEAAAA Elaborate periods bother also considerable republics. Streets cannot serve freshly Home furniture 2.34 7225.31 1.89815616686317761 -AAAAAAAAGJDEAAAA Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 -AAAAAAAAGJFCAAAA Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 -AAAAAAAAGJFDAAAA Aspects appoint eligible, black authorities. Levels may not act far old, immediate stations. Left, critical hea Books fiction 8.11 1085.85 0.30108997983305776 -AAAAAAAAGJHDAAAA Effective needs may not improve old bonds. Courts cannot come only with a sources. Before proud files like just partial authorities. Parliam Books reference 0.97 966.50 0.32040817050448689 -AAAAAAAAGJIAAAAA Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 -AAAAAAAAGJICAAAA Written leaders could help by a buildings; symbols could take more far isolated patients. Other, different stages flow new words. Rightly american thousands ought to contact away only Books mystery 6.88 4311.47 2.53022069323541099 -AAAAAAAAGJIDAAAA Strong, other eyes address. Expectations ought to need Home curtains/drapes 3.16 1048.21 0.32271174785474317 -AAAAAAAAGJJBAAAA I Sports fitness 73.49 11260.99 3.69365898132789930 -AAAAAAAAGJLDAAAA Single, professional tenants co Books science NULL 7704.65 2.43771050333304425 -AAAAAAAAGJMCAAAA Long-term game Sports golf 4.19 20224.07 4.77757403548687691 -AAAAAAAAGKABAAAA Never special sentences look small aspects. Eng Books travel 4.85 2543.14 1.08312517435311003 -AAAAAAAAGKBAAAAA As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 -AAAAAAAAGKBDAAAA Buyers should not review therefore important homes; super, beneficial statements Books sports 2.97 1162.54 0.37553761407148039 -AAAAAAAAGKDAAAAA More expensive men used to become most current offices. There royal areas shall not study particularly important, remain Home curtains/drapes 0.46 1399.75 0.43094014468443990 -AAAAAAAAGKEDAAAA Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 -AAAAAAAAGKICAAAA Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 -AAAAAAAAGKJAAAAA Old things should not regulate. African walls could not say incidents. Great days keep always different women. Previous provisions may want Home flatware 1.26 14768.99 3.32208441064779048 -AAAAAAAAGKJDAAAA Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 -AAAAAAAAGKMBAAAA Front markets ought to reach very academic ways. Then possible words open entirely public products. Softly origin Books reference 4.07 4860.86 1.61144258632016570 -AAAAAAAAGKOCAAAA Now good walls deal currently physical proceedings. Important buildings swear around Home curtains/drapes 5.54 1416.16 0.43599228097611460 -AAAAAAAAGKPBAAAA Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 -AAAAAAAAGLCAAAAA Educational groups Sports pools 0.70 5180.07 1.43672977208892250 -AAAAAAAAGLDCAAAA National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 -AAAAAAAAGLECAAAA Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 AAAAAAAAGLFAAAAA Extremely level sources hear; months make less above common materials. Main, unpleasant parts allow workers. Foreign, yellow interests go teeth. Academic yards would not Home glassware 2.84 7046.23 2.04745405394002324 -AAAAAAAAGLFBAAAA Claims choose rarely too armed differences. Personal, wise goods build ill n Home bathroom 1.06 5867.34 1.98998100758495967 -AAAAAAAAGLGCAAAA Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 -AAAAAAAAGLLDAAAA Prov Books romance 2.61 4503.02 1.21626674320947086 -AAAAAAAAGLMAAAAA Comprehensive kinds may c Books history 9.43 9512.55 2.51352527114750803 -AAAAAAAAGLMCAAAA Crossly local relations know surely old excep Books business 37.62 1577.14 0.64957597409933495 -AAAAAAAAGLOAAAAA Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 -AAAAAAAAGMABAAAA Then possible devices can conclude. Important drugs should stop much; ot Books sports 1.09 25187.18 8.13626497358276658 -AAAAAAAAGMACAAAA Real minds shall Home flatware 5.95 6534.86 1.46992831139880385 -AAAAAAAAGMCAAAAA More important names induce; now similar standards will train correctly times. Ex Books computers 9.23 4356.46 1.33095034056938251 -AAAAAAAAGMEDAAAA Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 -AAAAAAAAGMFAAAAA Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 -AAAAAAAAGMIDAAAA Anyway initial depths ought to raise over expenses. Little years ought to buy new sides. Phrases see across the folk. Barely considerable workers shall turn ev Books romance 2.54 526.08 0.14209432964269278 -AAAAAAAAGMJBAAAA Electronic, protective ties cannot install temporarily opportunities. Likely experiments see so implicit patie Home decor 1.08 6818.47 2.41195153153494144 -AAAAAAAAGMKDAAAA Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 -AAAAAAAAGMLAAAAA Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 -AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 2158.00 0.80876033605453578 -AAAAAAAAGMOCAAAA Ordinary issues dry only numerous, substantial sheets. Numbers may carry so increased feet; even human peoples drift too; unlikely, Home flatware 7.54 3910.06 0.87951507656904769 -AAAAAAAAGNBCAAAA Kids must not know sharp, post-war babies. Democratic alternatives result quite at a activities. Deep, various institutions might not return extremely special, Books romance 1.85 10864.92 2.93461740423792125 -AAAAAAAAGNFCAAAA Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 -AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 169.80 0.05187591939985244 -AAAAAAAAGNHCAAAA Central scientists shall not keep also in the countries. Other, financial authorities could not experience deep, other banks. Cells may avoid on the animals; Books science 4.28 6338.81 2.00556595246150497 -AAAAAAAAGNHDAAAA Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 -AAAAAAAAGNICAAAA Results highlight as patterns; so right years show. Sometimes suitable lips move with the critics. English, old mothers ought to lift now perhaps future managers. Active, single ch Books romance 2.88 9733.14 2.62892336454242468 -AAAAAAAAGNKAAAAA Resources comply cheap, ready places. Different, other lights will pay well. Days assume more large courts. Recordings could not design also at the members. Yards can let still political others Books entertainments 73.05 3326.52 1.66585890647999945 -AAAAAAAAGNKDAAAA At least literary months might arise incomes. Just industrial fingers use only precise agreements. Also spanish hands could perform through the communications. So as beautiful Home furniture 1.39 25907.70 6.80619385524512394 -AAAAAAAAGNMBAAAA Later anxious detectives might not see. Only bonds improve even interests. Other, common bands go here rural sections. Relative daughters m Books romance 47.10 312.70 0.08446034230396524 -AAAAAAAAGNNAAAAA Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 -AAAAAAAAGNNCAAAA Voters learn both young arms. Victims need less however front cases; shapes can cover Home bedding 5.46 0.00 0.00000000000000000 -AAAAAAAAGNOBAAAA Colleges cannot create quickly great relations; significant methods pour as educational, constant po Books fiction 5.95 2341.60 0.64929069095831657 -AAAAAAAAGNPBAAAA B Books parenting 0.89 129.54 0.05343844682148498 -AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 5136.88 1.92516440920844475 -AAAAAAAAGOCDAAAA Estimates give true bi Books mystery 8.51 1958.69 1.14947291054634896 -AAAAAAAAGODDAAAA Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 -AAAAAAAAGOGCAAAA Immense fields find on a measures. Followers may not want on a details. Occasions look also worthw Home flatware 2.40 6586.82 1.48161601014985312 -AAAAAAAAGOIAAAAA Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 -AAAAAAAAGOKBAAAA Othe Books arts 60.94 6652.80 2.13685508430055191 -AAAAAAAAGOLAAAAA Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 -AAAAAAAAGOLDAAAA Generally ideal lips must reach beautiful, top patterns. Disabled methods find commercial things. Less happy co Books entertainments 6.19 6104.76 3.05714945887078431 -AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 4793.37 1.97424324217794817 -AAAAAAAAGOPCAAAA Concerned agreements may imagine forward large demonstrations. Primary, excellent months would not think clearly by a hopes. Open firms wipe men. Impor Books reference 2.27 3976.69 1.31832795402326743 -AAAAAAAAGOPDAAAA Overseas, back workers make humans. Final, difficult parties kiss over within an metals; possible men ought to work further military meetin Books science 3.25 10456.69 3.30844140137418449 -AAAAAAAAGPBDAAAA Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 -AAAAAAAAGPBEAAAA Above upper shares should recall from a emotions. Books could not help british, Books romance 1.23 4995.27 1.34922358202983187 -AAAAAAAAGPCCAAAA Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 AAAAAAAAGPDBAAAA Personnel need actually Home glassware 33.93 4770.05 1.38605441633279184 AAAAAAAAGPEDAAAA Almost comprehensive cases know unfortunately hard courses; there determined rules shall make even hard, close years. Existing, red sentences name. Experts help slowly players. Home glassware 78.89 2097.81 0.60956988189371056 -AAAAAAAAGPFAAAAA Small, bare solicitors may take for Home accent 3.20 9316.15 3.01214168425930411 -AAAAAAAAGPHBAAAA Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 -AAAAAAAAGPHDAAAA Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 -AAAAAAAAGPJCAAAA Very, great fingers shall not receive open experiences. Back years grow extensive, eng Home furniture 9.36 11962.72 3.14271785438375267 -AAAAAAAAGPMCAAAA Almost central words will take. International pupils see manufacturing boxes. Possible positions might hold magistrates; duties exert strong fields. Neverthele Home bathroom 0.90 4567.64 1.54917166032399097 -AAAAAAAAGPOCAAAA Widespread, comprehen Books home repair 2.89 5969.32 1.73012805623388617 -AAAAAAAAGPPBAAAA Able, widespread elections could not apply to the powers. Minimal, pleasant fruits used to feed still flexible, new institutions; relationships Books cooking 6.47 8428.60 3.15881249697370727 -AAAAAAAAHACBAAAA Institutions ought to need projects. As possible citizens used to like here british male estates. Long, essential exceptions must win national, original outcomes; correspondi Home furniture 3.58 2589.31 0.68023582993954507 -AAAAAAAAHADDAAAA Things wo Sports hockey 5.04 1494.08 0.74870016775197323 -AAAAAAAAHAFBAAAA Ultimate, normal shareholders shall bu Home decor 9.07 3846.33 1.36059285063786910 -AAAAAAAAHAFEAAAA Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 -AAAAAAAAHAKCAAAA Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 -AAAAAAAAHBACAAAA Effects withstand companies. Rules may not return technical signs. White intervals talk actually grey sons. Workers license most. At least great clothes see much relatively chea Books sports 6.98 3263.92 1.05435058520152965 -AAAAAAAAHBFAAAAA Dollars prove everywhere o Home bathroom 7.89 4037.25 1.36928332478983294 -AAAAAAAAHBJCAAAA Vast, lively periods will not treat new, average r Books history 6.01 2002.74 0.52918908195362550 -AAAAAAAAHCAEAAAA Most medium weeks look under the families. Women could mould bare states. Disciplinary, big meetings stand only materials. Practical requirem Books mystery 1.70 6075.82 3.56564361862046467 -AAAAAAAAHCBDAAAA Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 -AAAAAAAAHCDEAAAA Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 -AAAAAAAAHCEDAAAA Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 -AAAAAAAAHCKAAAAA Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 -AAAAAAAAHDDAAAAA Remote, japanese things would not need at all Books fiction 45.99 3782.68 1.04888064181508580 -AAAAAAAAHDDDAAAA Very questions will not come changes. Famous things used to go very personal muscles. Marvellous methods shall ask so large, twin citizens; purposes kill so. Rough tears used to concentrate in Books history 8.39 19376.75 5.11996791582777238 -AAAAAAAAHDECAAAA Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 -AAAAAAAAHDGDAAAA Laws go shortly british, clear carers. Inner, available aspirations ought to abolish most armed strings. Activities gain then less high banks; never future reactions include so in a powers. Popular, Books entertainments 9.69 2287.64 1.14560726188927346 -AAAAAAAAHDIBAAAA Books give simply again technical terms. Fun deaths must not take below carefully true sons. Expensive arts could receive just about leaves. Central, payable reform Books cooking 0.86 1271.14 0.47638907023742475 -AAAAAAAAHDJAAAAA Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 -AAAAAAAAHDJDAAAA Even irrelevant acres like very through a readers. Already concerned ministers shrink please. Evident findings used to eat about unique Books romance 88.04 9277.24 2.50578466912708170 -AAAAAAAAHDOBAAAA Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 -AAAAAAAAHDPAAAAA Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 -AAAAAAAAHEEBAAAA Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 -AAAAAAAAHEEEAAAA Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 -AAAAAAAAHEHBAAAA Payments make imperial sources. Gmt left pensions would not come moreover new public terms; certain teachers may rest finally; certain flowers used to look. Friendly friends must conv Books travel 3.86 12351.66 5.26058097118142732 -AAAAAAAAHEIDAAAA Ideal talks might not think within the strengths; actions can change probably; names provide later in a jews; busy pr Home curtains/drapes 8.79 1369.83 0.42172869326171553 -AAAAAAAAHFAEAAAA Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 -AAAAAAAAHFBAAAAA Old places avoid certain, typical hands; here original arms see in a ideas. Good Books reference 38.26 3993.95 1.32404988369001078 -AAAAAAAAHFDBAAAA Losses hide Sports optics 1.65 4243.32 1.22997313857763450 -AAAAAAAAHFDEAAAA Substantial, afraid effects must close. Areas could make only Books cooking 6.37 21494.23 8.05545907230467314 -AAAAAAAAHGADAAAA Even usual teachers ought to sing even different likely males. Universal services expect kindly enou Home flatware 2.32 2917.15 0.65617341053932611 -AAAAAAAAHGCEAAAA Digital patients gain to a colours. Years make tem Books romance 16.58 2465.84 0.66602395416312644 -AAAAAAAAHGDDAAAA Terms used to comprehend to a things. Really busy competitors stop women. Normally certain libraries remain considerably from a centres. Glad countries cannot try together groups. There powerful Home bedding 4.30 6885.82 2.00892832396324364 -AAAAAAAAHGMAAAAA Variables arrange hostile democrats. Original habits know as certain horses. Firm, technical pupils must see also never other Books home repair 9.17 2756.10 0.79881895019637306 AAAAAAAAHGOBAAAA Royal things think that clearly free prayers. Temporary errors used to collect catholic, colourful pains. Eggs turn instead units. Even separate farms say soon to a considerati Home glassware 9.91 3555.97 1.03327384887934462 -AAAAAAAAHGPAAAAA Historic, level to Books mystery 29.30 9950.91 5.83977121457952475 -AAAAAAAAHHCAAAAA Old, cultural workers ought to take both now everyday budgets. Nearer interesting hours could not assure very centuries Home bedding 1.65 6096.81 1.77873576347077668 -AAAAAAAAHHCDAAAA Mild, Sports optics 47.98 14278.69 4.13883590068085459 -AAAAAAAAHHEBAAAA Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 -AAAAAAAAHHIAAAAA Evenings go simply central conditions. Small, other characters must not sha Books mystery 2.79 2810.85 1.64956983014627377 -AAAAAAAAHHMCAAAA Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 -AAAAAAAAHICCAAAA Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 AAAAAAAAHIDEAAAA Political paths should go inc years. New materials shall represent results. Very, actual trees will make that is new, la Home glassware 6.93 5472.80 1.59025557587574620 -AAAAAAAAHIHDAAAA So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 -AAAAAAAAHIJBAAAA Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 -AAAAAAAAHINDAAAA New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 -AAAAAAAAHIOCAAAA Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 -AAAAAAAAHIPBAAAA Yet small groups feature earnings. Young engines would try t Books science 0.75 6821.76 2.15836877771439689 -AAAAAAAAHJADAAAA Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 -AAAAAAAAHJCEAAAA Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 -AAAAAAAAHJFEAAAA Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 -AAAAAAAAHJIBAAAA Systems could go drugs. Forces say more; wings shall not tell too relatively small scientists. Then mad blues flow. Complete, tremendous officers would not explain indeed years. Exc Home furniture 9.66 8975.86 2.35804194033204407 -AAAAAAAAHJLBAAAA Even poor women come much acceptable heads. Then similar trees live much circumstances. Then legal hours may walk eastern, simple cases; respectable Home curtains/drapes 6.41 3197.32 0.98435688044468897 -AAAAAAAAHJMAAAAA Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 -AAAAAAAAHJOBAAAA Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 -AAAAAAAAHKBBAAAA Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 -AAAAAAAAHKBEAAAA Significant, fa Home bathroom 4.86 2662.40 0.90298592455766951 -AAAAAAAAHKEEAAAA Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 -AAAAAAAAHKFAAAAA Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 -AAAAAAAAHKJCAAAA However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 -AAAAAAAAHKKBAAAA Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 -AAAAAAAAHKLAAAAA Purel Books cooking 4.62 4512.72 1.69124603508805594 -AAAAAAAAHKOAAAAA Physically natural times used to improve models. Significantly close years ought to build ahead linguistic habi Books self-help 0.27 3915.38 1.49628088951704932 -AAAAAAAAHLEAAAAA Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 -AAAAAAAAHLKAAAAA New centuries seem too. Wide, possible fathers shall rise in addition in a homes. Parti Books mystery 51.60 6137.08 3.60159454015479084 -AAAAAAAAHLLCAAAA More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 -AAAAAAAAHLNDAAAA Markets must say for ever then green weeks. Better fresh forces find also similar restaurants; proposals materialise for a procedures. Here other results Books reference 2.44 2428.67 0.80513782872129558 -AAAAAAAAHLPBAAAA NULL Home NULL NULL 9647.64 78.82760801411236785 -AAAAAAAAHMADAAAA Willingly left requests declare changes; old lists ought to apply again in a arms. Students eat german, individual ships. Weak goods Books fiction 5.83 10040.62 2.78411389539199373 -AAAAAAAAHMFBAAAA Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 -AAAAAAAAHMGAAAAA Words bear international, expected countries. Apparent, misleading years get ever rich grounds. Over atomic feet could forgive ultimate, educational bishops; current, vas Books reference 4.95 2101.32 0.69661675824572001 -AAAAAAAAHMGDAAAA Fair, modern services assess to a Books fiction 4.50 6316.82 1.75155979777046177 -AAAAAAAAHMNCAAAA As great eyes ought to talk then. Natural drawings shall not generate to a hands. Artistic seconds Home blinds/shades 9.23 9100.70 6.06496046016580460 -AAAAAAAAHMPAAAAA Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 -AAAAAAAAHMPDAAAA Black modules reach more in the implications. Almost empty obligations must want broadly for the methods. Figures summarize then. Christian, local men disturb still. Scenes should appear girls. Home decor 4.92 3511.65 1.24220383688931345 -AAAAAAAAHNBBAAAA Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 -AAAAAAAAHNBEAAAA Tomorrow able reasons might take grey, major activities. Sensitive, so-called factors must sho Home furniture 4.12 43.16 0.01133853359396548 -AAAAAAAAHNEBAAAA Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 -AAAAAAAAHNFDAAAA Surely elderly gains send further friends. Real, uncertain materials use hard Books sports 8.64 8933.54 2.88581923788612256 -AAAAAAAAHNHBAAAA Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 -AAAAAAAAHNJCAAAA M Sports football 2.64 80.16 0.03474876611752548 -AAAAAAAAHNNBAAAA Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 -AAAAAAAAHODBAAAA Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +AAAAAAAAIAGDAAAA B Home glassware 2.51 6669.44 1.93796852579460911 +AAAAAAAAINMBAAAA Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 +AAAAAAAAIPOAAAAA Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 +AAAAAAAAJFFAAAAA Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 +AAAAAAAAJNMDAAAA Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 +AAAAAAAAKHECAAAA Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 +AAAAAAAAKMOCAAAA Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 +AAAAAAAAKPICAAAA Easily adv Home glassware 4.25 9484.34 2.75590640412610999 +AAAAAAAALIBCAAAA Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 +AAAAAAAALPIAAAAA Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 +AAAAAAAAMAGBAAAA Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 +AAAAAAAAMFJAAAAA Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 +AAAAAAAAMHDDAAAA Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 +AAAAAAAAMLBEAAAA Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 +AAAAAAAAMPLCAAAA Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 +AAAAAAAANAKCAAAA False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 +AAAAAAAANCAEAAAA Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 +AAAAAAAANDECAAAA French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 +AAAAAAAANICCAAAA Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 +AAAAAAAANNACAAAA Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 +AAAAAAAANNODAAAA Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 +AAAAAAAAOACEAAAA Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 +AAAAAAAAOAPCAAAA Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 +AAAAAAAAOFKCAAAA Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 +AAAAAAAAOGFEAAAA As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 +AAAAAAAAOOAAAAAA High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 +AAAAAAAAPAGEAAAA Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 +AAAAAAAAPCLAAAAA Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 +AAAAAAAAPMDEAAAA Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 +AAAAAAAAAFGCAAAA Hands may not take in a affairs. Early details shall keep often weekly, relevant months. Local, informal companie Home kids 2.29 1215.27 0.48844907781608315 +AAAAAAAAANKDAAAA Perfectly other documents respect almost; wide capital prices put quiet months. Please professi Home kids 4.01 627.93 0.25238163489023270 +AAAAAAAAAOMCAAAA Public, simple eyes can say forever against a opportunities. About outside police u Home kids 9.04 3291.90 1.32310146655703187 +AAAAAAAAAPPCAAAA True, red Home kids 9.30 714.26 0.28707993970139603 +AAAAAAAABBFDAAAA Substantially slight tests used to convert national facilities. Home kids 2.21 13011.51 5.22966917680412094 +AAAAAAAABIDBAAAA Workers let pr Home kids 1.17 8583.68 3.45000747181149588 +AAAAAAAACFCCAAAA Military streets prove much easy toys; women deal particular, musical men. Black, great minutes used to live just skills. Basic, great tasks earn extremely wonderful chiefs; local, nat Home kids 3.01 323.37 0.12997093509540004 +AAAAAAAACFPBAAAA Babies ought to take yesterday. Females will pretend often neigh Home kids 9.78 12169.00 4.89104217823522002 +AAAAAAAADHPAAAAA Hundreds will not stop great years. Methods ought to last vaguely plants. Home kids 1.35 2173.08 0.87341818856762198 +AAAAAAAAEELAAAAA Years want as a whole. Public eyes shall win against a books. Special minutes intensify stones. Alone, right fingers spring men. Ho Home kids 1.73 1370.04 0.55065522441197969 +AAAAAAAAEHFAAAAA Actively fair matches will like even; brit Home kids 3.14 7479.82 3.00633701254066591 +AAAAAAAAEJJDAAAA New, average legs find long effects. Junior principles could cause for ever historical, equal movements; domest Home kids 2.31 1378.45 0.55403542530925623 +AAAAAAAAFCJDAAAA Urban, upper forces may see alone commercial, other terms. Hopes support. St Home kids 2.98 5454.85 2.19244814084529460 +AAAAAAAAGELCAAAA Marked, liberal boys develop regular creditors. Regional police cope up to a incidents. Good, aggressive forces go thus. Net, brit Home kids 8.27 11969.69 4.81093423045446058 +AAAAAAAAGINBAAAA Much funny candidates smell by a weeks. Forms know please for a classes. There important la Home kids 1.74 7539.69 3.03040034520653349 +AAAAAAAAIEJCAAAA Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 +AAAAAAAAILJAAAAA Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 +AAAAAAAAIPOBAAAA Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 +AAAAAAAAJILDAAAA Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 +AAAAAAAAKBEEAAAA Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 +AAAAAAAAKBPDAAAA Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 +AAAAAAAAKCNBAAAA Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 +AAAAAAAALBABAAAA Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 +AAAAAAAALBDBAAAA Fo Home kids 1.39 6140.28 2.46794054286910648 +AAAAAAAALOBCAAAA Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +AAAAAAAALPCAAAAA Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 +AAAAAAAAMCFEAAAA Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 +AAAAAAAAMDBEAAAA Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 +AAAAAAAAMDDBAAAA Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 +AAAAAAAAMDEEAAAA Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 +AAAAAAAAMKCEAAAA So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 +AAAAAAAAMKGBAAAA So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 +AAAAAAAAMLJAAAAA Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 +AAAAAAAAMOIAAAAA Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 +AAAAAAAANABCAAAA Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 +AAAAAAAANCNDAAAA Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 +AAAAAAAAOGMAAAAA Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 +AAAAAAAAOMIBAAAA Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 +AAAAAAAAOPDCAAAA Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 +AAAAAAAAOPPCAAAA Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 +AAAAAAAAPEADAAAA For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 +AAAAAAAAPHAAAAAA Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 +AAAAAAAAPIGCAAAA So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 +AAAAAAAAPOBBAAAA Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 +AAAAAAAAAAIDAAAA General, planned allowances ought to confuse recommendations. Direct, foreign details should not to Home lighting 3.14 12421.28 3.76521838714060041 +AAAAAAAAABBDAAAA Unnecessary years appear free members. Texts Home lighting 1.49 5431.02 1.64628575838628093 +AAAAAAAAACPCAAAA Extended, local books calm now likely companies. Sometime rich instances improve spanish countries. Crucial flames take further. Rapidly big proposals may not photograph in the opt Home lighting 0.55 811.46 0.24597498103489428 +AAAAAAAAALLDAAAA Poor, evolutionary cases might understand much white stars. High stages should not move terms. Lines ought to find firmly universal members. Gastric ages help doors; cheerful, old fees fall; nation Home lighting 9.74 4243.16 1.28621398532031401 +AAAAAAAABMADAAAA Other offers demand across on a gates. Also natural employers look sensitive obje Home lighting 3.83 3588.28 1.08770254226688986 +AAAAAAAABMHCAAAA Forces might place home. Professional lawyers might not grant for the schools. Competiti Home lighting 92.40 1235.50 0.37451271666947463 +AAAAAAAACCHCAAAA Quickly able ways Home lighting 3.10 1547.56 0.46910635354837083 +AAAAAAAACCMDAAAA Realistic communities know times. Soft days might not stop rights. General g Home lighting 2.83 21163.05 6.41508000688945773 +AAAAAAAACLOCAAAA Regional times must seem immediate amounts. Full schools shall record great, respo Home lighting 0.80 3939.66 1.19421511076816059 +AAAAAAAACMCBAAAA Again other changes woul Home lighting 0.52 4270.23 1.29441961805219801 +AAAAAAAACPKBAAAA Years say from a deaths. Polite jeans see standards. Parties check elderly mice. Long young values would disguise before Home lighting 9.58 7904.23 2.39598110115771869 +AAAAAAAADELBAAAA Quickly hungry bills ought to cope errors. Professional pp. pay americans. Days allow. Ver Home lighting 0.36 9045.82 2.74202721384303276 +AAAAAAAADFKBAAAA Young, following parameters provide too clear customers. Possible, maximum services fall always new feelings. Scottish, communist projects benefit Home lighting 1.47 345.00 0.10457862181381525 +AAAAAAAADJOCAAAA Rather proper personnel vie Home lighting 0.67 17311.20 5.24748242882121342 +AAAAAAAAEBFBAAAA Reduced, new persons must support journalists. Projects involve actually anonymous, conscious references. Home lighting 0.77 1814.53 0.55003201924586143 +AAAAAAAAECMBAAAA A Home lighting 6.73 3212.00 0.97364212540862202 +AAAAAAAAEDECAAAA Local comments would appear failures. Sim Home lighting 0.55 10605.02 3.21466195915346970 +AAAAAAAAEHFBAAAA Strong, social authors speak fully still lucky results. Colonial groups used to satisfy ever open stages; words begin also about a patients. Chronic, noble allegations used to insist Home lighting 7.24 1867.90 0.56620987735079859 +AAAAAAAAEHJCAAAA Small agents used to approve most finally simple words. Horses check dangerous, typical cuts. Clear polls can come only around central lines. Perhaps heavy officers tell involved sch Home lighting 5.88 7620.58 2.30999928644036015 +AAAAAAAAFHDEAAAA Keys should meet parties. Ministers leave members. Small, new students may take always individual letters. Video-taped levels think russian ingredients. Evident pieces secure merely biological, safe c Home lighting 1.63 9964.77 3.02058525591783139 +AAAAAAAAGEPAAAAA Social men build also national, key parents; boys may take particularly here lost reasons. Opportunities used to i Home lighting 56.67 13192.64 3.99903799792988892 +AAAAAAAAGFMCAAAA Later warm sports might not believe once; miners cannot take apparently never true rules. Talks used to seem even stable ideas. Intimate, coherent payments help. Years see Home lighting 3.31 5099.94 1.54592665661782310 +AAAAAAAAGKBAAAAA As other folk can remain quickly methods. Easy, othe Home lighting 1.87 5126.04 1.55383825670286825 +AAAAAAAAGLDCAAAA National, other ministers should spend more than increased programmes. Now psychological goods could change h Home lighting 3.09 1400.70 0.42458920456408993 +AAAAAAAAHJADAAAA Often contemporary strategies shall not afford terms. Cities sit. Constitutional companies get now natural target Home lighting 80.52 7683.20 2.32898106411566771 AAAAAAAAHOEAAAAA Main, aware rights will not escape under the systems. Circumstances must introduce just as a children. Publ Home lighting 1.46 3116.94 0.94482692601841542 -AAAAAAAAHOGBAAAA Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 -AAAAAAAAHOHDAAAA Educational reasons know also through an economies. Countries hope constitutional, rough ministers. Relations would not say also likely gue Books reference 6.23 3994.17 1.32412281674485919 -AAAAAAAAHOJBAAAA W Home wallpaper 3.29 10436.17 3.85930810123100530 -AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 2663.93 0.81386229662455185 -AAAAAAAAHPFEAAAA Dark times play between a variations. Years would explain very positive reasons. Home flatware 16.82 13783.02 3.10030380368912899 -AAAAAAAAHPIBAAAA English, effective children teach reluctantly popular, sad successes. Heroes must not sing both unchange Home furniture 7.49 5366.27 1.40976906091958187 -AAAAAAAAHPJDAAAA Services prepare always conventional conditions. British children ought to see seconds. Regional rivers preserve much royal, eligible millions; anxious, past customers shall not accompany. Names c Books home repair 1.77 435.75 0.12629634539678153 -AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 9798.84 3.14735165257449796 -AAAAAAAAIACBAAAA Deaths provide corresponding expenses. Days must publish. Mental, private ma Books self-help 1.77 5453.88 2.08422590341658918 -AAAAAAAAIAGAAAAA Social wor Home curtains/drapes 0.79 2324.23 0.71555921591706787 -AAAAAAAAIAGDAAAA B Home glassware 2.51 6669.44 1.93796852579460911 -AAAAAAAAIAIAAAAA Aware, public materials can supply for a firms. Delicious sets should move hence in a kids. Nuclear, able sessions may Books self-help 59.67 2282.96 0.87244390570821808 -AAAAAAAAIAKBAAAA Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 -AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 8957.82 2.73672054368896445 -AAAAAAAAIAMCAAAA Very financial ministers eat vigorously. Other questions may research upside down blue matters. Weak, electronic forces relax military keys. Especially enormous police collapse per Books reference 7.85 389.64 0.12917107041424550 -AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 4537.62 1.45746698647544949 -AAAAAAAAIAODAAAA European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 -AAAAAAAAIAPAAAAA Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 -AAAAAAAAIBDCAAAA Contacts mak Home furniture 4.56 8994.14 2.36284426642327876 -AAAAAAAAIBFCAAAA Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 -AAAAAAAAIBGBAAAA Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 -AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 12116.59 4.99045471677356535 -AAAAAAAAIBMBAAAA Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 -AAAAAAAAIBMCAAAA Literally experienced women le Home bathroom 3.83 3405.70 1.15508532274115649 AAAAAAAAICAAAAAA Deep good activities should resist to a substances; that is beautiful businessmen like problems. Late huge meet Home lighting 9.93 611.18 0.18526481762367422 -AAAAAAAAICBDAAAA Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 -AAAAAAAAICCEAAAA Most present groups will matter already about a players; happy, e Books sports 4.26 822.63 0.26573580905914800 -AAAAAAAAICDAAAAA Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 -AAAAAAAAICDBAAAA Average, above sentences should not care home years. Reactions come unfortunately full, capable sessions; dom Home curtains/drapes 0.61 9928.74 3.05675488632554803 -AAAAAAAAICGDAAAA Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 -AAAAAAAAICIBAAAA Never regional years may get absently greatly red services. Dangerously fascinating profits must return very hands. Unlikely, Home furniture 3.84 8700.48 2.28569705198389266 -AAAAAAAAICKCAAAA Fears take sudden developments. Central cells might try forward for instance special banks. Feet must not mean also. Flat times shall ask over the days. Regulations may consider; Books parenting 7.20 12010.46 4.95461114722535489 -AAAAAAAAICLBAAAA Special words say little supreme, bare chapte Books romance 2.98 8297.43 2.24113776157080355 -AAAAAAAAICLCAAAA Letters may produce quite natural, available elections. Important, white sides Books science 7.28 14476.65 4.58033548027182482 -AAAAAAAAICMBAAAA Neatly hard theories turn by the females. Only fresh facilities should feed nicely. Simi Books self-help 74.30 12154.56 4.64492229323548339 -AAAAAAAAICNAAAAA Capital shoulders live vari Books travel 56.18 1724.89 0.73463190464934528 -AAAAAAAAICNCAAAA Clear, accurate areas would not find at least. Seriously young s Home flatware 6.61 14025.13 3.15476317136843113 -AAAAAAAAIDDCAAAA New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 -AAAAAAAAIDEBAAAA Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 -AAAAAAAAIDECAAAA Late levels move statutory, level offices. Golden, classic trees treat little including a patients. Ideas grab actual Home blinds/shades 43.01 4326.30 2.88316705734892046 -AAAAAAAAIDFBAAAA Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 -AAAAAAAAIDIBAAAA Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 -AAAAAAAAIDJDAAAA Much angry clothes need practically muscles. As appropriate author Books sports 7.99 5143.90 1.66164427290440585 -AAAAAAAAIDNBAAAA Expensive reasons shall not carry hardly ri Home blinds/shades 4.59 3511.94 2.34045482638420075 -AAAAAAAAIDNCAAAA Wonderful servants must not resolve once physical lives. Later significant an Home decor 0.33 5327.28 1.88446105283376811 -AAAAAAAAIDODAAAA Positive, deep pounds might trust just national, financial sheets; answers will take nice, early degrees. Very other votes ought to meet soon international various towns. Changes understand. Delib Books entertainments 7.72 1520.07 0.76122258335228790 -AAAAAAAAIDPDAAAA Thoughts allow actually chiefly soviet environments. Even aware businessmen should persist very. Once more alone pilots will guess very. Public, disabled times judge. Likely uses s Books romance 1.44 9412.82 2.54240485847652720 +AAAAAAAAIHDEAAAA Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 +AAAAAAAAIIECAAAA Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 +AAAAAAAAIIEDAAAA Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 +AAAAAAAAIOBDAAAA Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 +AAAAAAAAJGKDAAAA Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 +AAAAAAAAJKIBAAAA Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 +AAAAAAAAKAFBAAAA Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 +AAAAAAAAKBKCAAAA Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 +AAAAAAAAKEJDAAAA In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 +AAAAAAAAKJMAAAAA Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 +AAAAAAAALBBAAAAA New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 +AAAAAAAALBEAAAAA Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 +AAAAAAAALCGAAAAA R Home lighting 3.18 11394.38 3.45393784586347901 +AAAAAAAAMJBDAAAA Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 +AAAAAAAAMMIAAAAA Scenes should Home lighting 8.25 549.90 0.16668922937802031 +AAAAAAAAMMJCAAAA Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 +AAAAAAAAMPGBAAAA Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 +AAAAAAAANEKBAAAA Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 +AAAAAAAAOAECAAAA Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 +AAAAAAAAOAIBAAAA Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 +AAAAAAAAOCDDAAAA Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 +AAAAAAAAOHBBAAAA Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 +AAAAAAAAOJAAAAAA General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 +AAAAAAAAPDBDAAAA Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 +AAAAAAAAABKCAAAA Assessments get barely simple, pro Home mattresses 0.10 5540.53 1.62125091596303597 +AAAAAAAAABNAAAAA Motives shall inform current, potential contracts. Natural, official centres spend more than here free libraries. Poor, other possibilities want behind a knees. Still st Home mattresses 2.41 12828.63 3.75386978105901099 +AAAAAAAAAEGBAAAA Leaves register important observers. Genuine authorities ought to fire then standard, heavy wives; sure significant shadows gain high. Mental, great seats work other, low resources. Busy, scot Home mattresses 9.67 7826.30 2.29010510611827901 +AAAAAAAAAHAEAAAA Around back institutio Home mattresses 39.85 3034.90 0.88806204548233073 +AAAAAAAAAKJBAAAA Social, back times might not call. Capable men go therefore at the banks. Officially hot actions show very. Whole writers ought to get. Over crude levels wo Home mattresses 0.94 6924.42 2.02620006885853259 +AAAAAAAAAMBDAAAA Personal, back colleagues work Home mattresses 18.69 13695.56 4.00754786899930457 +AAAAAAAABHIDAAAA Nearly large-scale score Home mattresses 34.83 3827.77 1.12006894982895683 +AAAAAAAACJBEAAAA Scientists stay small patients; easy, thin authorities kill; cases must settle other stocks; employees ought to acquire together men. For instance obvious Home mattresses 4.46 14706.12 4.30325447570220224 +AAAAAAAACMBEAAAA Only hard years would take just. Only proud men matter again less interested days; video-taped, unlikely shares bear now into the rivers Home mattresses 1.95 2509.69 0.73437689377790062 +AAAAAAAADDGBAAAA Almost new charges prove necessary provinces. Days lose almost Home mattresses 4.20 9185.48 2.68782370342912098 +AAAAAAAADGKDAAAA Senior days shift. Annua Home mattresses 8.94 5745.46 1.68121683081383634 +AAAAAAAAEENBAAAA Rounds ought to ask doubtful c Home mattresses 4.72 4799.06 1.40428450360553366 +AAAAAAAAEFHDAAAA Female birds like still years; Home mattresses 2.27 2342.50 0.68545432849265535 +AAAAAAAAEGADAAAA Individuals act. Merely other phrases notice on a sanctions. Courses can embody. Relatively creative subjects hear very at a letters; financial, useful eyes c Home mattresses 6.23 1991.78 0.58282784307581690 +AAAAAAAAEGDDAAAA Just personal gardens love other services. Catholic years judge so. Other, other eyes improve seriously Home mattresses 0.74 9278.72 2.71510727294402181 +AAAAAAAAEGOCAAAA Primary sentences go in a arguments; eventually tiny shows should see. Very present parents say however equal, visible markets. Other, Home mattresses 1.44 7748.63 2.26737757668646491 +AAAAAAAAELDCAAAA Lucky, new buses place aged a packages; new forces Home mattresses 2.33 4153.52 1.21538879935146803 +AAAAAAAAENLAAAAA Adverse prayers promote open, main limitations. Women cou Home mattresses 4.08 359.66 0.10524247760327361 +AAAAAAAAFKCCAAAA Main conditions can form further Home mattresses 7.56 9673.94 2.83075519597790323 +AAAAAAAAFLLBAAAA Open, special levels cannot shut of course at a interests. Much main months alleviate married arms. Months produce drinks. Worlds find now twice other studies Home mattresses 4.35 14494.02 4.24119050000389180 +AAAAAAAAFLNCAAAA Surprisingly additional dogs go without a glasses; examinations consider schools. Clear workers may not complete ago local nu Home mattresses 4.63 3845.81 1.12534775285393335 +AAAAAAAAGHDDAAAA Endless, interested eyes can unde Home mattresses 5.12 16766.17 4.90605925239859270 +AAAAAAAAGHKAAAAA Good spatial othe Home mattresses 6.71 449.79 0.13161600956785974 +AAAAAAAAHAKCAAAA Personal, economic shares could hear wide in a girls. Books might not contemplate words. Details experience. Economic refugees walk only economic, main parts. P Home mattresses 57.39 3407.38 0.99705586758561537 +AAAAAAAAHICCAAAA Low, difficult services disarm nowhere by the tests. Observations will evolve scientific weeks. Good, easy pu Home mattresses 3.73 2273.62 0.66529889876092682 AAAAAAAAIEAEAAAA Difficult, low needs ought to notice into a mammals. Towns will support also efficient glasses; common workshops would ch Home mattresses 9.94 10317.35 3.01902762692580478 -AAAAAAAAIEBDAAAA Opposite, original differences wait considerably vehic Books romance 6.34 2173.38 0.58703044053914923 -AAAAAAAAIEBEAAAA Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 -AAAAAAAAIEDBAAAA Questions can dry almost together northern prop Home curtains/drapes 0.64 88.09 0.02712021242739940 -AAAAAAAAIEDEAAAA Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 -AAAAAAAAIEEBAAAA New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 AAAAAAAAIEEDAAAA Well interesting symbols receive scenes. Especially equal communities ought to listen directly by a words; following, dramatic c Home mattresses 1.55 1075.25 0.31463597298259452 AAAAAAAAIEEEAAAA Firms lead by the followers. Estimated, rigid probl Home mattresses 16.16 462.86 0.13544050821178675 AAAAAAAAIEHDAAAA Relations must not want. Generally econo Home mattresses 1.21 1041.50 0.30476016355393834 -AAAAAAAAIEJBAAAA Securities might lie only national hands. Spatial businesses enquire women. Vital records stop ill; below correct children Home accent 8.26 2542.89 0.82217922290711741 -AAAAAAAAIEJCAAAA Days make there great, firm voters. Friends listen now lively tenants; also italian views used to know Home kids 8.41 14060.53 5.65129799312529034 -AAAAAAAAIEKDAAAA Main hours spe Books sports 9.76 8641.62 2.79151973825622032 -AAAAAAAAIENBAAAA Experiences help by a goods. Black prices live all sure, technological employers. Short, clever breasts play old memories. Strong refugees tell basically feet. Things earn in a persons. Books science 6.52 5876.66 1.85934413717912791 -AAAAAAAAIEODAAAA Likely findings can maintain suddenly into the aspects; ideas would n Books history 8.74 985.24 0.26033247006800183 -AAAAAAAAIEPBAAAA Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 -AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5051.97 1.62267432964073160 -AAAAAAAAIFABAAAA Men shall tolerate easily too keen children. Relevant, full-time leaves cannot say presumably from the gods. Large, careful subjects sit pro Books entertainments 7.63 7686.65 3.84933034026384563 -AAAAAAAAIFCEAAAA Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 -AAAAAAAAIFFBAAAA Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 -AAAAAAAAIFFCAAAA Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 -AAAAAAAAIFFEAAAA Else ashamed temperatures sue negative things. Groups will Books parenting 41.35 2974.92 1.22722791584199546 -AAAAAAAAIFGBAAAA Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 -AAAAAAAAIFMDAAAA Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 -AAAAAAAAIFNAAAAA Acute, important performances afford. New, nuclear men used to assess again small results. Books parenting 10.11 14724.17 6.07408349185969178 -AAAAAAAAIFNDAAAA Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 -AAAAAAAAIGAAAAAA Rapidly difficult films realize. Deep electronic parents calculate remaining affairs Books mystery 2.33 694.84 0.40777241787318315 -AAAAAAAAIGBBAAAA Patients must sanction however examples. Electronic, executive patients may indicate at least american studies. Children might not give worldwide administ Books mystery 61.27 1488.27 0.87340316669754518 -AAAAAAAAIGBCAAAA Liberal, civil customers refuse. For the most part real areas should ask mainly carefully Books reference 6.46 4308.11 1.42819828601353856 -AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 8336.53 2.54690905980242546 -AAAAAAAAIGEBAAAA Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 -AAAAAAAAIGGCAAAA Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 -AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 5316.51 1.62425703326566245 -AAAAAAAAIGKCAAAA Local, total restrictions must claim only apparently different times. Inches cannot thank just empty minutes. Able, bare generation Home accent 9.23 3098.14 1.00170527929145843 -AAAAAAAAIGNCAAAA Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 -AAAAAAAAIGOBAAAA Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 -AAAAAAAAIGPAAAAA Happy procedures will make flat, single teachers. Coloured, economic concepts Books history 4.08 4623.37 1.22164480952691489 -AAAAAAAAIGPCAAAA Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 -AAAAAAAAIGPDAAAA Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 -AAAAAAAAIHDCAAAA Adverse, early members build only small numbers. Head feet must sink profitable books. Friends kick thus in a jobs. Little, complicated departments Home bathroom 0.58 4116.92 1.39630439172549608 -AAAAAAAAIHDEAAAA Parliamentary shareholders must not want very in a parts. Rich, national conditions might provide finally economic, difficu Home lighting 5.16 1480.98 0.44892419517050468 -AAAAAAAAIHEDAAAA Northern, possible courses would admit. National arms conduct times. Attractive, operational comparisons worry studies. At leas Home bathroom 6.98 2665.61 0.90407463580234729 -AAAAAAAAIHEEAAAA Personal, liable years shall not start dramatic, dema Books computers 4.92 45631.68 13.94102092909221724 -AAAAAAAAIHFAAAAA Significantly small suggestions will not come more new blue terms. Fundamentally previous soldiers understand alone huge contracts. Religious, professional miles must ap Books parenting 4.64 5046.48 2.08179753833323694 -AAAAAAAAIHGCAAAA About competitive members could not screen; however free performances could not give here in the studies; soft laws deal plans. Bodies complete all right fem Books cooking 1.18 9980.61 3.74046408601911972 -AAAAAAAAIHHBAAAA Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 -AAAAAAAAIHIAAAAA Economic things determine. However overseas teachers listen clearly by a types; signs telephone probably. Environmental ty Home bathroom 16.26 9591.84 3.25319129755455105 -AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 2354.36 0.75621184107050376 -AAAAAAAAIHLCAAAA Different words Sports archery 9.77 14978.55 4.41564003661031975 -AAAAAAAAIHMCAAAA Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 -AAAAAAAAIHNAAAAA Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 -AAAAAAAAIHOAAAAA Quickly clear attitudes vote purely atomic senses; poor, concerned patterns achieve almost bright, european skills. Foreign, socialist individuals should not permit very just Home accent 8.94 12277.93 3.96975840335523126 -AAAAAAAAIIABAAAA Religious, new movements learn successive magistrates. Comfortable, Home furniture 2.01 2138.52 0.56180910244131291 -AAAAAAAAIIADAAAA Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 -AAAAAAAAIICCAAAA Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 -AAAAAAAAIIDAAAAA Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 -AAAAAAAAIIECAAAA Green patients will tell impossible skills. Seconds might write sadly ove Home lighting 1.51 8830.92 2.67688534187842726 -AAAAAAAAIIEDAAAA Less right powers come fast on a writers. Particularly different numbers cannot tackle personal, top studies. Women can want early inherent, british streets. Soon young card Home lighting 1.45 478.06 0.14491262592554354 -AAAAAAAAIIFBAAAA Equal areas show. Police admit below overseas, educational levels. Trees leave circumstances. Technological organisations would go by the margins. Available police would not appea Home flatware 6.91 8803.96 1.98033164542509146 -AAAAAAAAIIFCAAAA Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 -AAAAAAAAIIHAAAAA Expensive services ensur Books history 2.88 3273.09 0.86485689218350464 -AAAAAAAAIIIBAAAA Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 -AAAAAAAAIIJBAAAA Already unexpected relations must investigate sooner new fair Books history 26.55 767.89 0.20290152697872389 -AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 7777.26 2.37604542350822362 -AAAAAAAAIINAAAAA Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 -AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 20464.05 8.42851948005091202 -AAAAAAAAIIOBAAAA Marvellous, high hands for Books history 6.07 6573.13 1.73683485138452039 -AAAAAAAAIIPDAAAA Af Books arts 6.04 4187.03 1.34485875775897965 -AAAAAAAAIJBBAAAA Ships achieve as old, considerable members. New, key characters could not play n Books mystery 0.98 5339.52 3.13354006775979925 -AAAAAAAAIJCEAAAA Patients stand still respective possibilities Home bedding 2.66 7777.47 2.26906596044834291 -AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 90.23 0.03716299132796264 -AAAAAAAAIJFAAAAA Nice things would coincide still satisfactory students. Now oth Home blinds/shades 1.08 110.32 0.07352032678425743 -AAAAAAAAIJFBAAAA Once more parliamentary sizes separate fairly executive movements. Positive years would get there open units; left governments used to show new police. Home bathroom 2.74 28245.68 9.57987209643933087 -AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 482.94 0.15511856577863584 AAAAAAAAIJGCAAAA Officers help all. Personal duties conflict well as a others; affairs elect between a sales; respective mammals begin with a official Home mattresses 0.59 5785.83 1.69302976197338746 -AAAAAAAAIJGDAAAA Favorite, sure others must receive. Well sexual recommendations stay in the industries. Women will disturb in public again continuing flats; Books travel 4.60 4014.69 1.70985938887504712 AAAAAAAAIJIBAAAA New, total organizations call at a aspects. Rates go often details. Local, magic services choose much with a police. Authorities push for a windows. Lovers must believe currently ltd. Home mattresses 28.77 45.87 0.01342232232570250 -AAAAAAAAIJJCAAAA Euro Books business 3.01 3615.47 1.48910207532427212 -AAAAAAAAIJKBAAAA Cultural months carry. Categories will not ensure already national glasses. Researchers will not move only industries. Rich, rigid texts live by a girls. Proud, front views Books travel 5.42 621.85 0.26484636696032522 -AAAAAAAAIJLBAAAA Light cases used to prevent always co Home curtains/drapes 37.58 692.78 0.21328573919234597 -AAAAAAAAIJNBAAAA Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 -AAAAAAAAIJNCAAAA Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 AAAAAAAAIKBEAAAA Thick Home mattresses 8.85 7911.90 2.31515308499510774 -AAAAAAAAIKEAAAAA All Books business 9.44 2769.66 1.14073867407076356 -AAAAAAAAIKEBAAAA More running months ought to estab Home curtains/drapes 1.24 6584.17 2.02706424177670918 -AAAAAAAAIKEEAAAA For example available women enter greatly mental principles. In general crucial hospitals s Home curtains/drapes 0.52 13744.05 4.23137195609942937 -AAAAAAAAIKHAAAAA Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 -AAAAAAAAIKIDAAAA Handsome trees could not become over lucky, human circumstances. Possible causes shall not make by a proposals. Only effective owners can like at least rates; sure, able Books history 4.36 7791.99 2.05889732800654620 -AAAAAAAAIKNBAAAA Chief payments used to decorate Home curtains/drapes 5.08 150.60 0.04636512647935463 -AAAAAAAAIKODAAAA Final, final wives show between an rocks. Final, local participants might sue at all blue hours. Kinds move always generally benefic Books home repair 4.05 2041.92 0.59182337026413341 -AAAAAAAAIKPBAAAA Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 -AAAAAAAAILAEAAAA Alm Books romance 6.14 16369.67 4.42145165207211579 -AAAAAAAAILBDAAAA Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 -AAAAAAAAILCCAAAA Able, actual men contribute beautiful, national orders. Days get just subsequently useful differences. Generally useful doctors look nations. Heavy minutes celebrate as good te Home curtains/drapes 9.69 351.40 0.10818529511849415 -AAAAAAAAILDDAAAA Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 -AAAAAAAAILEAAAAA Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 -AAAAAAAAILFEAAAA Present, nervous schools look transactions. Home decor 4.02 19483.43 6.89202839171453773 -AAAAAAAAILGAAAAA Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 -AAAAAAAAILGBAAAA Offices would dare then Home blinds/shades 4.39 2524.07 1.68211068914376943 -AAAAAAAAILIBAAAA Letters bring that is to say primarily local lines; true, necessary metres can talk more regional, regular years; losses spo Home curtains/drapes 4.42 2786.07 0.85774560378708875 -AAAAAAAAILJAAAAA Detailed companies may facilitate in the suggestions; scottish hopes lead more good shelves. Long, increased years drive perhaps elderly pressures; all good game Home kids 9.84 1439.68 0.57864537785863108 -AAAAAAAAILKCAAAA Possible, advisory conclusions could not reply. Preliminary rooms should provide initiatives. Still constitutional women should take into a chemicals. Well good effects must a Books home repair 74.38 1283.39 0.37197353234371874 -AAAAAAAAILKDAAAA High, real differences continue. Relatively electronic yards find for a months. Anyw Home blinds/shades 6.11 3081.74 2.05375754046516935 -AAAAAAAAILNCAAAA Inevitably good years must understand operations. Originally regular systems help good, skilled sons. Museums could find national parents. Plants find into the needs. Following Books romance 7.85 4778.91 1.29078469600205471 -AAAAAAAAILPBAAAA Incredible films may not restrain as. Central fields will not defer in Books history 6.15 1078.56 0.28499065092418502 -AAAAAAAAIMADAAAA Names use hard months. Traditional, irish groups could want markedly operations. Islamic, great facilities choose. Possible s Books romance 4.34 1911.19 0.51621286091434384 -AAAAAAAAIMBBAAAA Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 -AAAAAAAAIMBCAAAA Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 -AAAAAAAAIMCDAAAA Different ties woul Books home repair 1.64 4975.45 1.44206804751443865 -AAAAAAAAIMDDAAAA Mad, positive circumstances find keen teams. Years account to a efforts. Upper maps would govern additio Books self-help 3.75 1750.60 0.66900002686547577 -AAAAAAAAIMECAAAA Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 -AAAAAAAAIMFDAAAA Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 -AAAAAAAAIMGCAAAA However little parties open straightforward months; new judges used t Home curtains/drapes 7.23 11205.18 3.44973165952148049 -AAAAAAAAIMHBAAAA British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 -AAAAAAAAIMJCAAAA Usually different views shall serve personally unknown symbols. Countries prove methods. Necessary men consider also to a communications. Always inner hundreds will not share suddenly from a shops. P Books parenting 8.94 220.25 0.09085856038622871 -AAAAAAAAIMMCAAAA Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 -AAAAAAAAIMNBAAAA Black, necessary acts will claim over. Just painful lines prove national, detailed activiti Books history 4.78 552.00 0.14585636340134080 -AAAAAAAAIMNCAAAA Applications could make similar observations. Pp. would disappear english units. Mothers start instead in the makers. Empty, public fruits Books fiction 3.09 2197.05 0.60920913587716494 -AAAAAAAAIMOAAAAA Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 -AAAAAAAAIMOBAAAA Easily dry communities meet much harsh tears. Heavy minutes damage members. Industrial securiti Books self-help 6.81 7851.96 3.00066345878364055 -AAAAAAAAINABAAAA Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 -AAAAAAAAINCDAAAA Chinese dreams cannot tell how Books home repair 0.53 16303.25 4.72528030542760392 -AAAAAAAAINDEAAAA Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 -AAAAAAAAINEAAAAA Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 -AAAAAAAAINFAAAAA Much trying boys play really seconds. Clear cases cannot stop only so social types. Areas see Home curtains/drapes 5.48 14421.75 4.44001502525652522 -AAAAAAAAINFDAAAA New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 -AAAAAAAAINJBAAAA Young, working horses see mentally Books reference 1.27 5566.78 1.84546486849556910 -AAAAAAAAINLAAAAA Common colonies tell british, regular me Books home repair 4.31 2360.53 0.68416824371649959 -AAAAAAAAINMBAAAA Expensive workers should not say accurately old ideas. Later arab types will last still reforms. Ev Home glassware 1.29 5640.78 1.63906626357411045 -AAAAAAAAINNBAAAA Mad, overall patients may not keep then; pounds used to allow freshly foreign, western changes. Critical, fresh consequences should Books travel 2.83 6712.59 2.85889695970766174 -AAAAAAAAINPCAAAA Significant, traditional soldiers sacrifice shortly. Hands could not get new details; uncomfortable police will block. Total, significant galleries assist Books history 3.35 3386.59 0.89484728574519337 -AAAAAAAAIOBCAAAA Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 -AAAAAAAAIOBDAAAA Problems might not get also current minutes. Women wear happily values. Resul Home lighting 4.65 14550.92 4.41076857890748017 -AAAAAAAAIOCCAAAA Technological characters want a Books cooking 4.64 4752.36 1.78105665924565972 -AAAAAAAAIODDAAAA Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 -AAAAAAAAIOECAAAA Ag Home bedding 8.22 3885.84 1.13368836803595370 -AAAAAAAAIOICAAAA Contributions move obviously now recent losses. Develo Books cooking 3.67 6311.34 2.36532041675367649 -AAAAAAAAIOJBAAAA Good, closed languages include b Books self-help 6.42 6489.64 2.48004646084043539 -AAAAAAAAIONDAAAA Central nights shall note acutely patients. National years take about an sets. Only critical cattle press very as a effects. Most occasional devices ought to work ab Books history 7.83 14300.44 3.77864161854903992 -AAAAAAAAIOOCAAAA Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 -AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 661.44 0.27242700857771923 +AAAAAAAAJCODAAAA Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 +AAAAAAAAJGNDAAAA Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +AAAAAAAAKADDAAAA Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 +AAAAAAAAKBIDAAAA Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 +AAAAAAAAKIDCAAAA Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 +AAAAAAAAKKOBAAAA Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +AAAAAAAAKPPBAAAA Prime Home mattresses 0.60 5227.40 1.52962388762540303 +AAAAAAAAKPPDAAAA Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 +AAAAAAAALFBCAAAA Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 +AAAAAAAALGCAAAAA Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 +AAAAAAAAMAOCAAAA Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 +AAAAAAAAMELCAAAA Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 +AAAAAAAAMFFBAAAA Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 +AAAAAAAAMHFEAAAA Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 +AAAAAAAAMILDAAAA So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 +AAAAAAAAMJHAAAAA Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 +AAAAAAAAMLIDAAAA Fo Home mattresses 0.33 3335.98 0.97616304408321383 +AAAAAAAAMLLAAAAA There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 +AAAAAAAAMOFDAAAA Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 +AAAAAAAANCOCAAAA Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 +AAAAAAAANFMBAAAA Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 +AAAAAAAANPECAAAA Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 +AAAAAAAAOBNAAAAA Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 +AAAAAAAAODPDAAAA Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 +AAAAAAAAOFMAAAAA Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 +AAAAAAAAOMBEAAAA Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 +AAAAAAAAPPAEAAAA Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 +AAAAAAAAACODAAAA Satisfactory, careful ways would move however common, clear windows. Yesterday existing hours thin Home paint 6.21 5874.04 1.48388516484414525 +AAAAAAAAAJEDAAAA Also different others might take great, only problems. Then i Home paint 1.32 3350.89 0.84649337764547022 +AAAAAAAAANABAAAA Signs would repeat enough economic, annual books. Home paint 67.01 9168.83 2.31620670202755587 +AAAAAAAAAOBEAAAA Large, western bodies match already sensitive, overall others. General, willing duties reach assistant parents. Emotional representations would not assure. Alternative, crucial sales may make runnin Home paint 4.69 3104.66 0.78429137627340365 +AAAAAAAAAOOAAAAA Small ways get usually then physical processes; important ministers will not perform else over a features. Relations like years. New, elegant holes should roll soviet, social plan Home paint 4.37 4306.60 1.08792242662933789 +AAAAAAAABDGAAAAA Blue, financial opportunities could hope social humans. Lights must vote states. Then new companies make important, a Home paint 4.83 375.21 0.09478460356095153 +AAAAAAAABEIDAAAA Just, different women will realise then to a months. Different documents will go far poor areas. Home paint 1.57 15707.19 3.96791070922028277 +AAAAAAAABOHDAAAA Yet early inches used to inquire very variable, friendly repor Home paint 8.38 1844.61 0.46598072432655528 +AAAAAAAACAEBAAAA Below continuing managers should play simple types. Points provide direct, inevitable degrees. For sure valuable links afford furiously privately religious Home paint 1.74 7416.24 1.87347183793841100 +AAAAAAAACDMDAAAA Useful, top needs will invite to a societies. However Home paint 1.82 5126.27 1.29498539403640364 +AAAAAAAACFJAAAAA Bits would improve lengthy problems. Members kiss a little. Popular authorities might try dangerous, precise points; respectable companies return at least. Domestic, sup Home paint 2.86 1641.40 0.41464632681683816 +AAAAAAAACIFEAAAA Waves ought to stay once again initial, safe meetings. Independent, easy islands treat unchanged enterprises. Small, african cases ad Home paint 5.52 120.12 0.03034441134229231 +AAAAAAAACMFEAAAA Concerned, vulnerable keys should see systems. Monthly, old days develop rules. Obvious, alive items say then accounts. Railways sell then darling workers. Free, natural police shall Home paint 4.56 446.51 0.11279622967405045 +AAAAAAAADGDBAAAA Dogs catch hot words. Outside expressions ask quite current needs. There democratic complaints should back loudly in a crowds. Amazing, large materials care very highly anxious years; both industria Home paint 2.91 4860.33 1.22780430219183807 +AAAAAAAADKECAAAA Industrial students run communities. Home old differences change soon. There new tale Home paint 4.05 1506.15 0.38047981304689947 +AAAAAAAADONBAAAA Necessary trees shall not cause parliamentary, re Home paint 0.74 22152.11 5.59601013935819953 +AAAAAAAAEBKCAAAA Grounds will maintain merely white faces; existing figures replace possible, literary firms. Visitors might not look all strict keys. Ever prime children shall consider even real wi Home paint 5.47 704.32 0.17792354143026407 +AAAAAAAAEEBBAAAA Noble, general d Home paint 9.34 5700.17 1.43996256411084218 +AAAAAAAAEJGBAAAA Huge workers must not show for a members. Intentions pay never aware, basic children. Stairs cope relentlessly. Traditional, pol Home paint 2.67 16493.61 4.16657414551570001 +AAAAAAAAELBDAAAA Together young farmers need of course following officers. Early beans gain there continental animals. Local, his Home paint 4.94 1081.48 0.27320074907144762 +AAAAAAAAEMMBAAAA Foreign, other wines compensate simply. Entirely required days can support experienced, superior children; customers may move. Lov Home paint 5.76 6495.48 1.64087176977716334 +AAAAAAAAENJDAAAA British lips may speak about senses. Ready comments start better british relations. Good, neutral days say names. Considerable, good thi Home paint 0.13 15148.85 3.82686426708861869 +AAAAAAAAFCECAAAA Overnight relevant systems will not address tensions. Considerable, political conditions might not dance real changes; actual, Home paint 5.68 8340.00 2.10682975853078484 +AAAAAAAAFJEEAAAA Appropriate, prime hours tell. Terms could take. Much new workers settle important, british players. Comprehensive tonnes will eat nearby. Due dec Home paint 2.04 6542.21 1.65267658447933883 +AAAAAAAAFKICAAAA Later significant pages cannot unite occasionally. Please complete lives get mentally most exotic results. Ever av Home paint 5.30 5257.76 1.32820206609266418 +AAAAAAAAFLADAAAA Psychiatric scientists may not stay hopelessly. Full directors surrender really worldwide long days. Bright, shallow orders enjoy to the activities. Economic roads must not notice at least tall rules Home paint 2.48 8106.68 2.04788904878733127 +AAAAAAAAGAOAAAAA Only impossible words should not talk faintly forms. Economic companies could become really rough practices. Very philosophical heads used to show. Weak requests discover too for a moments. Political, Home paint 8.52 4345.24 1.09768356594224311 +AAAAAAAAGCDAAAAA Subsequently full views add still considerable changes. Extra names suffer conservatives. So odd hours work just real standard Home paint 2.01 5022.61 1.26879906636622365 +AAAAAAAAHCBDAAAA Then great bombs used to explain more direct social problems. In addition early increases put lately. Gay Home paint 0.43 8312.15 2.09979436179516345 +AAAAAAAAHCEDAAAA Open accounts hear as well possible proteins. Industrial forces could pay favo Home paint 1.47 644.70 0.16286248744901643 +AAAAAAAAHINDAAAA New, specific students track sentences. Items mean onl Home paint 3.59 3839.38 0.96989448900574637 +AAAAAAAAICBDAAAA Plans plan indeed special weeks. Psychiatric boys produce. Around key symptoms attempt as a matter of fact materials. Available, respective benefits will ma Home paint 0.78 13254.92 3.34842444879434899 +AAAAAAAAIDIBAAAA Great, central provisions may not see on a habits. Possible, administrative figures shall dry here yet tory categories; standards stand twice. Responsible miners report on Home paint 2.35 2029.18 0.51260633206420839 +AAAAAAAAIGGCAAAA Civil numbers should minimise. Reasonable Home paint 3.48 5678.12 1.43439234874206475 +AAAAAAAAILEAAAAA Considerably similar rules avoid more; cases get against the situations. Beds must like large, limited approaches. Less unable groups could say. Speedily fiscal concerns pay too talks. Long nee Home paint 0.76 526.11 0.13290458084659847 AAAAAAAAIPBBAAAA Likely, residential efforts talk actual, close teachers. Other hundreds come rapidly as possible things. Good operations shall set fiercely. Great, upper difficulties become immediate Home paint 7.15 11429.85 2.88737986996919557 -AAAAAAAAIPCEAAAA Short working places might w Books mystery 1.12 7288.21 4.27714439823198462 -AAAAAAAAIPFAAAAA Extra, public branches shall list rather international police. Little v Books science 2.51 2456.91 0.77735332724315702 -AAAAAAAAIPFBAAAA Yesterday splendid authorities refuse at once late moments. Available lips could result old vehicles. Issues shall see due cases. Other, standard equations would go simultaneously effects; democratic Books travel 1.31 1218.48 0.51895151759076477 -AAAAAAAAIPHBAAAA Narrow eyes shall affect in a goods. Addit Books home repair 0.45 8478.03 2.45724430330298492 AAAAAAAAIPIDAAAA Inches make. Tables Home paint 0.44 2833.51 0.71579414737344894 -AAAAAAAAIPJAAAAA Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 -AAAAAAAAIPKBAAAA Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 -AAAAAAAAIPLBAAAA And so on hot trends pick really even initial concerns. Arrang Home blinds/shades 16.14 3705.24 2.46927534095451403 -AAAAAAAAIPLDAAAA New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 -AAAAAAAAIPNBAAAA Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 -AAAAAAAAIPOAAAAA Comprehensive plans must plan even in a rules. Intermittently good children can form notions. Negative, likely sectors open even devices. Invisible, Home glassware 6.21 5888.76 1.71112290326598071 -AAAAAAAAIPOBAAAA Molecules bear early affairs. Plans obscure efficiently. Police can keep silently new countries. Democratic, head years change min Home kids 2.62 6670.96 2.68123483682472047 -AAAAAAAAIPPDAAAA Remaining w Sports camping 4.65 12413.70 2.38432177774288046 -AAAAAAAAJACCAAAA Even rural schemes lead bombs. Ready minutes expect quite matters. Old flowers s Books home repair 4.45 1861.31 0.53947596247959477 AAAAAAAAJAHAAAAA Other, public activities fill there internal, forward cars. Consultants shall bel Home paint 2.31 5531.35 1.39731568163660152 -AAAAAAAAJAICAAAA Too good effects telephone too crazy students. Specific, scottish elements might not tell nuclear variables. Following stations receive more responsible Books home repair 8.80 1283.82 0.37209816212804603 -AAAAAAAAJAOCAAAA That right mines used to contribute more in order mathematical items. Possible representatives s Books romance 8.05 4337.28 1.17150033088628826 -AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 7851.07 2.39859525631684027 -AAAAAAAAJBCBAAAA Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 -AAAAAAAAJBFBAAAA Too productive points would leave material ministers. Public, objective elections loosen no longer children; political, central movements speak Books cooking 9.42 1847.54 0.69240828140602272 -AAAAAAAAJBGDAAAA Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 -AAAAAAAAJBMDAAAA Presumably social provisions see photographs; other prices might not decide unduly european, unusual levels. Illegal, military men shall choose here high birds. Key drawi Books science 3.35 3904.01 1.23520811225912119 -AAAAAAAAJBPDAAAA Supplies accept; below inc spirits know at least correct, chief policies; grants used to stay by a words; basic, public differences use centrally then strange policies; adeq Home bathroom 4.13 10306.89 3.49570935846011054 +AAAAAAAAJPJBAAAA Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 +AAAAAAAAKAICAAAA Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 +AAAAAAAAKFKBAAAA Important childre Home paint 9.84 2783.72 0.70321632319152474 +AAAAAAAAKOBAAAAA Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 +AAAAAAAAKOJBAAAA Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 +AAAAAAAALBCCAAAA American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 +AAAAAAAALHICAAAA Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 +AAAAAAAALNABAAAA Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 +AAAAAAAALNCCAAAA Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 +AAAAAAAALNDEAAAA Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 +AAAAAAAAMACDAAAA Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 +AAAAAAAAMFHBAAAA So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 +AAAAAAAAMGFAAAAA Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 +AAAAAAAAMGKBAAAA Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 +AAAAAAAAMLEEAAAA Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 +AAAAAAAAMLKBAAAA Implicit, indian Home paint 0.68 162.27 0.04099223799961516 +AAAAAAAANAADAAAA Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 +AAAAAAAANAGAAAAA Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 +AAAAAAAANDPAAAAA Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 +AAAAAAAANIHAAAAA Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 +AAAAAAAANLKAAAAA Sign Home paint 5.65 246.59 0.06229294366380171 +AAAAAAAAOHABAAAA Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 +AAAAAAAAOJDDAAAA Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 +AAAAAAAAOKICAAAA Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 +AAAAAAAAOOMAAAAA Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 +AAAAAAAAPCNBAAAA Areas may clea Home paint 2.32 11516.97 2.90938790456909989 +AAAAAAAAAHFBAAAA Dead, great states let together practitioners. New liabilities migrate very social things. Little, tired foods might not spin also pregnant services; officers deal. Home adverse languages cou Home rugs 2.87 1706.37 0.60123650986217510 +AAAAAAAABFMBAAAA Guidelines design ago from a protests. America Home rugs 1.38 572.05 0.20156082529970479 +AAAAAAAABGADAAAA Very new sources must sleep foreign horses; products improve very forests. Old, royal families might hurt upon a m Home rugs 8.64 3215.18 1.13286309638511468 +AAAAAAAACHEDAAAA Personal rights used to admit. Feet must offer. Then hot enterprises would not include practices. Essential, limited words will Home rugs 5.91 3434.81 1.21024934594472339 +AAAAAAAACJJDAAAA Great, delighted arrangements conceive as; users cook only mostly small chemicals. Social days compare suitably other lines; immediate, quiet letters could not get in a guests. Children participat Home rugs 4.67 6581.61 2.31901886793250600 +AAAAAAAACPCDAAAA Highly far schemes can reach faster men; short, immense arms may overcome primarily as a approaches. Federal words go slowly conscious reasons. Young features might solve Home rugs 2.46 15243.99 5.37119343634375816 +AAAAAAAADDNDAAAA Indeed Home rugs 1.24 7725.64 2.72211585415332808 +AAAAAAAAECDCAAAA Main practices will seem with the issues; members could not keep seriously at a resources; full, environmental days might not end late, dutch children. In private small applica Home rugs 3.98 12799.68 4.50994504741215878 +AAAAAAAAEHGCAAAA As other models might know so ever private processes. Social, white feet encompass here. Tryi Home rugs 4.90 4486.38 1.58076821153411343 +AAAAAAAAEIEEAAAA Other, suitable instances will not shield also good, working territories. Small, difficult reforms may cut concessions. Cheap arms find before the institutions. Already little Home rugs 7.45 5771.04 2.03341593433722287 +AAAAAAAAFLPAAAAA Children could not see between a revenues. Elderly, annual contracts could not believe particularly as single problems. Democratic, human benefits appoint sometimes. Steep, nasty places Home rugs 6.25 9945.47 3.50426910443747053 +AAAAAAAAGENDAAAA Surely parental costs try tonight also american eyes; well recent conditions can involve to a processes. Close deaf pressures develop international eyes; there Home rugs 93.56 23010.03 8.10754416042472906 +AAAAAAAAGIGAAAAA White ways matter more to a children. Rather grateful islands shall set theoretically bright children. Too complex customers affect. European, visible weeks may p Home rugs 1.24 2691.36 0.94829602793219734 +AAAAAAAAGLGCAAAA Open plants end. Newly Home rugs 5.40 3134.44 1.10441449742576119 +AAAAAAAAGMLAAAAA Hard, proper plans must make birds. Academic homes should recognise. Goods may not obtain well Home rugs 4.72 3328.80 1.17289690631528243 +AAAAAAAAHKFAAAAA Friends tell. Living times should no Home rugs 4.43 4554.20 1.60466447090274550 +AAAAAAAAIBFCAAAA Soon sophisticated schools succeed etc late groups. Genes should not keep more industrial places. Cleve Home rugs 2.49 3939.68 1.38813941476573897 +AAAAAAAAIBMBAAAA Again vital details must not think users; thus total cattle sound central, particular churches; gentle, local materials could appreciate warm, high manufacturers. Qualifications allo Home rugs 9.23 15996.94 5.63649406287887348 +AAAAAAAAIOBCAAAA Walls would need instead to the times. Somehow early transactions claim. Liable, gay corporations will seem however properly female men. Cars give long in a months. Home rugs 9.84 7934.36 2.79565798413594216 +AAAAAAAAIOOCAAAA Measurements mind false, top funds. Aspects shall reduce already personnel; payable photographs may develop gardens. Processes must feel edges. Certain cases ought to cling from the Home rugs 7.30 8259.46 2.91020640526160256 AAAAAAAAJCACAAAA New, red savings could justify to the principles; even exact years ought to win so. Records ens Home rugs 39.61 2489.28 0.87709349043274040 -AAAAAAAAJCDCAAAA Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 -AAAAAAAAJCEBAAAA Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 -AAAAAAAAJCFAAAAA Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 -AAAAAAAAJCGCAAAA Annual, remote details would know only to a eyes. Laws construct teachers. Little armed prices used to charge economic, associated masters. Home available firms may tell however Books entertainments 3.30 3145.04 1.57497712180773224 +AAAAAAAAJEJAAAAA Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 +AAAAAAAAJLIAAAAA Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 +AAAAAAAAJMHAAAAA Eye Home rugs 2.18 7906.31 2.78577461528766540 +AAAAAAAAKECAAAAA High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 +AAAAAAAAKFAEAAAA Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 +AAAAAAAALCGDAAAA Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 +AAAAAAAALGCDAAAA Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 +AAAAAAAALJKBAAAA Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 +AAAAAAAALLADAAAA Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 +AAAAAAAAMBMBAAAA Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 +AAAAAAAAMGCDAAAA Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 +AAAAAAAAMHCBAAAA Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 +AAAAAAAAMLBBAAAA Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 +AAAAAAAAMMNDAAAA Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 +AAAAAAAANCCCAAAA Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 +AAAAAAAANKBEAAAA Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 +AAAAAAAANOMBAAAA Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 +AAAAAAAAODDCAAAA Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 +AAAAAAAAOGFBAAAA Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 +AAAAAAAAOLDEAAAA Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 +AAAAAAAAPCFAAAAA Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 +AAAAAAAAPJOCAAAA Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 +AAAAAAAAAALAAAAA Relations cannot question besides european conditions Home tables 1.32 42.55 0.02287519294727964 +AAAAAAAAAEDAAAAA Today previous months address. Identical, appropriate details may remain at all final, small variations. So middle Home tables 7.16 732.60 0.39385114813577123 +AAAAAAAAAFHBAAAA Only necessary occasions subdue similarly for example political metres. Values shut then countries. Loudly basic profits would arise mentally apparent rooms; eyes may know anywhere views. Approx fu Home tables 4.10 2684.64 1.44328220902432007 +AAAAAAAAANLCAAAA United, personal shops work very needs. Clients focus radically different conditions. Outwards cheerful boys will not surrender most possible fut Home tables 7.99 365.40 0.19644172744855420 +AAAAAAAABCLCAAAA Popular costs help never so essential years. Commercial children cannot assume below requirements. Normal purposes shall help al Home tables 3.01 1194.09 0.64195156630827610 +AAAAAAAABDDDAAAA Scientific Home tables 1.25 11322.31 6.08695712946918370 +AAAAAAAABMMAAAAA Horses will not give. Historical writers shall land here dry, influential assets. Even crucial definitions should pay backwards situations. Never other forces find importan Home tables 0.56 122.58 0.06589990955293863 +AAAAAAAABPCBAAAA Sure socia Home tables 1.78 3600.34 1.93556926382629347 +AAAAAAAACEHAAAAA National sea Home tables 29.68 317.94 0.17092688238914429 +AAAAAAAACFBDAAAA Initial, important ministers used to rely. Young, difficult glasses cannot say european, religious organisations; worried minutes protect action Home tables 4.95 6221.34 3.34463814079033442 +AAAAAAAACJMCAAAA Enormous, high problems may like nevertheless often possible minutes. Here white benefits Home tables 3.03 3358.86 1.80574783978612689 +AAAAAAAACNKDAAAA Preferably good events shall sit often cold national pu Home tables 2.44 13400.14 7.20401381951961987 +AAAAAAAADJAEAAAA Patients leave. Perhaps previous readers can give around a refugees. Books take today certain relations. Only letters go existing prizes. Yet early communities behave. Dread Home tables 2.37 9976.76 5.36357955320097870 +AAAAAAAAEDNAAAAA Categories ought to read also on a questions. Small years bring tonight between the holes. Growing, total artists think too for a values; french winds Home tables 2.08 6146.67 3.30449499960647142 +AAAAAAAAEEIBAAAA Unnecessary types intervene little close ages. Reasons find accordingly however whole resources; birds join fl Home tables 2.46 535.04 0.28764143911897767 +AAAAAAAAEPKCAAAA Even pleasant manufacturers win merely tall, good assessments. Foreign, only months used to put thus Home tables 4.55 8444.61 4.53988444452472714 +AAAAAAAAEPMDAAAA New, broad children represent statutory things. Once central differences give however medical times. Early, new parents may find a Home tables 0.89 3447.20 1.85324007351027927 +AAAAAAAAEPNCAAAA Local, good names expect substantial, emotional materials. Recent minutes will not take yet more large services. Completely deep wor Home tables 7.09 3688.65 1.98304536932980147 +AAAAAAAAFCOBAAAA Hours should join far. Members used to set already aw Home tables 9.32 14872.88 7.99576967524644996 +AAAAAAAAFDFDAAAA Very silly children laugh single paintings; tests find essenti Home tables 4.85 124.10 0.06671707273225390 +AAAAAAAAFLCEAAAA Soviet ships will perform partly. Responses like already historical years. So respo Home tables 6.42 8690.76 4.67221649491186895 +AAAAAAAAGGEBAAAA Largely small arguments could make female, foreign titles. Ready, Home tables 2.77 8991.30 4.83378900932727256 +AAAAAAAAGGHDAAAA Tracks reappear products. Special days can enjoy of course problems. Attempts cannot ensur Home tables 2.75 6065.82 3.26102944496986603 +AAAAAAAAGGNBAAAA Slow patterns would step still part-time Home tables 3.35 251.84 0.13539103623602597 +AAAAAAAAGJFCAAAA Fundamental posts simulate importa Home tables 7.66 1061.84 0.57085299363429883 +AAAAAAAAHIHDAAAA So damp tests imagine resources. Innocently prime developments shall work small pl Home tables 0.61 1037.44 0.55773537417686938 +AAAAAAAAHNNBAAAA Centuries must envisage already things. Officials take both for a sectors. Exact tears may not restore only rich inches; difficulties could speak physical families Home tables 3.97 1175.37 0.63188755662618268 +AAAAAAAAIDEBAAAA Banks think very large, Home tables 4.97 3815.57 2.05127849480262714 +AAAAAAAAIKHAAAAA Pictures cannot get advantages. Roman, difficult issues shift easy. Guidelines rouse just all actual hours. Coherent, main days acknowledge forward previous Home tables 0.48 415.84 0.22355864242530591 +AAAAAAAAIMBBAAAA Single hours ought to say. Sources would contribute civil rivers. Good, central patients put too to the spirits. Sho Home tables 4.99 1581.92 0.85045182672527877 +AAAAAAAAIPLDAAAA New years wish also confident, unaware contents. Sound doubts will check right. Economic, potential eyes can say this welco Home tables 1.80 7800.06 4.19336962398021261 AAAAAAAAJCIDAAAA Structures may Home tables 4.92 312.50 0.16800229837896330 -AAAAAAAAJCJCAAAA Probably local years will live tonnes. Step Home flatware 4.89 7588.57 1.70694611453521895 +AAAAAAAAKALBAAAA Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 +AAAAAAAAKILAAAAA Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 +AAAAAAAAKONBAAAA Splendid off Home tables 1.82 4780.65 2.57011260078525081 +AAAAAAAALCPAAAAA Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 +AAAAAAAALIJAAAAA Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 +AAAAAAAALKNAAAAA Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 +AAAAAAAAMABBAAAA Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 +AAAAAAAAMGAEAAAA Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 +AAAAAAAANAPAAAAA Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 +AAAAAAAAOBMCAAAA Again secret Home tables 6.39 7957.34 4.27792450874515132 +AAAAAAAAOCIBAAAA Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 +AAAAAAAAOCNDAAAA Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 +AAAAAAAAODCBAAAA New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 +AAAAAAAAOEBAAAAA Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 +AAAAAAAAOFLCAAAA Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 +AAAAAAAAOGOAAAAA So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 +AAAAAAAAOLBDAAAA Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 +AAAAAAAAONHAAAAA Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 +AAAAAAAAABPBAAAA By now new rules follow here short proceedings. Low winners ought to look still fast k Home wallpaper 45.27 4875.71 1.80304336765815667 +AAAAAAAAAFLAAAAA Creditors should make as commercial states. Artificial organs can wait as normal, little eyes. Alternative hands know sacred lads. Users may investigate now. Successful terms play practically Home wallpaper 4.06 11629.65 4.30065842732354502 +AAAAAAAAAICAAAAA Urgent, simple cases may not help. Industrial, other pp. reverse as a schools. Asleep, free systems make then more available discussions. Soci Home wallpaper 4.82 0.00 0.00000000000000000 +AAAAAAAAAMCDAAAA Apparently real officers depend more obvious types. Other, c Home wallpaper 3.85 130.47 0.04824796146168654 +AAAAAAAAAMDEAAAA Areas prevent real Home wallpaper 1.65 15190.84 5.61759073266380335 +AAAAAAAAAMLCAAAA Things cover cheeks. Other minutes might take only white things. Recent, monetary activities come level, serious companies; e Home wallpaper 74.68 6420.50 2.37430855035455244 +AAAAAAAACAECAAAA Courses come then political terms. African women inform about powerful eyes. Years will escape bold benefits. Offices as Home wallpaper 0.60 7658.09 2.83197080700641609 +AAAAAAAACCPDAAAA Then prime players stop tonight more old difficulties. Good, harsh events meet about mysterious tables. Heavy, Home wallpaper 8.34 7864.79 2.90840871330005147 +AAAAAAAACJJAAAAA Criticisms would not think. Steps shall go previous, obvious jobs. Only current yo Home wallpaper 12.06 7165.88 2.64995096251299435 +AAAAAAAACLMDAAAA For example available procedur Home wallpaper 9.81 9659.11 3.57195038732422101 +AAAAAAAAEGKCAAAA Automatically opt Home wallpaper 9.44 6039.74 2.23350304865951321 +AAAAAAAAEHJAAAAA Hard roads seem prospective pp.. Distant years mi Home wallpaper 3.88 10201.19 3.77241221724030166 +AAAAAAAAEMDBAAAA Parents think real, previous minutes. Regional organs expect there red numbers. Home wallpaper 0.29 1497.03 0.55360347778790992 +AAAAAAAAFBOCAAAA Old children consider fo Home wallpaper 75.57 12663.25 4.68288493891087706 +AAAAAAAAFOFBAAAA Very rare achievements could not say like the systems; rapid cells may not see conferences. R Home wallpaper 0.41 495.27 0.18315143613956844 +AAAAAAAAGCFAAAAA Hard british units see so different communities. Home wallpaper 8.17 6506.56 2.40613364089944969 +AAAAAAAAGECCAAAA Representatives mean abruptly suddenly great cells. New, living rates see simply out of a styles. Terrible students import all public types; remarkably original costs try. Home wallpaper 8.89 805.20 0.29776391943703537 +AAAAAAAAHEEBAAAA Still new differences ask Home wallpaper 1.42 8239.53 3.04698801182195241 +AAAAAAAAHEEEAAAA Plans secure sometimes physical, clinical costs. Representative, front symbols achieve possibly supposed wages. Nevertheless essential Home wallpaper 2.04 1044.40 0.38622036445608513 +AAAAAAAAHOJBAAAA W Home wallpaper 3.29 10436.17 3.85930810123100530 +AAAAAAAAIEPBAAAA Things compromise la Home wallpaper 60.74 4926.44 1.82180338210554962 AAAAAAAAJCKBAAAA Well traditional governments want always in a points. Children sing then subseque Home wallpaper 0.13 12304.76 4.55031490975168331 -AAAAAAAAJCODAAAA Professionally alive documents examine thin, industrial pages; european, dark effects use rivers. Difficult, simple rules must build lawyers. Video-taped departments test also upp Home mattresses 6.86 1199.96 0.35112818613363787 -AAAAAAAAJDEAAAAA Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 -AAAAAAAAJDEDAAAA Ro Home furniture 3.69 420.40 0.11044299172620688 -AAAAAAAAJDHAAAAA Continued ideas reflect only still other prices. Actually historical weeks help low, appropriate companies; recent provisions widen du Books parenting 2.16 1105.75 0.45614916298330257 -AAAAAAAAJEBCAAAA Fundamental arms could depend. Members shall see other project Books fiction 2.43 13675.74 3.79207835410244629 +AAAAAAAAJKDAAAAA Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 +AAAAAAAAJKNCAAAA Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 +AAAAAAAAJMKDAAAA Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 +AAAAAAAAKABAAAAA Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 +AAAAAAAAKEFAAAAA Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 +AAAAAAAAKHCEAAAA Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 +AAAAAAAAKLACAAAA Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 +AAAAAAAAKLNAAAAA Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 +AAAAAAAAKPBAAAAA Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 +AAAAAAAAKPBCAAAA Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 +AAAAAAAALJLDAAAA Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 +AAAAAAAALNMBAAAA Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 +AAAAAAAALOFBAAAA Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 +AAAAAAAALOOBAAAA Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 +AAAAAAAAMBPBAAAA Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 +AAAAAAAAMNDAAAAA Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 +AAAAAAAAOBCCAAAA Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 +AAAAAAAAOGDDAAAA Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 +AAAAAAAAOHNAAAAA German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 +AAAAAAAAOIMBAAAA All Home wallpaper 1.99 2643.49 0.97756575185371168 +AAAAAAAAOMFDAAAA So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 +AAAAAAAAAAMCAAAA NULL Sports NULL NULL 488.92 3.99480019053984383 +AAAAAAAAACLBAAAA Actual, grey hands giv Sports archery 5.67 23636.76 6.96805924416911793 +AAAAAAAAADGEAAAA Little holy others need forward long days. Points should inform only british, silent appearances. Administrative services might not appear in full years. Babies gri Sports archery 3.84 1506.65 0.44415674822722749 +AAAAAAAAAGEDAAAA Statements continue here academic members; certain students kill apparently social, available l Sports archery 1.64 8612.24 2.53886736358972398 +AAAAAAAAALDCAAAA Fees should not fix initiall Sports archery 2.99 9631.69 2.83939873914492729 +AAAAAAAAAMBEAAAA Long seats should not come whole, available students. Possible, blue p Sports archery 1.48 894.00 0.26354902128240890 +AAAAAAAAANDBAAAA Weeks create sometimes with the problems. International qua Sports archery 2.36 924.63 0.27257867063574244 +AAAAAAAAAPMBAAAA Other, common needs could document hitherto hands; private, short consumers stand places. Things wish slow absent men Sports archery 2.51 453.18 0.13359635958027077 +AAAAAAAABIDEAAAA Practical, important lands discriminate much outstanding relations. Fine, overseas months stop fully fashionable attempts; great, important posts Sports archery 1.99 6044.04 1.78176826240685760 +AAAAAAAABKPCAAAA Difficult, normal mothers must know a Sports archery 2.16 7566.04 2.23045015322545531 +AAAAAAAACBAEAAAA Then great boys would not overthrow better various, existing institutions. Unlikely, unable communists survive also applicable, other pictures. Outer, mental steps know today Sports archery 2.81 12211.68 3.59997350359504154 +AAAAAAAACBLAAAAA Years ought to eat past a advances. Beautiful, equal companies come long artistic ambitions. Services resume int Sports archery 3.36 9496.07 2.79941829365687327 +AAAAAAAACCBDAAAA Governors will collect systems. Objectives may feel however leading children. Conditions need locall Sports archery 4.66 12310.02 3.62896389593610652 +AAAAAAAACDPCAAAA Basic fingers vote even stupid notes. Black, electrical rates may swim evident things. Sports archery 1.79 4230.58 1.24716467388918731 +AAAAAAAACEMBAAAA Parents would concede over particular months. Modern, useful sports shall not say prime, western hills. Recently small implications would not write certain flats. Primary, pot Sports archery 1.35 3825.51 1.12775102506271597 +AAAAAAAACEPCAAAA Public, limited pup Sports archery 9.38 21428.79 6.31715506908978865 +AAAAAAAACGLAAAAA Now full events should rain right. Matters will not write obvious, unlikely perceptions. Sure services treat often over important pr Sports archery 4.33 6373.53 1.87890111142513603 +AAAAAAAADANDAAAA Whole, small attacks used to see easy excellent flowers. Capital members could hear so to the conditions; less future children can go. Women would not hear only to a politicians. Different ways suit Sports archery 2.92 3393.23 1.00031593454821964 +AAAAAAAAEAABAAAA Customs conform nearly hot bones; british, low types would impose completely in the agreem Sports archery 1.74 8581.06 2.52967557557676480 +AAAAAAAAEAMBAAAA Personal users may make behind a units; very other questions feed still studies. Informal lives grow. Good, young officers could get possibly problems. More clear weeks continu Sports archery 8.02 1983.24 0.58465431875629153 +AAAAAAAAEEFDAAAA Forward certain words get responsible governors. Important, other systems could come now aspects. Even private groups may apply probably in Sports archery 2.65 5139.88 1.51522409788481864 +AAAAAAAAEEJDAAAA Annual, french authorities safeguard more german, random moments. Quick references feel; colleges Sports archery 4.22 4046.82 1.19299267372044518 +AAAAAAAAEFCAAAAA Eligible, stupid attitudes used to protect so. Alone, good sciences concentrate suddenly liable eyes. Revolutionary students should punch f Sports archery 0.35 1596.42 0.47062072545376199 +AAAAAAAAEHEBAAAA Vulnerable, poor requirements might not remember certainly foreign factors. Excellent days make indeed. Considerable theori Sports archery 1.71 18088.86 5.33255184464710860 +AAAAAAAAEKFAAAAA Reports introduce likewise ill, individual schools. Busy balls must belong determined responses. However outstanding services used to interpret quite from the arrangements. C Sports archery 0.14 447.67 0.13197202500838478 +AAAAAAAAFAJCAAAA Times should alleviate again whole positions. Sports archery 58.29 1966.25 0.57964570816167394 +AAAAAAAAFDJCAAAA Soon british records must tolerate often to a children. Forward, running women understand residential, necessary executives. Impossible, new classes should elect so remarkable yea Sports archery 2.05 11323.21 3.33805471283577774 +AAAAAAAAGEMAAAAA Rooms decide hardly successful, central r Sports archery 1.11 140.78 0.04150160091290551 +AAAAAAAAGFIDAAAA Normal times gi Sports archery 2.88 1377.51 0.40608659094712649 +AAAAAAAAGIBEAAAA Grateful, ru Sports archery 8.49 14874.67 4.38501646577048011 +AAAAAAAAGIHCAAAA Friendly, italian years return preferably ne Sports archery 8.16 14144.04 4.16962852234814631 +AAAAAAAAHCDEAAAA Famous, free cars develop Sports archery 1.43 4434.08 1.30715597795067524 +AAAAAAAAHIOCAAAA Original, retail poems should ma Sports archery 0.77 1953.90 0.57600495825917086 +AAAAAAAAIHLCAAAA Different words Sports archery 9.77 14978.55 4.41564003661031975 AAAAAAAAJECBAAAA Free, personal results find easily also equal tears. Necessary, l Sports archery 49.73 3647.29 1.07521220339274850 -AAAAAAAAJEECAAAA Children used to mean contracts. Difficult runs spot here. Aspects ought to take unfortunately prepared women. Groups believe very public patients. Low terms must stop as different, political cou Home bedding 4.94 9167.85 2.67470737469849971 -AAAAAAAAJEJAAAAA Interesting, demanding lines register ful Home rugs 3.77 6907.52 2.43385269115325032 -AAAAAAAAJEKCAAAA Years win probably after the teams. More possible teachers shall hand Home curtains/drapes 7.22 1655.36 0.50963463325939235 -AAAAAAAAJFACAAAA Mistakes prove slowly most big companies. Eggs make even in a relations. Heavily little crops reach in a procedures. New, nuclear deposits reduce even of Books mystery 4.93 2992.30 1.75605521559197218 -AAAAAAAAJFDCAAAA Great authorities can hear thus sheets. R Books romance 2.74 6392.84 1.72670756218254276 -AAAAAAAAJFEBAAAA Too necessary dreams should not co Books entertainments 3.75 4680.81 2.34406197108108360 -AAAAAAAAJFEEAAAA Quite welsh costs agree specially results. Goth Books mystery 1.83 11.52 0.00676060424543646 -AAAAAAAAJFFAAAAA Exact jews make again regional times Home glassware 0.82 3742.98 1.08761416740816411 -AAAAAAAAJFIDAAAA Things can r Sports camping 7.52 7918.69 1.52095708919941437 -AAAAAAAAJFKBAAAA Meanwhile wet products ascerta Books cooking 5.40 5658.87 2.12079221635260931 -AAAAAAAAJGEAAAAA Fully powerful qualities pinpoint thus movements. Domestic officers continue in a cases. Teachers shall introduce indeed other, good Books history 0.65 6334.78 1.67385502490497405 -AAAAAAAAJGHDAAAA Meetings achieve rational, young wages. W Home flatware 3.42 1405.25 0.31609196824310989 -AAAAAAAAJGKDAAAA Main weeks surrender more beyond a views. Popular, payable agencies cannot c Home lighting 6.05 739.08 0.22403468930479588 -AAAAAAAAJGNDAAAA Other shoulders ought to seek at a cou Home mattresses 30.96 276.50 0.08090848317106476 +AAAAAAAAJOPCAAAA Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 +AAAAAAAAKACCAAAA Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 +AAAAAAAAKCOCAAAA Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 +AAAAAAAAKFPCAAAA Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 +AAAAAAAAKMCBAAAA Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 +AAAAAAAAKPAEAAAA Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 +AAAAAAAAMCNBAAAA Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 +AAAAAAAAMENCAAAA Reporte Sports archery 5.38 9065.89 2.67260227802458394 +AAAAAAAAMFBCAAAA So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 +AAAAAAAAMGFDAAAA Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 +AAAAAAAAMHPAAAAA Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 +AAAAAAAAMIFBAAAA Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 +AAAAAAAAMLCEAAAA Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 +AAAAAAAAMLIBAAAA High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 +AAAAAAAAMMJBAAAA Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 +AAAAAAAANDPDAAAA Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 +AAAAAAAAOLMDAAAA Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 +AAAAAAAAPIFAAAAA Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 +AAAAAAAAAEFEAAAA Large, different benefits might not get stands. Unpleasant, finan Sports athletic shoes 7.56 1809.36 0.58169403696098879 +AAAAAAAABJLBAAAA Marginal expectations will manage significantly months. Hardly friendly points oug Sports athletic shoes 14.94 8056.74 2.59017421372478493 +AAAAAAAABKBBAAAA Obvious, concerned risks identify so. Single, valid hills could restore policies; eyes can get still. Large sales should bring still primary, main Sports athletic shoes 66.30 420.75 0.13526758967332982 +AAAAAAAABMKCAAAA Effective times sell machines. Comments could not set. British, fresh aspects shall not ensure here young, human organizations. Only, other centres could join in a sections. Clear purposes may Sports athletic shoes 4.00 6266.48 2.01462066627719031 +AAAAAAAACEICAAAA Experiments may find there political groups. Groups take on a structures. Ministers stop gentl Sports athletic shoes 1.49 3221.53 1.03569482628715912 +AAAAAAAACHKAAAAA Laws propose policies. Commercial, foreign restaurants could take. District Sports athletic shoes 84.97 3439.91 1.10590216136229107 +AAAAAAAACHOAAAAA Again known Sports athletic shoes 0.26 1129.54 0.36313761910781452 +AAAAAAAACPAAAAAA Industrial, delighted sounds can kill further regional, personal vegetables; both real companies will experiment once minimum, overall leaders. Difficult, helpful supporters shoul Sports athletic shoes 1.76 8993.44 2.89131539315914747 +AAAAAAAACPJDAAAA No longer positive problems prove. Fair british men has Sports athletic shoes 6.38 5118.47 1.64554509736244435 +AAAAAAAACPOBAAAA Units used to assess; old consequences suppose old, joint others. Mice could not show meanwhile close officials. Faster old parties s Sports athletic shoes 0.83 5925.52 1.90500489117316528 +AAAAAAAAEBMCAAAA Reactions will Sports athletic shoes 4.49 1627.32 0.52316970654118378 +AAAAAAAAEFNDAAAA No longer complex limitations might conduct lightly in the persons; notions imagine often Sports athletic shoes 4.67 655.20 0.21064129472124942 +AAAAAAAAFDIDAAAA Nearly practical structures close considerable, perfect Sports athletic shoes 5.60 637.70 0.20501519176395110 +AAAAAAAAFIGDAAAA I Sports athletic shoes 4.78 5322.70 1.71120332633210365 +AAAAAAAAFPHBAAAA Other, royal parents might not proceed professional, similar transacti Sports athletic shoes 5.17 13817.93 4.44234839067093110 +AAAAAAAAGADCAAAA New, good opportu Sports athletic shoes 4.99 6830.62 2.19598693612463483 +AAAAAAAAGAEAAAAA Rather able men set important, young hands. Never dangerous stages can see only here public fingers. Already unique police shall sleep certain styl Sports athletic shoes 6.16 1247.40 0.40102861879622487 +AAAAAAAAGBOBAAAA Religious, industrial rules will become still solely major Sports athletic shoes 4.01 785.89 0.25265703160635334 +AAAAAAAAGEHAAAAA Details design well with th Sports athletic shoes 3.01 3416.16 1.09826673592024334 +AAAAAAAAGHIBAAAA Young subjects could bring necessarily; things protect for a employers. Sports athletic shoes 4.35 839.76 0.26997578396690540 +AAAAAAAAHCKAAAAA Industrial, remote members would suppose even on a references; doctors turn under the districts; simply current subjects involve small te Sports athletic shoes 5.90 917.10 0.29483994412218841 +AAAAAAAAHFAEAAAA Vital, s Sports athletic shoes 6.42 4977.79 1.60031765941771699 +AAAAAAAAHMFBAAAA Running, intense things improve sure members. Permanent, certain leaders seal decisions. Sports athletic shoes 1.73 2949.06 0.94809801070001195 +AAAAAAAAHNBBAAAA Corporate, nucl Sports athletic shoes 8.99 21170.44 6.80611857664610449 +AAAAAAAAIIFCAAAA Properly recent consultants fly more poor writings. Unusual jobs used to suggest as well right black fans. Adequate eyes cannot provide only to Sports athletic shoes 4.70 9980.77 3.20873369217796798 +AAAAAAAAJCDCAAAA Parties may not happen long wages. Bizarre, military trusts could s Sports athletic shoes 1.58 1459.14 0.46910124966355904 AAAAAAAAJGPBAAAA Able, main parties think really. Resources arrive only independent, old representations. Small, double advantages Sports athletic shoes 2.38 641.66 0.20628829849028832 -AAAAAAAAJHAAAAAA Alre Books self-help 38.79 1662.56 0.63535512662256678 -AAAAAAAAJHGAAAAA Recent tools should spee Books cooking 20.16 6532.08 2.44804782944166454 -AAAAAAAAJHGDAAAA Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 AAAAAAAAJHIBAAAA Ever impressive sounds shall not decide long cards. Readers accept still w Sports athletic shoes 2.46 2385.40 0.76688605681939618 -AAAAAAAAJHJDAAAA At all silent aspects find properly apart expected trusts. Offices ought to meet also sweet lights. Yesterday environmental factors could doubt very significant f Books romance 4.42 3439.22 0.92893411723262974 -AAAAAAAAJHNCAAAA Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 -AAAAAAAAJICDAAAA Principles see sides. Girls would not establish more worthwhile, swiss risks. Then top courts follow words. Judges believe more increasing, large patterns. Books sports 1.75 1713.67 0.55357023681410859 -AAAAAAAAJIJCAAAA Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 -AAAAAAAAJILAAAAA Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 -AAAAAAAAJILDAAAA Birds feel no longer much general cattle. Right, various cameras get closer. Resources could not offer just times. Only schemes should see so cards. Extreme, open girl Home kids 6.02 4173.46 1.67742369045752004 -AAAAAAAAJIMCAAAA Furthermore royal developments may not unload later huge c Books sports 0.84 7359.03 2.37720213332912961 -AAAAAAAAJINBAAAA That central men know independent authorities. Just new rights can make only such as a companies. Studies can stay a Home bedding 9.89 8831.14 2.57647270461393988 -AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 5101.56 1.63860245668956283 -AAAAAAAAJJFCAAAA Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 -AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 5084.71 1.55343937651132914 -AAAAAAAAJJKAAAAA Elsewher Books fiction 2.23 15758.25 4.36952725947808852 -AAAAAAAAJKDAAAAA Yet equal pa Home wallpaper 57.16 866.46 0.32041794043146258 -AAAAAAAAJKDDAAAA Involunta Home decor 6.52 3664.04 1.29610996156106675 -AAAAAAAAJKFBAAAA Events stop a little. Northern, white walls welcome at all businesses. Governors must see from a Books home repair 1.96 2145.98 0.62198377807133728 -AAAAAAAAJKGAAAAA Lights allow. Things go white, available Books entertainments 4.92 2308.80 1.15620379353829910 -AAAAAAAAJKIBAAAA Comments may not form. Similar clothes cannot know even through a kids; surprising, adjacent matters upset namely standards. Especially new words make. Immediately wooden reasons read to a findi Home lighting 9.57 4248.79 1.28792058717773946 -AAAAAAAAJKLBAAAA Young, smart dogs vote ever; needs replace; homes must marry just on a residents; Home decor 1.32 6.65 0.00235235730078850 -AAAAAAAAJKMAAAAA English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 -AAAAAAAAJKMDAAAA Designs shall not deal. Ideal, alternative aims say further changes. Often contemporary techniques used t Books travel 1.92 11413.42 4.86098387326897973 -AAAAAAAAJKNCAAAA Problems drive relatively alone points. Armed voices used to face able, dry patients. Difficult events Home wallpaper 2.13 85.80 0.03172894223509393 -AAAAAAAAJKOBAAAA Big, similar lines will give states. Other, whole functions keep carefully. Customers cannot change especially wide origins. Planned police will not Home curtains/drapes 3.05 9781.50 3.01142420091505549 -AAAAAAAAJKPDAAAA Now recent feelings skip particularly clear Home bedding 9.34 3697.23 1.07866166516211915 -AAAAAAAAJLACAAAA Well tiny gove Home curtains/drapes 4.74 566.88 0.17452498604659067 -AAAAAAAAJLBBAAAA Courts pay far american towns; more greek circumstances prevent so to a cars; sports read importantly also public lights. Strings grow short large, interesting interests. About good Home curtains/drapes 7.06 7550.49 2.32456456727159610 AAAAAAAAJLBEAAAA Important, old communities declare more successful, private members. In Sports athletic shoes 1.37 6829.08 2.19549183906439258 -AAAAAAAAJLCDAAAA Considerable guidelines recapture; br Books travel 3.38 2440.01 1.03920203239826829 -AAAAAAAAJLDCAAAA Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 -AAAAAAAAJLIAAAAA Foreign years should say at least to a firms. African, direct children become yesterday. Today heavy circumstances say ago likely childre Home rugs 2.21 15473.33 5.45200098756171864 -AAAAAAAAJLIDAAAA Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 -AAAAAAAAJLNBAAAA Subjects may think on a times. New, back services will keep along a runs; trees engage financial models; again limited men might join certainly. R Books parenting 4.12 2508.75 1.03492128657866635 -AAAAAAAAJMCCAAAA Interesting programmes used to appear even. Symbolic prices go beautifu Books computers 97.63 10140.48 3.09803723884461512 -AAAAAAAAJMDEAAAA Home warm authorities might recognise overseas. Easy, adequate processes could address about well local styles. Ministers will take. Obviou Home bathroom 8.75 2112.25 0.71639574036468503 -AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 3702.60 1.52498827098431185 -AAAAAAAAJMGBAAAA Complete, head ways entail additional books; social letters drive perfect ends. Supporters should undermine therefore relat Books computers 4.15 97.46 0.02977518907367267 -AAAAAAAAJMHAAAAA Eye Home rugs 2.18 7906.31 2.78577461528766540 -AAAAAAAAJMKDAAAA Even main changes might not break great, new arms. Imaginative children accept then difficult, sure leaders. Questions market commercial girls. Libraries should win as other classes. Stars serve after Home wallpaper 7.77 7076.02 2.61672062744020250 -AAAAAAAAJNBCAAAA Common branches ought to Home flatware 9.13 13116.08 2.95028467734146152 -AAAAAAAAJNFBAAAA Instead certain attempts would fit even medical natural rates. Aware, critical newspapers say wit Books parenting 71.58 10076.22 4.15668941355244224 -AAAAAAAAJNFEAAAA Men lift fit letters. Recent shares can give main, new substances. Chains help at the rights. Straightforward things show just european, useful shelves. Healthy combinati Books entertainments 0.77 3988.56 1.99739613771444831 -AAAAAAAAJNGAAAAA Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Home decor 4.49 24238.02 8.57390726370792000 -AAAAAAAAJNJAAAAA Places take rules. For example scientific buildings may not maintain notably developers. Prime, other heads limit marginal places. Good, part-tim Home bedding 9.77 11273.10 3.28891110846203385 -AAAAAAAAJNMDAAAA Reports ask as physical maps; keen, temporary hotels would stick now direct details. Only, notable developments ought to hear technically ruling forces; at least Home glassware 4.60 4751.98 1.38080373692625867 -AAAAAAAAJNNCAAAA Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 -AAAAAAAAJOEEAAAA Acute seasons thank alternative, early pages. Full variations can enter problems. Central stories shall give complete servants. Common ston Home bedding 7.38 850.85 0.24823429372886974 -AAAAAAAAJOGCAAAA Pounds would fit very significant weeks. Open, single churches provide. Meetings lose financial members. Things reduce too. Waters place usually determined agents. Books science 4.57 8847.64 2.79934649305413947 -AAAAAAAAJOIDAAAA Incredi Home blinds/shades 0.22 10710.19 7.13756951342898884 -AAAAAAAAJOODAAAA Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 -AAAAAAAAJOPCAAAA Hence annual forces adapt often simultaneously inner children. Departments shall understand yet requirements. Major, local appoint Sports archery 1.96 12277.83 3.61947436238456206 -AAAAAAAAJPABAAAA Small, marked museums ought to validate. Ready circles disclose ahead on a months; Home curtains/drapes 1.95 3453.85 1.06333460883611556 -AAAAAAAAJPAEAAAA Natural times shall not anticipate black, possible hands Books sports 4.16 18787.45 6.06894743190534026 -AAAAAAAAJPBDAAAA Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 -AAAAAAAAJPCCAAAA Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 -AAAAAAAAJPJBAAAA Accurate institutions shall avoid also relative, broken cases. Effective, special citizens could answer there in a parties. Fre Home paint 9.59 1670.10 0.42189644840794529 -AAAAAAAAJPKDAAAA Recent Home bedding 0.35 256.88 0.07494437958873134 -AAAAAAAAKABAAAAA Groups may not find only for a Home wallpaper 8.59 3924.02 1.45110727167078434 -AAAAAAAAKACBAAAA Light acts prepare later copies; technical, just departments would see almost possibl Books sports 8.76 5054.92 1.63290088609614091 -AAAAAAAAKACCAAAA Young teachers may feel indeed pale styles. Common, single families may not use now soviet, well-known appearances. Nuclear, great strangers used to tell in a me Sports archery 4.28 2579.66 0.76047748125433887 -AAAAAAAAKADDAAAA Also indian facilities satisfy often absolutely free things. Separate, blu Home mattresses 7.14 1771.20 0.51828247881587670 -AAAAAAAAKAEDAAAA Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 -AAAAAAAAKAFBAAAA Possible, white matters may overcome twice distinct projects. Digital shares will like silent loans. Difficult, other children cannot know goa Home lighting 0.46 7074.05 2.14433159316527478 -AAAAAAAAKAFCAAAA Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 -AAAAAAAAKAICAAAA Divine, entire cuts must play by a hands. Relative days ca Home paint 2.68 3492.74 0.88232716676388650 -AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 1885.01 0.77637825870689183 -AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 3467.43 1.42812890413739870 -AAAAAAAAKALBAAAA Shoulders talk a little essential kinds. Stories make for a months. Most competitive areas think away also global tools. Real differences like also over a device Home tables 3.09 6378.57 3.42916614518753250 -AAAAAAAAKAPDAAAA Either male men may know on a men. Federal, young forms distract again. Fairly vast days come yet. Visits ought to eat then european, suitable Home accent 2.69 19510.26 6.30814954855137911 -AAAAAAAAKBCBAAAA Other, sorry countries must help rather teachers. Specific, sensitive police will feel by a ministers; new terms build indeed months. Black i Home flatware 6.07 6032.62 1.35695622093061704 -AAAAAAAAKBEEAAAA Accurate children will help only european claims. Delighted assets wou Home kids 7.67 2367.65 0.95162100528380464 -AAAAAAAAKBFDAAAA Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 -AAAAAAAAKBHBAAAA National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 -AAAAAAAAKBHCAAAA New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 -AAAAAAAAKBIDAAAA Available, particular seats should question in response to a police. Discussions may visit stand Home mattresses 2.27 3059.10 0.89514336661339679 -AAAAAAAAKBJCAAAA For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 -AAAAAAAAKBKCAAAA Years will not avoid times. Actual, outer texts would live. Little, sufficient attempts used to give finally governmen Home lighting 2.67 7727.41 2.34238228402983807 AAAAAAAAKBMCAAAA Widesp Sports athletic shoes 4.73 9448.74 3.03769051752817199 AAAAAAAAKBNCAAAA Current, interior shops show most for a sciences. Forces could hold much Sports athletic shoes 2.87 10471.96 3.36664714998341746 -AAAAAAAAKBOAAAAA Extraordinary churches increase thereby little orders. Measu Home furniture 3.41 8903.93 2.33914526003978417 -AAAAAAAAKBPCAAAA Round, open details put laboratories. Essential eyes see as again small opponents; ever sophisticated products congratulate also as great changes. Also young agents locate almost by a affairs. E Books science 8.45 8052.40 2.54773676377758958 -AAAAAAAAKBPDAAAA Whole, hard terms used to put pretty in a resources. Surpr Home kids 7.66 1079.39 0.43383532063154854 -AAAAAAAAKCBDAAAA Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 -AAAAAAAAKCBEAAAA Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 -AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 2945.69 1.10396535417631395 -AAAAAAAAKCCCAAAA English, western services may not place less separate, new injuries. Wings might not refine. M Home bedding 0.73 10543.56 3.07606883703115928 -AAAAAAAAKCDCAAAA So alternative bones make very blind, foreign things. Policies find main, industrial cases. Funds must buy enough quite quiet years. Much different photographs clear serious Books home repair 7.09 5403.68 1.56618482086903131 -AAAAAAAAKCDEAAAA Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 -AAAAAAAAKCEBAAAA Simple others repres Home flatware 3.34 1967.80 0.44262997694986063 -AAAAAAAAKCEEAAAA Kings could grow just however safe achievements. Always local resources shall freeze so other victims. Trying, material office Books romance 3.89 12178.88 3.28951830405793455 -AAAAAAAAKCGCAAAA Notably other chemicals might carry again there interesting problems. Electronic, new foods recall legs. Home flatware 2.81 5880.00 1.32262641755522944 -AAAAAAAAKCIDAAAA Total efforts communicate horribly primary circumstances. Times should meet severely to the resources. Full, economic residents must manipu Home furniture 2.94 3820.68 1.00372818655681284 -AAAAAAAAKCLAAAAA In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 -AAAAAAAAKCNBAAAA Almost unable supporters go others. Empty parties enter no lo Home kids 2.31 8537.94 3.43162335896471480 -AAAAAAAAKCOAAAAA Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 -AAAAAAAAKCOCAAAA Regional clothes can enjoy feet. Re Sports archery 8.58 35.36 0.01042404182611407 -AAAAAAAAKDABAAAA Social eyes might complete at least customs. Very grea Home curtains/drapes 7.73 223.88 0.06892579360025176 -AAAAAAAAKDADAAAA More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 -AAAAAAAAKDBDAAAA Firm towns may come only clear, main companies. Enough old groups appoint. Children know in a co Books home repair 2.74 14467.49 4.19320967083071200 -AAAAAAAAKDCEAAAA Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL -AAAAAAAAKDEAAAAA Yet national bodies could answer on behalf of a hours. Features use later workers. Fortunes placa Books entertainments 6.46 4101.09 2.05374905389898781 -AAAAAAAAKDFCAAAA Blue children can get grim, central eyes. New, reasonable meetings me Books romance 7.03 2197.07 0.59342911501686249 -AAAAAAAAKDGBAAAA Possibly environmental links must hurt faster bright, cultural lovers. Rooms could Home bathroom 2.09 10205.43 3.46129794323113625 -AAAAAAAAKDHAAAAA National, wrong sources must rot. Cases take often for a words. Hours shall tell particularly popular nurses; special, serious gr Home flatware 5.00 4929.26 1.10877032227862079 -AAAAAAAAKDKAAAAA Free, different divisions ought to see more whole terms. So substantial schools will measure others. British classes consider though dishes. Pupils mount. Ugly, economic schemes cannot erect Home bathroom 4.43 10794.90 3.66122399226546972 -AAAAAAAAKDMBAAAA Welsh, electoral points shall fix more approximately possible claims. T Books mystery 2.83 7833.83 4.59734586423849862 -AAAAAAAAKDNCAAAA So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 -AAAAAAAAKDOBAAAA Just dead blocks cou Books fiction 1.67 1266.16 0.35108724857524005 -AAAAAAAAKECAAAAA High publishers can exclude certain stars. Too i Home rugs 87.61 2544.96 0.89671224185776891 -AAAAAAAAKEFAAAAA Social quantities shoul Home wallpaper 0.75 5578.00 2.06275104647265688 -AAAAAAAAKEIDAAAA So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 -AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 11613.62 4.35247229564859956 -AAAAAAAAKEJDAAAA In particular small principles reach with the rights; rows should look effective, available words. Northern, thin lists may see more liberal elections. Too necessary figu Home lighting 5.99 709.92 0.21519552231322819 -AAAAAAAAKELBAAAA However fair pressures realise twice walls. Days bring both. Dreadful syste Books entertainments 17.28 4678.96 2.34313552573369714 -AAAAAAAAKEMAAAAA Appropriate disputes shall not strike effectively at a parents. Then ill strategies must submit of course brilli Home decor 3.23 2413.20 0.85364039673124919 -AAAAAAAAKEPCAAAA Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 -AAAAAAAAKFABAAAA Significantly simple rules could face especially lively, popular employers. Days catc Home bedding 1.96 2465.30 0.71924781610128998 -AAAAAAAAKFAEAAAA Closed miles may not succeed about at once little cases. Processes discourage living men. Useless, experimental books Home rugs 1.74 3467.55 1.22178522815836265 -AAAAAAAAKFBEAAAA Usually present societies should not hear regularly on a characteristics. Qualifications can Books fiction 2.47 8585.24 2.38055876821104277 -AAAAAAAAKFFAAAAA Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 -AAAAAAAAKFHBAAAA Offences would not tell ideas. Required neighbours would create previously. Human processes become suddenly specific casualties; things used to propose closely. Substantial views may claim Books home repair 8.16 3073.31 0.89075805225790621 -AAAAAAAAKFHDAAAA Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 -AAAAAAAAKFKBAAAA Important childre Home paint 9.84 2783.72 0.70321632319152474 -AAAAAAAAKFKDAAAA Free, expensive rivers can mind. Jobs change otherwise charming issues. Children cannot look generally careers; reforms take into a blacks. Aware, attractive grounds will add as yet econom Home bathroom 30.34 8803.45 2.98579906758834722 -AAAAAAAAKFLAAAAA Everyd Books history 1.79 7069.46 1.86798138915080206 -AAAAAAAAKFLDAAAA Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 -AAAAAAAAKFMBAAAA Other, elaborate organisations throw for a communists. Prime, dead programmes secure ready, glad beds. Main, big animals dry. Secondary months study quickly global troops. Situ Home furniture 9.94 1238.00 0.32523411930790705 -AAAAAAAAKFMCAAAA Endless, vocational contracts would not stabilise churches. French, good cities light somehow on a offices. Now serious things raise for a walls; certain, c Books cooking 0.23 3226.22 1.20910045013246730 -AAAAAAAAKFODAAAA Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 -AAAAAAAAKFPCAAAA Specific, irish features introduce even here obvious ranks. Essential, superb roads will extract; financial newspapers know professional, blu Sports archery 3.57 2896.88 0.85399316417515067 -AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 12613.35 4.05136199458308778 -AAAAAAAAKGCBAAAA Normal, mental machines take. Real, Home curtains/drapes 4.25 3853.74 1.18644848949899156 -AAAAAAAAKGEAAAAA There possible efforts might bring yet brief, kind days. Oddly white dangers could like maximum things. Hours might Books self-help 9.23 7579.90 2.89669444969588702 -AAAAAAAAKGFBAAAA Boundaries will take almost familiar loans. Below public services shall keep early schools. Issues sti Home flatware 7.45 10431.52 2.34642923932920527 -AAAAAAAAKGJDAAAA Contracts explain so possible, basic rooms; problems can think then Home bedding 4.07 588.50 0.17169404931473214 -AAAAAAAAKGKAAAAA Competitors may pin including the Books reference 0.82 2136.19 0.70817664743919281 -AAAAAAAAKGKCAAAA Ei Sports fishing 4.30 11452.66 3.90761553517258642 -AAAAAAAAKGLBAAAA Clear approaches should take alone daughters. Complex, small materials provide also by a groups. Americans discuss so. Cons Books parenting 3.34 390.37 0.16103725865140567 -AAAAAAAAKGMBAAAA Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 -AAAAAAAAKGNCAAAA Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 -AAAAAAAAKGNDAAAA There different aspects stay often middle, special police. Molecular, scientific efforts define long without the years. Appropriate companies abide doubtless Books fiction 6.99 14589.55 4.04546421261996391 -AAAAAAAAKGPAAAAA There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 -AAAAAAAAKGPBAAAA Again appropriate months could give young activities. Particularly alternative arms could not believe black, growing patterns. Mathematical, public candidates ought to see even only cheap ser Home flatware 51.46 3801.64 0.85512746497188137 -AAAAAAAAKHAAAAAA Generally french beds will ask amounts. Difficult, difficult workers would come once again in a resources. So inc Books parenting 2.62 8339.40 3.44020830186113809 -AAAAAAAAKHBBAAAA Specific, slow notes prevent now then oral parts. Serious, curren Home blinds/shades 3.17 4152.79 2.76753515107320884 -AAAAAAAAKHBCAAAA Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 -AAAAAAAAKHCEAAAA Nearly clear countries will learn in addition over the ages; also interesting eyes exercise also available years. More b Home wallpaper 3.98 7564.07 2.79720209897677120 -AAAAAAAAKHEBAAAA New, busy years think potentially to a lights. Much apparent individuals find still other places. Speakers could Books parenting 4.76 10612.15 4.37777376437101909 -AAAAAAAAKHECAAAA Only, subsequent minerals should exist just f Home glassware 4.69 335.94 0.09761556390873012 -AAAAAAAAKHEEAAAA Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 -AAAAAAAAKHFAAAAA Subsequent, serious gene Home furniture 4.93 15927.08 4.18419211385022633 -AAAAAAAAKHFBAAAA Tenants cope against the guns. Ever particular fears explain numerous players. Agencies give early economic securities. National probl Books sports 3.78 706.00 0.22806058762233141 -AAAAAAAAKHFEAAAA Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 -AAAAAAAAKHGDAAAA Probably contrary schools meet really short daught Books science 6.65 5200.35 1.64536323077725746 -AAAAAAAAKHIBAAAA Fundamental, other studies buy formerly from a services. Psyc Books travel 2.63 8951.26 3.81234813977210052 -AAAAAAAAKHJCAAAA Famous tourists will make. Sensible, potential teams lead armed, democratic types. Social, growing recommendations get in Home blinds/shades 1.26 1094.76 0.72957861630106654 -AAAAAAAAKHMAAAAA Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 -AAAAAAAAKHOBAAAA Then good students should put only functional figures. Equal years ought to secure. And so on certain legs must not provide similar, current children. New skills Books travel 1.52 77.28 0.03291360816707234 -AAAAAAAAKHPDAAAA Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 -AAAAAAAAKIACAAAA Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 -AAAAAAAAKIAEAAAA Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 -AAAAAAAAKIBEAAAA Parts see little notes; almost dead spots Home curtains/drapes 1.38 495.74 0.15262315936836166 -AAAAAAAAKICCAAAA Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 -AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 9408.31 3.02191484159688034 -AAAAAAAAKIDBAAAA Holidays may attract local days. Low, sympathetic teachers might not provide especially resources. Soviet matt Home bedding 2.12 7518.47 2.19350307383404278 -AAAAAAAAKIDCAAAA Well different centuries mean also foreign, large years; agents can draw almost in respect of a qualities. Left produc Home mattresses 2.46 1321.00 0.38654649645199476 -AAAAAAAAKIEEAAAA Essential interests can discover luckily from a activities. Righ Books reference 21.45 10159.85 3.36813135137093755 -AAAAAAAAKIIAAAAA For example new children shall take general jobs. British, proposed government Home bedding 5.52 1309.50 0.38204478772751358 -AAAAAAAAKIKAAAAA Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 -AAAAAAAAKILAAAAA Outdoor regulations keep concerns. Kin Home tables 1.52 188.10 0.10112394344026559 -AAAAAAAAKILDAAAA Also parental feet must suggest now relationships Books parenting 1.19 1021.77 0.42150534050323225 -AAAAAAAAKINDAAAA Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 -AAAAAAAAKIOAAAAA Western, successful levels Home curtains/drapes 5.31 2693.58 0.82927076615046518 -AAAAAAAAKJAEAAAA Cautiously fair arms find a little plans. Years ought to react common arms. Wrong structures reflect effectively countries. Human ways may get just capital, regional animals; similar, senior pl Books mystery 2.75 NULL NULL -AAAAAAAAKJDEAAAA Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 -AAAAAAAAKJEAAAAA Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 -AAAAAAAAKJECAAAA Stud Books romance 3.37 4311.85 1.16463168200624402 -AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 1936.79 0.72585678001254141 -AAAAAAAAKJKAAAAA Certain pensions lay therefore. Then fair tears occur ago. Directors used to respect more others. Direct clothes must guarantee environmental traders. Later rich developments would know. Total, incre Home blinds/shades 9.90 1984.43 1.32247953299931078 -AAAAAAAAKJLCAAAA Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Books sports 7.02 5142.16 1.66108219723519501 -AAAAAAAAKJMAAAAA Imaginative games distinguish ambitio Home lighting 2.46 457.92 0.13880765942313705 -AAAAAAAAKJNAAAAA Pp. should build white circumstances. Institutions cannot rest hardly. Minimum, personal goals will experi Books entertainments 2.86 1873.92 0.93842403533753008 -AAAAAAAAKJPBAAAA Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 -AAAAAAAAKJPDAAAA Joint girls should keep with the agencies. Different, familiar ga Books science 0.75 2296.48 0.72659412389845995 -AAAAAAAAKKAAAAAA Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 -AAAAAAAAKKBBAAAA Days ought to fall definitely hard principles. Social limits may demonstrate here. Faintly electoral documents secure careful, ancient women Home accent 3.11 1863.09 0.60238307138964775 -AAAAAAAAKKCEAAAA NULL Sports tennis NULL 3075.00 1.06068585637671919 -AAAAAAAAKKFEAAAA Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 -AAAAAAAAKKGDAAAA Empirical, willing ar Home decor 2.80 8351.11 2.95410444784779647 -AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 19283.43 6.19376735182987488 -AAAAAAAAKKJCAAAA Wages Books reference 5.92 5010.76 1.66113651778278607 -AAAAAAAAKKLDAAAA Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 -AAAAAAAAKKMDAAAA Co Home accent 2.71 26367.53 8.52527452047870942 -AAAAAAAAKKOBAAAA Hours woul Home mattresses 2.11 12633.62 3.69680662263879638 +AAAAAAAAKGMBAAAA Now interested centres might obey yet objectives. Schools finish proposed, worthwhile areas. Simple, wide account Sports athletic shoes 55.70 6933.69 2.22912307508513419 AAAAAAAAKKPDAAAA Concessions can consider then concerned problems. Then political methods call effectively significant, disabled words; employers would remain instead wild cuts. Central own Sports athletic shoes 4.44 4799.34 1.54294748383315203 -AAAAAAAAKLACAAAA Economic elements can expose however. Social organisations can use ea Home wallpaper 2.38 15068.30 5.57227529465111791 AAAAAAAAKLBBAAAA Questions would succeed never remains. Early host Sports athletic shoes 0.79 7472.79 2.40243919532967870 -AAAAAAAAKLCAAAAA Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 -AAAAAAAAKLDBAAAA Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 -AAAAAAAAKLDEAAAA Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 -AAAAAAAAKLEEAAAA Guilty, mathematical contents used to join as. Ashamed, traditional months go as within a principles. Forward free cases could seek very colleagu Books entertainments 9.61 640.02 0.32051002769420573 -AAAAAAAAKLFCAAAA Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 -AAAAAAAAKLGBAAAA Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 -AAAAAAAAKLHBAAAA Types support already forms. So appropriate substances must not control perhaps nervous young years. Communist services must go decisive, conside Books business 5.43 7299.56 3.00646664056237330 -AAAAAAAAKLKBAAAA Very wrong marks would like in particular new, african quantities; local barriers return. Things used to see. Dead clients must not say studies. There good studies start appropriat Books science 4.54 1738.61 0.55008700696330970 -AAAAAAAAKLLDAAAA Partners could contact from a efforts. Mysterious, royal reports could suffer excellent, other divisions. Strong elements may enable for example small things. Judges used to make. Suffi Books history 58.19 2628.31 0.69448503349887326 -AAAAAAAAKLNAAAAA Days come to a books. Natural, yellow beds allow economic shares. Back, german days might think animals. Jobs mention green, busy words. Continuing, persistent acti Home wallpaper 5.19 5331.88 1.97173557720807275 -AAAAAAAAKLODAAAA Inner, unable students would continue sexual, deep things. Managers cannot make generally; recent, big pupils need among the children. Possible, steep movem Books romance 4.42 4697.61 1.26882554720348619 -AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 4191.90 1.72651605173098278 -AAAAAAAAKMABAAAA Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 -AAAAAAAAKMAEAAAA True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 -AAAAAAAAKMCBAAAA Various, historic writers sign european, dramatic loans. Strange creatures get soon important, available techniques. Important years shall not know into an days. Here Sports archery 1.68 3178.51 0.93701700183036859 -AAAAAAAAKMFCAAAA Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 -AAAAAAAAKMKCAAAA Sometimes physical theories allow ever differences. Crucial, common things can land often high, increased children. Apart european troops pay easily problems. More clear descriptions m Books history 4.09 6056.36 1.60028740045171082 -AAAAAAAAKMMAAAAA Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 -AAAAAAAAKMNCAAAA Yet complex diff Books mystery 6.10 1442.68 0.84664831013943335 -AAAAAAAAKMOCAAAA Chiefly closed characteristics avoid automatically very men. Certain, new years run poor, continuing hours. Expressions operate acts. Key objections should Home glassware 81.00 3851.81 1.11923737935132985 -AAAAAAAAKNBBAAAA Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 -AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 726.18 0.23324636620932161 -AAAAAAAAKNBEAAAA Tall animals swim extra commercial, special politicians; requirements punish; services relate always Books history 45.77 6612.35 1.74719805169720261 -AAAAAAAAKNECAAAA Likely, fine manage Home furniture 9.60 4645.66 1.22045810880773139 -AAAAAAAAKNFBAAAA Publi Books fiction 1.56 5440.65 1.50861094882232877 -AAAAAAAAKNGCAAAA Levels could say pointedly original, happy sessions; immense, technological decisions might discourage basic difficulties. Officials find. Simple, Books reference 8.70 8242.17 2.73239380309049842 -AAAAAAAAKNIBAAAA Subjects will read too. Reduced, identical patients like through a animals. At least unable c Books cooking 0.12 1530.24 0.57349277879707731 -AAAAAAAAKNKBAAAA Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 -AAAAAAAAKNLAAAAA Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 -AAAAAAAAKNLBAAAA Sisters go seemingly tall, special fragments; straightforward grounds make all Books mystery 7.67 1378.73 0.80911874056515717 -AAAAAAAAKNMCAAAA Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 -AAAAAAAAKNOAAAAA Golden foundations buy elsewhere areas. Numerous prices achieve then hard, difficult users. Main dreams ought to plant fortunately fore Books sports 13.58 7366.81 2.37971532224088845 -AAAAAAAAKOABAAAA Months go indian books. National, royal hands must care huge losses; attitudes support immediately great, developing cells. Complex times will sit certainly visitors. Afraid seeds attribute over gl Home accent 4.39 4188.11 1.35411953535132368 -AAAAAAAAKOAEAAAA Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 -AAAAAAAAKOBAAAAA Modern men would not ask girls. Often p Home paint 6.55 11801.40 2.98123989356417316 -AAAAAAAAKOBDAAAA Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 -AAAAAAAAKOFCAAAA Unusual years might buy others. Enough mutual facilities could not respond views. Differences s Books reference 1.01 5857.89 1.94197187575429769 -AAAAAAAAKOHBAAAA Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 -AAAAAAAAKOIDAAAA Rights pay Home furniture 4.07 4771.20 1.25343863492882561 -AAAAAAAAKOJBAAAA Previous, general schools move both future, official authorities. Still young windows used to help too international actual views. Gentlemen promote much clearly beautiful organisms; mile Home paint 5.50 14905.47 3.76538222552612200 -AAAAAAAAKONBAAAA Splendid off Home tables 1.82 4780.65 2.57011260078525081 -AAAAAAAAKPAAAAAA Effects ought Books travel 4.16 5500.91 2.34284156705913419 -AAAAAAAAKPABAAAA Companies must not use especially other sentences. Just roman years benefit particular effects. Sometimes only factors imitate groups. Big processes would not require public, particular banks. Books entertainments 1.75 669.30 0.33517290324635464 -AAAAAAAAKPAEAAAA Centres would advise here most joint types. Equal forms hear months. Sports archery 4.82 2588.78 0.76316603502849499 -AAAAAAAAKPBAAAAA Simply scottish corporations join whole, practical concerns. Ma Home wallpaper 6.27 3424.84 1.26650991287225066 -AAAAAAAAKPBCAAAA Other stars must credit. Scottish, anxious gardens used to wait hardly. Alternatively spectacular sales change with the aspects; harsh, other activities would m Home wallpaper 3.08 11304.94 4.18058028241495118 -AAAAAAAAKPCBAAAA Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 -AAAAAAAAKPECAAAA Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 -AAAAAAAAKPEDAAAA Other, top words hurt visitors. Given neighbours cut in particular main, functional changes. Perhaps primary terms will devote later other, natural offi Home furniture 1.63 18237.78 4.79123450438720598 -AAAAAAAAKPGAAAAA Just direct bills co-ordinate by a troops. Clothes belong old, essent Home decor 4.76 3679.50 1.30157875011297505 -AAAAAAAAKPGDAAAA Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 -AAAAAAAAKPICAAAA Easily adv Home glassware 4.25 9484.34 2.75590640412610999 -AAAAAAAAKPNCAAAA New, sure systems will not make respectiv Books fiction 0.84 4675.77 1.29652115393840445 -AAAAAAAAKPNDAAAA Slowly small communicat Books home repair 6.35 41.86 0.01213256458590769 -AAAAAAAAKPOBAAAA Public visitors might think however private companies. Corporate, final damages need good, other fires. British guests tell as round schools; extraordinary, military y Books romance 7.65 9063.07 2.44793730260568664 -AAAAAAAAKPPAAAAA Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 -AAAAAAAAKPPBAAAA Prime Home mattresses 0.60 5227.40 1.52962388762540303 -AAAAAAAAKPPDAAAA Events go ago enterprises. Yet senior men must not wander true, local pieces. Comparative standards could use however at a wars. Fo Home mattresses 0.16 8994.37 2.63190174965399553 -AAAAAAAALAFAAAAA New plants bring however on a years. Economic, british needs go of course. Children shall not benefit. Dangerous, whole patients ought to let. Camps shall not seek merely modest hearts. Hands like Books history 5.91 8789.94 2.32258819368837238 -AAAAAAAALALAAAAA Important months sing then remaining ways; national tears seem other, com Books home repair 0.95 1598.49 0.46330107895192496 -AAAAAAAALANBAAAA Chief objects look teachers. Already empi Books history 1.13 26641.81 7.03963319027078868 -AAAAAAAALAPCAAAA Police improve here profe Home flatware 3.37 10172.79 2.28823142759211947 -AAAAAAAALBABAAAA Social, grand services appear already sounds. Later national positions ought to grow available hours. Offenders ca Home kids 8.02 12132.98 4.87656478984997615 -AAAAAAAALBBAAAAA New, labour players must start subsequently magnetic values. Dark problems laugh; accountants Home lighting 9.13 2519.13 0.76361490889807658 -AAAAAAAALBCCAAAA American, evolutionary circles will sell files. Services increase surely by a functions. Great ways will not deny events. Strong, explicit months see very Home paint 3.11 7163.59 1.80964803236373441 -AAAAAAAALBDBAAAA Fo Home kids 1.39 6140.28 2.46794054286910648 -AAAAAAAALBEAAAAA Proposed facilities might prefer. Pages can go appropriate, friendly titles. Doctors m Home lighting 48.57 3568.05 1.08157029438487976 -AAAAAAAALBEDAAAA Less tiny farmers help efforts. Fast building Home curtains/drapes 3.72 8974.69 2.76303211794820215 -AAAAAAAALBGEAAAA Services put usual, unemployed persons. Desperate, normal functions think at all bl Books sports 39.93 5386.03 1.73986000956303914 -AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 4187.77 1.56946351831283749 -AAAAAAAALBLCAAAA Occasions can view so customers. Likely hospitals jo Books travel 74.97 9371.91 3.99150328050034817 -AAAAAAAALBNDAAAA Demanding, aware studies should keep consequently for a increases. Definitions mak Home blinds/shades 2.90 6887.57 4.59006886466142064 -AAAAAAAALCAAAAAA Thus present women should hear for a shares; leaders must come early; immediate men will want exactly young groups. Insects may ask narrow variations. New leaders should deal Books travel 6.08 8925.21 3.80125342583897119 -AAAAAAAALCBCAAAA Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 -AAAAAAAALCCBAAAA Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 -AAAAAAAALCCEAAAA Daily lines must say as. Ready conditions avoid police. Girls ought to reveal however managerial affairs; Books home repair 19.65 4979.65 1.44328536168693775 -AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 2215.00 0.67670884258346967 -AAAAAAAALCDDAAAA Other, old services violate yet for a schools. Casualties should reappear again by a females. Employees illustrate well never clean fields. Imperial, important appointments consider really orange, Home decor 8.46 3780.31 1.33723907184116884 -AAAAAAAALCFBAAAA English Books reference 3.87 3969.62 1.31598415085154812 -AAAAAAAALCFEAAAA Concerned inhabitants study additionally modern miles. Sanctions miss interesting, other records; possible, great police lead on a eyes. Years kill howev Books self-help 0.70 2328.38 0.88980137241690648 -AAAAAAAALCGAAAAA R Home lighting 3.18 11394.38 3.45393784586347901 -AAAAAAAALCGDAAAA Other changes claim just with the ways. Other ways believe men; national, special daughters head fine, left movements. Well military estates care. More extens Home rugs 1.38 2653.86 0.93508296797460809 -AAAAAAAALCLBAAAA Quickly vital descriptions drink almost gardens. Green hands used to assist with a projects. Exactly crazy statements should try concerned results. Courses open just in a causes. Differ Books travel 6.13 26.88 0.01144821153637299 -AAAAAAAALCOBAAAA Cases cannot resign indeed. New types used to prejudice often industrial votes. Honest Books romance 9.69 10235.63 2.76464602973052667 -AAAAAAAALCPAAAAA Always small values will love important markets. Likely, hard links used to kill much philosophical, extensive supporters. A Home tables 3.70 2235.99 1.20208466928761004 -AAAAAAAALDACAAAA Otherwise local relations would fly between a women. Whole costs make even from the types Books romance 0.62 709.65 0.19167662908861186 -AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 1401.25 0.42809853980590829 -AAAAAAAALDEBAAAA New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 -AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 911.15 0.37527495897676112 -AAAAAAAALDFDAAAA Internal years may not pr Books sports 3.46 10719.00 3.46257994153508551 -AAAAAAAALDODAAAA Then long times hope wide sole, new legs. Students might not dig more swiss, isolated children. Real words may negotiate so. Left circumstances repeat; stil Home decor 0.81 66.04 0.02336085355549963 -AAAAAAAALEABAAAA Always black matters say together on the explanations. Central problems get. Intervals favour severely disastrous reserves. Talks must retain scottish, fundamental years; other, fine Books science 7.19 7835.40 2.47907911168135281 -AAAAAAAALECCAAAA So overall Sports football 4.39 5216.24 2.26120139437226913 -AAAAAAAALEDEAAAA Villages shall vary in order formal, able moments. Old figures will happen significantly in a incidents. Working-class pow Home flatware 6.75 21262.54 4.78272059665387213 -AAAAAAAALEEAAAAA Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 -AAAAAAAALEEDAAAA Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 -AAAAAAAALEICAAAA Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 -AAAAAAAALEKDAAAA Too particular sites look regularly catholic spots; subjects drive in a children. Cheeks exist now specific lights. Average forces will max Home decor 3.75 1992.25 0.70473441090163733 -AAAAAAAALEPBAAAA Especially correct courts en Books mystery 2.92 1425.08 0.83631960920890543 -AAAAAAAALFBCAAAA Separate boys light only national samples. Other, given lengths include only under natural circumstance Home mattresses 1.71 9279.28 2.71527113822639358 -AAAAAAAALFCEAAAA Modern, natural prisoners should establish as modern weaknesses. Long, economic modules wish almost matters. Momen Books romance 4.47 4091.35 1.10507458102119657 -AAAAAAAALFGAAAAA Bc able groups shall vote Books travel 3.95 177.00 0.07538442864352748 -AAAAAAAALFGDAAAA Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 -AAAAAAAALFJDAAAA Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 -AAAAAAAALFMDAAAA Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 -AAAAAAAALFOBAAAA About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 -AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1039.45 0.42811782484595769 -AAAAAAAALGBEAAAA Inland memories c Home bedding 9.31 21344.75 6.22730086509877470 -AAAAAAAALGCAAAAA Voters cause already urban, formal children. Medieval shares must not spare human, crazy things; so public Home mattresses 9.27 4863.71 1.42320216522220396 -AAAAAAAALGCDAAAA Significantly sufficient forces must not tell somewhere relatively free ways. Fundamental bars apply i Home rugs 9.47 5930.02 2.08943226159209057 -AAAAAAAALGEEAAAA More bad titles get. Earlier economic minu Home curtains/drapes 3.64 11434.55 3.52034765593960514 -AAAAAAAALGFDAAAA Officials resume about. Ever human arts take at least. Decent cases reply now during a Home decor 0.38 6790.65 2.40211054204502624 -AAAAAAAALGIDAAAA Sc Sports football 1.08 54.79 0.02375105907658709 -AAAAAAAALGMCAAAA Flowers cultivate still so-called, available Books entertainments 3.84 511.75 0.25627481433784848 AAAAAAAALGNBAAAA Straig Sports athletic shoes 46.34 21073.19 6.77485351878340378 -AAAAAAAALGOAAAAA Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 -AAAAAAAALHICAAAA Hands will judge in the shots. Extra, other services will clarify; possible chapters defend rapidly too civil s Home paint 2.63 660.15 0.16676542746931626 -AAAAAAAALHKDAAAA Costs send more schools. Causes start later. Both human Books sports 5.13 3902.29 1.26056451908321194 -AAAAAAAALIAAAAAA Clothes can get also; home financial premises should not give proudly. Disabled, urgent tears would not run. Previous, electric schools shall qualify usefully real heads. Very, Books fiction 2.99 1837.12 0.50940592508256856 -AAAAAAAALIBCAAAA Prices want near flo Home glassware 1.92 9191.51 2.67081750259788042 -AAAAAAAALICBAAAA Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 -AAAAAAAALIDAAAAA Largely substantial contracts facilitate. Yet full values can advise extremely plants. Men classify empty contacts. Private, common events can want more just central patients. Enti Books reference 1.55 2435.84 0.80751478328158236 -AAAAAAAALIFBAAAA Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 -AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 8104.81 3.03746471698710016 -AAAAAAAALIJAAAAA Here popular cards ring just firm benefit Home tables 8.08 2810.55 1.51097235106878493 AAAAAAAALIMAAAAA Months get due in the revenues. Only important parties walk civil, respective vehicles; cultural courses would not count commercial, labour actions; major politicians shall come hopefully r Sports athletic shoes 1.68 6022.35 1.93613492256489083 -AAAAAAAALIOBAAAA So no Books reference 73.22 1488.48 0.49345178854890703 AAAAAAAALIPAAAAA Imaginative, old areas may own happy items. Types make in a historians. Western s Sports athletic shoes 0.34 7040.60 2.26349374178026358 -AAAAAAAALIPDAAAA Star differences ought to lose similarly in the merchants. Everyday, high values will see particularly. Clear men can put just. Degrees stick ever over new parties. Willing, equal customers can ta Home furniture 4.93 3821.68 1.00399089586158498 -AAAAAAAALJCDAAAA Limited, just centres move carefully fundamental females. Flowers might use never. New, advisory rules Books history 1.27 7584.28 2.00401358662594385 -AAAAAAAALJHBAAAA Standards could not exploit total communities; extraordinary, young laws go there. Boys must not Home curtains/drapes 1.65 4004.65 1.23290905548172335 -AAAAAAAALJIDAAAA Major, important features buy also oral, secondary motives. Physical mechanisms watch firmly possible, awful mea Home flatware 2.29 1085.70 0.24421352067001915 -AAAAAAAALJKBAAAA Particularly relevant masses used to need for the reasons. Together large agencies establish still women. More than traditional companies may not treat no doubt large naked organizations. Black, q Home rugs 8.43 11000.32 3.87594367233781770 -AAAAAAAALJLAAAAA Students shall want. Competitive parents can need. Big, kind children should relax also potential interviews. As available offenders must not continue too random, econo Books science 8.70 1050.54 0.33238529877041739 -AAAAAAAALJLDAAAA Black, trying systems help ever businessmen. Children illus Home wallpaper 3.09 4262.33 1.57621471278447465 -AAAAAAAALJOAAAAA Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 -AAAAAAAALKNAAAAA Political, widespread buses take so impossible voices. Buildings give adequately pas Home tables 3.06 103.36 0.05556709619343887 -AAAAAAAALKPBAAAA Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 -AAAAAAAALLAAAAAA Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 -AAAAAAAALLADAAAA Financial, independent tears shall give as yet prime leaders. Very roots would Home rugs 3.88 21070.63 7.42419993424476669 -AAAAAAAALLDAAAAA Personal days see large, important parents. Children Books romance 90.72 9585.93 2.58916190950383587 -AAAAAAAALLGAAAAA Pp. consider to the men; hot, old cases take certainly just military agents; full, financial Home decor 3.23 4136.91 1.46338202123382732 -AAAAAAAALLHCAAAA Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 -AAAAAAAALLMAAAAA Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 -AAAAAAAALLNCAAAA Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 -AAAAAAAALLOBAAAA Obvious problems may find Books travel 4.50 215.85 0.09193067187969156 -AAAAAAAALLPAAAAA Rapid, physical lips must think other, exclusive parts. Enough elegant results build. Just right wishes ought to join go Books sports 7.79 8404.89 2.71504837436410344 -AAAAAAAALMGCAAAA Enough financial clients may figure now old problems. Real funds hear at least also tall schools. Quite new authorities mu Books science 4.28 5155.25 1.63109382935080456 -AAAAAAAALMJCAAAA Beautiful incomes could not spread apart wooden talks. Hopefully short individuals might say stil Home bedding 4.48 3857.71 1.12548148000328859 -AAAAAAAALMODAAAA Aside smooth secrets would come both. Suddenly big officials can pay too problems; programmes seem. Unable times play. Very indian failures use s Home bedding 3.03 10438.54 3.04542939937774692 -AAAAAAAALNABAAAA Faint ways would not monitor just related families. Feet could see. Home paint 3.29 6683.91 1.68847248097619881 -AAAAAAAALNAEAAAA Vegetables sell of course carefully peaceful proceedings. Necessary revenues should criticise much; public regulations must see mild pr Home curtains/drapes 2.81 3392.40 1.04441603631183706 -AAAAAAAALNCCAAAA Popular, heavy companies create over various reforms. Other parts organise legs. Private rounds file clearly. Christians stop weekly effectively social examinations; p Home paint 2.04 17158.94 4.33464813151609415 -AAAAAAAALNDEAAAA Public aspects fail far important, passive years. Very cold numbers appear then; women used to take always prime profits. Conventional matters guide too. Detailed, particular women pass. Just Home paint 8.19 11607.27 2.93219926274599795 -AAAAAAAALNGBAAAA Levels will l Books reference 3.87 13388.03 4.43831784682792099 -AAAAAAAALNHDAAAA Friendly judges act between a parties. Asian, bloody hotels isolat Books computers 0.39 1776.00 0.54258912163803256 -AAAAAAAALNMBAAAA Different, low groups might not continue. Only heavy methods try as huge fears; instead civil steps su Home wallpaper 1.68 13637.44 5.04314156170815164 -AAAAAAAALOBCAAAA Edges come most high residents. Opponents may not provide perhaps at a details. English, specific minutes obtain from a parts. More able holidays happen deeply. Natural o Home kids 2.33 29004.04 11.65748894561767203 +AAAAAAAALOIBAAAA Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 +AAAAAAAALPEEAAAA Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 +AAAAAAAAMCDDAAAA Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 +AAAAAAAAMECEAAAA Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 +AAAAAAAAMFFEAAAA Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 +AAAAAAAAMJIDAAAA Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 +AAAAAAAAMMICAAAA Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 +AAAAAAAAMNEDAAAA Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 +AAAAAAAAMOGCAAAA Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 +AAAAAAAAMPABAAAA Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 +AAAAAAAANDFBAAAA Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 +AAAAAAAANGPAAAAA Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 +AAAAAAAAOAPAAAAA Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 +AAAAAAAAOCJDAAAA Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 +AAAAAAAAOEIAAAAA Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 +AAAAAAAAOFGAAAAA Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 +AAAAAAAAOFOBAAAA Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 +AAAAAAAAOHMBAAAA At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 +AAAAAAAAOKOAAAAA Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 +AAAAAAAAOLPAAAAA Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 +AAAAAAAAOMHCAAAA Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 +AAAAAAAAOPIBAAAA So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 +AAAAAAAAPBPDAAAA Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +AAAAAAAAPDBAAAAA Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 +AAAAAAAAPGGBAAAA Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 +AAAAAAAAPIMCAAAA Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 +AAAAAAAAAAPBAAAA At Sports baseball 3.68 26967.08 7.98035218086069413 +AAAAAAAAAFECAAAA Secondary, middle arms make social, light aims. So as mysterious police take final, other cards. Used ways can happen nearly different prices. Considerably financial priorities may harm solutions Sports baseball 26.35 12698.37 3.75782119246414564 +AAAAAAAAAGOAAAAA Then positive unions used Sports baseball 8.27 2814.96 0.83302946314675595 +AAAAAAAAAJEBAAAA Supposedly young friends show only common steps. Well li Sports baseball 60.66 9466.88 2.80152825051679633 +AAAAAAAAALFAAAAA Constant employees interfere from the rooms. Simply small awards would not relocate as well widespread minerals. Old, public schools would Sports baseball 5.85 5633.47 1.66710947571310259 +AAAAAAAAALNBAAAA Sexual procedures should run emotions. Names may help. So scottish minutes consider initially high services. Together young millions complete sets. Old employees Sports baseball 1.94 4885.64 1.44580458206451131 +AAAAAAAAAOCDAAAA Special Sports baseball 3.63 6243.21 1.84754947658668622 +AAAAAAAAAPBEAAAA Gentle, main differences need to a be Sports baseball 0.83 1720.88 0.50925900991132712 +AAAAAAAAAPEAAAAA Men would find above awards. Really true homes spend since cautious points. Essenti Sports baseball 0.57 160.07 0.04736942129405079 +AAAAAAAAAPHBAAAA Suitable, historical workers sign too always different boxes. Good, unique lessons remain facilities; increasingly old persons find very nervous hills; small provi Sports baseball 8.00 3865.29 1.14385300452103203 +AAAAAAAAAPKAAAAA Good democrats behave a little american, good homes. Clients press at all industrial homes. Other variables must not look very initiatives. Glad, traditional children shall exchange. Pe Sports baseball 5.42 17863.74 5.28640610949826292 +AAAAAAAABFGBAAAA Sympathetic, ready buses bump however specific buil Sports baseball 3.24 784.36 0.23211519514088637 +AAAAAAAABLDBAAAA Ministers may recognize local problems. As a whole similar eyes meet very long-term tea Sports baseball 3.43 2666.64 0.78913721246684333 +AAAAAAAACBKAAAAA Associations could go in a copies. Patterns settle horses. Indicators shall not pursue. Years find carefully particular flowers; fresh demands used to know most; later patient products Sports baseball 4.97 517.45 0.15312867525836561 +AAAAAAAACEKDAAAA Always reliable records say both by the problems; researchers shall not sail somewhat good, environmental legs. Else welcome germans must afford centuries. European, exceptional women would suppos Sports baseball 23.91 720.80 0.21330592158900364 +AAAAAAAACINCAAAA Natural parts design much years; comparatively tall details should operate consistent, pregnant homes. Logical, social options evaluate yesterda Sports baseball 3.12 11329.00 3.35258433085713410 +AAAAAAAACJEEAAAA Western schemes matter on a transactions. French experiences tell here for a affairs. Wide main assets penetrate always images. Ev Sports baseball 32.61 4944.10 1.46310461560515109 +AAAAAAAACNIDAAAA Major faces cannot support now all official parties. Recent, popular rows might not regret with the prices. More large items argue. Schools purchas Sports baseball 97.49 1043.81 0.30889408159519685 +AAAAAAAADBGAAAAA Useful, poor keys can make on a matters. Favorite, other degrees know here other lights. Intellec Sports baseball 4.32 623.22 0.18442912937388853 +AAAAAAAADIPCAAAA Children should incorporate nearly confident activities. Additional benefits will Sports baseball 0.41 2719.20 0.80469126246506479 +AAAAAAAADOEBAAAA Manufacturers cannot think more positive copies. Seats explain in a doctors. Env Sports baseball 8.14 826.20 0.24449688182135795 +AAAAAAAAECACAAAA Comments must not offer; valuable, annual centres shoul Sports baseball 9.51 1855.48 0.54909110903158224 +AAAAAAAAEOMBAAAA Corporate, only hopes used to anger in general foods; present, roman talks will apply effec Sports baseball 4.27 4603.46 1.36229922003068078 +AAAAAAAAFCDDAAAA Extremely safe products make. Obvious lights lock flames. Discussions could n Sports baseball 7.54 2959.73 0.87587116440707790 +AAAAAAAAFFBCAAAA Illustrations Sports baseball 0.54 9795.51 2.89877953382949648 +AAAAAAAAGACDAAAA Courses walk less than in a effects. Corners introduce therefore distinct members. Sports baseball 1.89 4949.75 1.46477661679407710 +AAAAAAAAGCPDAAAA Activit Sports baseball 1.51 13643.44 4.03749520372402309 +AAAAAAAAGDFCAAAA Political, va Sports baseball 4.54 13469.88 3.98613369463552771 +AAAAAAAAGIEBAAAA Unknown indians may wind still Sports baseball 88.12 10336.10 3.05875601572710952 +AAAAAAAAGKEDAAAA Reforms might create generally french fingers. New, other flowers win then red, perfect thoughts. Most present sessions may go as only, genuine states. Years w Sports baseball 7.98 8303.36 2.45720845877534584 +AAAAAAAAGPHDAAAA Brilliant ships see individually also small ministers. Expected, competitive attitudes may send there gross metres; units used Sports baseball 2.00 5149.64 1.52392994735238168 +AAAAAAAAHKJCAAAA However short-term parties create thanks; exotic, normal nerves see. New, healthy machines can satisfy possibly new positions. Completely internal signs Sports baseball 5.52 2655.88 0.78595301197253467 +AAAAAAAAIGEBAAAA Proposed members would cut dangerously different years. Corresponding, special hundreds get so able, horrible teachers. As social do Sports baseball 5.87 7768.56 2.29894540818461450 +AAAAAAAAIJNBAAAA Equal situations write very in the tears. Long representative Sports baseball 4.24 5637.76 1.66837901289903048 +AAAAAAAAIMOAAAAA Just live roads bother firmly future parts. Sexual times distinguish; wages s Sports baseball 0.97 8904.27 2.63503540292358138 +AAAAAAAAKDADAAAA More than slight sectors examine then. Merely central children may play in a orders. Days use rightly. American, far operators used to know th Sports baseball 19.62 8141.72 2.40937442830136339 +AAAAAAAAKMFCAAAA Usual, little copies j Sports baseball 5.06 1537.29 0.45492932880072060 +AAAAAAAAKNLAAAAA Following questions might take foreign boots. Finally white boundaries mu Sports baseball 1.68 2192.66 0.64887258883371910 +AAAAAAAAMDLCAAAA Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 +AAAAAAAAMKKAAAAA Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 +AAAAAAAANDJAAAAA Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 +AAAAAAAANILCAAAA New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 +AAAAAAAANNFDAAAA Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 +AAAAAAAAOEFDAAAA Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 +AAAAAAAAOFNCAAAA Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 +AAAAAAAAOIJAAAAA Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 +AAAAAAAAOJNCAAAA Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 +AAAAAAAAOLHDAAAA All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 +AAAAAAAAPBGAAAAA Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 +AAAAAAAAPEBCAAAA English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 +AAAAAAAAPFOAAAAA Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 +AAAAAAAAPHLBAAAA Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 +AAAAAAAAAAHAAAAA Likely doctors give most. Awful problems att Sports basketball 2.16 4193.00 1.71382673967821994 +AAAAAAAAABMDAAAA Years might not arrive available years; prime studies might show only, different laws. Weeks should review particularly men. Available, afraid operations obtain later free, cr Sports basketball 1.51 161.91 0.06617831801128085 +AAAAAAAAAFCEAAAA Areas could avoid. Initial, evident members shall not think planes; meanings would come even sound grants. Primary ma Sports basketball 4.94 7073.37 2.89113537935552839 +AAAAAAAACJECAAAA Other conditions m Sports basketball 35.25 10400.73 4.25114457099295312 +AAAAAAAACKAEAAAA Totally sudden doubts ought to remember never federal easy faces. English adults can seem in a plants. Errors stop old other Sports basketball 1.43 1122.46 0.45878892492707244 +AAAAAAAACKKDAAAA Russians think wryly all red markets; other proposals must risk without the rates. O Sports basketball 49.67 806.54 0.32966129707132638 +AAAAAAAACLFCAAAA Original, tall patients might benefit and so on alone statutory centres. Further red legs must say readily important, maximum years. Customers could call very phys Sports basketball 2.13 7677.48 3.13805640766628667 +AAAAAAAACMCDAAAA Chief parents may not find frequently fast, modern plants. However nuclear concentrations desert particularly afraid, great women. Records get enough off a days. Normal tests cover there. Nat Sports basketball 2.88 41.44 0.01693798714339743 +AAAAAAAACNBDAAAA Real cells would take in a women. Then well-known bishops would identify more with a events. Head rates should try player Sports basketball 7.69 2209.63 0.90315358425833177 +AAAAAAAADEBCAAAA Scenes attract wooden drugs; mai Sports basketball 2.05 2504.48 1.02366916121853286 +AAAAAAAADFFDAAAA American units put here despite the others. Local, short years would go somewhere for a eyes. European, simple countries could not negotiate even talks. Again mental areas can Sports basketball 7.42 6693.94 2.73604897824985060 +AAAAAAAAEDMDAAAA Then happy bars will know largely to a personnel. Just good reasons would hear bills; internation Sports basketball 3.55 14789.15 6.04484634560270602 +AAAAAAAAEFDBAAAA Councils sort good, firm negot Sports basketball 8.19 5020.84 2.05219409674361884 +AAAAAAAAEGFCAAAA International applications Sports basketball 8.29 5761.52 2.35493609281918858 +AAAAAAAAEIBDAAAA Other days mean inside at a standards. So current details leave so left properties. Regulations ensure heavy children. Sure local horses would turn other, international conditions. Sports basketball 65.30 2231.67 0.91216210830853639 +AAAAAAAAENMDAAAA Other workers should meet. Serious causes enter probably dangerous, v Sports basketball 2.34 4245.67 1.73535482324102743 +AAAAAAAAFEGBAAAA Always coloured birds cou Sports basketball 9.28 976.17 0.39899505091144478 +AAAAAAAAFKDBAAAA Considerable institutions say more sound jobs. Emotional moves seem religious allegations; flowers ask about from the terms. Police shall put suddenly big yards. Affairs stop Sports basketball 3.75 12994.64 5.31136692213026089 +AAAAAAAAGCIBAAAA Widely likely firms will compromise constantly true young settings. Early, uncomfortable areas could panic. All olympic premises achieve even. Now islamic funds ought to emerge so only aware b Sports basketball 4.77 3132.23 1.28025268991707866 +AAAAAAAAGEEDAAAA Prospective, indirect years announce in particular from a situations. Days would depend now advisory police. As excellent females will build high more other years. Bad duties cannot stabili Sports basketball 2.05 4297.09 1.75637198779009828 +AAAAAAAAGLECAAAA Damp towns find as modern, different y Sports basketball 7.18 1181.16 0.48278168181214554 +AAAAAAAAGNFCAAAA Natural, particular books feed home to a police. Authorities used to play adequately. Children adapt Sports basketball 7.95 11221.51 4.58662625746876742 +AAAAAAAAGPBDAAAA Senior problems should indulge. Real, substantial eyes move properly efforts. Ministers can get more. Br Sports basketball 9.93 18704.30 7.64510600690754332 +AAAAAAAAHDECAAAA Today fundamental forces consist yet units. Projects understand again roads. Only large waters can take offices. Now welsh reactions continue traditional laws. Women d Sports basketball 3.28 6382.74 2.60885058058997413 +AAAAAAAAHLLCAAAA More full messages behave chips. Professionals must know high tenants. Light clothes must answer values. Sports basketball 0.97 5099.30 2.08426346139784091 +AAAAAAAAICGDAAAA Chief pers Sports basketball 4.92 5710.20 2.33395980179121666 +AAAAAAAAIDFBAAAA Too successive affairs ought to know. Obvious women Sports basketball 6.01 4303.13 1.75884074846447378 +AAAAAAAAINABAAAA Flexible towns shall not take simply ever proposed times. Other, short features raise services. Conside Sports basketball 2.07 5498.46 2.24741420821633799 +AAAAAAAAJBGDAAAA Systems permit; things give Sports basketball 3.81 4797.81 1.96103388263667073 +AAAAAAAAJJFCAAAA Appropriate organisms ought to stay relations. Already open obligations cannot play also small, identical parents. Democratic resources might not resist. Later annual Sports basketball 5.83 12481.74 5.10172663241383852 +AAAAAAAAJLDCAAAA Parliamentary courts make cases; new parents might pitch following parts. Romantic children give simply old, genetic pools. Centu Sports basketball 90.55 7255.71 2.96566415772732105 +AAAAAAAAKBHBAAAA National stages get only eager forms. Most bad eyes will not get by no m Sports basketball 2.86 3863.31 1.57907082796715093 +AAAAAAAAKEIDAAAA So much as close reforms would hide at first measures; alone, important contracts lose linguisti Sports basketball 2.37 1082.93 0.44263162203666461 +AAAAAAAAKICCAAAA Black laws get accordingly eyes. Tightly rural systems trust heavily coming tests; personal, bad boards go. Electric looks may not rec Sports basketball 9.05 1302.42 0.53234491349671052 +AAAAAAAAKPCBAAAA Together valid methods must limit; mild, american policemen Sports basketball 5.82 1157.96 0.47329902491719331 +AAAAAAAALDEBAAAA New requirements can increase more than for example increasing leaves. Operational, simple hea Sports basketball 78.09 2762.58 1.12916371917487642 +AAAAAAAALEEDAAAA Centres will serve american, accurate variables. Members give near in a measures. Head homes will not come serious, clear areas. More true principles dismiss specifically per a p Sports basketball 7.54 5312.09 2.17123822694425837 AAAAAAAALOCBAAAA Measurements would accept then so poor troubles. Tears should carry necessary sciences. Large, social toys claim general voices. Critical countries will not restore funny advantages. As wel Sports basketball 3.89 1118.60 0.45721120701265367 -AAAAAAAALOCEAAAA Public, crucial institutions get. Years could materialise. Nice plans involve; details must not see about a sounds. Very medical activities may remain offices. Yet high lovers carry only future p Books home repair 29.87 4356.99 1.26281563724686894 -AAAAAAAALODDAAAA As generous germans mean almost eastern variables. Long years must not face really good, atomic relations; chemical, corporate bills must honour seasons. Artificial, gold materials determine Books parenting 4.51 894.70 0.36908582963704346 -AAAAAAAALOFBAAAA Black others should provide very in a systems. Overall whole animals will not learn secret, different agencies. Techniques used to borrow pu Home wallpaper 4.81 537.03 0.19859433389874703 -AAAAAAAALOHCAAAA Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 -AAAAAAAALOIBAAAA Available, personal relations would decline rad Sports athletic shoes 5.36 2871.88 0.92328528920033852 -AAAAAAAALONCAAAA Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 -AAAAAAAALOOBAAAA Potential values ought to clear apart. Alarmingly like groups can board more unusual part Home wallpaper 2.91 5629.11 2.08165158537283929 -AAAAAAAALPCAAAAA Sorts might think full birds. New packages shall exceed sad arrangements. Problems cannot come together other employees. Home kids 1.54 3775.80 1.51759364422553569 -AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 109.02 0.04490202055385666 -AAAAAAAALPEEAAAA Forms find more Sports athletic shoes 6.56 2365.78 0.76057839167527085 -AAAAAAAALPGCAAAA Free, relevant facilities used to include on a assumpt Books home repair 0.21 8613.92 2.49663021351748553 -AAAAAAAALPIAAAAA Full directions confer about very active figures. Delicious keys could not call for Home glassware 3.65 302.96 0.08803242019940726 -AAAAAAAALPKBAAAA Inappropriate, chief systems would not help in a offices; dangerous proportions might ins Home bedding 3.08 2512.57 0.73303877227989217 -AAAAAAAALPLDAAAA Quite annual missiles refute later years; as dead materials include smoothly examples. Major, independent standards could not mean extra, young points. Different coloni Home bedding 3.06 6846.62 1.99749177896216038 -AAAAAAAALPPCAAAA Political ingredients exercise once in order less Books computers 4.95 6424.14 1.96265117110346313 -AAAAAAAAMAACAAAA Specialists could not depend within the needs. Indian, specified mechanisms should perform together young towns. Seats understand always with a strings. New aspects secure. Report Books entertainments 6.36 3096.87 1.55085448808686432 -AAAAAAAAMABAAAAA Small designs may not guide sure single things Books mystery 3.73 2586.34 1.51781433890122693 -AAAAAAAAMABBAAAA Light authorities melt therefore so real associations. Fortunes should loosen most only royal Home tables 7.08 8241.23 4.43054586070292377 -AAAAAAAAMACDAAAA Great, high weeks draw external, heavy feet. Available weeks ought to determine yet. Conditions used to make twice soon clear sta Home paint 1.33 4985.42 1.25940422239502942 -AAAAAAAAMAEAAAAA Civil sites overlap conditions. More high interests send. Real, human cases provide straight enquiries. Months collect again just specifi Books science 7.92 4764.68 1.50751954741888201 -AAAAAAAAMAEEAAAA Now mad clouds could not ask closely. Acute, new hundreds should recycle here; angry, simple affairs could dis Home accent 7.47 8504.23 2.74962786940189904 +AAAAAAAAMJBBAAAA Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 +AAAAAAAAMMHAAAAA Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 +AAAAAAAANDBCAAAA Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 +AAAAAAAANIFCAAAA Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 +AAAAAAAAOBKBAAAA Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 +AAAAAAAAOCGEAAAA Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 +AAAAAAAAOENAAAAA Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 +AAAAAAAAAIDAAAAA Systems would not send more faithfully easy ministers. Conditions penetrate vulnerable questions. Most regular parts create well german commentators. Odd difficulties mus Sports camping 3.26 2432.30 0.46717625365555863 +AAAAAAAAAJKAAAAA Terrible countries could take objects. National roots should not move companies. Females must not tick. Then ordinary cars go at worst for a reports. Sports camping 8.80 10519.50 2.02049936287861242 +AAAAAAAAAOCBAAAA Actual arms must enable finally national, public times; stones aim other tensions. Often clean incentives produce on an Sports camping 2.99 6012.75 1.15487975133308397 +AAAAAAAABAMAAAAA Courts vary new, chinese weeks. B Sports camping 84.72 402.60 0.07732810908264930 +AAAAAAAABHBEAAAA British pubs should not get well heavy, good studies. Environmental examples cause as intensive men. Best long programmes must occupy now functional moving years. High, dear women gain very Sports camping 5.01 7405.92 1.42246842925328897 +AAAAAAAACACBAAAA Traditional, concerned cases say more now tough minutes. New pictures stop by a letters. Shareholders cannot teach over average, physical memor Sports camping 8.53 5705.44 1.09585416464110941 +AAAAAAAACBCCAAAA Willingly great seats may observe old, useful interactions; even national efforts bring banks. Again central men go closely only employers. Brilliant Sports camping 25.10 1069.32 0.20538622355752249 +AAAAAAAACEODAAAA Commercial regulations shall tell free, necessary children. Effective, convincing issues aid from the students. Goods o Sports camping 4.63 23894.49 4.58945784698031045 +AAAAAAAACGBBAAAA Above warm issues assume in particular from the events. Sites would not come women. Large controls go grim, sudden men. Infor Sports camping 9.52 12125.13 2.32889561669474308 +AAAAAAAACJIAAAAA Prisoners must not end well. Hope Sports camping 0.96 3563.24 0.68439794189681895 +AAAAAAAACLFEAAAA Young, nation Sports camping 0.49 7131.74 1.36980618149302870 +AAAAAAAACNCDAAAA Previously special streets operate so e Sports camping 3.57 5035.02 0.96708538448415525 +AAAAAAAACNKAAAAA Probably new women should not enter differently. Rare, public letters take reasons. Councils receive similarly social minutes. Plants pr Sports camping 6.67 23140.78 4.44469140610429553 +AAAAAAAADCNBAAAA Writers would decrease however in a problems. Elsewhere standard areas Sports camping 8.82 2730.00 0.52435603029218232 +AAAAAAAADDPBAAAA Permanently good days progress really alternative plans. Small, sexual techniques ret Sports camping 9.85 6010.03 1.15435731602085147 +AAAAAAAADKIBAAAA Muscles end obviously other sources. Major links prevent both to a lines. Devices might produce only different conferences. Favorite candidates a Sports camping 4.86 7406.83 1.42264321459671970 +AAAAAAAADNGDAAAA Active windows shall not find small, relig Sports camping 5.51 10781.24 2.07077223737263286 +AAAAAAAADOHBAAAA Special, other rig Sports camping 4.34 14832.82 2.84896652499578306 +AAAAAAAAEBIBAAAA Properties might follow muc Sports camping 1.82 10358.19 1.98951625985794139 +AAAAAAAAEKNBAAAA Scientific, different sides bring major, h Sports camping 3.54 8040.44 1.54434183157599795 +AAAAAAAAFKHAAAAA Manufacturing elections prefer affairs. Trends used to Sports camping 2.76 4365.49 0.83848754823451245 +AAAAAAAAFLGAAAAA Super bodies enable in the interests. Dull years understand so diffe Sports camping 5.38 15306.39 2.93992597014796943 +AAAAAAAAFPCDAAAA Days spend directly directly extraordinary duties. Small, low exports would not draw well nevertheless comparable gains; minutes prevent insid Sports camping 3.54 16480.19 3.16537985599301104 +AAAAAAAAFPLDAAAA Unusual, victorian readers may open however tons. Worldwide special russians should get however items. Most divine flats Sports camping 7.57 4759.55 0.91417536409419647 +AAAAAAAAFPOAAAAA Certain, clear parties lead most about a volumes. Difficult, asian children should catch; pro Sports camping 4.56 10756.10 2.06594355217060156 +AAAAAAAAGBCEAAAA Creative, urban cells provide for once historical ideas. Delegates could fire directly lines. Huge, electrical teachers contribute only by a wives. Aggressive Sports camping 4.15 3339.77 0.64147565541718745 +AAAAAAAAGEKAAAAA Other things get now. Quite eastern systems should not ask then new days; usual, good friends should work at a proposals. Highly pr Sports camping 0.27 6097.94 1.17124234848348361 +AAAAAAAAGKJDAAAA Loose presidential days would appreciate only ways. Stations might g Sports camping 16.89 4718.83 0.90635420015518634 +AAAAAAAAGPCCAAAA Even real wheels could crumble new, industrial plants. Almost mass blacks tend really. Mediterranean changes turn false too local police. More than conventional servic Sports camping 4.68 4737.75 0.90998819872409772 +AAAAAAAAHHMCAAAA Services might not catch accordingly shoes. More formal reasons break eyes; particular conditions display magnetic, full managers. Entirely historical approache Sports camping 2.31 16359.30 3.14216029536955979 +AAAAAAAAIAKBAAAA Families avoid indian hills. Lists bring exactly pregnant, free managers. Social, overall bones may prolong again ancient, whole days. Therefore alive years provide then unfair cour Sports camping 9.41 9616.71 1.84709885716891306 +AAAAAAAAIFFBAAAA Publishers accept under in a minutes. Terms ensure pounds. Sports camping 2.80 12013.76 2.30750457966410559 +AAAAAAAAIGPCAAAA Currently clear days reduce then stations. Inner, academic steps see at a facts. Old techniques see farmers; simply private men used to begin for the boots. Eas Sports camping 0.66 14443.42 2.77417376375190915 +AAAAAAAAIKPBAAAA Grand, great services shall refrain wooden, sure years; molecular possibilities get. Unusual, physical paintings make educational, hard papers. Rates renew; severe Sports camping 0.40 18811.17 3.61309539426790890 +AAAAAAAAIPPDAAAA Remaining w Sports camping 4.65 12413.70 2.38432177774288046 +AAAAAAAAJFIDAAAA Things can r Sports camping 7.52 7918.69 1.52095708919941437 +AAAAAAAAKAFCAAAA Emotional women can raise excessively normal, monetary years. Private, regular families intensify thus with a lectures. Temporarily personal shoulders call rather apparent, post-war words Sports camping 2.17 11244.31 2.15971492856215699 +AAAAAAAAKCBDAAAA Right, daily meals say someti Sports camping 96.35 15098.80 2.90005378394710711 +AAAAAAAAKCBEAAAA Problems shall leave rapidly real sales. Just fo Sports camping 1.46 12835.95 2.46542409781279768 +AAAAAAAAKFFAAAAA Full-time, lovely miles employ home. Regular assets may not protect much for the relationships. So good guidelines may care small figures. Financial, happy parents call also much real op Sports camping 51.70 9035.24 1.73541486415279758 +AAAAAAAAKHFEAAAA Adequate parties may not post less strange services. Universities obtain well identical options. Pleased, chief women might force mad seats. Separately angry languages may not live from a visit Sports camping 3.83 4985.92 0.95765465881113468 +AAAAAAAAKIACAAAA Then different matters shall not dare legally british pupils. Detailed, royal chapters must not mention quite in the sites. Costs take reasonably remote students. Systems return only now interesting Sports camping 2.55 9524.89 1.82946282394494669 +AAAAAAAAKJDEAAAA Constitutional, high books see of course extra rivers. Fields undergo for the students. Teachers contend characteristics. Only messages must not defend only; unusual birds may not stay sectio Sports camping 0.29 10912.19 2.09592404036412051 +AAAAAAAAKKAAAAAA Broad members see accurately guilty, public thanks; others meet close slowly sophisticated difficulties. Trees can search more large chains. Sports camping 1.65 4679.38 0.89877696740975535 +AAAAAAAAKLCAAAAA Disastrous, other concessions surprise heavy cars; now economic homes place; sudden, social results may get raw, just publications. Only awful condition Sports camping 2.43 6078.05 1.16742204026278343 +AAAAAAAAKOBDAAAA Low, severe persons keep public, mad employers. Always modern children go by a schemes. In particular national items rise fully widespread, powerful miles. Extremely southern costs design sett Sports camping 9.08 7918.12 1.52084760827001270 +AAAAAAAAKOHBAAAA Defiantly positive parts work only already global connections. Political, historical pages estimate appr Sports camping 7.84 8415.42 1.61636491737781573 +AAAAAAAAMEGEAAAA Ag Sports camping 2.85 14559.70 2.79650787334984869 +AAAAAAAAMHHCAAAA Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 +AAAAAAAAMJKBAAAA References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 +AAAAAAAAMNJAAAAA American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 +AAAAAAAANBDCAAAA Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 +AAAAAAAANKIAAAAA Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 +AAAAAAAAOAACAAAA Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 +AAAAAAAAODKBAAAA Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 +AAAAAAAAOKABAAAA Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 +AAAAAAAAOKCCAAAA Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 +AAAAAAAAOKEAAAAA Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 +AAAAAAAAPAOCAAAA Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 +AAAAAAAAPPCCAAAA Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 +AAAAAAAAPPDEAAAA Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 +AAAAAAAAAEPAAAAA Causes Sports fishing 3.57 2974.41 1.01486036641030929 +AAAAAAAAAIEBAAAA More than small councils might not go also i Sports fishing 0.91 1055.22 0.36003811036255478 +AAAAAAAAAKDBAAAA Discussions could spend somewhere likely rights. Personal things end typic Sports fishing 3.46 2298.15 0.78412234731118181 +AAAAAAAAAKOBAAAA Wings deal. Free restrictions think t Sports fishing 3.49 28.56 0.00974459205848502 +AAAAAAAAAPACAAAA Good, physical events should bu Sports fishing 3.35 7863.49 2.68300077752018147 +AAAAAAAABEMCAAAA Evident roots think below; specialist beds join marked roads. Well as Sports fishing 1.61 11701.34 3.99246445509919899 +AAAAAAAACCOCAAAA Late different horses ought to Sports fishing 5.78 223.46 0.07624392651922489 +AAAAAAAACDCDAAAA Requirements might not set so. Capable, usual resources Sports fishing 4.68 1818.50 0.62046710988637997 +AAAAAAAACIAAAAAA Really original police could not cope nearly. Trusts will give. Conventional, positive pool Sports fishing 1.70 5056.94 1.72541377325753660 +AAAAAAAACIADAAAA Also general goals please deeply dirty, invisible functions. Estimated, expensive clients will recover never like a police. Emissions would Sports fishing 6.61 2189.70 0.74711951087061106 +AAAAAAAACJACAAAA Even administrative parties should spend customs. Mothers can make sometimes now model governments. National, full dogs know notably both common chil Sports fishing 0.39 2819.92 0.96214881083904350 +AAAAAAAACNCAAAAA Already other elements will not matter statistically others. Guns ex Sports fishing 3.38 1000.54 0.34138144741584746 +AAAAAAAADDGEAAAA New photographs will review too once mysterious details. New wings may not go nearly specific child Sports fishing 0.66 5718.03 1.95097583081859623 +AAAAAAAADEDAAAAA Only likely practitioners pay simply. Solid horses must push shows. Foreign, furious pairs might not approach in a patients. Days sound shortly therefore local instructions. Under slim yea Sports fishing 5.52 7992.75 2.72710392771205031 +AAAAAAAADGJBAAAA Sure companies secure to and fro unnecessa Sports fishing 2.84 6035.00 2.05912510759653731 +AAAAAAAADICDAAAA Unemployed questions place too dull cha Sports fishing 8.07 2799.83 0.95529415907241310 +AAAAAAAADKDDAAAA British services benefi Sports fishing 2.03 972.01 0.33164709127339026 +AAAAAAAAEBBEAAAA Systems may say strong properties. Open, clear rocks used to occupy together revolutionary, large fears. Females enjoy able, continuing bits. Known, funny t Sports fishing 3.02 8388.49 2.86212930800703849 +AAAAAAAAEBECAAAA Eastern, rural activities mak Sports fishing 1.60 12084.70 4.12326581404670662 +AAAAAAAAEDAEAAAA For example red forms may sing most particularly f Sports fishing 6.18 70.06 0.02390427589696991 +AAAAAAAAEDGAAAAA Only expected governments used to describe; institutions can make bad, industrial years. Decidedly basic enemies must not send shortly maybe like reports; clearly free systems used to order ital Sports fishing 2.45 132.72 0.04528369250707745 +AAAAAAAAEIABAAAA Really foreign workers overcome asleep, young decades. Drugs may tell children; labour, real wages ev Sports fishing 4.24 1629.62 0.55602178257522272 +AAAAAAAAELBBAAAA Free notes cannot ensure temporary things. Etc presidential purposes must not red Sports fishing 0.94 4881.22 1.66545860111058324 +AAAAAAAAEMDEAAAA Deep, similar relati Sports fishing 6.02 3397.20 1.15911513099038220 +AAAAAAAAFDACAAAA Essential memories continue dreams; average places administer respons Sports fishing 4.50 241.01 0.08223193739549983 +AAAAAAAAFDLDAAAA Competent parents represent; even legal Sports fishing 2.84 8552.06 2.91793893416272459 +AAAAAAAAFNHDAAAA Similar pieces add all truly easy dangers. Opening, main regulations cannot happen saving no versions. Previous lights shall not skip too. As foreign periods can Sports fishing 9.24 5281.29 1.80196136528558683 +AAAAAAAAFNICAAAA Alrea Sports fishing 9.31 1608.51 0.54881910966364643 +AAAAAAAAGBDBAAAA Sweet securities see a little in short large shareholders; already reasonable hands use Sports fishing 1.11 3172.79 1.08254706713027632 +AAAAAAAAGOLAAAAA Rich managers used to proceed; therefore conservative models used to sell with a needs. Royal reasons ought to need cha Sports fishing 2.34 2926.96 0.99867055922630669 +AAAAAAAAIEBEAAAA Historic, basic services compete almost services. Customers must happen tight regarding a companies. Pupils see well. Now Sports fishing 2.97 15611.05 5.32644656353685564 +AAAAAAAAJLIDAAAA Chief, new years could press all confident designs. Ethical, possible notions can close still. Events improve in par Sports fishing 1.04 4605.32 1.57132229337472829 +AAAAAAAAKAEDAAAA Meetings sleep wise needs. Black, other deaths provide on Sports fishing 5.31 8161.68 2.78474237086470698 +AAAAAAAAKDNCAAAA So international campaig Sports fishing 6.61 15546.18 5.30431310111269866 +AAAAAAAAKFODAAAA Pretty biological patients catch relatively just american circumstances. Others could extend loudly offi Sports fishing 5.19 7487.61 2.55475157363561040 +AAAAAAAAKGKCAAAA Ei Sports fishing 4.30 11452.66 3.90761553517258642 +AAAAAAAAKGNCAAAA Nice, strange journals shall take from a costs. Special readers date ahead more high units. Very evident ideas shall not request st Sports fishing 4.78 1799.09 0.61384447221638017 +AAAAAAAAKHBCAAAA Cases will not explain al Sports fishing 3.37 1950.00 0.66533454180832606 +AAAAAAAAKHPDAAAA Then serious police affect necessarily only schools; dangerous, d Sports fishing 2.52 12714.39 4.33811427949864756 +AAAAAAAAKIKAAAAA Plain old foods cross to a factors. Global, attractive emotions would cause away however new crops. Small appeals ensure members. Times explain so so only reports. Sports fishing 4.01 657.56 0.22435763144178609 +AAAAAAAAKKLDAAAA Levels may use essentially within the effects. Quickly local pictures should call enough officials. Here opening hours would pray ot Sports fishing 9.51 6974.25 2.37959457856754770 +AAAAAAAALGOAAAAA Obligations should provide more annual, sole stars. Obviously available unions receive there. Other wages must ruin much progressively new shares. Christian, c Sports fishing 3.76 3280.75 1.11938271694239267 AAAAAAAAMAFAAAAA Still good processes might work instructions. Falls inspire long other, decent teachers. Hundreds cause also dear, local men. For example specialist programmes will Sports fishing 5.13 1713.99 0.58480859041746296 -AAAAAAAAMAGBAAAA Full observations might not undertake high. Councils should not bear years. Complex circumstances mean for long statistical, empty years Home glassware 8.29 5825.82 1.69283415053508985 -AAAAAAAAMAHDAAAA Jol Books entertainments 14.38 5937.80 2.97353901822232865 -AAAAAAAAMAIDAAAA Mental, vast persons must not cancel wrong photographs; close difficulties redeem letters. Symbols may ensure demands Books science 2.94 3625.10 1.14696246365929909 -AAAAAAAAMAKAAAAA However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 -AAAAAAAAMAKDAAAA Then available arms should generate by a mac Books self-help 5.54 662.06 0.25300934410291151 -AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 7163.72 2.95051827813313198 -AAAAAAAAMANAAAAA Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 -AAAAAAAAMANBAAAA Students would take; better expected matters clear then private streets. Holy studies might not indicate in the books. Full, acceptable boo Home flatware 72.59 8012.16 1.80222695198627672 -AAAAAAAAMANDAAAA French Books parenting 4.98 15486.40 6.38852217736795559 -AAAAAAAAMAOCAAAA Gates might press here solid applicants; novel, probable minutes get basic processes. Happy bonds might admit even for the words. Only, royal languages used to back again yesterday Home mattresses 7.31 530.46 0.15522138872666551 -AAAAAAAAMBCCAAAA Schools ought to consider married sources. Then opening modules matter generally this apparent deals; times shall read units. Steps may stop. About modern others alter Books cooking 8.40 11030.92 4.13409201399012968 -AAAAAAAAMBEAAAAA Clearly local bars put still. Home decor 0.69 3685.14 1.30357383209439568 -AAAAAAAAMBFCAAAA Private, democratic hands could not compete now anxious levels; pure supporters would not question furt Books history 7.76 3705.35 0.97907405095861981 -AAAAAAAAMBFEAAAA Else incredible women must tackle smoothly neverthe Books reference 2.99 9050.98 3.00052554896295992 -AAAAAAAAMBGAAAAA Regulatory, financial words would obtain yet at a relatives. Also main lines should bel Books home repair 3.33 NULL NULL -AAAAAAAAMBGEAAAA Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 -AAAAAAAAMBHDAAAA Small points examine rightly situations. Curre Books sports 1.04 11376.18 3.67487010722013332 -AAAAAAAAMBKCAAAA Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 -AAAAAAAAMBMBAAAA Revolutionary rules help abroad in a details. Only, new studies get hidden, special ends. B Home rugs 5.98 3690.40 1.30030603913299635 -AAAAAAAAMBOBAAAA Details could argue; high sales should not Books self-help 3.55 1876.62 0.71715916281063015 -AAAAAAAAMBPBAAAA Animals will encounter other, young policies. Essential, useful changes li Home wallpaper 8.64 169.86 0.06281443039688876 -AAAAAAAAMBPDAAAA Gothic pockets see cognitive, agricultural years. As important men account good, old hands. Pretty, old laws break quickly to a Books history 8.85 700.32 0.18504733408917933 -AAAAAAAAMCADAAAA Much certain gardens shall not result quick sounds. Of course outer opportunities see very. Recent terms might take a Books home repair 7.12 1197.79 0.34716351016135615 -AAAAAAAAMCBCAAAA American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 -AAAAAAAAMCDAAAAA Other, british benefits begin over about the participants. Legal, short contracts receive for a procedures. Openly unlikely countries need both planes. Lines should not get very ago historical Home flatware 9.51 10400.94 2.33955068221205579 -AAAAAAAAMCDCAAAA Other others must seem increasingly despite a exhibitions. Literary types enable quite by no means criminal pictures. Marks obtain around savings; average, quiet years attack also. Well separate pric Home furniture 5.99 7966.45 2.09286054100200008 -AAAAAAAAMCDDAAAA Additional, comparable races blame never holders. Circumstances should describe important tenants. Else foreign terms might not suggest really speci Sports athletic shoes 2.39 1842.05 0.59220359728522207 -AAAAAAAAMCECAAAA Large students may not show simply nuclear countries. Kee Home blinds/shades 61.63 2191.94 1.46076998813891610 AAAAAAAAMCFDAAAA Poor risks can support as bright, determined tiles; plans comfort. Prin Sports fishing 4.20 6617.04 2.25771552642429018 -AAAAAAAAMCFEAAAA Yet public men wo Home kids 6.27 3429.73 1.37849898019218351 -AAAAAAAAMCHBAAAA Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 -AAAAAAAAMCHCAAAA English germans anger systematically for the plans. Lights attract only leading sides. Points conceal. Widely other levels require political t Books fiction 4.86 1147.45 0.31817073938337903 -AAAAAAAAMCJCAAAA Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 -AAAAAAAAMCLAAAAA Considerable, real colleagues change. Seriously american letters know high differently systematic lists. Promptly major studies worry. Emotional features look. Soon chinese pages arr Books sports 6.48 11783.46 3.80643457765472700 -AAAAAAAAMCNBAAAA Well working companies will sell metropolitan, running interests. Right relative children might refer even christian miners. Stages can analyse yards. Always afraid features will express Sports archery 6.73 2374.29 0.69993490575012375 AAAAAAAAMCNCAAAA Old, local movements Sports fishing 3.45 12444.47 4.24601833102433814 -AAAAAAAAMCPCAAAA Isolated times need everywhere uncer Home curtains/drapes 1.65 3821.61 1.17655664677799777 -AAAAAAAAMDBBAAAA Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 -AAAAAAAAMDBEAAAA Children must not carry concerned, only costs. Important powers would store bright meals; as bloody men talk also terms. Rare forms may mind with a assessments. Yesterday Home kids 4.92 1476.31 0.59336794133868335 -AAAAAAAAMDDBAAAA Motives may not avoid animals; comparative contents must make in a customers. Similar women chase also interests. I Home kids 1.06 376.96 0.15151017006389585 -AAAAAAAAMDEAAAAA Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 -AAAAAAAAMDEEAAAA Total children used to find men. Carers build. Important, statutory heads write at the points; mar Home kids 6.59 7804.41 3.13679829782568276 -AAAAAAAAMDFAAAAA Black, old things prove. Even rural businesses used to control really from the decisions; strange colle Home bedding 1.79 6272.59 1.83001933184553219 -AAAAAAAAMDGBAAAA Accounts used to matter crucially. More than useful ha Books fiction 8.72 388.44 0.10770860778777267 -AAAAAAAAMDHAAAAA Asleep rights continue over papers. Yesterday poor combinations ought to like votes. Hardly similar manufacturers used to see groups. Rel Home furniture 65.51 16215.45 4.25994959606736781 -AAAAAAAAMDKDAAAA Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 -AAAAAAAAMDLCAAAA Areas may happen more. Able, other detectives turn here more little rights; wonderful, political incentives shall think currently out a increases. Services despise more politicians. New orga Sports baseball 3.64 1638.52 0.48488626337682332 -AAAAAAAAMDMBAAAA Easier ashamed implications will care. Exceptional men must not enjoy social, rural deposits. Upw Home bedding 3.79 3998.23 1.16647799284900849 -AAAAAAAAMDNAAAAA Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 -AAAAAAAAMDPBAAAA Also personal or Home blinds/shades 0.14 5675.53 3.78233158333807608 -AAAAAAAAMEAAAAAA Around single relations clear heavily over a controls. Arms could leave signs. T Books travel 3.84 307.82 0.13110076172344988 -AAAAAAAAMEABAAAA Tiny conditions may not clear about wonderful leaders. New, british miles may like outside even lega Home flatware 57.26 1345.56 0.30266551061319975 -AAAAAAAAMEBCAAAA Weeks might not find original elections. Active hands might enjoy occasional, young proposals. Slight, necessary studies prevent frequently industrial, private reasons. Inherently single effects o Books travel 0.62 4650.98 1.98085576233035842 -AAAAAAAAMECBAAAA Provisions go too. Sad others contain italian branches. Keys k Books parenting 2.08 446.00 0.18398600650287402 -AAAAAAAAMECCAAAA Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 -AAAAAAAAMECEAAAA Then military letters give british, rural lips. Things begin wistfully stages. Magnificent women use medical rates. Visible, absolute relationships emerge basically lengthy Sports athletic shoes 3.27 3294.00 1.05899332236232540 -AAAAAAAAMEECAAAA Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 -AAAAAAAAMEFCAAAA Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 -AAAAAAAAMEGAAAAA Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 -AAAAAAAAMEGBAAAA Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 -AAAAAAAAMEGEAAAA Ag Sports camping 2.85 14559.70 2.79650787334984869 -AAAAAAAAMEHAAAAA So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 -AAAAAAAAMEJAAAAA Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 -AAAAAAAAMEKCAAAA So international methods hold hence as senior glasses. So direct complaints will not attract far. Even narrow members must happen in a vehicles. Institution Books science 3.31 7136.50 2.25795084877785108 -AAAAAAAAMELCAAAA Single charges stand eventually then mental wines. Flexible days find through the men; surprising producers improve for a churches; mental officials might not oust particularly m Home mattresses 9.99 3016.88 0.88278909478886748 -AAAAAAAAMENCAAAA Reporte Sports archery 5.38 9065.89 2.67260227802458394 -AAAAAAAAMFAAAAAA Employers w Sports optics 4.48 4800.78 1.39155907266497368 +AAAAAAAAMJDEAAAA Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 +AAAAAAAAMKFCAAAA Ex Sports fishing 6.75 1595.67 0.54443813760373930 +AAAAAAAANNCAAAAA Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 +AAAAAAAAOBBAAAAA Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 +AAAAAAAAOHEBAAAA Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 +AAAAAAAAOMACAAAA So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 +AAAAAAAAPBAAAAAA So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 +AAAAAAAAPHPAAAAA Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 +AAAAAAAAPKGDAAAA In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 +AAAAAAAAABJBAAAA Privileges can suggest hard decisions. Critics bear badly muscles; new, funny floors shall not like as difficult techniques; areas go often men. Blocks make as Sports fitness 7.94 2229.36 0.73124082222017474 +AAAAAAAAACGCAAAA Cards might complete recently against a rules; easy shoulders p Sports fitness 4.61 821.96 0.26960684063233163 +AAAAAAAAACLAAAAA Large, unfair eyes try instead leaders; nev Sports fitness 7.85 7583.68 2.48748358212881491 +AAAAAAAAADEBAAAA Already vocational holders like always further official deputies. Ac Sports fitness 3.85 5276.69 1.73077974584677839 +AAAAAAAAADKDAAAA Currently major appointments could become in a occupations. Tests record today Sports fitness 1.67 1922.38 0.63054990303029548 +AAAAAAAAAEGEAAAA There deliberate christians may avoid ve Sports fitness 3.40 7040.03 2.30916376253933721 +AAAAAAAAAFJDAAAA Prob Sports fitness 3.33 3763.14 1.23432805277282645 +AAAAAAAAAGPCAAAA Cool stones shall not occur sometimes by a problems. Clearly opposite criteria could grow probably b Sports fitness 9.04 7655.71 2.51110976920695356 +AAAAAAAAAJMCAAAA African years may give nearly problems. New circumstances tell just among the shows. Repeatedly thick d Sports fitness 4.36 6273.62 2.05777758957590191 +AAAAAAAAANEAAAAA Temperatures reflect quite Sports fitness 0.90 1537.12 0.50418276664651514 +AAAAAAAAAOIBAAAA More national figures believe clearly dif Sports fitness 1.20 1139.40 0.37372869022395087 +AAAAAAAABACEAAAA Over small premises may bring also. Objectives used to ensure adequate others. Italian Sports fitness 6.21 605.20 0.19850851616950594 +AAAAAAAABMIBAAAA Full, relevant manufacturers should open human, low charges. But far eyes take on a prisoners; politically normal doctors will join mostly incidents; national, pale Sports fitness 7.21 9043.59 2.96634109673724751 +AAAAAAAABPECAAAA So great buildings may not tell dirty, pure keys; already bare days Sports fitness 6.00 1764.60 0.57879730276389652 +AAAAAAAACEHBAAAA International, other possibilities might remain reliably far british doors. Good plants will not encourage forwards sometimes great pieces. Wrong, c Sports fitness 0.85 7463.98 2.44822140535173318 +AAAAAAAACIMDAAAA Pink parts Sports fitness 9.36 8257.54 2.70851290913804040 +AAAAAAAACNEAAAAA Horses last results. There thorough parents sail everywhere into a gua Sports fitness 3.45 2181.96 0.71569339382223261 +AAAAAAAACNGCAAAA Again avail Sports fitness 3.02 17536.86 5.75217458174547567 +AAAAAAAADBMAAAAA So right intentions work authorities. Certain others could lie then external goals. Characters should see; almost likely o Sports fitness 5.24 2973.49 0.97531904782694020 +AAAAAAAAEAJAAAAA Lights might influence at least various, current aspects. Only current years would see there. Probl Sports fitness 5.52 4719.00 1.54785473860525201 +AAAAAAAAELJBAAAA Columns might lead only for a problems. Financial shoulders belong; industrial, new miners must carry very dangerous activities; sometimes national fathers could change Sports fitness 6.11 4565.51 1.49750927901031237 +AAAAAAAAENBBAAAA Quick, regular results would keep tomorrow; prisons lie. White, financial numbers would build now to a relationships. Japanese, hot limits set front components. Legs influence limi Sports fitness 5.25 8272.98 2.71357730353601987 +AAAAAAAAEOOAAAAA Weeks follow also following ministers; fat procedures used to encourage then clothes. Different paintings can cover talks. Still new minutes ensure again effects. Too extra waves move Sports fitness 4.95 1726.92 0.56643808120198809 +AAAAAAAAFAKBAAAA Democratic hours initiate often; meanwhile prime years might move also dreadful, other cl Sports fitness 1.13 10.08 0.00330628857070162 +AAAAAAAAFEHDAAAA Clinical limitations keep rather apparent, chinese problems. Real schools exhibit n Sports fitness 4.30 1564.08 0.51302577655386789 +AAAAAAAAFJJCAAAA Key industries print closely elegant households. Accounts clear only to a prisoners. Certain incentives reach. Keen animals deny directly telecommunications; internationa Sports fitness 2.80 11965.01 3.92458093366374789 +AAAAAAAAFPFAAAAA Questions used to look social technologies. As high women get indoors spec Sports fitness 4.01 2355.50 0.77261535002853806 +AAAAAAAAGCMDAAAA Legal agencies oppose overwhelmingly full targets. Unlikely, open levels might expect young, responsible charges. Substantial, successful circumstances drown somewhat. Local m Sports fitness 3.69 11687.14 3.83343823474104364 +AAAAAAAAGDDCAAAA Here poor tasks learn short curtains. Single children discuss finally during a persons. Top, young years raise occasionally faintly necessary vehicles. Good feet used to e Sports fitness 1.01 8254.05 2.70736817232139867 +AAAAAAAAGHPBAAAA Rights shall let late as a proposals. Large, indirect police can join in an expectations. Real, attractive courts sound as both early candidates. Considerably following men approve so-called, contempo Sports fitness 1.85 9638.05 3.16132684115582732 +AAAAAAAAGJJBAAAA I Sports fitness 73.49 11260.99 3.69365898132789930 +AAAAAAAAGKPBAAAA Effectively tough papers seek reasons. That rich friends shall not save at a Sports fitness 24.87 5013.26 1.64437343650353161 +AAAAAAAAGNNAAAAA Unlikely, possible grounds cannot get totally gracefully light companies; parliamentary, romantic levels aim often never so-called priorities. Hot, possible items share operations. A Sports fitness 7.77 3144.36 1.03136523116779195 +AAAAAAAAGPHBAAAA Prime, secondary systems Sports fitness 91.03 5724.46 1.87765046343636807 +AAAAAAAAHJFEAAAA Months boost more. Standards enter certainly full, soft words. Catholic grounds might not reveal. Alike limited years mus Sports fitness 3.06 10905.26 3.57697782723507321 +AAAAAAAAHMPAAAAA Ready, technical activities attempt all. However certain artists admit. Mere, local teachers will return and so on beside a exhibitions. Fr Sports fitness 1.05 7078.86 2.32190018964254592 +AAAAAAAAIAPAAAAA Large, daily results qualify women. Pp. support also. Growing, perm Sports fitness 0.29 96.12 0.03152782315633330 +AAAAAAAAICDAAAAA Other votes should hear rather Sports fitness 7.42 6162.55 2.02134609438266492 +AAAAAAAAIIIBAAAA Supplies give much common males; methods turn ways; common, useful users may operate financially by the teachers; weeks complete in general. National, good neighbours should not pursue Sports fitness 0.67 3447.45 1.13078021161362069 +AAAAAAAAKCDEAAAA Light practices shall not get really as the services. So significant plans know so for a programs. Long Sports fitness 7.50 2944.46 0.96579706794524694 +AAAAAAAAKGPAAAAA There chief conditions get therefore eyes. Significant, small ideas use at a deposits. New, minor minerals shall not drive Sports fitness 49.69 5299.48 1.73825497566089445 +AAAAAAAAKJPBAAAA Yellow representations arise even. Great levels shall arise. Simply italian thanks feel often by a brothers. Bodies cannot organize also abroad other things. Supreme plans announce more econom Sports fitness 1.23 5329.34 1.74804919954196095 +AAAAAAAAKNMCAAAA Royal blues sort more systems; much public rules must not build over Sports fitness 5.34 3937.01 1.29135825056924416 +AAAAAAAAKPGDAAAA Smooth, specified times must believe men. Dead, bad companies shall not like simply used, overall meetings. Extraordinary, she Sports fitness 2.26 2744.38 0.90016986385536798 +AAAAAAAALKPBAAAA Foreign, certain decisions rule please out of the groups. Fundamental, unlike factors should consider right across Sports fitness 6.83 1670.08 0.54779428731719840 +AAAAAAAALLMAAAAA Nights go most mere, foreign colleagu Sports fitness 2.96 596.75 0.19573687545299515 +AAAAAAAAMBGEAAAA Now fixed arms could avert ago minutes. Lads rely also enthusiastic expenses. At least obvious birds go once again. Times produ Sports fitness 54.79 3442.65 1.12920578848471516 +AAAAAAAAMBKCAAAA Clear, long cats should not accept more beds. Inadequate, imperial attitudes use electrical states. Wines Sports fitness 4.97 5921.68 1.94233957374527415 +AAAAAAAAMDNAAAAA Angles pro Sports fitness 9.09 6893.72 2.26117337754138543 AAAAAAAAMFACAAAA Clear subjects kiss always silver proje Sports fitness 9.97 225.40 0.07393228609485565 -AAAAAAAAMFADAAAA New, poor friends should not remember lines. Generally present techniques will not damage then good problems. Names remove as true questions. Outstanding subjects would reflect tonight Home bathroom 60.22 11422.92 3.87422475110738213 -AAAAAAAAMFBCAAAA So coastal schools add hard from a developments. Ready, large representatives moderate. There simple hundreds restructure greatly in the years. Only other changes would try ago ill inevitable clo Sports archery 1.36 4392.00 1.29475089650149877 -AAAAAAAAMFBEAAAA Hopes should not remember more consistent colours. Really new techniques could not consider then forms Books parenting 5.58 20249.86 8.35356698126073647 -AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 4909.04 1.57676573518440075 -AAAAAAAAMFFBAAAA Relative reactions begin completely today shy proposals. United, good feelings should get nearly Home mattresses 1.82 7981.60 2.33554846031888067 -AAAAAAAAMFFEAAAA Main eyes pay enterprises. D Sports athletic shoes 0.94 179.47 0.05769809701407606 -AAAAAAAAMFHBAAAA So famous documents cannot put substantially. Natural, wide measurements will not make national, sufficient users. Quiet figures Home paint 0.18 5585.17 1.41091155425100522 -AAAAAAAAMFHCAAAA Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 -AAAAAAAAMFJAAAAA Contents include at the friends. Men might result severe, desirable vegetables. Traditional Home glassware 0.74 4864.97 1.41363573837308672 -AAAAAAAAMFKBAAAA Most modern concentrations may direct e Books parenting 0.56 2622.96 1.08203573008246286 -AAAAAAAAMFMAAAAA Legal tasks could keep somewhat black experiences. Groups would expect characters. Also steep concerns might cost for a volunteers. W Books entertainments 2.70 54.16 0.02712231352132462 -AAAAAAAAMFOBAAAA Reliable, free miles may speak dates. Managers explain else. Alone short police raise up to periods. Books can invest serious months. Thinking, followi Books self-help 6.59 1671.12 0.63862637089879691 -AAAAAAAAMFODAAAA Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 -AAAAAAAAMFPCAAAA Speakers could catch. Other, different branches will cut specifically Home accent 0.32 1009.22 0.32630578410482602 -AAAAAAAAMGAEAAAA Necessary countrie Home tables 10.28 5751.52 3.09205945335223991 -AAAAAAAAMGBAAAAA Home certain acts adopt then new women. Statements reinforce thus mainly new rates. Real, other men must find. Late new children should not achieve years. Extr Books travel 8.58 1743.27 0.74245996000792175 -AAAAAAAAMGBBAAAA Inner, encouraging features should sue here to a terms. Patients will seem all slight members. Complex banks take apparently games. Able, irish patients used Books fiction 7.27 1376.10 0.38157196781164137 -AAAAAAAAMGCDAAAA Economic, british tables succumb on a heads; only, growing members might turn centres. International, future sectors develop well for a communities. Strange pairs spend better. Warm, detaile Home rugs 7.58 10034.32 3.53557524783031866 -AAAAAAAAMGEEAAAA Reservations would meet longer easy, daily lights. Exactly critical ref Books computers 9.27 8076.59 2.46749429838430035 -AAAAAAAAMGFAAAAA Straight, immediate parents help more than reso Home paint 7.56 3256.48 0.82264376163792928 -AAAAAAAAMGFDAAAA Even fair politicians put surely s Sports archery 9.58 7394.94 2.18001029020373253 -AAAAAAAAMGHBAAAA Total, bad lines shall not bring in a weeks; healthy, pub Books self-help 9.14 18821.34 7.19266363854921386 -AAAAAAAAMGICAAAA Arms get at most more alone troops. Singl Books history 6.16 1834.70 0.48478744552978255 -AAAAAAAAMGKBAAAA Recent, complex supporters could not earn clearly significant counties; light goods cannot overcome drivers. Levels would maintain just already poor features. Other obser Home paint 13.37 2339.08 0.59089248819954295 -AAAAAAAAMGNBAAAA Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 -AAAAAAAAMGOCAAAA Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 -AAAAAAAAMGODAAAA Local women will recognize depending on a leads. Fees might result dry, am Books romance 3.11 14015.32 3.78554117268823170 -AAAAAAAAMGPCAAAA Wonderful, public offices might carry ordinary rivers; girls stay supreme hands; right wide forces afford too internationally impossible lovers. Fresh, social teeth grow. Other, permanent Books home repair 1.47 1447.85 0.41964007729829061 -AAAAAAAAMHABAAAA Features might not get as pounds. Names should indicate ages. Police used to see ele Books parenting 2.79 7738.10 3.19215721282486422 -AAAAAAAAMHCBAAAA Problems protect followers. Particular, particular controls can consider later wide, high risks. Bars would consider always social markets. New instructions may sit initial terms; farm Home rugs 6.45 935.52 0.32962884937397050 -AAAAAAAAMHDBAAAA Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 -AAAAAAAAMHDDAAAA Goods go further recent words. Special, specific rights used to challenge then. Tomorrow concerned musicians must not lend from a shelves. Once Home glassware 9.65 9352.86 2.71770168202478286 -AAAAAAAAMHFEAAAA Again afraid friends expose pairs; women tend additional churches. Only good criticisms think welcome, appropriate points. More private packages choose less relati Home mattresses 3.36 7984.75 2.33647020253222191 -AAAAAAAAMHHCAAAA Later sure estates give long wonderful signs. Wide divisions warm with a observers. Formal, necessary colleg Sports camping 2.57 3402.36 0.65349742975271408 -AAAAAAAAMHIBAAAA Labour, happy rates stop details. Purposes say small, dead times; tickets will act hopefully yesterday considerable products. Competitive others stay with an purposes. Always personal guns might ri Books cooking 2.78 12683.38 4.75338956029072198 -AAAAAAAAMHMAAAAA Real, other chiefs may not participate then frequent wives. Names provide figures. Right full workers used to withstand; later complex systems appear Home curtains/drapes 8.03 4516.80 1.39058435114175971 -AAAAAAAAMHMBAAAA Only supplies might remember again. Forces agree thus of course human areas. Budgets should pay similar, local procedures. Following, able things help elderly, american volu Books history 3.98 1461.84 0.38626569977285514 -AAAAAAAAMHNCAAAA Women would not appear very then small parents. C Home flatware 2.88 6706.40 1.50851391270278753 -AAAAAAAAMHPAAAAA Available centres go in a ears. Arrangements cannot stay expectations. French buildings used to use now ago ex Sports archery 9.81 6679.44 1.96908263390891870 -AAAAAAAAMIACAAAA Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 -AAAAAAAAMICDAAAA Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 -AAAAAAAAMIEBAAAA Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 -AAAAAAAAMIECAAAA Le Home flatware 9.98 11828.71 2.66070821965981599 -AAAAAAAAMIFBAAAA Calls used to eradicate here national, old knees. Able, english opinions afford concepts. Vital, commercial cigar Sports archery 6.82 8801.79 2.59474624164797969 -AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 7276.79 2.99708837044669438 -AAAAAAAAMIGDAAAA Then brief plants use fair, white women; outer, long prop Home bedding 40.09 6619.96 1.93136404197375395 -AAAAAAAAMIHCAAAA Clients could attempt that is to say now warm days; national problems would not belong for a stars. Issues write thereafter cases. Successful years add together perhaps easy ye Books reference 9.95 6398.40 2.12115844610026790 -AAAAAAAAMIIDAAAA Slim characters will take common, psychological features. Reasons think economically. Good, geographical parties throw committees. Southern costs increa Home bedding 3.04 12366.48 3.60790318941316695 -AAAAAAAAMIKCAAAA Commonly economic visitors promote. Aside other voices may make. Outer animals shall cut. Other, solid patients confirm hospitals. Indeed foreign companies work in order. Joint y Books travel 2.44 943.02 0.40163290338654963 -AAAAAAAAMILDAAAA So thick services might leave very only retail c Home mattresses 2.84 3939.79 1.15284785863482546 -AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 3400.78 1.40067779727705613 AAAAAAAAMJAEAAAA Busy, fun dogs cannot suffer. Valid, dry centres would recover military, partic Sports fitness 3.74 2180.17 0.71510626519707825 -AAAAAAAAMJBBAAAA Raw guns might march much experiences. Professional, strong characteristics need s Sports basketball 4.04 8721.07 3.56460838650263142 -AAAAAAAAMJBDAAAA Different states teach beneath royal houses. British countries could express residents; more educatio Home lighting 5.66 10865.56 3.29363852184150282 AAAAAAAAMJCCAAAA Future teams appreciate really modern, fine libraries; free adults will keep as only important executives. Deaf Sports fitness 0.98 7276.75 2.38680906317986174 -AAAAAAAAMJDCAAAA Average features detect instead in a consequences; single organisations Books home repair 3.98 238.38 0.06909127439055601 -AAAAAAAAMJDEAAAA Etc beaut Sports fishing 38.56 9906.09 3.37993018013437984 -AAAAAAAAMJEAAAAA Local pro Books computers 1.04 3400.92 1.03902150650969466 -AAAAAAAAMJHAAAAA Officials calculate in the images. Military, olympic services throw apparently old photographs; exotic, wonderful children benefit Home mattresses 9.36 2765.00 0.80908483171064762 -AAAAAAAAMJIDAAAA Sources seek in the ministers. Cells might not keep neatly extra woods. New, little neighbours convince really for a minutes; words give both primary Sports athletic shoes 1.82 814.77 0.26194170894388338 -AAAAAAAAMJJBAAAA Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 -AAAAAAAAMJKBAAAA References may not move deep on a sites. Almost other files can try quite welsh camps. Internal, certain bonds must remain never for ever immediate lin Sports camping 2.95 125.55 0.02411461523926135 -AAAAAAAAMJLCAAAA Male patients say on a plans. Silent orders support. Other, normal levels work strongly in the brothers. Rights cannot walk now french, goo Home flatware 7.31 3556.42 0.79996854488465460 -AAAAAAAAMJNAAAAA Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 -AAAAAAAAMKAAAAAA Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 -AAAAAAAAMKAEAAAA Major, major vegetables play recently true cells. Numerous, previous schools cannot assess about only ultimate skills. As alon Home accent 5.27 17916.33 5.79279256151366154 -AAAAAAAAMKCEAAAA So small heads ought to help parents. Second Home kids 9.32 3379.22 1.35819767848927769 AAAAAAAAMKDEAAAA Old, available pp. wind actu Sports fitness 9.69 4396.76 1.44215846588472723 -AAAAAAAAMKECAAAA Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 -AAAAAAAAMKEDAAAA States provide better values. Massive backs will play just underneath relevant procedures. Invariably labour legs insert sti Books history 1.75 436.80 0.11541677451758272 -AAAAAAAAMKFCAAAA Ex Sports fishing 6.75 1595.67 0.54443813760373930 -AAAAAAAAMKGBAAAA So white republics squeeze however new days; effectively whole minutes cannot give more never alternative years. Natural changes would disc Home kids 1.23 2680.86 1.07750836830829747 -AAAAAAAAMKGDAAAA Gay, safe banks must not live sure markets; spanish, possible environments hold gradually. Large, desperate defendants should take commonly wide horses. P Books home repair 0.60 3710.97 1.07557532731404323 -AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 3586.20 1.47704665300165806 -AAAAAAAAMKHDAAAA As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 -AAAAAAAAMKKAAAAA Foreign, new forms account arbitrary, excessive fears. Asleep, mass grounds cannot lik Sports baseball 2.65 15364.67 4.54685778893023943 -AAAAAAAAMKMBAAAA Economic ways reach really at the models. Scientists might draw even major markets. Daily o Home decor 7.07 12859.65 4.54894609971200426 -AAAAAAAAMKMDAAAA Children aid ever pictures. Abstract, ra Books travel 0.28 12721.61 5.41814294506093575 -AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 7240.08 2.98196863852106534 -AAAAAAAAMKPAAAAA Blue findings used to assess by a relatives. International, important qualities shall stay spanish, active roses; solid villages will stand in order certain members. Books reference 96.43 12441.19 4.12442723931579645 -AAAAAAAAMKPDAAAA High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 -AAAAAAAAMLAAAAAA Central, principal men a Books fiction 0.47 2017.32 0.55937269246841099 -AAAAAAAAMLBBAAAA Years compensate gold, Home rugs 4.23 4935.30 1.73894439489840584 -AAAAAAAAMLBCAAAA Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 -AAAAAAAAMLBEAAAA Further dirty police cannot think universally committees. Genuine soldiers might not cancel urgently additional, vast participants; only hot years take usually sums; materials cannot shake Home glassware 2.32 308.31 0.08958699323897298 -AAAAAAAAMLCAAAAA Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 -AAAAAAAAMLCEAAAA Then strategic things help stiff main participants. Values would speak really with the camps; roman, old interests reflect all horses. Important, square yards may explain independent programmes Sports archery 83.23 517.82 0.15265207404972816 -AAAAAAAAMLEEAAAA Now fine words give soft samples. Gold, new co Home paint 7.17 20852.83 5.26778930378699112 -AAAAAAAAMLHBAAAA Valu Books romance 1.87 4397.36 1.18772795277826853 -AAAAAAAAMLIBAAAA High relationships improve. Names should not grip also on the problems. Future, ready hands will rot. Activities might not risk well right increases. Sudden, great circumst Sports archery 0.57 3438.97 1.01379997507781403 -AAAAAAAAMLIDAAAA Fo Home mattresses 0.33 3335.98 0.97616304408321383 -AAAAAAAAMLJAAAAA Industrial funds must stuff now weak men; Home kids 5.61 829.95 0.33357880317415736 -AAAAAAAAMLKBAAAA Implicit, indian Home paint 0.68 162.27 0.04099223799961516 -AAAAAAAAMLLAAAAA There high houses live only educational troops. Quickly marve Home mattresses 3.26 4137.92 1.21082398077111139 -AAAAAAAAMLMAAAAA Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 -AAAAAAAAMLNCAAAA Appropriate, special fans may not talk best rather real feet. Generally mass systems define so. Today tragic towns ensure only established, serious players. Good at Books home repair 6.74 7388.24 2.14138315757731988 -AAAAAAAAMMBAAAAA Boys might not work yet then fast clothes. Simply large elements think in a factors. Royal charges happen at least on a children. Holy prospects think individu Home curtains/drapes 8.88 11619.39 3.57725422950164970 -AAAAAAAAMMBEAAAA Poor waves might encompass slowly about a members. Famous concerns could not provoke always neighbouring, electoral schemes. Events may not investigate d Home accent 7.07 19767.45 6.39130543588409171 -AAAAAAAAMMDBAAAA Methods secure commentators. Once full-time co Books entertainments 5.73 2061.90 1.03256089825737133 -AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 8124.94 2.48226579840186729 -AAAAAAAAMMHAAAAA Long provisions will keep ago necessary nurses. Again certain patients come tentatively dutch teachers. Modern, certain years assist only separate hours. Fundamental facilities mean much comple Sports basketball 0.18 18855.16 7.70676780083739218 -AAAAAAAAMMIAAAAA Scenes should Home lighting 8.25 549.90 0.16668922937802031 -AAAAAAAAMMICAAAA Books can focus for a activities. Voices should not feel months. Rough nurses ought to rush in a residents. Experiences must describe british considerations. Difficult mem Sports athletic shoes 2.61 7223.88 2.32241672178104288 -AAAAAAAAMMIDAAAA Technical proportions might perform poor jeans. All right subjects see alternative, big hundreds. Likely months guarantee always especially lon Books cooking 8.87 380.76 0.14269860313073450 -AAAAAAAAMMJBAAAA Actual, japanese successes ought to put. Studies shall make out of a observers. Public, dangerous ideas must stop blue, soft men. Shy, relevant pounds feel surprisingly old criteria; interested yea Sports archery 2.89 5965.90 1.75873278083749806 -AAAAAAAAMMJCAAAA Sexual strangers should eat around horrible observations. Applications Home lighting 6.23 9864.00 2.99003920455499614 -AAAAAAAAMMKAAAAA Widespread, mental authorities go less than new symptoms. Books mystery 3.63 6301.51 3.69809160231426282 -AAAAAAAAMMNBAAAA Years Home bathroom 0.97 10497.66 3.56041136598259649 -AAAAAAAAMMNDAAAA Only brown things can see difficult, soviet weekends. Ever large uses bring more for a years. Difficulties pick literally clearly other occasions. Home rugs 11.64 4250.06 1.49750126942271366 -AAAAAAAAMNDAAAAA Successful, warm employers can show easily true, handsome brothers. Bad, great men return great, linguistic gardens. Both political tra Home wallpaper 4.16 4842.11 1.79061804762203596 -AAAAAAAAMNEDAAAA Leaders fit mild, dry mechanisms. Hours might involve much weeks. Years help too over top pupils. Earlier other years will remain little schools. Topics Sports athletic shoes 9.99 6200.21 1.99331541810689544 -AAAAAAAAMNFEAAAA Only public results become by a days; concerned, dead sales lose confidently from a ar Home bedding 87.43 406.77 0.11867457678802650 AAAAAAAAMNIBAAAA There general companies work even. Channels may not say easier things. Thereafter hot agents increase only years; reservations Sports fitness 7.80 13679.18 4.48683695342958066 -AAAAAAAAMNICAAAA Efficient, good eyes last more friendly, famous ideas. Letters could go. Financial, central eyes can find then ready courses. Common horses work inter Books reference 9.08 4496.30 1.49058588415863881 -AAAAAAAAMNJAAAAA American, liberal minerals may no Sports camping 4.32 4183.80 0.80359002180821699 -AAAAAAAAMNJBAAAA Universities obey moments. Extraordinary, actual scots ought to give english materials; yet private abilities need so new developments. Radically Books sports 3.66 11116.47 3.59097546811050769 -AAAAAAAAMNKAAAAA Payments mean there at a spots. At all bottom hands implement predominantly to a conditions. Stones enrich twice important members. Mere Home blinds/shades 0.49 4464.69 2.97539401550404542 -AAAAAAAAMNKDAAAA Payments used to understand about mothers. Home flatware 3.19 4126.04 0.92809685440298960 -AAAAAAAAMNLBAAAA Specific, medium strings co Books travel 4.80 6283.68 2.67622387897604947 -AAAAAAAAMNMDAAAA Meetings know policies. Elderly, big practitioners wait outside along the books. Average hand Home decor 8.54 4782.93 1.69190380521208093 -AAAAAAAAMNNAAAAA Rightly responsible documents laugh other candidates. Educational times hide specific, famous elections. Styles cannot go to the sides Books parenting 0.70 1084.32 0.44730875912824295 -AAAAAAAAMNNDAAAA Theoretical degrees sho Books parenting 3.90 731.52 0.30177005263897400 -AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 12883.72 3.93612968368826177 -AAAAAAAAMNPBAAAA Wrong heads used to get too buildings. Slig Books science 2.46 239.24 0.07569427044932573 -AAAAAAAAMOAAAAAA Sympathetically scottish things should take regularly on a programmes. Suitable, high stars could find above in a gains; wrong orders see for the speakers. English, grand groups shall not m Books romance 0.75 5274.42 1.42462206157620825 -AAAAAAAAMOCAAAAA Weeks will claim at a hands. Cuts meet smart, relevant lawyers. Enormous sides should Home furniture 23.89 1318.20 0.34630340555063253 -AAAAAAAAMODAAAAA Critically green vegetables continue just men. White cases must take by a attitudes. Good, true costs explain over implicit shares. Commercial, following cells feel available crimes. Ini Books travel 0.23 6733.48 2.86779402589050518 -AAAAAAAAMOFAAAAA Political shares become then firmly english men. Hardly young police Home decor 1.89 10448.72 3.69610868810448287 -AAAAAAAAMOFDAAAA Wrong, vague margins rise good, efficient powers. New, single particles ought to demonstrate again young, cheerful drugs; probably old years view so. Mental purposes ought to continue appr Home mattresses 9.35 3227.01 0.94427661583312006 -AAAAAAAAMOGCAAAA Events could play instead silly, strong musicians. Regions shall not reduce however to a Sports athletic shoes 6.15 4942.20 1.58887577346055999 -AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 3518.02 1.07479694915823836 -AAAAAAAAMOIAAAAA Small, awful foods may not want only successful, succes Home kids 1.56 1571.80 0.63174789183582207 -AAAAAAAAMOKCAAAA Fa Books sports 7.37 232.54 0.07511785983809766 -AAAAAAAAMOODAAAA Full, following books merge alive, urban farms. Boys take certainly eventually future trees Home accent 4.69 6775.86 2.19080310565042945 -AAAAAAAAMOPAAAAA Geographical, obvious conditions leave rather successful, new feelings. Here present friends would stop. New, positive terms shou Home decor 5.69 2682.17 0.94878529044449471 -AAAAAAAAMOPDAAAA Studies go of course unable friends; here brilliant techniques understand radical, passive Books parenting 70.67 160.48 0.06620196036677404 -AAAAAAAAMPABAAAA Original, recent armies must not back firms. Physical, valid women shall consider young, interested animals. British, new responses shall become brilliantly references. Outstanding, due cases sh Sports athletic shoes 1.72 5082.20 1.63388459711894662 -AAAAAAAAMPBAAAAA Able, strong pictures understand especially. Similar years feed sometimes close, bri Books self-help 2.94 700.56 0.26772230025184377 -AAAAAAAAMPCDAAAA Basic circumstances take exactly surpris Home curtains/drapes 0.73 11547.45 3.55510610733083448 -AAAAAAAAMPEAAAAA Relations marry in a attacks. Prime books ma Books romance 2.81 2976.02 0.80382369012934641 -AAAAAAAAMPFAAAAA Clear artists stay so that is limited causes; innocent, unusual claims make to a horses. Concerns will see almost in a centres. Seriously great maste Home bedding 79.19 7613.70 2.22128629272315398 -AAAAAAAAMPGBAAAA Phases would sell scarcely. Seats work here secret variations. Reports order no Home lighting 35.49 330.53 0.10019238222643581 -AAAAAAAAMPGCAAAA Man Sports pools 6.46 8843.74 2.45287506821600624 -AAAAAAAAMPHAAAAA Payments appear forces. New proceedings pursue at least financial, current angles. Remarkable, main documents comply unusual, solid aspects. Wrong, just films ask different, l Home bathroom 9.49 2156.36 0.73135619301351270 AAAAAAAAMPHDAAAA Directly retail terms ought to afford sooner at a thanks. Islamic, usual examples re-open. Methods would continue; difficult, curious arts claim proposals. Thousands used to bother to the powers; deaf Sports fitness 6.95 920.10 0.30179723352207933 -AAAAAAAAMPJBAAAA Present, dangerous courts might send Home bathroom 1.93 158.10 0.05362157251824202 -AAAAAAAAMPKBAAAA Countries may tell major, dangerous rules. French offers make here at a terms. Less new doctors go patients. Level countries may not examine also large teachers; once scientific men coul Books self-help 8.61 1824.96 0.69741705074169923 -AAAAAAAAMPLCAAAA Welsh, red hours shall not agree public, certain components; then exciting minutes should avoid quite white blank organisers. That real systems will put at last measures. Never Home glassware 0.81 7536.62 2.18994883391621589 -AAAAAAAAMPNDAAAA Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 -AAAAAAAAMPPCAAAA Categories shall Books history 8.98 3439.98 0.90895466118359479 -AAAAAAAANAADAAAA Constant links reveal al Home paint 9.08 4196.88 1.06020523704828301 -AAAAAAAANABCAAAA Democrats follow mostly available, Home kids 0.59 739.06 0.29704771404770496 -AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 4731.57 1.94878970273354951 -AAAAAAAANAGAAAAA Managers may not come slightly possible occasions; naked, organisational goods could pull. Things put much little, experimental mistakes. Healthy, cruel hours acknowledge red doubts. Citie Home paint 7.24 7984.72 2.01707982128728157 -AAAAAAAANAIBAAAA Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 -AAAAAAAANAKCAAAA False concerns shall concentrate either useful animals. Companies requ Home glassware 5.38 1115.12 0.32402532483748029 -AAAAAAAANAMDAAAA Average services could try unfortunately plants; extensive procedures must Books fiction 4.94 5734.05 1.58996638473246290 -AAAAAAAANANCAAAA Also little lines see upo Books self-help 5.67 6036.41 2.30684248381756347 -AAAAAAAANAOBAAAA In general high russians sound easily police. Organisers can produce just off Books home repair 35.14 9200.97 2.66677885279500841 -AAAAAAAANAPAAAAA Gently other places qualify rational matches. Definitely supreme circles answer corporate, notable pictures. Generous, strategic orders ought to address public days. Employees answer perh Home tables 4.95 758.94 0.40801172586153729 -AAAAAAAANBDCAAAA Hours should look very usually darling men. Single pounds would see else results. Tired courts may not improve wide records; findings ca Sports camping 3.81 5553.14 1.06660162859220855 -AAAAAAAANBEBAAAA Social, mi Books self-help 2.25 2221.27 0.84886878194646143 -AAAAAAAANBLDAAAA Other, correct points pick. Policies shall regard of course just major topics; white, popular wome Books parenting 0.42 480.20 0.19809435049928274 -AAAAAAAANBODAAAA Only obvious profits produce now. Swiftly necessary times used to formulate here circles. Primary drugs inform doubtless low cases; too previous concessions pay. V Books science 3.96 6222.82 1.96886733003458099 -AAAAAAAANCAEAAAA Well complete users may not appear men. Recent mechanisms would pr Home glassware 4.16 178.36 0.05182684996952165 -AAAAAAAANCBDAAAA White times examine products. Alone, square examples used to get highly. Willing chairs must not conjure immediately recent members; northern societies may seem properly p Books home repair 3.44 8972.70 2.60061782751968238 -AAAAAAAANCCCAAAA Faces would not read ever professional girls. Complete, briti Home rugs 6.73 560.91 0.19763566562163695 -AAAAAAAANCFCAAAA Scientific courses set different questions. Various, likely surfaces prevent also vague days. Critical, grand clothes save from a duties; powerful Books computers 1.45 6240.57 1.90656835293955905 -AAAAAAAANCGEAAAA Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 -AAAAAAAANCKAAAAA Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 -AAAAAAAANCNAAAAA Super, aware taxes used to expect. Available, active falls provide. Awful hands may play ever Books romance 7.90 8551.75 2.30982965237587051 -AAAAAAAANCNDAAAA Satisfactory, serious workers would come previous, africa Home kids 3.18 236.88 0.09520832206264762 -AAAAAAAANCOCAAAA Most fine carers o Home mattresses 1.67 1075.19 0.31461841598805469 -AAAAAAAANCPBAAAA Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 -AAAAAAAANDBCAAAA Again judicial colours may blame fully british strange groups. Rules shall cover probably participants. W Sports basketball 5.63 4730.38 1.93347286735966087 -AAAAAAAANDDAAAAA Plants should manage slowly on a managers. Trials could stop never also obvious awards; true, attractive controls determine psychiatric, bad relations. Keys follow. Positions coul Books fiction 2.73 4345.24 1.20487012383827959 +AAAAAAAAOEDCAAAA Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 +AAAAAAAAOIFBAAAA Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 +AAAAAAAAOOFEAAAA Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 +AAAAAAAAPAFCAAAA Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 +AAAAAAAAPCODAAAA Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 +AAAAAAAAPEFEAAAA Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 +AAAAAAAAPNKCAAAA Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 +AAAAAAAAAIIDAAAA Again heavy organisms may resu Sports football 43.19 10006.10 4.33757021767180233 +AAAAAAAAAJBEAAAA Relevant, distinctive years speak. Fac Sports football 0.42 2341.90 1.01519629953384374 +AAAAAAAAALMDAAAA Possible households cannot Sports football 2.45 4673.10 2.02575422834092198 +AAAAAAAABIOCAAAA Overall companies will not say senses. So inappropriate circumstances leave yesterday only other mountains. Persons fight else bitter metres. Correctly linguistic patients handle others. Curr Sports football 4.63 268.40 0.11634941150129538 +AAAAAAAACBIAAAAA Simple friends take then available, modern countries. Operational bands find at all early governors. Big patients u Sports football 1.00 11897.11 5.15730904272047812 +AAAAAAAACBOAAAAA Hands used to trust democratic, green attitudes. Negotiations will take products; Sports football 0.25 5639.80 2.44481151633757715 +AAAAAAAACKPBAAAA Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Sports football 2.92 3631.05 1.57403327359082938 +AAAAAAAAECDEAAAA Bones join over groups; only military boards see much; better special others will accept. Kilometres check in addition unions. Serious, previous days find once. Delightf Sports football 1.08 431.34 0.18698269432551696 +AAAAAAAAEKIDAAAA Simple, other concentrations must believe indian, common years. Only statistical standards must sort thus lists. Liberal sign Sports football 84.88 11883.97 5.15161295007097357 +AAAAAAAAELHDAAAA Much leading demonstrations might end once more institutional doubts. Accused authorities should make. Administrative women maintai Sports football 3.79 155.70 0.06749479646330734 +AAAAAAAAEMGBAAAA Local agencies wish members. New year Sports football 2.85 4306.88 1.86700057155998161 +AAAAAAAAGBFCAAAA Democratic members die now together only requirements. Still possible studies used to get however shares. Formidable, conventional years could represent capable workshops. Wonde Sports football 4.15 152.66 0.06617697898579640 +AAAAAAAAGCDDAAAA Quiet requests lose correct, friendly men; perhaps subsequent powers would not trap. Major, volunt Sports football 3.59 87.36 0.03786991277478824 +AAAAAAAAGGDCAAAA Long, fat problems think with the boys. Readers may take elections. Different brothers know especially due, upper players. Early, australian angles used to set then detail Sports football 3.93 14434.53 6.25726181370265746 +AAAAAAAAGICEAAAA Police may effect short, foreign pubs. Jobs must not show often foreign, constitutional times. Just new studies appeal great, big days; determined, certain pp. may suit ahead claims Sports football 7.52 7251.34 3.14340216689941606 +AAAAAAAAHIJBAAAA Features can get; fiscal, important considerations must claim then wrong bodies; various houses postpone yet spirits. Provincial, complete managers a Sports football 0.55 1146.29 0.49690822246579689 +AAAAAAAAHNJCAAAA M Sports football 2.64 80.16 0.03474876611752548 +AAAAAAAAIHNAAAAA Losses must spawn foreign players. Passengers can clear here low residents. Ready, bottom women ought to manage r Sports football 2.04 1054.94 0.45730867425177553 +AAAAAAAAIIDAAAAA Too nervous orders prevent further at a rocks. Good, right roads feel versus a questions. Furthermore dear visitors can raise no longer british national plants; duties ought to serve. Offic Sports football 3.30 1060.02 0.45951081661551093 +AAAAAAAAIJNCAAAA Here forthcoming movies control too huge ships. A little eastern documents include just. Unique, regular problems Sports football 64.24 16402.40 7.11031887931761330 +AAAAAAAAIMECAAAA Social eyes hear. Important, other fields say ago small, desirable inco Sports football 0.70 1612.53 0.69901980822721254 +AAAAAAAAIODDAAAA Different days read impossible, old farms. Certain proposals cannot protect long from a pr Sports football 5.23 1774.48 0.76922393338606048 +AAAAAAAAJPCCAAAA Sources cannot fight as on a names. Years ought to contact well in front of a arms. Prisoners try upwards. Nice, nice drivers vary up to as enormo Sports football 1.28 6410.76 2.77901696451581370 +AAAAAAAALECCAAAA So overall Sports football 4.39 5216.24 2.26120139437226913 +AAAAAAAALGIDAAAA Sc Sports football 1.08 54.79 0.02375105907658709 +AAAAAAAALIFBAAAA Still tough unions must refuse especially services. Authorities play only. Main, nati Sports football 6.81 6968.31 3.02071075878759925 +AAAAAAAAMANAAAAA Heads fail only serious li Sports football 2.40 9890.97 4.28766221563698810 +AAAAAAAAMDEAAAAA Today british hills include p Sports football 0.52 9494.03 4.11559166645172659 +AAAAAAAAMEGBAAAA Annual democrats create only emissions. Huge teachers could tour there ways. There british plans make. New, inadequate authorities may not handle like a records. Sports football 6.49 26450.44 11.46606977626797125 +AAAAAAAAMFODAAAA Enough possible policemen call as racial stairs. Leve Sports football 7.89 6699.84 2.90433100280491381 +AAAAAAAAMIACAAAA Simple, powerful efforts may like Sports football 4.81 2960.52 1.28336348635549557 +AAAAAAAAMLMAAAAA Various, key mines get institutions. Sports football 4.19 4485.29 1.94433998477140527 +AAAAAAAANLFCAAAA Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 +AAAAAAAANLHDAAAA Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 +AAAAAAAANNKBAAAA Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 +AAAAAAAANOEAAAAA Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 +AAAAAAAAOHEAAAAA Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 +AAAAAAAAOKEBAAAA Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 +AAAAAAAAOMCBAAAA Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 +AAAAAAAAPBDDAAAA Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 +AAAAAAAAPIKBAAAA Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 +AAAAAAAAPKFBAAAA Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 +AAAAAAAAACCDAAAA Figures will not wish late primary, sure members. Recently true techniques could bring a little radically economic processes. Distant lips ought to go only civil words. Days claim aback in the kids; Sports golf 4.14 22357.31 5.28151374868318335 +AAAAAAAAADCDAAAA Bloody directors reach highly only heavy women. Ministers shall not avoid afte Sports golf 4.26 7464.82 1.76342992343198716 +AAAAAAAAALECAAAA Revolutionary investors will not consider often black questions; lines want probably contemp Sports golf 1.19 3204.36 0.75697261413517303 +AAAAAAAABAGDAAAA Here possible nations could think with the ages. Weeks discuss of Sports golf 2.48 7304.22 1.72549105207230572 +AAAAAAAABJPDAAAA Right competitive tables look devices. Conservative, new cases require low dangers. Quite educational principles assess Sports golf 5.22 1569.65 0.37080167764460746 +AAAAAAAABLNAAAAA Assets would take. Then great fingers develop en Sports golf 7.78 6214.14 1.46797919097790016 +AAAAAAAABMECAAAA Over sexual activities should not distinguish so. Really large goals provide to a attitudes; already free arms used to accept even for a days. Black, video-taped names may present both to the Sports golf 9.14 6246.87 1.47571106681602203 +AAAAAAAACAGDAAAA Friendly, efficient stands forget separately. Lega Sports golf 7.38 20385.52 4.81571370411091531 +AAAAAAAACDIDAAAA Women could tell still ever mathematical standards Sports golf 1.26 7017.24 1.65769717098387872 +AAAAAAAACFHDAAAA Crucial, willing styles used to derive in a women. Catholic, other controls sho Sports golf 1.49 8639.12 2.04083724994303263 +AAAAAAAACGCBAAAA Wonderful, int Sports golf 5.94 7497.45 1.77113817606253762 +AAAAAAAACHAEAAAA Especially alone payments would mention free, equal eyes. Facilities ought to benefit there occasions. Big meals might prove skills. Chan Sports golf 60.91 10605.00 2.50524116294783046 +AAAAAAAACJIBAAAA Independent, constant prices smoke; homes might form now accounts. Other ranks could matter again outside the honours. Close, religious methods apply Sports golf 4.55 11903.61 2.81201449879089337 +AAAAAAAACNPCAAAA Poor, eventual homes would go all foreign powers. Pupils would find most great laws. Twi Sports golf 1.07 2867.53 0.67740256407239908 +AAAAAAAADICAAAAA Members become so poor peri Sports golf 32.36 4124.04 0.97423052952789917 +AAAAAAAADLFAAAAA Also silent nurses find also fully mental priorities. Savings shall bring naturally silent e Sports golf 3.04 16051.84 3.79195948223031616 +AAAAAAAAECFDAAAA Old others tell; immediate eggs leave terms. Seats involve sensibly anyway royal individuals. Interesting, american year Sports golf 3.73 4534.82 1.07126994158972942 +AAAAAAAAECOAAAAA Regulations would live parents. Departments shall not want. Standards must not cost difficult authorities. Young, international levels achieve nicely for a participants. Probably busy Sports golf 43.29 1105.40 0.26113093649434529 +AAAAAAAAEDADAAAA Global actions slip etc windows. Probably true papers know both with a months. Other states let industrial, open lectures. Expressions climb within a doubts. So western details Sports golf 3.75 7735.51 1.82737558400703178 +AAAAAAAAENCEAAAA Services go certain beans. Away american words lose quickly powerful skills. Certainly physical films would turn rather later central miles; great governments re Sports golf 0.71 20947.28 4.94841943496405753 +AAAAAAAAEPCEAAAA Results decide hence eventually economic races. American, underlying tourists shall secure too adult sig Sports golf 64.31 1080.57 0.25526529405436465 +AAAAAAAAFANBAAAA There only decisions take really royal, joint words. Too public copies must not invent so-called, important aspects. Human, positive organisations would view more male phrases. Relations must n Sports golf 4.20 3922.85 0.92670299821498319 +AAAAAAAAFBABAAAA Experimental users know even extremely small aspects. Regular Sports golf 2.85 14440.52 3.41131401399070294 +AAAAAAAAFIIBAAAA Facts finish other passengers. Similar societies live personally. Visitors would manage light, new rocks; parts can brin Sports golf 8.20 3304.37 0.78059818402733829 +AAAAAAAAGAAEAAAA New, confidential neighbours capture Sports golf 3.48 8839.02 2.08806004187827745 +AAAAAAAAGCCEAAAA Then narrow problems show now just social competitors. Lives may not become individual, bloody resources; roots Sports golf 1.10 6965.97 1.64558555246201778 +AAAAAAAAGDEEAAAA Carefully european characters drop foreigners. Foreign funds wear; silver, empty councils use personally positive, english matters. Servic Sports golf 6.37 4816.06 1.13770785056355760 +AAAAAAAAGEDBAAAA Systems submit often priests. Publications shall close high friendly instruments. Levels look white countries. Human, close weeks say never civil, small collections. Tory, tr Sports golf 8.58 1498.11 0.35390163494802209 +AAAAAAAAGHAEAAAA Paintings may market mistakenly dependent occasions; nearly good children might not put now rights. Current services see for a relationships; faces could keep too nearby, diverse p Sports golf 7.67 4495.20 1.06191042674993753 +AAAAAAAAGJMCAAAA Long-term game Sports golf 4.19 20224.07 4.77757403548687691 +AAAAAAAAGMKDAAAA Best odd changes used to pass underlying minutes; good others could Sports golf 4.29 16608.35 3.92342499468595946 +AAAAAAAAHDPAAAAA Early, possible forces release long dirty Sports golf 6.26 13323.43 3.14742152453126005 +AAAAAAAAHNHBAAAA Views should cultivate even ambitious, in Sports golf 1.58 2276.99 0.53789807408020561 +AAAAAAAAIEDEAAAA Different years complain merely comprehensive, effective weeks. Images will discuss honours; similar centres get now needs. Foreign errors last sepa Sports golf 0.85 885.40 0.20915987983724744 +AAAAAAAAIEEBAAAA New interests feel home for the experiences. Services call numerous actions; ch Sports golf 7.82 2194.72 0.51846326121120815 +AAAAAAAAIHMCAAAA Social, identical doubts might Sports golf 4.59 10647.05 2.51517472173160757 +AAAAAAAAIMFDAAAA Almost major songs afford big characters. International Sports golf 3.54 585.78 0.13838002531179445 +AAAAAAAAIMHBAAAA British, quick friends might make early good min Sports golf 2.17 11931.00 2.81848489534470205 +AAAAAAAAIPJAAAAA Countries put away indeed social services. Sports golf 9.43 9982.10 2.35809220298552932 +AAAAAAAAJDEAAAAA Economic, impressive thoughts will not neglect. Strong, serious records should capture o Sports golf 8.11 10722.62 2.53302677969332068 +AAAAAAAAJIJCAAAA Skills might swallow together. Also emotional styles should not address on Sports golf 8.91 7359.85 1.73863264244428006 +AAAAAAAAKBJCAAAA For example physical events shall find far fires; courts reveal poor experiences. Others control to the activities. Square features answ Sports golf 2.63 19026.67 4.49470974802683615 +AAAAAAAAKEPCAAAA Practical stations admit increasingly. Pr Sports golf 1.53 6248.86 1.47618116864669306 +AAAAAAAAKJEAAAAA Clearly conservative children could not moderate with a decisions. As good as important track Sports golf 7.66 2477.50 0.58526496758163602 +AAAAAAAAKMMAAAAA Specific walls go conversely russian women. Correctly fair priorities track to a lives. Complete memorie Sports golf 2.22 4258.62 1.00602264227750021 +AAAAAAAAKPECAAAA Full, rural artists must not notice deeper historical stages; other years may preserve apparently traditional solicitors. Central, old years will not manage best qu Sports golf 1.81 11366.84 2.68521220750984603 +AAAAAAAAKPPAAAAA Young hands report. Children would bre Sports golf 4.09 665.12 0.15712267819894965 +AAAAAAAALCBCAAAA Western elements shall not remember in the unions. Cruel assessments show again important teachers. Later real pp. engage boring hands. Earli Sports golf 6.67 397.44 0.09388807617180441 +AAAAAAAALJOAAAAA Buildings would not get with a tools. Current, united elections Sports golf 0.82 271.20 0.06406613893365880 +AAAAAAAALLHCAAAA Secondary, british forces cou Sports golf 3.20 5029.51 1.18813158712472822 +AAAAAAAAMDKDAAAA Long only eyes used to accept light, american Sports golf 8.72 877.92 0.20739286391090611 +AAAAAAAAMEECAAAA Direct records would not marry in a suggestions. External standards avoid nice services. Large secrets Sports golf 0.42 4771.19 1.12710811732626678 +AAAAAAAAMEFCAAAA Objectives object so remaining, young thousands. Fires need years. Like years shall like either times. Hands demonstrate direct just happy bodies; though arab functions should n Sports golf 7.24 3317.80 0.78377078080417840 +AAAAAAAAMLBCAAAA Nervous, alt Sports golf 9.38 2595.87 0.61322775838391180 AAAAAAAANDDDAAAA Private, extreme books will for Sports golf 0.74 4637.54 1.09553570040707984 -AAAAAAAANDECAAAA French detectives might discuss as objective rewards; trees should not allocate. Civil images cause here year Home glassware 8.44 6843.91 1.98866504134844653 -AAAAAAAANDFBAAAA Negotiations could not know true effects. Rich visitors will think inc, foreign lists. Significantly only elements flourish already; companies remember habits. Difficult, occupational Sports athletic shoes 8.37 72.94 0.02344959712601943 -AAAAAAAANDJAAAAA Grey years run long of course wooden conditions. Annual, video-taped courts might break sexual doctors. Obligations rest women. Large, brief others may check men. Weeks can go especially then hidden r Sports baseball 9.40 18203.06 5.38682087824629388 -AAAAAAAANDOBAAAA Limited, sharp hours look available proportions. Especially public ties object basic reductions; institutional sales apply; preferably territorial pp. used to pr Books romance 9.88 7408.89 2.00114290211840422 -AAAAAAAANDPAAAAA Very special others smile rather. Tools might decide other times. Wages may fit almost. Black relations would come on Home paint 0.98 3553.16 0.89759031472676780 -AAAAAAAANDPDAAAA Inside previous duties try further. Though ready figures Sports archery 1.67 5837.27 1.72081297031450449 AAAAAAAANEEEAAAA Even s Sports golf 1.45 656.18 0.15501076344206576 -AAAAAAAANEIDAAAA Relations d Home curtains/drapes 8.44 5643.90 1.73758391325916083 -AAAAAAAANEJCAAAA At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 -AAAAAAAANEKBAAAA Hardly continental possibilities might proceed most for a values. Then following groups face. Loud other patients will approach only. Current practices will say nice, productive languages. Reportedly Home lighting 0.78 20387.00 6.17983873309638142 -AAAAAAAANELDAAAA Middle areas should respond appropriate, other plans. Stories escape somewha Books history 5.35 2308.02 0.60985399249558441 -AAAAAAAANEOAAAAA Working dangers must follow british, wealthy governments. Possible magistrates ought to mean old, major facilities. Contents int Books fiction 3.42 12060.94 3.34431844303330998 -AAAAAAAANEODAAAA Single, successive birds involve really in a poets. Various, public colours build over. Level, grey troops relax average, sensible clergy. Proud authorities read prayers. Stores may shoo Home bathroom 6.65 5152.04 1.74737815608402029 -AAAAAAAANFCCAAAA Companies would protect greatly firms. Exceptions disagree highly; wrong difficulties put once aga Home bedding 2.22 32.96 0.00961603375601287 -AAAAAAAANFHDAAAA Accessible, sure opportunities used to help; too good films would not see Books romance 9.91 3998.50 1.07999577455198272 -AAAAAAAANFICAAAA Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 -AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 3360.39 1.02663910949393483 -AAAAAAAANFMBAAAA Usually desperat Home mattresses 1.51 9118.22 2.66814231254996794 -AAAAAAAANFOCAAAA Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 -AAAAAAAANGFEAAAA Financial terms show again; more full pictures shall meet there. Regional, Books travel 3.80 6457.44 2.75022838926474628 -AAAAAAAANGNCAAAA Young, british parents can recall a Home blinds/shades 5.24 2375.74 1.58325943758549437 -AAAAAAAANGPAAAAA Particular, new defences ought to defer modern studies. Methods ought to plant Sports athletic shoes 6.46 3867.92 1.24350378003390579 -AAAAAAAANHBEAAAA Clean pictures would become through a clients. Legs sell up to a effects. Powerful, german areas may come in general at least little changes. Too medical years may suck probably soon pub Books mystery 6.36 1659.84 0.97409039502996996 -AAAAAAAANHLAAAAA Warm areas shall agree automatically mostly original pieces. Past domestic approaches post Books travel 3.72 10.35 0.00440807252237576 +AAAAAAAANKHBAAAA Young figures should go onl Sports golf 9.27 NULL NULL +AAAAAAAANMJAAAAA High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 +AAAAAAAAOGPAAAAA Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 +AAAAAAAAOLNDAAAA Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 +AAAAAAAAPABDAAAA Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +AAAAAAAAPJNDAAAA Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 +AAAAAAAAAAEDAAAA Concerned politicians cannot listen there. Sometimes other followers occur urban, physical years. Concerned words might not set. Workers can perform then in a individuals. So strong im Sports guns 3.30 429.26 0.11247951964018293 +AAAAAAAAABDDAAAA Rates ought to lead again present variables. Also strong students scream. Exact, dutch feet open; dail Sports guns 93.05 678.41 0.17776459702533779 +AAAAAAAAABGEAAAA Confident areas would happen without a arguments. Soft mountains allow moderately contempora Sports guns 3.23 2405.90 0.63042090178986187 +AAAAAAAAABHAAAAA Old sources pull later examples. Rich others ought to e Sports guns 6.47 14117.29 3.69917066072114345 +AAAAAAAAAMDCAAAA Things keep at a others. Full, central wage Sports guns 2.94 12137.48 3.18039863961777821 +AAAAAAAABKDCAAAA Wide, certain v Sports guns 5.44 505.47 0.13244891858669167 +AAAAAAAACAKCAAAA Always complex areas would convince less much local lawyers; modern others can sue home reasonable proposals. Sports guns 4.59 11371.34 2.97964604404136823 +AAAAAAAACDNBAAAA Rational, sof Sports guns 1.64 22707.64 5.95011051428552263 +AAAAAAAACJGAAAAA Clear types buy years. Companies used to go already. Stable, general arrangements will accept purely light Sports guns 7.02 9657.94 2.53068175910568956 +AAAAAAAACKABAAAA Determined roads might lea Sports guns 2.31 5344.12 1.40032626030725990 +AAAAAAAACLDBAAAA Little poor markets wriggle commonly roughly strategic times. Able securities can handle involuntarily thus other rates; then famous pri Sports guns 2.21 1187.63 0.31119613267080662 +AAAAAAAACLHAAAAA Huge, private situations ought to back by an marks. Girls can come also local, Sports guns 7.03 7246.86 1.89890353561863683 +AAAAAAAADKLBAAAA Public, legal languages might get easier easily regular towns. Very different children fulfil virtually tiles. Everyday, fresh numbers look only large, sole companies Sports guns 9.11 4695.99 1.23049596849252813 +AAAAAAAAECICAAAA Old, n Sports guns 1.37 6973.14 1.82718035126437398 +AAAAAAAAEHCBAAAA Devices know also so normal waters. Labour times say. Teachers tell Sports guns 0.26 2073.30 0.54326931945671915 +AAAAAAAAEHKBAAAA Extensive circumstances consider already russian discussions. Both open problems try in an charts; wa Sports guns 6.89 15948.99 4.17913323847104576 +AAAAAAAAEPFBAAAA Seats ought to consult tools. Far strong hundreds include children. Concessions sho Sports guns 8.96 8159.48 2.13803846366696126 +AAAAAAAAFLDDAAAA Guilty, painful families shall separate inadequate, causal feet. Other, dangerous indians boost efficiently like a children. Aggressi Sports guns 14.96 14127.44 3.70183027756023364 +AAAAAAAAGBFBAAAA Free pp. think rather to the shoulders. Original rates wil Sports guns 3.71 535.60 0.14034391911494660 +AAAAAAAAGFLDAAAA Actually other thoughts hold to a places. So only services affect blind, content measures. Formal, other differences would complain open annual, rich methods. Risks acknowledge long; ways Sports guns 4.62 1508.24 0.39520596072801914 +AAAAAAAAGMEDAAAA Blind, real systems may not intervene even later real standards. Unnecessarily other others might clarify in a doors. Here catholic manager Sports guns 3.81 11675.92 3.05945551171132797 +AAAAAAAAGODDAAAA Traditional, necessary activities would get thick safely aware demands. Annual, military arrangement Sports guns 4.44 6448.74 1.68977118176497519 +AAAAAAAAHOGBAAAA Standards may open both op Sports guns 2.90 24366.68 6.38483078233716751 +AAAAAAAAIDDCAAAA New, difficult writings should arrange too never social years. Fresh seasons can stand. Full accountants reserve as the words. Good, public facts see. Inadequate, marin Sports guns 4.77 5186.43 1.35900655790764091 +AAAAAAAAILBDAAAA Financial, italian wages kno Sports guns 5.30 7381.49 1.93418079818481544 +AAAAAAAAIMMCAAAA Rows cannot give then magnetic children. Children join again very labour neighbours. Ways shoot. Horses could prepare little to a heels. Residential, stable issues disappear automaticall Sports guns 31.00 8425.76 2.20781213577661021 +AAAAAAAAINFDAAAA New eyes change political, new activities. Sports guns 9.10 11138.94 2.91874998951875137 +AAAAAAAAJOODAAAA Likely personnel will not produce in an guidelines; freely tory sanctions give most pp.. Cases may let never players. Appropriate, Sports guns 3.77 173.24 0.04539428780334830 +AAAAAAAAKBHCAAAA New, british politicians fail particularly in a things. Personal books get; as political nig Sports guns 1.17 13290.11 3.48242367973999795 +AAAAAAAAKFLDAAAA Days must appear kindly familiar hands. Too negative systems cannot skip existi Sports guns 3.00 8788.60 2.30288754207173199 +AAAAAAAALFOBAAAA About british reasons will draw occasionally practitioners. New attempts shall display in private private, major magazines. Questions dare on a losses. As american children take upwards good symptom Sports guns 72.70 6798.49 1.78141659944692547 +AAAAAAAALLNCAAAA Again integrated circumstances used to remove especially about Sports guns 1.13 552.75 0.14483775446375417 +AAAAAAAAMEHAAAAA So married arts must not land somewhat. Specific, long cases cover today existing, southern reasons; well substantial features would not sell b Sports guns 0.86 2072.90 0.54316450697044959 +AAAAAAAAMEJAAAAA Sure persons say quicker public, late cells. New, central visitors should not destroy both skills. Circumstances s Sports guns 95.42 11171.94 2.92739701963599043 +AAAAAAAAMFHCAAAA Eventually effective leads see grey brothers. Others show both for no sorts. Authoriti Sports guns 8.46 14552.42 3.81318830359733223 +AAAAAAAAMIEBAAAA Shy, young areas would return indeed obvious entries. Following, major villages require for the circumstances. Accordingly safe minutes specify. Serious Sports guns 5.29 18218.86 4.77391003399278555 +AAAAAAAAMJNAAAAA Ways ought to use so armed, straight operators; inc, only techniques must distinguish never usual authorities. Moral projects show however. Goods will take new, physical cultures. Sufficient Sports guns 9.15 4790.32 1.25521337306704813 +AAAAAAAAMKPDAAAA High sons must sign home expensive games; boats hit hardly. Customers judge today recent, main gods. Then tory organisations describe also partners. Otherwise jo Sports guns 6.69 506.92 0.13282886384941884 +AAAAAAAAMPNDAAAA Over important allowances recommend present charges; at least philosophical equations cannot attract please steps. More early sides look permanent years. Low, civil events try also at a theori Sports guns 7.59 176.40 0.04622230644487786 AAAAAAAANHODAAAA Suppliers produce to a hours. Special, main factors will come. Old, individual recommendations see Sports guns 30.34 3863.70 1.01241000799928895 -AAAAAAAANIABAAAA Prospective, other jeans must set short old women. Books reference 1.46 4902.61 1.62528329104707965 -AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 13655.65 4.38614495128800379 -AAAAAAAANIBDAAAA Other, convincing readers shall talk rapidly parents. De Books history 4.31 19220.00 5.07854946480755468 -AAAAAAAANICCAAAA Possible services can think in addition in a institutions. Able, hard grounds will choose mixed kilometres Home glassware 4.44 1529.66 0.44448003657983006 -AAAAAAAANIFCAAAA Terrible, new bills swap hardly Sports basketball 3.53 1690.99 0.69116715443083070 -AAAAAAAANIHAAAAA Social shows appeal largely once more african clothes. Single, current groups feel somewhat courses. National aspects find minutes. Now real farmers would talk in a assu Home paint 4.89 1223.00 0.30895117442244003 -AAAAAAAANILCAAAA New rocks might not assist. Poor fields cope. Even critical patients cannot change. Police rain to the hundreds. Tears want english, large feelings. German, tradition Sports baseball 2.72 1591.02 0.47082961621328604 -AAAAAAAANINDAAAA Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 -AAAAAAAANJAAAAAA Young, white workers may not wreck british, statistical explanations. New complaints leave no longer only wide doors; shops beat new restrictions. Horses must not test by now anonym Books reference 2.21 3352.26 1.11132073839148601 -AAAAAAAANJFEAAAA Very, new trends should not des Books entertainments 3.14 4743.41 2.37541087851156589 -AAAAAAAANJGDAAAA Concerned, working children feel politically real texts. Scientists take probably better concerned forms; here negative things comply recently french reactions. Briti Books fiction 9.47 19440.81 5.39064612132274955 -AAAAAAAANJMAAAAA Minutes find by a others. Then new firms Home bedding 3.93 2304.48 0.67232880673715196 -AAAAAAAANKBEAAAA Dry, friendly situations ask thus grey floors. Letters must discuss steep chapters. Members act ago on a feet. Standards exploit sounds. Arguments shall come Home rugs 4.77 3898.57 1.37365437756956579 AAAAAAAANKGCAAAA Detailed, cognitive friends go less so domestic terms. Again accurate children would break Sports guns 7.44 4868.20 1.27562036414373230 -AAAAAAAANKHBAAAA Young figures should go onl Sports golf 9.27 NULL NULL -AAAAAAAANKIAAAAA Methods used to perform eggs; now good years diversify only Sports camping 8.37 5640.71 1.08342135664081162 -AAAAAAAANKJCAAAA Questions see by a representatives. Short questions pass respectively progressive pp.. Sufficiently Home decor 27.90 10133.26 3.58451851756211594 -AAAAAAAANKKBAAAA Now usual others shall express again books. Inevitable sales cannot take good. Significantly long words finish continuous, good duties. Countries can run in a branches; even s Books reference 6.03 10533.60 3.49203466614181388 -AAAAAAAANKODAAAA Only certain creatures cater about independent issues. Over present lines might work by the personnel. Visitors scrap. Old, e Home accent 4.58 5751.72 1.85967331657261042 -AAAAAAAANLFCAAAA Suitable fingers would go then new men. Efficient, noble drawings think probably Sports football 4.22 2023.04 0.87697285187623180 AAAAAAAANLHAAAAA Heads might use deeper before a men. Liberal, major authorities must pay extremely broad owners. Sports guns 0.12 4684.24 1.22741710170835968 -AAAAAAAANLHDAAAA Recent communities should not resist political, late relatives. Below essential plans should Sports football 0.76 1495.38 0.64823615115799960 -AAAAAAAANLKAAAAA Sign Home paint 5.65 246.59 0.06229294366380171 -AAAAAAAANLPBAAAA Western attitudes play more general, blue trains; current women watch still expert ways; very royal amounts cannot get so capi Books self-help 9.20 4206.70 1.60761019822632065 -AAAAAAAANMAAAAAA Over wide attacks agree i Books parenting 7.30 497.35 0.20516914873139998 -AAAAAAAANMADAAAA Things help usually. Policemen get strong rivals. Powers wait. Public police would file today nuclear users. Public, able indicators must perform however beside a conditions. V Home bedding 6.93 4421.67 1.29001601874846504 -AAAAAAAANMCBAAAA Policies compensate more long eyes. Terrible, single res Books history 6.60 9284.67 2.45331195938682408 -AAAAAAAANMDAAAAA Major, spanish limits cover too in the group Home flatware 2.03 442.02 0.09942641651152424 -AAAAAAAANMFEAAAA Low meals c Books fiction 6.53 3925.96 1.08861004487304088 -AAAAAAAANMIBAAAA Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 -AAAAAAAANMJAAAAA High members may not fulfil by a officials. Bishops may practise well to a bodies; both considerable problems would not make however organic important things. Particular, old companies must take Sports golf 5.84 5794.81 1.36891999466871452 -AAAAAAAANMMDAAAA Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 -AAAAAAAANNACAAAA Long, good regions shall make under institutional societies. Disciplinary, unique clubs shall calm only more awkward females. Theories come hardly inappropriate issues; Home glassware 1.67 8034.73 2.33468684825978188 -AAAAAAAANNBEAAAA Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 -AAAAAAAANNCAAAAA Particular, previous machi Sports fishing 1.40 19250.34 6.56816212489973920 -AAAAAAAANNEEAAAA Quite linguistic cells ask already permanent, valuable players. Colours place hastily happy, short bacteria; int Books fiction 1.59 7110.63 1.97167144937176911 -AAAAAAAANNFDAAAA Corporate, general events see outwards old feet. Early windows receive. Skills achieve scottish, wrong Sports baseball 98.36 10690.97 3.16377248686236163 -AAAAAAAANNHBAAAA Old, casual cards appear large, industrial areas. There chinese profits receive well safe words. Contemporary centuries consider particularly Books history 9.83 1717.86 0.45391451527649875 -AAAAAAAANNIAAAAA Dear patients give again able directors. Modest terms think. For example assistant Books computers 1.89 3096.66 0.94606645800204387 -AAAAAAAANNJCAAAA Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 -AAAAAAAANNKBAAAA Empty, remarka Sports football 9.76 11645.83 5.04838102438200754 -AAAAAAAANNNBAAAA Hills stimulate together heroes. Fundamental, following relations join particularly times. Political acts might notice. Concer Books self-help 7.16 16435.64 6.28095715843213083 -AAAAAAAANNODAAAA Businesses profit probably monetary neighbours. Too important members would produce. Careful tales used to believe far, primary plans. Workers accept again Home glassware 4.52 317.65 0.09230095813421480 -AAAAAAAANNPCAAAA Early chief models conclude typically central, suitable rates. Long, unlikely cities tell journals. Chapters shall study later natural, intense chiefs. Co Home accent 2.12 4028.93 1.30265270481506181 -AAAAAAAANOAEAAAA Labour, h Books home repair 35.82 4334.42 1.25627402275322497 AAAAAAAANODBAAAA Furthermore low parents used to reach. Young years can rest completely busy woods. Formal, inadequ Sports guns 2.17 4753.98 1.24569115868945821 -AAAAAAAANOEAAAAA Mean, recent sequences throw separate, other eyes. Sudden, cold roots take just general relations. Advantages could meet. Then annual page Sports football 4.83 623.00 0.27006588437148668 AAAAAAAANOHDAAAA Al Sports guns 4.59 6630.42 1.73737701302861129 -AAAAAAAANOJBAAAA Growing, small aims might begin Books computers 2.75 647.50 0.19781895059719937 -AAAAAAAANOKAAAAA So ethnic championships think totally soft, appropriate customers. Perfect, military enterprises used to reach away essential authorities. Stages Books fiction 5.77 4086.66 1.13316975363499914 -AAAAAAAANOKDAAAA Too contemporary ideas measure now as a teeth. Only modern problems concentrate local animals. Whole regulations shall put as texts; also magnetic homes could not explain also types. Car Home accent 6.02 7989.07 2.58306390144700103 -AAAAAAAANOMBAAAA Today italian things shall not discuss also again other thousands. New materials shall help Home rugs 1.53 3146.03 1.10849821382332011 -AAAAAAAANPDAAAAA Years teach then at once right heads. Agencies will say by a suppliers. Most permanent blacks should not promote as other, legal eyes. Courses get so double, light flowers. Eastern, british times c Books romance 2.90 4740.25 1.28034262106290761 -AAAAAAAANPECAAAA Officials help home through a problems. Positive heads might reach also here difficult machines. Countries might lead french, liab Home mattresses 3.60 360.71 0.10554972500772069 -AAAAAAAANPFBAAAA Good, vulnerable worlds could take recently actually estimated agents. Unusual ideas work else sentences. More wide fortunes may embrace even black difficult tasks. Deep, Home furniture 6.59 1384.29 0.36366586350302314 -AAAAAAAANPJAAAAA International, important addresses earn now associations. Well vast developments encourage all in a cases. Social arms lose things. Strong shoulders will earn s Books self-help 3.28 4656.50 1.77950338461046952 -AAAAAAAANPPAAAAA Tears Home accent 2.49 3654.39 1.18155466040589281 -AAAAAAAANPPDAAAA Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +AAAAAAAAOBLDAAAA Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 +AAAAAAAAOENDAAAA Cle Sports guns 9.82 7032.34 1.84269259923226950 +AAAAAAAAOMDCAAAA New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 +AAAAAAAAOODAAAAA Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 +AAAAAAAAOOGBAAAA Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 +AAAAAAAAPANDAAAA Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 +AAAAAAAAPCDCAAAA Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 +AAAAAAAAPCHBAAAA Strong memb Sports guns 6.63 804.38 0.21077266926378033 +AAAAAAAAPLOAAAAA Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 +AAAAAAAAABCEAAAA Other, recent representations resolve both normal talks. Old, unlikely specialists apply just complete cl Sports hockey 5.17 3748.04 1.87818468672434256 +AAAAAAAAAEKCAAAA Ordinary metals would transport with a policies; about arbitrary balls must go sites. Clear prices continue of course. I Sports hockey 54.72 397.06 0.19897119873607738 +AAAAAAAAAENCAAAA Glad heads answer more perhaps large risks. Imaginative guests a Sports hockey 1.55 887.66 0.44481633574287625 +AAAAAAAAAKJDAAAA Strong, mass owners would upset followers. All vital colleagues shall remember whole police. Alive, horrible explanations should not earn. Then social Sports hockey 0.98 2912.58 1.45952635373677593 +AAAAAAAABDPDAAAA Services indicate feature Sports hockey 2.41 3535.46 1.77165847550358164 +AAAAAAAABJPAAAAA Soon intermediate needs should increase more feet. Useful participants enable; much Sports hockey 77.28 9672.60 4.84704784388903956 +AAAAAAAABMJAAAAA Other, tight solicitors shall not win now clouds. There base drugs contain well by a workers; local churches expect usually applications; more open creditors should not improve even. The Sports hockey 2.66 1377.88 0.69047105050739510 +AAAAAAAACANBAAAA Months cannot lead never unlikely problems. Special characteristics ought to borrow over banks. Patients make only. Networks might not want things. At least bad qualities would not gi Sports hockey 4.71 3405.42 1.70649397975069920 +AAAAAAAACHBAAAAA Persons would not tell talks; no doubt internal criteria see totally t Sports hockey 2.13 1763.28 0.88359929307245887 +AAAAAAAACLCCAAAA Complex sports satisfy as. Backwards whole women could give suddenly at a bod Sports hockey 94.58 2132.81 1.06877490146651184 +AAAAAAAACLJAAAAA Institutions help shel Sports hockey 3.69 2344.11 1.17465969039748739 +AAAAAAAACMKBAAAA Previous, unusual pounds could concentrate short by the articles. For example possible Sports hockey 8.04 2849.49 1.42791125040665171 +AAAAAAAADEDDAAAA Original, everyday words may not wish even to a paintings. Domestic movements could explore on a improvements. For example specialist contracts use as more subtle weekends. Annual, good performanc Sports hockey 5.19 4481.04 2.24549916985924589 +AAAAAAAADLCAAAAA Recent, french conservatives cannot get somehow; decisions save accordingly happy thousands. Seriously good years argue then golden attacks. Just wide eyes drink underground likely, fin Sports hockey 0.09 1868.24 0.93619592083485922 +AAAAAAAADLODAAAA Words would hear successfully unhappily external restaurants. Things must get also ready instruments. Heavy, liberal women learn just general matches. Loudly subjective schools will disturb as Sports hockey 7.94 4216.76 2.11306551146512276 +AAAAAAAAEEADAAAA Long-term cigarettes ensure because of a commentators; days run per a reports; bodies include there in a rocks. Necessary privileges should resist alre Sports hockey 13.77 2994.70 1.50067760251581858 +AAAAAAAAEMFEAAAA Classes clean best public, fresh subjects. Eyes define both in the moves. Twice physical substances lunch earlier; advanced, simple cases depend else individual, single e Sports hockey 4.56 10788.94 5.40645828059138333 +AAAAAAAAFICBAAAA Inevitable, local risks emphasize c Sports hockey 3.52 7596.53 3.80670598986191982 +AAAAAAAAFMBEAAAA Local, final users must not make below; thus significant deputies find widely by the affairs. Anonymous, british instruments enter almost written, expensive shareholders. Sports hockey 7.88 1140.10 0.57131683795648471 +AAAAAAAAGGEDAAAA Fairly national methods could lead only yards. Crucial, personal sto Sports hockey 0.32 9994.86 5.00853592756578437 +AAAAAAAAGIFEAAAA Northern, sure arts Sports hockey 5.33 3176.79 1.59192493434942642 +AAAAAAAAGIMDAAAA Never precise needs meet never mothers. Po Sports hockey 1.34 4503.87 2.25693953773096464 +AAAAAAAAGOIAAAAA Human, cons Sports hockey 0.45 6322.86 3.16845573374400395 +AAAAAAAAHADDAAAA Things wo Sports hockey 5.04 1494.08 0.74870016775197323 +AAAAAAAAHDJAAAAA Deeply human resources ought to tackle fam Sports hockey 3.78 7620.13 3.81853221332983758 +AAAAAAAAHDOBAAAA Rights will try useful, intermediate thousands. Main aspirations keep there bright, possible lives. Problems render however significant, strange func Sports hockey 5.08 1207.08 0.60488126371415978 +AAAAAAAAHLEAAAAA Serious, social teams could not take also other, blind designers. Clear groups would find ot Sports hockey 7.00 19425.53 9.73434994757375003 +AAAAAAAAIHHBAAAA Just agricultural years may not talk. Superior, national units will not understand now looks; fresh, soft values trust. Partners ought to discredit methods. Gothic, Sports hockey 8.39 1168.00 0.58529783942915020 +AAAAAAAAIIADAAAA Elements mention faintly free railways. Pe Sports hockey 3.00 3492.34 1.75005056211643699 +AAAAAAAAIPNBAAAA Different shares shall last even words. Contracts make on a others. Far from awful colleagues know right years. Names know in a letters. High varieties ought to undergo successful, immed Sports hockey 8.97 11904.54 5.96549789503244494 +AAAAAAAAKNBBAAAA Friends send central, canadian beds. Wholly new organisations save thus heads. Complete students will com Sports hockey 4.68 3706.65 1.85744369565073594 +AAAAAAAALEEAAAAA Terms cannot enc Sports hockey 5.90 182.31 0.09135757628966470 +AAAAAAAAMHDBAAAA Colleges may know closer in a seeds. Conditions fail higher dangerous fears. Changes answer. Selective, sad weeks can register just circumstances. Today gastric publishers can get by a procedures. Sports hockey 9.05 8338.04 4.17828492900156808 +AAAAAAAAMKAAAAAA Unacceptable, widespread towns may not block there about a records. Then Sports hockey 0.83 4173.83 2.09155280919911812 +AAAAAAAAMKHDAAAA As well lexical teams identify to a points; large times star Sports hockey 4.08 12700.97 6.36459785929319673 +AAAAAAAANFICAAAA Yet only months can repeat reader Sports hockey 1.82 3106.80 1.55685216398842794 +AAAAAAAANMIBAAAA Exotic rights could not commit here persistent Sports hockey 3.07 1880.28 0.94222929924815285 AAAAAAAAOAAAAAAA Teachers carry by the children; old democrats enco Sports hockey 1.85 1481.72 0.74250643376623325 -AAAAAAAAOAACAAAA Usual, financ Sports camping 20.92 3913.34 0.75164228116615706 -AAAAAAAAOACDAAAA Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 -AAAAAAAAOACEAAAA Grand years must not provide c Home glassware 5.39 2062.53 0.59931841706457441 -AAAAAAAAOADCAAAA Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 -AAAAAAAAOAECAAAA Perhaps other hands indulge. Classes identify especially important issues. Chief, full pounds try present problems. Categories summarise then national women. Unable children might no Home lighting 9.45 4379.10 1.32742099357935762 -AAAAAAAAOAFBAAAA Upper windows can hurt high, able corners. Applicants shrink once trying trees. About other hands settle too other eyes. Suddenly major d Home bedding 0.31 7105.12 2.07290879127797730 -AAAAAAAAOAGDAAAA Streets stare only much respective twins. National, important branches move today outside upper children. Areas oug Home furniture 3.81 12377.22 3.25161086121180394 -AAAAAAAAOAIAAAAA Possible, concerned facilities would not show also most due opinions. Empty students maintain of course possible, particular years. Books parenting 8.67 1180.36 0.48692762922809950 -AAAAAAAAOAIBAAAA Terms kiss now to a names. Bottles may not make also new, certain problems. Pregnant, special traditions would not capture purely. Definitely large others Home lighting 2.70 6783.81 2.05635217520805235 -AAAAAAAAOAJCAAAA Heavy plans ought to sound too just young users; further traditional eyes welcome neither too el Books entertainments 3.45 1068.35 0.53500966858395783 +AAAAAAAAOCICAAAA Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 +AAAAAAAAOFIBAAAA Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 +AAAAAAAAOJCBAAAA Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 +AAAAAAAAPMPBAAAA Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 +AAAAAAAAAADCAAAA Whole reports will not acquire; looks get then japanese, basic creditors. New, fortunate professionals encourage firmly rich roles; however secondary projects might Sports optics 2.72 6010.93 1.74233440746171878 +AAAAAAAAAEAAAAAA Both new conditions ask acute, ashamed pupils. Short, poor fami Sports optics 2.02 9291.26 2.69317426532546032 +AAAAAAAAAEMAAAAA Results should search so middle, jewish services. Ago long points shall use usually various stores. Possible, old polls recover initially contracts; all medical parents join then negative pages Sports optics 1.16 5866.20 1.70038281947251668 +AAAAAAAAAFPAAAAA Miles could produce probably seconds; small officials will build islands. Natural specialists s Sports optics 8.45 3472.88 1.00665260067670958 +AAAAAAAAAGFDAAAA Warm, welsh attitudes start over agricultural, eng Sports optics 4.07 8830.74 2.55968746023468889 +AAAAAAAAAKGAAAAA Entries close only busy objects; involved, grateful refugees stand sui Sports optics 1.73 9583.66 2.77792963275476104 +AAAAAAAAAMHAAAAA Social, reduced rebels would not achieve very free ships. Selective Sports optics 3.41 6250.02 1.81163728297017127 +AAAAAAAAAMOAAAAA Follow Sports optics 9.98 5054.82 1.46519537068733878 +AAAAAAAABFCCAAAA Endless, professional others create by a years; large vis Sports optics 1.24 8439.95 2.44641266530412655 +AAAAAAAABIABAAAA Children ma Sports optics 6.80 4282.62 1.24136467736002683 +AAAAAAAABKCAAAAA Of course heavy persons get now implications. Phases show even. So old women develop; big, other jeans drive frantically official shots. Facts might disturb too new, gentle children. G Sports optics 0.79 959.95 0.27825210315922444 +AAAAAAAABKIDAAAA Leaves go most parties. Available, rich masses appear as administrative feet. Times could not explore at a chairs. Assistant, clear prices emerge neve Sports optics 4.92 84.96 0.02462659376468327 +AAAAAAAACBHAAAAA Extra, lesser arms formulate as deaths. Important, Sports optics 2.15 1274.88 0.36953803976835465 +AAAAAAAACCGAAAAA Large assets trust even; individuals record formal, short t Sports optics 7.78 2743.29 0.79517288616664285 +AAAAAAAACDBBAAAA Commercial, radical tenants ought to go once on a methods. Upper Sports optics 0.51 8812.06 2.55427285605008103 +AAAAAAAACFABAAAA Fine, living women wait aside with the patients. Rarely arbitrary books should know already. Expenses will consider vigorously reports. Houses get there particular, local institutions. Really certain Sports optics 7.88 5693.93 1.65044845850450835 +AAAAAAAACHNDAAAA Western activiti Sports optics 6.61 4812.45 1.39494175097516500 +AAAAAAAACIFBAAAA Free proced Sports optics 5.97 8583.18 2.48792946173674879 +AAAAAAAACJGDAAAA Eyes must like over. Shows will not preserve never active eyes; toxic, complete injuries win howe Sports optics 0.80 7906.00 2.29164136421358237 +AAAAAAAADFFAAAAA Necessary, social bedrooms think so full poles; babies prove now. Profitable payments used to break there. Major, radical households Sports optics 1.51 12616.99 3.65717381430168563 +AAAAAAAADMBDAAAA Social, other resources may know reasonable, distant weeks. New, unexpected rates mean. White, electric generations carry together other t Sports optics 3.91 4411.67 1.27877124427778079 +AAAAAAAADOMCAAAA Main pupils could expel followers. Sometimes severe horses should keep largely earnings. Years put recently permanent inst Sports optics 9.17 1401.30 0.40618227215690526 +AAAAAAAAEABDAAAA Clearly short talks disentangle especially with a systems. Frequently new sides could honour actually wrong personal attempts. Estimated needs ought to think highly Sports optics 3.04 4.07 0.00117973442352002 +AAAAAAAAEKBBAAAA Funds wander months. Advisory forms meet finally; complaints shall please to a roads. Often presen Sports optics 3.58 3947.19 1.14413658947763853 +AAAAAAAAEPEDAAAA Below new weapons note small, good sections. Later new forms may strike years. Isolated, able critics use all but. Forces will not take then little records; windo Sports optics 2.75 1374.45 0.39839950329412576 +AAAAAAAAFNNAAAAA Inland branches shall provide only available plants. Now available faces answer. Minutes could offer with a others. Forth bizarre dangers search welcome, b Sports optics 1.86 2828.94 0.81999948404735286 +AAAAAAAAGBOCAAAA Likely, elected reasons keep. Parents step mainl Sports optics 4.40 3922.89 1.13709296626104479 +AAAAAAAAGGPCAAAA Capital agencies effect significant parents. Types ask illegal, small events. Deep, great reactions give arrangem Sports optics 2.99 9863.24 2.85896898168049256 +AAAAAAAAGJDEAAAA Heavily positive heroes seem far exciting values; letters might ask still about a r Sports optics 1.66 12566.33 3.64248945413079516 +AAAAAAAAGKICAAAA Extraordinary Sports optics 1.74 2184.37 0.63316375496423260 +AAAAAAAAHAFEAAAA Strong programmes must appear then central patients. Both large men will hang really. Effective na Sports optics 3.31 12653.59 3.66778272828223421 +AAAAAAAAHFDBAAAA Losses hide Sports optics 1.65 4243.32 1.22997313857763450 +AAAAAAAAHHCDAAAA Mild, Sports optics 47.98 14278.69 4.13883590068085459 +AAAAAAAAHODBAAAA Square, black institutions could change for example eventually other customers. Leaders must not fire toge Sports optics 1.87 3647.74 1.05733770173241246 +AAAAAAAAIFNDAAAA Individual clothes shall lead virtually truly unusual principles. Still vocational messages must meet still thus big students. Simple, importa Sports optics 5.34 1933.44 0.56042892476917641 +AAAAAAAAILDDAAAA Still big costs might not capture superb, large solic Sports optics 4.24 164.01 0.04754010879644190 +AAAAAAAAINEAAAAA Perhaps busy institutions can appear now future, tall times. Secondary, warm problems would stimulate more Sports optics 3.09 607.62 0.17612536373936971 +AAAAAAAAJHGDAAAA Dependent, interested men make only, wrong patients; open days arrive now essential, raw communications. Men shall not help successful dif Sports optics 1.43 1521.95 0.44115400635781200 +AAAAAAAAJKMAAAAA English, overseas lives used to move again similar sentences. Sites can view always. Able, essential incom Sports optics 4.37 21094.95 6.11460409764954583 +AAAAAAAAKKFEAAAA Reforms may not reduce slowly on a meetings. Opposite, italian boys publish much high traditions. Occasionally traditional ministers Sports optics 3.13 2815.53 0.81611244753152891 +AAAAAAAALEICAAAA Internal services used to oppose consistently talks. Green documents would feed as the wives. Administrative songs help still main tiles. Wives warm quite safe Sports optics 7.14 415.36 0.12039668062734045 +AAAAAAAAMCHBAAAA Ago low signs cannot account only successfully available solutions. Medical, overseas terms s Sports optics 1.95 2226.55 0.64539009353525826 +AAAAAAAAMDBBAAAA Completely upper clients achieve western fees. Small areas must get traditions. Folk can deal however Sports optics 1.28 924.71 0.26803740018997492 +AAAAAAAAMFAAAAAA Employers w Sports optics 4.48 4800.78 1.39155907266497368 +AAAAAAAAMGNBAAAA Agencies affect in common mountains. Clear eyes could work today models; cars get i Sports optics 8.68 9187.94 2.66322582290823956 +AAAAAAAAMJJBAAAA Just little machines used to maintain else. Improvements call right daily children. Human, i Sports optics 1.17 18749.25 5.43467706146996069 +AAAAAAAANEJCAAAA At most new pictures keep. American, different clients assume always problems; forward just years used to formulate just actually full indivi Sports optics 0.72 664.24 0.19253729569507083 +AAAAAAAANINDAAAA Matters join. Securities make perfectly as a products; above important children ask as in a classes. Limitations cannot indicate already t Sports optics 1.50 1593.15 0.46179211224346936 AAAAAAAAOALAAAAA Growing, civil practices may commit wrongly. Different, marine visitors would let. Sports optics 2.52 3930.60 1.13932779486186527 -AAAAAAAAOAMAAAAA Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 -AAAAAAAAOAMCAAAA Specific, possible sentences ought to run pictures. Parents should summarize and so on fine households. Other concepts explore too years. Honest stars must cost psychologi Home flatware 3.18 11969.24 2.69231854116645483 -AAAAAAAAOAPAAAAA Players require only services. Figures reflect really candidates. Yet recent candidates will mean general, above coins. International houses could train in general dishes. Simply Sports athletic shoes 9.66 6660.72 2.14136551369920706 -AAAAAAAAOAPCAAAA Very offers isolate also long runs. Police find now new newspapers. Types ought to base there national Home glassware 4.89 2360.69 0.68595608014437131 -AAAAAAAAOAPDAAAA For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 -AAAAAAAAOBACAAAA Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 -AAAAAAAAOBBAAAAA Boundaries make however foreign days. Eventually new centres would not see well. Personally giant dreams represent services. Much perfect steps vis Sports fishing 1.21 9468.57 3.23064958078464711 -AAAAAAAAOBBBAAAA Main meetings can burst certain, parliamentary heroes. Much happy journals learn Books cooking 2.61 1585.09 0.59404908298270812 -AAAAAAAAOBCCAAAA Current definitions reflect already soldiers. Children arrange fat, linear requirements. Open ideas lay poor, important forms. Other bars fall none Home wallpaper 1.71 5396.61 1.99567280833718266 -AAAAAAAAOBHDAAAA Large shares die rather. Members produce aside plans; muscles should not say earnings. Mammals know there somewhat major situations. Ever private countries should try gates. Workers impro Home bathroom 3.09 6633.12 2.24970477610500630 -AAAAAAAAOBIDAAAA Great, mixed bits utilise however quickly comprehensive sales. Near ne Books computers 1.23 11402.48 3.48359324757614502 -AAAAAAAAOBKBAAAA Fellow, great costs may see elderly, similar months. National, public operations ignore finally. Regulations may return badly close, sophisticated schools. Northern materials Sports basketball 0.37 7539.40 3.08161824973288132 -AAAAAAAAOBLDAAAA Unable pairs must think more successfully nearby families. Fed Sports guns 9.08 5127.45 1.34355195680719366 -AAAAAAAAOBMCAAAA Again secret Home tables 6.39 7957.34 4.27792450874515132 -AAAAAAAAOBNAAAAA Never lucky windows go mature aspects. Studies might run subsequently; likely, industrial facilities should not carve sufficient eyes; early, english benefits invi Home mattresses 1.41 19891.47 5.82057383632093882 -AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 5478.32 1.67369191264192937 -AAAAAAAAOCDDAAAA Apart supreme teams shall see as a angles. Courses would not sell me Home lighting 0.96 21953.50 6.65468630141911068 -AAAAAAAAOCDEAAAA Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 -AAAAAAAAOCFBAAAA Amounts feel as parents. Loud old assumptions can end no longer friendly p Books cooking 3.64 1417.21 0.53113217602402625 -AAAAAAAAOCGAAAAA Well different problems must not disrupt Books fiction 8.69 1985.29 0.55049125207235920 -AAAAAAAAOCGEAAAA Ashamed, legal phenomena possess officers. Newly inappropriate players lead. Authorities quote children. Instrument Sports basketball 3.37 6565.62 2.68360007597570102 -AAAAAAAAOCHCAAAA Agencies shall not consider false in a others. Obviously interesting authorities come anyway men. Small, Books sports 6.57 8460.16 2.73290235266139276 -AAAAAAAAOCIBAAAA Irish, hard recordings cannot make overnight then whole games. Frequently front workers would not keep constant, educational rivers. Faces must take under to a cuts. Inc seed Home tables 4.97 2300.87 1.23696463446785689 -AAAAAAAAOCICAAAA Otherwise political systems know surely unable Sports hockey 4.94 4411.00 2.21040134394005267 -AAAAAAAAOCJAAAAA Married, appropriate minutes shall not get more big problems. Odd authorities cannot believe military effects. Prices shall not mean always natural, Books romance 2.17 3521.31 0.95110664521386577 -AAAAAAAAOCJBAAAA Resources might benefit yesterday relations. Urban boats demonstrate main, following sales. Materials accept therefore thoughts. Short, particular paymen Books history 8.95 3852.80 1.01803513933457579 -AAAAAAAAOCJDAAAA Industrial, pleased arms choose at all legal, industrial Sports athletic shoes 3.43 3642.15 1.17092062205280615 -AAAAAAAAOCKAAAAA Annual theories will not sleep particular colleagues. Inherent trees put partners. Other layers place there backs. Effects would know often for an guns. Certain, bitter Home accent 4.28 6407.51 2.07170644132053838 -AAAAAAAAOCKCAAAA Provincial statements shall expect other, dead eyes. Perfect differences must lose too musical events. Competitive, goo Home flatware 1.86 208.08 0.04680477975593404 -AAAAAAAAOCKDAAAA Active, different governments used to keep unable, chief things. Subtle, releva Home flatware 3.70 6043.95 1.35950475108553214 -AAAAAAAAOCMBAAAA Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 -AAAAAAAAOCMDAAAA Issues will give. Even executive differences discover somewhere high, recent days. Doors may not save then members. Home accent 3.45 33.60 0.01086371093113707 -AAAAAAAAOCNDAAAA Intense, british novels ought to adapt more parties Home tables 2.68 667.05 0.35861098602779989 -AAAAAAAAODACAAAA However wild beliefs Home accent 3.91 1519.68 0.49135012582828521 -AAAAAAAAODCBAAAA New, clear objects survive far vital standards; various solutions ought to require enough just weak goods. Raw, old arch Home tables 6.61 5028.24 2.70321880576332288 -AAAAAAAAODCEAAAA Similar, only groups meet long. Poems shall like Books travel 9.98 2592.00 1.10393468386453801 -AAAAAAAAODDCAAAA Times must take well possibly ill Home rugs 6.68 2734.66 0.96355270782989373 -AAAAAAAAODDDAAAA Ni Home furniture 0.83 1902.40 0.49977818139851565 -AAAAAAAAODECAAAA Indian, recent occupations mind too effects; days will discuss today also significant meanings; short foreign services shall direct early, electrical children. Else old years say latterly complete co Books romance 4.36 2078.76 0.56147355666066765 -AAAAAAAAODFAAAAA Illegal, beautiful points know forward in a banks. Here good details should last today key doctors. Practical rooms cost responsible colonies; twice clear parents should thi Home flatware 9.22 1297.24 0.29179658059682752 -AAAAAAAAODFDAAAA Marked, large years Books science 0.95 3439.80 1.08833452387389507 -AAAAAAAAODGCAAAA Bizarre, national goods pass in the police. Isolated colours use always prices. Also creative patients say even in the numbers. Proposed brothers find services. Crazy, whole aspects woul Home accent 54.41 1246.75 0.40310510724390305 -AAAAAAAAODKBAAAA Brief years sound neither at a payments. P Sports camping 6.85 499.00 0.09584383117794834 -AAAAAAAAODKCAAAA Almost critical firms ought to encourage previously meetings. Also british reports come even nice beans. Free children change over hostile limitations. De Home bedding 8.26 2360.40 0.68864338827951359 -AAAAAAAAODLDAAAA Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 -AAAAAAAAODNBAAAA Regulations will tell eventually extra pounds Books cooking 0.62 2637.22 0.98835909798412551 -AAAAAAAAODOBAAAA Services shall make just never average rights; actual, high walls manufacture. Human, italian wars obtain then l Books science 9.76 14755.75 4.66864124386656990 AAAAAAAAODPAAAAA In particular long-term masses may remove sometimes in a results. New ranks Sports optics 5.94 6834.18 1.98096250676463197 -AAAAAAAAODPDAAAA Criteria would not adjust a bit dominant cars. British weeks could not c Home mattresses 4.31 4578.06 1.33961624038381463 -AAAAAAAAOEABAAAA Demonstrations shall miss exact, labour thanks. Nuclear, rapid issues undermine vital provinces. Political, dark deals may get problems. Authori Home flatware 5.36 8931.94 2.00911901428881905 -AAAAAAAAOEBAAAAA Men decide also white rates. Established positions draw at all ch Home tables 1.94 786.63 0.42289807351630047 -AAAAAAAAOEDCAAAA Successes might correspond just certain reactions. Figures may offer unexpected subjects. Scientists construct entire rules Sports fitness 3.14 1641.74 0.53849863076028532 -AAAAAAAAOEDEAAAA National, new hotels mean for a variables. Countries may not spend on the quarters. Else common differences used to call much on a months. New events perform too. Immense, perfect things reform Home furniture 0.27 242.76 0.06377531082648426 -AAAAAAAAOEEDAAAA Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 -AAAAAAAAOEFDAAAA Now main streets ought to lift streets. Cars see peoples. Black governments enter sudden theories. Different, vulnerable events could not help bills. Designs see wit Sports baseball 6.21 3357.24 0.99350606575397695 -AAAAAAAAOEIAAAAA Different, prime hills hear. Right, raw organisers put fierce, concerned years. Sports athletic shoes 2.42 1212.41 0.38977962779760381 -AAAAAAAAOEIDAAAA Electoral occupations assemble exchanges; als Books arts 2.20 12221.89 3.92562647099898875 -AAAAAAAAOEKAAAAA Bad commentators should not happen; furious Books history 0.55 3600.00 0.95123715261744000 -AAAAAAAAOELAAAAA Competitors improve obviously as political police. By now new prisoners may arrive by a strings. Natural, short-term associations reduce so new cha Home bedding 7.55 2213.70 0.64584386910454128 -AAAAAAAAOELCAAAA Buses break maybe. International varieties would die new clients. Real preferences shall date however in a others. Individuals get almost safe counties. Specific, suspicious friends s Home flatware 61.51 16140.96 3.63069049331671023 -AAAAAAAAOENAAAAA Companies will render only in the prices. Medium, australian others would not decide certain institutions; possible paintings may approach c Sports basketball 3.08 984.64 0.40245703814852432 -AAAAAAAAOENDAAAA Cle Sports guns 9.82 7032.34 1.84269259923226950 AAAAAAAAOFABAAAA Implicati Sports optics 2.46 1430.04 0.41451287838097538 -AAAAAAAAOFBAAAAA Real, correct drinks deny carefully. Good subjects shall not contribute home highly mediterranean ideas; whole workers should affect by a dishes. Eyes can believe productive, total eyes. Databa Books mystery 3.10 2329.80 1.36726178567863409 -AAAAAAAAOFDEAAAA Expected, only experiences distinguish clearly ideal artists; relatively future regions guide now about a authorities. So Home flatware 9.64 2193.21 0.49333290565413346 -AAAAAAAAOFEAAAAA Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 -AAAAAAAAOFECAAAA Later high interests Books fiction 5.61 9818.74 2.72258988680392092 -AAAAAAAAOFEDAAAA Standards feel over young arts. Various customers suit just alive, original students. Very, good agents could drive once local, other troops. Below automatic oc Books science 34.76 7254.37 2.29524429325980236 -AAAAAAAAOFGAAAAA Main, agricultural issues mature usually terms. Powers return units. Long stairs feel below there superb nurses; various hours add musical, polite hotels; firms make very. As other defences may s Sports athletic shoes 2.14 6526.80 2.09831135895398465 -AAAAAAAAOFHAAAAA Simple, ideal images ought to stand accid Books romance 7.19 5764.42 1.55697117487631368 -AAAAAAAAOFHCAAAA Mainly isolated ends justify from a shots; occupat Books sports 2.06 7766.57 2.50885059208211111 -AAAAAAAAOFIBAAAA Shallow, vocational efforts used to give very part-time programmes. Only months ought to know; participants will not take then even natural events. Influences take al Sports hockey 7.44 2694.77 1.35037933112884510 -AAAAAAAAOFKCAAAA Years give maybe bright, domestic variations; public standards may use especially necessary Home glassware 2.27 5078.67 1.47573148763573965 -AAAAAAAAOFLCAAAA Large counties would act tight on the seasons. Inside mass views would not combine then are Home tables 3.80 806.68 0.43367710098029476 -AAAAAAAAOFMAAAAA Brown states read responsible, s Home mattresses 4.81 18258.81 5.34283045789753703 -AAAAAAAAOFNCAAAA Police thank either practices; at present young residents can Sports baseball 2.22 2554.17 0.75585403127772674 -AAAAAAAAOFNDAAAA Anywhere proper men will not run remarkable, revolutionary libraries. Poor rates used to hear also. Huge years see structural churches. Books parenting 7.36 2344.16 0.96702384978425372 -AAAAAAAAOFOBAAAA Concerned, small activities must seem also times. Already international firms used to maintain into a standards. Sports athletic shoes 4.68 1881.69 0.60494752421249669 AAAAAAAAOGADAAAA Only, important needs should think just classical programmes. Sha Sports optics 0.24 6049.79 1.75359840738751435 -AAAAAAAAOGCBAAAA Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 AAAAAAAAOGCDAAAA Ago senior attacks put however significant regions; hotels produce also. Here appropriate men could watch extremely kindly useful affair Sports optics 3.15 10848.06 3.14442992884781107 -AAAAAAAAOGDDAAAA Open blue farmers reach useful, old arrangements. American, short years reach now tender, heavy neighbours. Now top boundaries would not enable emotions. Effectively specific Home wallpaper 2.34 12652.80 4.67902051645916690 -AAAAAAAAOGEBAAAA Free businessmen cause too basic, nice ideas. Great paintings used to advise now clothes; feelings shall occur just positive, assistant others. L Books self-help 5.85 6257.72 2.39141714161808812 -AAAAAAAAOGEEAAAA Free processes can wake now still important institutions. Traditional, open plans serve better live years. Women should not pack by the experts. Competitors can miss hence op Books fiction 7.63 6537.27 1.81268728872611640 -AAAAAAAAOGFAAAAA Real kids give rather lips. Pure, hungry sides might not resolve both impressive attacks; over large friends refuse. Guilty, sp Books computers 99.41 6486.48 1.98169678250150083 -AAAAAAAAOGFBAAAA Perhaps young problems shoot well powerful schools. Possibilities risk parliamentary, local guidelines. Mild things refuse only still secret patterns. Great, aware women Home rugs 3.76 11123.96 3.91950801188865330 -AAAAAAAAOGFEAAAA As small boundaries might move however consumers. Just brothers allow relatively later tired Home glassware 3.98 4731.58 1.37487601916791464 -AAAAAAAAOGGAAAAA Temporary, beautiful negotiations carry holy, electric gentlemen. Else large fingers should sail museums. Orders take profoundly high, international arms; often able Books history 0.66 8298.62 2.19276546095948332 -AAAAAAAAOGGDAAAA At least quiet students will kick by a practices; english beaches try again main meetings. Simple, narrow policies m Books romance 4.39 14404.18 3.89057234860227047 -AAAAAAAAOGIBAAAA Social democrats begin more inside the results. Important, particular minutes make in front of the relations. Books reference 52.52 8592.19 2.84843029335431684 AAAAAAAAOGLBAAAA Too supreme refugees will invade also of course little teeth. Entirely popular schemes may see else less positive memories. Wives may inquire well processes. Available, true parties Sports optics 6.43 549.90 0.15939458464217669 -AAAAAAAAOGMAAAAA Rich, deep types go. Safe premises differ particul Home kids 5.55 11810.32 4.74687922248787770 -AAAAAAAAOGOAAAAA So dependent buildings provide; medical, expensive tools say years. Minor scales listen tomorrow in a teachers. Other, other childre Home tables 3.72 2246.50 1.20773492258669134 -AAAAAAAAOGODAAAA Bizarre months furnish other, central words. Wide orders might end. Other, Books mystery 2.25 8600.32 5.04716665834306393 -AAAAAAAAOGPAAAAA Well planned problems use more in a origins; main, senior sons enter right, substantial faces. Typical, other measures must counteract so minutes; yet Sports golf 1.28 9198.36 2.17294767596537537 -AAAAAAAAOHABAAAA Other, willing materials could take ever external terms. Texts mean steady. Confident banks settle later national, foreign hours. Police will Home paint 4.20 5302.23 1.33943596529672461 -AAAAAAAAOHBBAAAA Grounds could not advise sophisticated, economic members. Firm roads regard home Home lighting 7.17 12896.16 3.90916707098681661 -AAAAAAAAOHBEAAAA Children write true, old seasons. Stupid, nationa Home decor 5.97 35822.55 12.67179504140767891 AAAAAAAAOHCCAAAA Sex Sports optics 3.66 11777.64 3.41387895229148194 -AAAAAAAAOHDBAAAA High, happy funds would not change more minutes; ancient representations ca Home decor 4.12 5232.00 1.85075690191359845 -AAAAAAAAOHEAAAAA Absolutely front men turn spatial hours. Good, free sales used to marry outside appropriate ships. Noble men sa Sports football 1.83 1.86 0.00080629621979288 -AAAAAAAAOHEBAAAA Badly assistant pictures order best blue jobs. Budgets allow moreover gold, other purposes; workers undermine. Fe Sports fishing 0.80 7868.56 2.68473064732888312 -AAAAAAAAOHHAAAAA Private children used to stop really national, mate Books fiction 2.82 1432.82 0.39729957628070343 -AAAAAAAAOHHBAAAA Subjects sit only usually financial drugs; either joint months eat at a changes. Unpleasant gardens gain sad, new values. Articles give similarly ideally strange others. As responsible c Books home repair 6.71 5509.44 1.59683795107938958 -AAAAAAAAOHKBAAAA Well efficient schools will include indeed areas. Maybe wrong years can like early Books reference 80.48 16574.03 5.49452108658715041 -AAAAAAAAOHMBAAAA At last enthusiastic units make; very formal goods apply somewhat running years; re Sports athletic shoes 34.87 5824.43 1.87250530557583453 -AAAAAAAAOHNAAAAA German charges destroy later s Home wallpaper 6.78 4219.41 1.56034284564309666 -AAAAAAAAOIBDAAAA Presidential efforts could look. Low workers mean easy Books sports 3.78 8672.48 2.80148850558486784 -AAAAAAAAOIDBAAAA Local findings should give local quarters. Perfect, other museums run clearly famous images. Courses believe soft Books self-help 1.77 150.48 0.05750664003354095 AAAAAAAAOIECAAAA Historians move actually religious shops. Physical members ought to go difficult children. Added, successful studies form only. High, different pubs fit before in the Sports optics 5.87 1760.64 0.51034093745117653 -AAAAAAAAOIFBAAAA Members shall not help increa Sports fitness 3.55 23.71 0.00777699424715629 -AAAAAAAAOIFCAAAA Only final contributions could take though specialist experiments. There possible arrangements respect emotions. Public groups seem peaceful spirits. Criminal conservatives ought to give as in Books home repair 7.48 1530.85 0.44369652404053471 -AAAAAAAAOIGDAAAA Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 AAAAAAAAOIHCAAAA Economic terms will not establish certain carers; distinguished acids go for example. Tory resources shall put normally perhaps detailed subjects. Wide emotions Sports optics 82.56 16593.64 4.80984970995055261 -AAAAAAAAOIJAAAAA Social, possible opportunities should not stop so still increased groups. Of course great men set usually back rights. Regulations put. Mag Sports baseball 3.95 8097.42 2.39626475526252757 -AAAAAAAAOIKAAAAA Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 -AAAAAAAAOIMBAAAA All Home wallpaper 1.99 2643.49 0.97756575185371168 -AAAAAAAAOIOBAAAA There pale members try a little cheap feet. Golden, o Books cooking 65.21 5762.14 2.15949503373182707 -AAAAAAAAOJAAAAAA General personnel should take by the pictures; personal, ol Home lighting 9.17 7131.41 2.16171892576597172 -AAAAAAAAOJACAAAA New, certain conditions use. Appropriate, good miles lift ne Books romance 8.68 2985.60 0.80641125034447908 -AAAAAAAAOJCBAAAA Traditional, small Sports hockey 2.31 4850.82 2.43080005604427257 -AAAAAAAAOJCEAAAA Approaches used to worsen forwards yellow, effective days. Personal, musical dreams appreciate in a claims; future, natural doors make thus. Empirical, Books fiction 3.81 4949.10 1.37231147874180241 -AAAAAAAAOJDDAAAA Years adopt well musical eyes. Future contents insist in private firm, clinical holders. Home paint 3.24 2242.30 0.56644416877141233 -AAAAAAAAOJECAAAA British regulations will block at all improvements; visual, managerial assumptions should examine in a fears. Effects become sensitive firms Home accent 9.88 6406.20 2.07128288592411607 -AAAAAAAAOJFEAAAA Thereby Home decor 31.17 3065.16 1.08426338407291388 -AAAAAAAAOJGAAAAA NULL Books NULL NULL 2102.35 17.17759179534778832 -AAAAAAAAOJGCAAAA Cases produce always developments. Genuine facilities would give away weeks. Rows can concentrate maximum hills. Romant Home bathroom 4.31 4796.88 1.62692124466353430 -AAAAAAAAOJIAAAAA Redundant children will not replace at all useful hospitals; technical Books home repair 1.32 7630.43 2.21157870982435722 -AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 1381.38 0.44369421542073960 -AAAAAAAAOJJDAAAA Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 -AAAAAAAAOJLDAAAA Forms take very electoral witnesses. Then effective examples will not win other, continuous workers. Very small books may retain certai Books sports 8.27 3242.39 1.04739570637502994 -AAAAAAAAOJNCAAAA Likely eggs should feel hardly taxes. Proud, beautiful protests separate tory change Sports baseball 2.30 5161.19 1.52734793208372601 -AAAAAAAAOKABAAAA Ever long elements used to obtain equ Sports camping 5.88 14641.16 2.81215404266398831 -AAAAAAAAOKBBAAAA Votes can relieve then key sales; social, new proc Books computers 8.03 1360.10 0.41552672541660365 -AAAAAAAAOKCAAAAA There welcome references must lower. Legal, broken houses may not note both large efforts; technical, agricultural patterns must not make strategic children. Books romance 2.33 16509.31 4.45916844836033359 -AAAAAAAAOKCCAAAA Sentences can belong as. Prime, british records might imagine also teachers. Countries can Sports camping 3.57 7495.36 1.43964733157905190 -AAAAAAAAOKEAAAAA Roman lines talk children. Parties account exactly toward Sports camping 4.28 104.52 0.02007534515975784 -AAAAAAAAOKEBAAAA Other organisations imagine often therefore stable blues; horses might grasp things. Talks should not let apparently growing authorities. Factors rescue local objections. Probably wild trustees woul Sports football 8.38 3880.28 1.68207263211716264 -AAAAAAAAOKFDAAAA Silver, rural children get sometimes. Children cannot limit circumstances. Still similar players should work highest able agricultural techniq Books romance 7.04 1869.41 0.50492807325377567 -AAAAAAAAOKGBAAAA Total, various theories can mean that is too religious men. Administrative men m Home furniture 4.99 3683.97 0.96781319750141384 -AAAAAAAAOKHAAAAA So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 -AAAAAAAAOKICAAAA Typical, other offers can address to the others. Natural members should go most. Medical, molecular villages shall not counter reasonable, huge programmes. Implicat Home paint 1.19 5512.20 1.39247805695124606 -AAAAAAAAOKJBAAAA Only rapid powers used to translate voluntary, angry degrees. As new backs would not know subsequently other tasks. Tight capital teams used to go perhaps essential, pos Books science 4.12 1493.25 0.47245640088804402 -AAAAAAAAOKKAAAAA Beings Home flatware 5.41 3057.71 0.68779048013993208 -AAAAAAAAOKOAAAAA Heads get thus difficult supporters; big develop Sports athletic shoes 0.87 2249.24 0.72311176089563958 -AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 11430.27 3.67136101557660976 -AAAAAAAAOLBCAAAA Able services know books. Little new coins might not protect; social, young affairs account too into the Books romance 7.57 6156.24 1.66280184747477757 -AAAAAAAAOLBDAAAA Psychological, main wages would replace as a matt Home tables 3.57 666.38 0.35825078910007539 -AAAAAAAAOLDAAAAA Sales know in a meanings. International, professional figures may get in a statement Home accent 0.48 3425.24 1.10746479850499818 -AAAAAAAAOLDBAAAA Special chee Books history 49.12 29083.38 7.68477543880305618 -AAAAAAAAOLDEAAAA Useful, alternative eyes might exclude Home rugs 3.72 4022.16 1.41720109970712460 -AAAAAAAAOLHDAAAA All dead months consent recently open schemes. Ph Sports baseball 3.96 2949.10 0.87272543473658524 -AAAAAAAAOLMDAAAA Degrees need sometimes by the titles. Stages make into the profits. All right new parties shall support recently american british contracts; Sports archery 8.05 12649.46 3.72902998070579430 -AAAAAAAAOLNDAAAA Senior judges save. Possib Sports golf 3.12 4798.50 1.13355961531401834 -AAAAAAAAOLPAAAAA Past professionals refer openly into the factories. Free, subjective proceedings make for example senior, important conservatives. Sites suspe Sports athletic shoes 4.13 687.79 0.22111870588572671 -AAAAAAAAOMACAAAA So large borders must determine detailed missiles. Naval days should not allow components. Financial laws cost home the Sports fishing 9.79 4000.26 1.36487751498162790 -AAAAAAAAOMBBAAAA Statistically warm resources keep too up to a p Books reference 6.39 14301.76 4.74123202958536000 -AAAAAAAAOMBEAAAA Known, american talks can direct. Outer, apparent tools play still great, ma Home mattresses 1.30 1057.98 0.30958248472087919 -AAAAAAAAOMCBAAAA Similar men should hope things. Numbers might not opt now organisers. Just false offers determine judges. Sports football 2.00 6738.18 2.92095110875483805 -AAAAAAAAOMCDAAAA Quietly reliable parties create. Common laws may turn for the details. There potential product Home curtains/drapes 7.60 3031.29 0.93324132965207775 -AAAAAAAAOMDAAAAA Together hot rights Books computers 4.99 1742.88 0.53247056774802601 -AAAAAAAAOMDCAAAA New, low companies arrange times. Available, foreign troops can complain usuall Sports guns 80.57 92.26 0.02417499995807501 -AAAAAAAAOMEBAAAA Students cannot teach only shares. Common, logical results might not Books travel 0.32 9079.44 3.86694009493327200 -AAAAAAAAOMFDAAAA So long times will hear; Home wallpaper 1.09 10446.47 3.86311705350398278 -AAAAAAAAOMHCAAAA Full, japanese planes make par Sports athletic shoes 84.35 669.76 0.21532221238172163 -AAAAAAAAOMIBAAAA Bad files make below bad occasions. Local days grow now for a years. Only royal years should look again correct fears. Creatures seem new conditions. Trials keep. Branches wa Home kids 9.13 2346.24 0.94301576138241455 -AAAAAAAAOMJCAAAA Good ships get young points. Rarely extra countries like. Women rise better. Further permanent representatives ought to say substantial buildings. Less typical pre Books reference 4.76 73.77 0.02445577934621417 -AAAAAAAAOMLAAAAA Disabled relations express doubtfully common hours; very inappropriate ideas make bad, light theorie Books reference 28.84 482.76 0.16004164344826290 -AAAAAAAAOMPCAAAA Now complex carers must use here therefore personal arms. Ideas could gather weapons. Dif Books computers 3.56 7129.63 2.17818675636495840 -AAAAAAAAONBDAAAA Old, national lessons seek more spanish worlds. Nights apply here Home bathroom 9.64 2068.56 0.70157773591609557 -AAAAAAAAONDCAAAA Libraries will result too cond Books reference 0.63 509.76 0.16899251836147671 -AAAAAAAAONEAAAAA Social, young days guide presumably. Somehow old servants return so Home furniture 2.18 6558.95 1.72309719453521562 -AAAAAAAAONGBAAAA Loans realise requirements. Full contracts will replace even sorry, ideal explanations. Crazy, major researc Books travel 9.46 38.67 0.01646958110534016 -AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 1121.34 0.42024806081158163 -AAAAAAAAONHAAAAA Constant individuals give so in a jobs. Quite given activities return too; as yet geographical figures investigate possibly. Public police prepare t Home tables 0.98 2501.80 1.34498608027036919 -AAAAAAAAONHDAAAA Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 -AAAAAAAAONIDAAAA So serious weeks might come weak members. At all young boxes imagine armed girls; fairly political services work technical, local authorities; actu Books mystery 51.11 2815.12 1.65207571383794163 -AAAAAAAAONJCAAAA Especially other parts could make over blank choices; subjects constrain only social, new respects. Brown, particular reports m Home bathroom 6.82 1031.11 0.34971372320863079 -AAAAAAAAONMCAAAA Spanish, likely professionals should te Books parenting 5.56 10391.64 4.28680794756844341 -AAAAAAAAONOAAAAA Issues should quote worth a children. All social years stand men. Problems consider to a errors. Old groups cost permanently; pink, normal goods consider. Particularly oth Books science 6.23 13046.45 4.12782776585690397 -AAAAAAAAONPCAAAA Economic roles should treat. Tall, soft rocks would assess together. Unique lectures would not Books science 0.13 1744.21 0.55185881733998678 -AAAAAAAAOOAAAAAA High, japanese terms recapture far from tightly similar sections; widespread, romantic teeth shall sort so elabo Home glassware 2.39 6427.89 1.86778027949421690 -AAAAAAAAOOBCAAAA Formerly huge doubts raise alone periods. Soon appropriate winners avoid quite. Concerns arouse even old, christian groups. Less Books science 4.05 1392.02 0.44042776438250463 -AAAAAAAAOOBDAAAA Green, low houses must not explain in a rules; other miles reduce beautiful, successfu Home accent 47.64 2569.26 0.83070529603967945 -AAAAAAAAOODAAAAA Above ships can upset before public children; however sharp consumers may not see great pounds. Environme Sports guns 6.00 87.32 0.02288056575264589 -AAAAAAAAOOEAAAAA Companies reveal national reforms; kinds initiate in a languages. Positive miles ought to hesitate thick priorities. Large, cons Books entertainments 1.45 5085.84 2.54689340840645491 -AAAAAAAAOOECAAAA Foreign scenes qualify of course objectively Books romance 3.63 3374.70 0.91150725031401178 -AAAAAAAAOOFEAAAA Things question genuine, responsible talks. Strong days retire later busy, famous rights; then easy ties must pour again still curious women. Final others secure a Sports fitness 1.18 4020.77 1.31883193416864571 -AAAAAAAAOOGBAAAA Confident teeth give natural, dark directions. Complete, english members shall feel most. Then generous pp. Sports guns 36.92 20209.36 5.29548316879170489 -AAAAAAAAOOIBAAAA Final, final children know on a securities. Succe Books sports 1.73 11889.27 3.84061459291863477 -AAAAAAAAOOKDAAAA Real, human elections find auditors. Black employees would comply. Bad eyes sell recent lines. Obvious issues describe Home accent 7.40 2663.84 0.86128534901190993 -AAAAAAAAOOMAAAAA Leaders guard generally police. Democratic witnesses may see efficiently questions. Clear, modern maps should not settle special, small elements. Final, public workers would not lose caref Home paint 3.54 14650.00 3.70084603866618679 -AAAAAAAAOONCAAAA Away central others argu Books home repair 3.39 8232.26 2.38601113564224597 -AAAAAAAAOONDAAAA So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 -AAAAAAAAOOPBAAAA Trees suggest in the notes. Estimates think rather common, other hands; smooth me Books travel 6.42 5431.32 2.31320313548115070 -AAAAAAAAOPADAAAA Right futures announce to a decisions; immense, structural shoulders make italian, gold conditions. Activities roam mo Books self-help 2.80 4833.26 1.84705305029580112 -AAAAAAAAOPDCAAAA Especially local thousands withdraw as workers. Else direct teams renew long indu Home kids 3.03 5971.02 2.39991048295554799 -AAAAAAAAOPEBAAAA Nonetheless united materials talk individuals; inc, effec Home bedding 5.48 13117.60 3.82704139556657665 -AAAAAAAAOPEEAAAA Terrible years see also yesterday Home blinds/shades 44.30 4475.81 2.98280469383835418 -AAAAAAAAOPFAAAAA Enough labour days watch to a shops. Residents sharpen now scottish, complete expressions; time and again painful others shall not reduce for a enemies. Images visit bef Home curtains/drapes 4.92 31.52 0.00970404240789680 -AAAAAAAAOPFEAAAA Heavy, recent decades think finally. Outstanding, average det Home bathroom 3.45 2515.92 0.85330541891268475 -AAAAAAAAOPGDAAAA Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 -AAAAAAAAOPIBAAAA So red letters call properties. Both soviet organisations render little years. High days keep far possi Sports athletic shoes 30.39 6752.08 2.17073698605227993 -AAAAAAAAOPKCAAAA Less imp Books arts 9.12 21212.29 6.81331014552635795 -AAAAAAAAOPMAAAAA Selective years may dispense especially dual schools. Carefully concrete tan Books romance 52.25 2531.27 0.68369661229215888 -AAAAAAAAOPMCAAAA Things require quite western authors. Charges alert in order famous activities. Aware products put. Women may not back rarely thus difficult features. Misleading missiles Home furniture 98.71 693.10 0.18208381913756896 -AAAAAAAAOPNBAAAA Special, eligible c Home curtains/drapes 2.03 2832.18 0.87194146024102662 -AAAAAAAAOPPCAAAA Things must wait obvious, other drugs; behind difficult activities shall clarify realistically available, likely partners. Buses go beds. Troops would al Home kids 8.50 10631.61 4.27312457330490160 -AAAAAAAAPABDAAAA Hardly historical dollars combine quit Sports golf 3.32 263.51 0.06224951427141752 +AAAAAAAAPCOAAAAA Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 +AAAAAAAAPDDEAAAA Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 +AAAAAAAAAELCAAAA Normal, russian names provide also. Lips favour now vocational, frequent streets. Manufacturing muscles shall mould new, other residents. Afterwards special arms Sports outdoor 3.92 3977.22 1.07865612468130282 +AAAAAAAAAKHAAAAA Key names make somewhere. Women develop moreover favorite, widespread needs; also new Sports outdoor 6.76 5091.27 1.38079602534086035 +AAAAAAAAANECAAAA Conventional, responsible products discuss delicately then actual findings. Extremel Sports outdoor 3.67 2033.52 0.55150803894728552 +AAAAAAAABNGCAAAA Used proceedings can serve. Severe schools may possess enough to a eyes. Equal, small figures will assure economic, easy methods. Mostly central weeks can state superb Sports outdoor 2.13 17333.77 4.70106686940049238 +AAAAAAAABOMBAAAA Common are Sports outdoor 1.31 14565.86 3.95038597317985966 +AAAAAAAACFKAAAAA Normal ideas practise more. Late, particular cases may not pay rightly open, whole arms. Too cautious ways see useless, main arrangements; poor things hear straight top managers. Ch Sports outdoor 0.60 2914.60 0.79046448046528107 +AAAAAAAACGAAAAAA Opportunities clear there. Basic rules ask british locations. More financial visits construct other funds. Unk Sports outdoor 3.16 1467.36 0.39796059838589681 +AAAAAAAACGFDAAAA Public clothes ought to open. So principal trials hold again under a feelings; large, economic requirements think for a years; small wages ought to Sports outdoor 9.66 2259.92 0.61290965782374871 +AAAAAAAACIDEAAAA Appropriate stations investigate just to a Sports outdoor 3.48 4192.39 1.13701207138469763 +AAAAAAAACIICAAAA Certainly other girls take by the cha Sports outdoor 8.69 5419.55 1.46982837271173198 +AAAAAAAACPGDAAAA Then mad churches may think flat vast everyday directors. Sports outdoor 6.76 3418.63 0.92716173294895486 +AAAAAAAADGOCAAAA Substantially olympic leaders leap stars. Average, urban nations find games. Electronic years might not go ago sa Sports outdoor 0.09 5470.62 1.48367899407224866 +AAAAAAAAEAFEAAAA Camps pay wo Sports outdoor 0.92 10329.33 2.80140275578276324 +AAAAAAAAEHMAAAAA Properly young things would tell comparatively deep, beaut Sports outdoor 0.55 1366.17 0.37051700380060833 +AAAAAAAAEMCBAAAA O Sports outdoor 92.60 1351.68 0.36658719170908911 +AAAAAAAAEMDAAAAA Dry troops may say far legal branches. Women remember for a bacteria. Poles can pass away stages. Grounds might not ask now famous ambitions. Only public dates need soon. Sports outdoor 4.66 29705.79 8.05646464666188906 +AAAAAAAAENPDAAAA Other bedrooms kill important, unusual names. Places rival future tasks. By now other boys incorporate. Yesterday major agents might service then to a politicians; dead pains can get to Sports outdoor 6.47 142.39 0.03861738741969786 +AAAAAAAAEODEAAAA Blue roses change also autonomous horses. Foreign, green patients mean visitors; hardly global others ought to laugh only foreign only proposals. Methods keep further ros Sports outdoor 23.68 3256.27 0.88312831050733576 +AAAAAAAAFACDAAAA Just young partie Sports outdoor 4.58 610.20 0.16549146571739330 +AAAAAAAAFBCCAAAA Decisions want heads. Documents could involve different sales. Particular tables adopt statistic Sports outdoor 4.81 6716.01 1.82143942751994522 +AAAAAAAAFECCAAAA Areas must think always. Longer responsible standards reappear. Other powers cover various players. Areas accept with a resources. As necessary things might not take more than top, Sports outdoor 6.09 2358.50 0.63964539805714863 +AAAAAAAAFFGDAAAA D Sports outdoor 51.59 150.15 0.04072196587588758 +AAAAAAAAFGEBAAAA Chairs store much major owners. Long-term, civil profits rise mor Sports outdoor 6.87 1117.50 0.30307557020515735 +AAAAAAAAGCCAAAAA Visible members defeat low in the sons. Final measures wish clear clouds. In order public years cannot find la Sports outdoor 3.72 17568.36 4.76468968641564036 +AAAAAAAAGCJDAAAA Lessons Sports outdoor 6.67 11553.03 3.13328067547855836 +AAAAAAAAGDFAAAAA Longer usual findings afford yet. As willing other Sports outdoor 1.75 2373.25 0.64364572437529277 +AAAAAAAAGFEBAAAA Ago rural mice must read new minutes. More safe levels step into a names. Walls conceive sensitive, old voices. Then cu Sports outdoor 6.76 15436.43 4.18649201269082506 +AAAAAAAAGFIBAAAA Regional, standard followers exercise as recent, different facts. Discussions bear early men; now good instruments might not admit just better red cuts. Sports outdoor 4.68 3570.40 0.96832305669842844 +AAAAAAAAGJIAAAAA Just modern pictures would put considerations. Like homes check hard, ethnic words. Then new books cannot flood here by the qualities; marks shall pay jobs. Huge, model environments ca Sports outdoor 3.63 6943.61 1.88316649667313879 +AAAAAAAAHHEBAAAA Others come in addition voluntary issues. Nations shall not speak even social, educational results; old moments might laugh. Comparisons cost safe, middle problems. Right waves res Sports outdoor 7.97 4009.43 1.08739175252587384 +AAAAAAAAHKBBAAAA Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Sports outdoor 4.43 4234.22 1.14835672561439046 +AAAAAAAAHNEBAAAA Cultural, critical descriptions shall get hands. Lips afford unknown benefits. Due layers move yes Sports outdoor 1.34 1679.13 0.45539443597188891 +AAAAAAAAIFMDAAAA Considerable, long-term cases co Sports outdoor 2.16 9511.23 2.57952702962183329 +AAAAAAAAIICCAAAA Low protective actors may not bite far items. Hence new eyes Sports outdoor 8.30 11492.30 3.11681017939036220 +AAAAAAAAILGAAAAA Uncomfortable users should pursue already social conditions. Either national friends may not reject now per Sports outdoor 5.25 1285.08 0.34852470135055356 +AAAAAAAAIMBCAAAA Over recent build Sports outdoor 6.57 6012.31 1.63058996107397723 +AAAAAAAAJCFAAAAA Willingly sensible accounts tell directly big bodies. Concerned hours win also agricultural attacks. Variable ends might not ensure together hands. Public police used to come probably with a Sports outdoor 84.32 3185.37 0.86389962332384971 +AAAAAAAAJILAAAAA Objectives ought to let in short short levels. Industries exist within a examples. Papers will come inevitably again other musicians. Possible, sexual parts rise very effective to Sports outdoor 8.78 23987.33 6.50556932210226125 +AAAAAAAAKBFDAAAA Local, likely funds grow inner studies. Twice close res Sports outdoor 9.23 3450.44 0.93578887736794909 +AAAAAAAAKCLAAAAA In addition blue feet feel. Ever real prices endanger at last only dramatic p Sports outdoor 6.89 349.44 0.09477112058388383 +AAAAAAAAKCOAAAAA Immediate, mixed hospitals become; bad, clear rates cut still for a units; independently existing weeks in Sports outdoor 39.82 7265.77 1.97053904763268554 +AAAAAAAAKINDAAAA Personal shoulders must not tell widely impressive students. So english courts grow somewhere social classes. Conditions come earlier from a Sports outdoor 9.33 4593.31 1.24574500884031435 +AAAAAAAAKMABAAAA Pretty, part Sports outdoor 2.90 2185.56 0.59274258900902343 +AAAAAAAAKMAEAAAA True calls stand again now strong musicians; political, lovely directions know more financial charts. Probably overall eyes risk even meetings. Servic Sports outdoor 3.81 5524.85 1.49838663449482198 +AAAAAAAALFGDAAAA Things ought to laugh well posts. Supposed problems will not make. Also married products might move totally now main goals. Active, normal funds Sports outdoor 7.43 2016.67 0.54693817464486323 +AAAAAAAALLAAAAAA Patients could learn then fund Sports outdoor 0.79 7293.77 1.97813288742306084 +AAAAAAAALONCAAAA Implicit, little students used to think recently into the pictures. Essen Sports outdoor 6.27 15262.60 4.13934782802079150 +AAAAAAAAMGOCAAAA Children wear with Sports outdoor 38.33 14661.28 3.97626469435120294 +AAAAAAAAMLCAAAAA Members might surrender relatively now standard friends. Soviet thanks go either fortunate arrangements. Main manufacturers must try into a police. Almost difficult plans must Sports outdoor 2.43 2921.90 0.79244430298205749 +AAAAAAAAOGCBAAAA Stages choose ever to the companies. Certain, national issues respond also reports. International, alive pupils get associated, conscious difficulties. High interests marry very high hands. There far Sports outdoor 7.68 8848.40 2.39976185718417383 +AAAAAAAAOIGDAAAA Roads would not want over healthy events. Typical lines drop please there original volumes. Hours question actually lost specialists. Royal, new participants f Sports outdoor 4.69 8049.30 2.18303909373814141 +AAAAAAAAOJJDAAAA Protective appearances call then new, long-ter Sports outdoor 1.26 8878.87 2.40802558212748582 +AAAAAAAAONHDAAAA Sessions write however; tests ought to make eithe Sports outdoor 6.24 11581.72 3.14106164917805363 AAAAAAAAPADBAAAA Ears must get almost by a centre Sports outdoor 3.86 8801.98 2.38717235564598734 -AAAAAAAAPADEAAAA Goals should not make in Books computers 4.09 3597.48 1.09907292416125529 -AAAAAAAAPAFCAAAA Rational, grateful laws may allow in a mountains; usually increased requirements might not follow even usual particular years. As yet sweet trends meet v Sports fitness 0.10 6426.34 2.10787048546057961 -AAAAAAAAPAGEAAAA Anyway hard actors ought to transport often accurate significant limits. Others should try. Only italian words will not make fresh officers; quickly correct operations could recognise just Home glassware 1.61 81.34 0.02363532168939724 -AAAAAAAAPAICAAAA Other ambitions seek aloud to a measurements; other hands could provide children; also particular pp. could push fine, huge mines. Just coun Books parenting 4.72 555.56 0.22918221025277285 -AAAAAAAAPAKAAAAA Unique developments should guess once at the assumptions. Letters might not provide especially Home accent 4.38 7861.02 2.54166216975854562 -AAAAAAAAPANDAAAA Efficiently political examples can abandon very severe facilities; extraordinary, international hours shall restore at all part-time, following goods. Sports Sports guns 5.61 10197.52 2.67206856245901832 -AAAAAAAAPAOCAAAA Industrial states choose p Sports camping 2.71 1518.50 0.29166103736215343 -AAAAAAAAPAPBAAAA Seconds should tolerate certainly large stairs. Large, foreign months shall pa Home decor 0.94 11186.84 3.95720973635380727 -AAAAAAAAPBAAAAAA So new campaigns teach more straight early indians. International offices shake actual ministers. New, liable theories can see expenses. Nice, imperial teams wo Sports fishing 8.48 284.46 0.09705695577579304 -AAAAAAAAPBDAAAAA Clear, top associations can activate all national factors. Items could think sure skills. Fine, thin classes must not help simply only statutory Home decor 6.27 3917.10 1.38562688464941829 -AAAAAAAAPBDDAAAA Peaceful adults could attract also Sports football 4.69 142.34 0.06170333544371977 -AAAAAAAAPBECAAAA Places look; students sell especially. Right black tests make once again Home curtains/drapes 2.18 5899.96 1.81641694304869302 -AAAAAAAAPBGAAAAA Individuals will think really recent minutes. Rightly political problems may not consider Sports baseball 0.58 6140.36 1.81711313635995339 -AAAAAAAAPBMAAAAA Yea Home accent 1.36 8742.72 2.82673758428186571 -AAAAAAAAPBMDAAAA Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 -AAAAAAAAPBPAAAAA Wrong countries see countries; lengths will see possible sc Books sports 3.38 262.80 0.08489280797046557 -AAAAAAAAPBPDAAAA Layers will think also like a restrictions. Labour technologies introduce perhaps then average arms. More curious seasons play below doubtful Sports athletic shoes 5.50 5816.35 1.86990765346755050 +AAAAAAAAPFMCAAAA Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 +AAAAAAAAPNAAAAAA Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 +AAAAAAAAACBBAAAA Severe characteristics enter top, individual teachers. Elderly homes may speak relations. Here senior others get determined, prime sizes. Palestinian feelings work today Sports pools 3.20 1521.13 0.42189637557361632 +AAAAAAAAAJDBAAAA Black, particular months should make deep children. Open standards reopen over at a policies. Dangerous contents might mean on a streets. Very general cars need so into a practitioners; members ensu Sports pools 83.43 3109.41 0.86241728791908536 +AAAAAAAABDCEAAAA Else married minutes must not believe Sports pools 1.22 10195.66 2.82783982998224803 +AAAAAAAABFKAAAAA Desperately prime vehicles will not remedy widely for once difficult operations. Distinct pla Sports pools 3.18 445.48 0.12355709070923235 +AAAAAAAABGFBAAAA Too scientific letters could not depend more; instead national attitudes read less magnificent politici Sports pools 4.01 610.72 0.16938759638579146 +AAAAAAAABKEBAAAA Good, single pupils should not combine prisoners; a.d. strong shelves mean now p Sports pools 0.83 9580.39 2.65719025828280162 +AAAAAAAABOJBAAAA Strange, social rooms point alternatively in an tracks. Elegantly russian vehicles can tell; long ministers should want now mou Sports pools 30.29 3084.95 0.85563313051864578 +AAAAAAAACACEAAAA Approximately similar examples must not incur. Communities look explicit, additional responsibilities; new symptoms get so best big others. Jobs sell even. Small Sports pools 0.62 4.72 0.00130912603965964 +AAAAAAAACBDBAAAA Twice recent conditions inform agai Sports pools 6.04 21280.67 5.90234729627197515 +AAAAAAAACEEBAAAA Expectations adopt decent creatures. Only efficient features could evoke nearly down a officials. Just urban stars could stick lakes. Then empty jobs should not encourage ever Sports pools 8.12 1818.28 0.50431307105769729 +AAAAAAAACIECAAAA Just professional facilit Sports pools 8.12 9604.50 2.66387734065911390 +AAAAAAAACLDAAAAA Desperate activities increase likely judges. Standards may not make national, fatal courses. Soon european factories hear various cattle; possible rates Sports pools 6.33 1442.22 0.40001011799108618 +AAAAAAAACMPAAAAA New jews would not accept normally at the authorities. Forward integrated processes should find today. Ago possible americans shield Sports pools 6.25 1734.73 0.48113987601245090 +AAAAAAAACOAEAAAA Military, economic words shall know Sports pools 2.54 10250.37 2.84301404303940458 +AAAAAAAADLBBAAAA Old-fashioned doctors must not bring generally. British rats serve skilled brothers. Wrong women will look definite conditions. Then vita Sports pools 9.68 6582.59 1.82572880877185450 +AAAAAAAADMICAAAA Teachers shall rebuild later as unique years. Certainly international shares may help. Good causes spare in order from the years. Groups Sports pools 7.63 1686.77 0.46783782413489235 +AAAAAAAAECEBAAAA Forms should pursue really. Shops govern european, final situations; suitable, nuclear years colour; yards make all alternative qualities. Readers used to help europe Sports pools 5.14 12215.61 3.38808752994209780 +AAAAAAAAEGMAAAAA Strange, different photographs put all. Well other parties occur towards a championships. Female families take again high farms. Public mat Sports pools 9.86 3861.63 1.07105092977348680 +AAAAAAAAEIAEAAAA At last front mechanisms can Sports pools 9.64 10133.16 2.81050500424522948 +AAAAAAAAELGBAAAA About international concentrations could avoid then alone apparent activities; inadequate, mediterranean days get eve Sports pools 6.63 8919.39 2.47385714128809349 +AAAAAAAAEMMAAAAA Years take at least national projects. Other things go here worth a ideas. Perhaps political countries monitor more for good dependent ch Sports pools 3.72 598.06 0.16587625408450098 +AAAAAAAAEMNAAAAA More local cities market as; numerous exercises rescue conditions. Cold weeks shall get well religious, english jeans; so economic services worry days. Then new routes carry very clie Sports pools 4.41 13194.25 3.65952039169051107 +AAAAAAAAEODBAAAA Here particular years could not accept even. Ideal, lesser sciences take plainly regular hands. Routinely vulnerable names might find very right lives. Long circumstances used to raise act Sports pools 7.76 22986.75 6.37554088816657675 +AAAAAAAAFENAAAAA Thick, single subjects wait also. Often popular places could steer as supreme, able cities. Up Sports pools 0.16 18316.69 5.08026606766384350 +AAAAAAAAFFPAAAAA More natural feet should assume ever due, certain problems. Large offic Sports pools 3.94 5514.84 1.52958064588062967 +AAAAAAAAGFJCAAAA Even old examples shall take very. Local legs shall last nu Sports pools 3.47 11105.27 3.08012672340063905 +AAAAAAAAGGMCAAAA Lightly mental views might not involve partly carefully real figures. Just continued terms look. Only new artists used to go very orders; even great women listen apparently. Formal, similar Sports pools 5.35 4894.62 1.35755815598281140 +AAAAAAAAGIIAAAAA Usually temporary classes can apply Sports pools 3.20 2476.10 0.68676419211890592 +AAAAAAAAGLCAAAAA Educational groups Sports pools 0.70 5180.07 1.43672977208892250 +AAAAAAAAGLOAAAAA Old, professional neighbours should continue as. Co Sports pools 1.88 7979.15 2.21307479647250441 +AAAAAAAAGMFAAAAA Fields generate. Universities get honest, fixed locations. Possible requirements might not see ideas. Communications visit continuous others. Stor Sports pools 1.76 4668.60 1.29486987897351649 +AAAAAAAAHKKBAAAA Separate flowers agree most likely points. Overseas funds used to weaken only effective brothers. Industrial events must not hear colonial aspect Sports pools 2.14 12936.15 3.58793449532691928 +AAAAAAAAIBGBAAAA Particular departments draw never most stupid shoulders. Lonely areas see again high, british units; sure, english seats might round arguments. Running, interesting weeks ought to handle Sports pools 95.36 61.74 0.01712403425605640 +AAAAAAAAIFCEAAAA Possible companies will admire less things. Systems can pay. Small quantities see then as a boys; different designers make well for a personn Sports pools 4.20 6007.90 1.66633439272693950 +AAAAAAAAIGNCAAAA Really young players attack badly economic sources. Practices open proposals; else unlikely cities will report parties. Visible Sports pools 7.62 6195.49 1.71836383208705644 +AAAAAAAAIGOBAAAA Unable, central streets move as new men. Wet, r Sports pools 9.62 2517.90 0.69835772357182392 +AAAAAAAAIINAAAAA Inland, royal areas make far by a officers. Helpful p Sports pools 91.95 752.88 0.20881669761418436 +AAAAAAAAJBCBAAAA Payments work certainly deep proteins; now other reports used to attempt to a matters. Sports pools 91.49 2485.46 0.68936025562128182 +AAAAAAAAJCEBAAAA Actual, natural areas know. Everyday things love very issues. Crimes remain always days. Active systems remember then. Dreams might tell from the shadows. Leading votes enable personal, ent Sports pools 0.87 8187.22 2.27078451153012759 +AAAAAAAAJPBDAAAA Vague, decent years experiment rather rare tensions. Good, commercial parties lead poorly british, helpful others. Ago Sports pools 4.35 4849.86 1.34514364718298820 +AAAAAAAAKFHDAAAA Social shops could not marry currently individually continental children; at least nice details offer Sports pools 2.54 6584.75 1.82632790034932586 +AAAAAAAAKHMAAAAA Mad relationships know essentially little books. Statemen Sports pools 0.76 1400.90 0.38854971799982848 +AAAAAAAAKIAEAAAA Bad examples must like quickly old, suitable sales. Basic things should Sports pools 70.46 577.11 0.16006562049745236 +AAAAAAAAKLFCAAAA Intact times reach recordings; diseases meet very primary workers; economic, unknown aspects inhibit notoriously colleagues. Vague, smal Sports pools 0.74 13660.56 3.78885483312137695 +AAAAAAAALCCBAAAA Likely opportunities used to exercise quiet, present children. Early, limited reasons mean also small types. Possible cases will not stop inevitably major, safe eyebrows. Also economic Sports pools 8.65 2489.21 0.69040034516550293 +AAAAAAAALFMDAAAA Conditions want well enormous, proper cells; claims ought to clear now to the times. As well divine surfaces know persistent, ha Sports pools 74.70 1363.09 0.37806284182196174 +AAAAAAAALICBAAAA Wide, firm offices may signify yet eligible periods. Terms compensate empty, new circumstances; negotiations used to make then major users. True, aggressive l Sports pools 9.90 3230.49 0.89599969912289665 +AAAAAAAAMEGAAAAA Possible, quick products shall not h Sports pools 76.51 467.35 0.12962289293112987 +AAAAAAAAMICDAAAA Always flexible males want moreover very r Sports pools 6.68 9034.76 2.50585584281257076 +AAAAAAAAMKECAAAA Languages want as with a offenders. Common, damp experts will gain cases; at first long years would remind later recently old decades. Simple, regional customers shall fi Sports pools 0.55 7067.91 1.96033581079889195 +AAAAAAAAMPGCAAAA Man Sports pools 6.46 8843.74 2.45287506821600624 +AAAAAAAANCGEAAAA Certain, distinct obligations wish. Buyers can start just circumstances. Events should thank for the places. Difficult agreements would need with the systems. Wome Sports pools 0.42 8.85 0.00245461132436183 +AAAAAAAANNJCAAAA Good, public systems should act very top trees. Monetary, determined words could alleviate then hills. Sports pools 26.29 16463.17 4.56617892846258568 +AAAAAAAAOAPDAAAA For example different colleagues hear Sports pools 9.94 7603.76 2.10895767273779415 +AAAAAAAAOBACAAAA Blue areas may not go inc temperatures. Sole, responsible standards follow females. Different, lit Sports pools 6.71 4970.94 1.37872605838679948 +AAAAAAAAOEEDAAAA Twice ready fears w Sports pools 7.21 1410.98 0.39134547869469483 +AAAAAAAAOFEAAAAA Financial, unknown features could regard really. Desirable, hard glasses go fast friends. Political churches attempt; nearly required feelings will Sports pools 2.34 3804.18 1.05511675795601936 +AAAAAAAAOONDAAAA So global premises fly for good. Men join territorial, dear shows. New, ltd. cases may not decide also sometimes scottish earni Sports pools 5.89 6928.71 1.92172768691740424 +AAAAAAAAPFEBAAAA Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 +AAAAAAAAPLJCAAAA Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 +AAAAAAAAADFDAAAA Examples can use only considerable cases. Cells will offer individuals. Sure minute weaknesses might write successive prisons. For example black c Sports sailing 3.34 5563.78 2.15114568889337040 +AAAAAAAAAHDBAAAA Vast, low years might find for instance Sports sailing 2.67 991.20 0.38323147335644270 +AAAAAAAAAKAAAAAA Desirable members will compare in a terms. Light friends shall record notably there continuous problems. Late, re Sports sailing 1.17 16944.30 6.55123996569165858 +AAAAAAAAAKPBAAAA Clean, prominent readers used Sports sailing 2.84 9477.26 3.66422953307312360 +AAAAAAAAAMFDAAAA Possible, old failures could stand often modern terms. Rooms might write months. Photograp Sports sailing 4.26 5581.39 2.15795431101383747 +AAAAAAAAANOCAAAA Outstanding, small friends face here possibly temporary events; joint clothes Sports sailing 9.84 3977.12 1.53768922247313900 +AAAAAAAABCGBAAAA Frankly tory miles might make extremely new properties; either big pictures must not return therefore in a cities. Perhaps effective assessments emerge parliamentary opponents. Probably external purpo Sports sailing 7.68 5661.58 2.18895847954536808 +AAAAAAAABEIAAAAA Originally federal implications continue always manufacturers. Ins Sports sailing 0.63 4209.36 1.62748106808683982 +AAAAAAAABEPCAAAA Good, white children shall know also prime creatures. Big pockets take; often coming stands notice substantially warm parents. Small points sha Sports sailing 8.09 7948.33 3.07309343888540575 +AAAAAAAACBMBAAAA Ca Sports sailing 0.93 1188.60 0.45955299559268340 +AAAAAAAACEKBAAAA English, familiar details may Sports sailing 35.26 912.12 0.35265646839979672 +AAAAAAAACLIBAAAA Close, Sports sailing 4.04 9506.48 3.67552697420657321 +AAAAAAAADGGBAAAA Forward students can involve there aware lawyers. Scientifically costly achievements could involve sta Sports sailing 1.09 1670.72 0.64595690795608953 +AAAAAAAAEIFAAAAA New girls reach exactly; only additional students wil Sports sailing 3.94 7390.63 2.85746774004471962 +AAAAAAAAEKGAAAAA Good, dependent houses can prevent different eyes. Spiritual, new ministers tell new difficulties; customers will encourage over busy relations. Modern, substantial far Sports sailing 1.58 4598.55 1.77795509665382321 +AAAAAAAAENPAAAAA Eventual, little patients make demonstrations. Please left books can escape greek hands. Years shall not lift also loudly developing friends. Poor projects hear mos Sports sailing 4.83 8568.30 3.31279482764326872 +AAAAAAAAFHPBAAAA Good, white rivers leave only. Just chosen tiles enter v Sports sailing 3.37 20327.26 7.85920681910763051 +AAAAAAAAFNKDAAAA Pale, normal schools used to separate long-term, significant drug Sports sailing 1.48 5750.04 2.22316011002671485 +AAAAAAAAGAHDAAAA Areas check again. Religious seeds should monitor really nuclear objectives; improvements believe total trouse Sports sailing 2.31 985.60 0.38106632378945714 +AAAAAAAAHJCEAAAA Different needs protect hundreds. Classes may happen quite all english categories. Closed parents last on a failures. As right cars apply even ingredients. Real, financial losses should n Sports sailing 7.16 5259.46 2.03348527528175555 +AAAAAAAAHJMAAAAA Sharp brief preferences cannot know overall levels. Joint, good feet visit probably. Players will not get small stars Sports sailing 1.91 11340.70 4.38469851684161591 +AAAAAAAAHKEEAAAA Particular writers might not get partly in a creditors. Pains might not manage often now full patients. Strong, important societies get Sports sailing 3.12 8434.12 3.26091629748288991 +AAAAAAAAIAODAAAA European, solid councils might oppose usually dull, busy indians; public, adequate drugs Sports sailing 40.11 2868.61 1.10910173202686146 +AAAAAAAAIFGBAAAA Just sheer others support of course then vital eggs. Polls used to distinguish easily complex circumstan Sports sailing 1.59 330.46 0.12776702248322241 +AAAAAAAAIGPDAAAA Armed, old policies might not come ordinary effects. Then proper courses will give at least quie Sports sailing 1.61 57.96 0.02240929801830046 +AAAAAAAAJHNCAAAA Lucky figures shock else. Conservatives will not lay generally permanent, y Sports sailing 8.16 2125.83 0.82191783999730284 +AAAAAAAAJNNCAAAA Men fire old, other affairs. Moral, young shelves could take more after a others; too growing customers must not want reasonably off the talks. Centuries like. Eyes thank much new, special goods; hug Sports sailing 0.20 10072.78 3.89447772416798715 +AAAAAAAAKLDBAAAA Specified banks close characters. Long sections stop unduly burning teachers. Leading, certain colonies could not live determined forces. Legs say. Administrative clothes say only personal Sports sailing 0.91 581.13 0.22468452997541318 +AAAAAAAAKLGBAAAA Foreign, lucky components must reduce t Sports sailing 6.01 3026.86 1.17028653898676568 +AAAAAAAAKNKBAAAA Of course large structures describe. Used factors would know commercial benefits. Then appropriate circumstances should not know so new terms; ev Sports sailing 2.18 3899.16 1.50754724742989014 +AAAAAAAAKOAEAAAA Small, dead particles set recently other boxes. Bright, personal locations house novel jobs. Twice residential judges underpin directions. Others want. Other songs star too p Sports sailing 0.78 1941.55 0.75066895388942829 +AAAAAAAAMAKAAAAA However important children could expect sincerely by way of a potatoes. Even able cars suggest by the issues. Shoes would perform sincerely Sports sailing 4.86 4448.31 1.71986722684241083 +AAAAAAAAMCJCAAAA Exactly left yea Sports sailing 0.54 6631.39 2.56391985482362846 +AAAAAAAAMECCAAAA Desirable stars should introduce to Sports sailing 6.99 5638.06 2.17986485136402876 +AAAAAAAANAIBAAAA Fond sentences must add in a documents. Also in Sports sailing 11.59 6231.21 2.40919672023143593 +AAAAAAAANCPBAAAA Average, mean unions include. Cold ways shall work particularly from no rights. Already crucial agencies get very professional days. Perhaps huge methods rule financially awful arms. Strong vehicl Sports sailing 7.97 4916.04 1.90070747808636658 +AAAAAAAANMMDAAAA Friends used to assume otherwise; interested days take days. A bit primary exports should break steadily serious modern responsibilities. Judges can provide as american, mysterious schools. Sports sailing 1.52 28193.51 10.90056535148264803 +AAAAAAAAOACDAAAA Men break for the magistrates. Eager, bad forms must not support very famous things; go Sports sailing 4.67 4159.07 1.60803725170760707 +AAAAAAAAOADCAAAA Facilities increase. Economic holders see ancient animals. Little e Sports sailing 0.98 2137.13 0.82628680251639869 +AAAAAAAAOCDEAAAA Electrical, warm buildings die; more poor hopes must monitor never evident patients. Heavy issues would identify real, british armies; big, enormous claims lie yet home Sports sailing 5.78 729.17 0.28192180531408124 +AAAAAAAAODLDAAAA Tasks can vote only basic men. Profits should not check later everyday decades. Favorite hands Sports sailing 7.47 3762.20 1.45459387516304350 +AAAAAAAAOIKAAAAA Great, old things will back about however modern yards. Rather selective rows may not try presumably differences. Weapons used to read organizations; go Sports sailing 4.36 2630.35 1.01698235062865118 AAAAAAAAPCBBAAAA Social, resulting branches mi Sports sailing 7.52 5343.12 2.06583106327711471 -AAAAAAAAPCCAAAAA Tall relationships may not determine upon a relations. Again popular children would base cold, old boundaries; Books travel 3.30 6088.69 2.59317749625739736 -AAAAAAAAPCDCAAAA Front words must not develop societies. Eventual, grey countries make strangely times; ever old indicators send often tomorrow prime computers. Full, high days will come unique companies. Of course s Sports guns 4.39 9467.29 2.48072550783745847 -AAAAAAAAPCEBAAAA Th Books fiction 0.34 NULL NULL -AAAAAAAAPCFAAAAA Flat patients die specific, pink losses. Palestinian thousands tolerate materially cuts. Bodies may not float senior, other factors. Pure experiments could survive too Home rugs 7.34 4551.39 1.60367437227659015 -AAAAAAAAPCHBAAAA Strong memb Sports guns 6.63 804.38 0.21077266926378033 -AAAAAAAAPCIAAAAA Arrangements might not go on a lawyers. Too small legs may explain most officer Home flatware 6.07 9935.08 2.23476178036132804 -AAAAAAAAPCIDAAAA Goods mention from a hours; red, sweet procedures say Books sports 1.70 4448.61 1.43704335793566534 -AAAAAAAAPCLAAAAA Different shops will hear far strong, physical purposes. Ages should g Home glassware 3.91 15492.80 4.50181106306237406 -AAAAAAAAPCNBAAAA Areas may clea Home paint 2.32 11516.97 2.90938790456909989 -AAAAAAAAPCOAAAAA Employees pay ahead comme Sports optics 93.19 5383.95 1.56059733403209167 -AAAAAAAAPCODAAAA Superior, real applications bring tonight; computers shall supply variations. Scottish, tall fingers construct also executive hundreds. Annual, pract Sports fitness 0.46 2850.40 0.93494493471506894 -AAAAAAAAPDBAAAAA Cold, early wings mind like a columns. Women suffer; under new intervals come financial, level professionals. Countries shape. Of course international leg Sports athletic shoes 0.45 11475.90 3.68940542443770798 -AAAAAAAAPDBDAAAA Orders satisfy all colleges. Years resist warm, invis Home lighting 6.29 6401.87 1.94057606269915786 -AAAAAAAAPDDEAAAA Schools must evaluate secondly; quite democratic recommendations will assess however lines. Always effective strings can step just; sides could work. However normal operatio Sports optics 2.31 15236.42 4.41644451233634083 -AAAAAAAAPDGBAAAA Mistakes preserve there impossible, new customers. Also french vegetables ought to decide possible others. Just young girls administer individual disputes. Extensive, Home bedding 7.59 1828.67 0.53351190681456453 -AAAAAAAAPDGEAAAA African lives must n Books cooking 0.88 13101.34 4.91002972250450964 -AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7342.58 2.24324551393974389 -AAAAAAAAPEADAAAA For example decent routes shall give specially ethnic common explanations. Aware animals shoul Home kids 1.28 4251.26 1.70869356320521501 -AAAAAAAAPEBCAAAA English authorities can take; sometimes mental eyes know quickly; immediate jobs should think below critical villages. Red, international diff Sports baseball 1.36 12144.34 3.59386741924278647 -AAAAAAAAPECBAAAA Sides will not make very working influences. Assistant clothes carry quite benefits. Available part Books reference 25.23 10081.79 3.34225337745517941 -AAAAAAAAPEDDAAAA Influential, major levels like. Secondary divisions may give factories. There little Books home repair 1.96 1506.72 0.43670276428281965 AAAAAAAAPEFBAAAA Tears present total duties. Minutes may not m Sports sailing 5.27 1803.00 0.69710083379909825 -AAAAAAAAPEFEAAAA Sure, important children see almost net, silve Sports fitness 4.08 5909.24 1.93825919380286064 -AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 14868.48 6.12387446858013855 -AAAAAAAAPEMDAAAA Also black patterns may call other others. Pressures must come so; there young relations can want towards a galleries; new, left services at Home curtains/drapes 8.37 716.28 0.22052066928706599 -AAAAAAAAPENCAAAA Authorities retain with a authorities. Warm, commercial things can bring. Eyes buy also for the minds. P Books computers 9.54 4801.27 1.46684508561207016 -AAAAAAAAPFACAAAA Twice part-time songs will end certainly free charges. Schools would make particularly terms; more fresh services change too. Books may secure in order artists; students should look right tired at Books science 5.32 8424.73 2.66554000619690679 -AAAAAAAAPFEBAAAA Poor, large reforms must give general months. Executive, old parts must want economic investigations. Still, other girls assist almost publications. Classes mean wi Sports pools 63.66 1243.89 0.34500186217631997 -AAAAAAAAPFGCAAAA Now total stations prefer anywhere more imperial times. Particular, international years carry as to a criteria. Qualifications determine with a others. Villages shall not go directly versio Books self-help 2.43 1993.64 0.76187890640928089 -AAAAAAAAPFMCAAAA Global, ugly flowers can pray just parti Sports outdoor 8.53 3096.72 0.83985698413039361 -AAAAAAAAPFOAAAAA Less western communities make nearer customs; now potential speakers would get separate, unchanged homes. Conditions help elderly, high votes. Souther Sports baseball 8.65 13345.09 3.94920466306631050 -AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 5434.01 2.23810336369347497 -AAAAAAAAPGDEAAAA Appointed others must trace yesterday with the members. Disabled animals talk also isolated, entire soldiers. Signs join at all lega Books fiction 0.97 7324.52 2.03097995034933758 -AAAAAAAAPGGBAAAA Pictures ought to run. Bad, public workers pr Sports athletic shoes 24.80 6551.61 2.10628756548944588 -AAAAAAAAPGNAAAAA Partly available qualificat Books self-help 0.96 598.92 0.22888009601866260 -AAAAAAAAPGPBAAAA Women could head then even old tenants. Almost causal points can watch differently mental, previous cases. Books sports 2.25 10975.77 3.54552486658294108 -AAAAAAAAPHAAAAAA Private islands will complete large homes. Parts illustrate most in a operations; labour games could not use. Leaders feel. New groups shall not devote too pale characteristics. Mad thanks may not Home kids 3.66 17378.77 6.98498620066142614 -AAAAAAAAPHADAAAA Desirable, important methods make thus observations. Most different tasks may live always traditional, concerned beings. Bad sales would lose. Long, linguistic pairs could not make. Chem Books computers 8.20 2715.24 0.82953811184484884 -AAAAAAAAPHIBAAAA Suddenly toxic trials indicate tender, light shares. Books home repair 5.02 12184.82 3.53160811317868381 -AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 1871.38 0.77076447646373400 -AAAAAAAAPHLBAAAA Too white boys must appear alike rural months. Ago agricultural documents may not find nowadays r Sports baseball 5.74 6282.41 1.85914990961427909 -AAAAAAAAPHPAAAAA Variable, cruel countries must not find skills. Significantl Sports fishing 3.11 11934.93 4.07216470926381791 -AAAAAAAAPIBEAAAA New buildings should visit forcefully certainly fine aspects. Shows must not take totally lights. Full teachers say still. Today local units shall know exactly by a services. Patient Home decor 8.39 446.81 0.15805364895718940 -AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 6256.69 2.00962599768404583 -AAAAAAAAPIFAAAAA Very short foundations would work as. Daily comfortable shareholders take very instruments Sports archery 4.72 7278.17 2.14558677877739373 -AAAAAAAAPIGCAAAA So important pounds would not score precisely at a cells. Clear campaigns would fall now monthly databases. Processes ought to stand in par Home kids 37.00 6087.17 2.44659423256537795 -AAAAAAAAPIKBAAAA Horses hide less total, musical islands; here entire directors must know more than by a lives. Tables can present in a hills. Gently other securities will not Sports football 2.66 14660.41 6.35517912022245106 -AAAAAAAAPILDAAAA Special matters may not forget a little other drugs. Also possible standards might retain sales. Difficult, small prices forget frequently for a hours. Explicit, true things may exchange modern cases Home curtains/drapes 0.66 4223.56 1.30030473833428326 -AAAAAAAAPIMCAAAA Low purposes used to serve gradually. Practices may not come now other, basic children. White, close homes commission competent symptoms; blues ought to take now extremely interest Sports athletic shoes 2.56 8206.37 2.63827900146767344 -AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 3040.40 0.92887835891231656 -AAAAAAAAPJNDAAAA Terms used to settle with the considerations; final contents would address more old agreements; areas would not get either hard, deaf heads. Successfully standard hours will reconstruct. Events Sports golf 1.27 2779.34 0.65656925731517427 -AAAAAAAAPJOCAAAA Dead systems stay even good lines. Ahead late companies might switch emotionally much opposite children. English, important polls can receive well int Home rugs 3.04 6151.56 2.16749149633887249 AAAAAAAAPKCBAAAA Growing, different minutes agree actually in accordance with a units. Necessary powers make even. Brown, high names would not say; sales must no Sports sailing 1.22 8285.78 3.20356303198884762 -AAAAAAAAPKFBAAAA Able calls will see far stores; national eyes shall stand among a owners. Long, heavy patients prevent occasionally practical, level sections. Certainly specified regulations could Sports football 2.08 10550.88 4.57372831155285933 -AAAAAAAAPKGDAAAA In particular basic offices mean more economic miles. Early immense rules mean times. Unnecessarily desperate miles accept just to a sk Sports fishing 1.73 2846.24 0.97112912116745126 AAAAAAAAPKMDAAAA Panels ought to make relations. Adverse, new calculations mu Sports sailing 3.69 2543.06 0.98323308175326389 -AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2790.97 0.85267452748766878 -AAAAAAAAPKPAAAAA Techniques sink very thinking examples. Still innocent spirits face eventually little products. Video-taped reports exceed far processes. New org Books home repair 2.42 15339.28 4.44588641426951904 -AAAAAAAAPLEEAAAA References carry enough; little duties will not restore full, new boards. Advanced manufacturers remain in a wo Home flatware 2.00 10.34 0.00232584305400018 -AAAAAAAAPLFDAAAA Supporters may not ge Books sports 0.62 10252.85 3.31199857762552490 -AAAAAAAAPLIAAAAA Real, fair sales used to lend much drawings. Tanks believe new, present minutes. Contemporary, lovely contributions happen stairs. Problems keep. However sha Home decor 1.13 17259.93 6.10549208219525521 -AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 5985.52 1.82864754467729543 -AAAAAAAAPLJCAAAA Mainly alone trees would join quite military projects. Unexpected, royal developments would agree today then good cups. Very foreign representatives show necessarily similar costs. Rele Sports pools 3.34 4400.15 1.22041333546787444 -AAAAAAAAPLLAAAAA Only Home decor 3.96 877.92 0.31055361225687812 -AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 9406.36 3.02128850871232254 -AAAAAAAAPLOAAAAA Regional sets may call then much social securities; gentlemen must launch so further national women. Sports guns 2.46 6287.03 1.64739811387834708 -AAAAAAAAPMAEAAAA Great, political methods adapt in a characters. Slowly different cases fight Home bedding 0.81 12963.87 3.78219088375493048 -AAAAAAAAPMBAAAAA Exactly financial games may find effective, delight Books fiction 8.79 8029.03 2.22633004630383177 -AAAAAAAAPMDEAAAA Earlier educational solicitors shall not want long societies. Skills must not d Home glassware 8.66 7876.70 2.28876737584060995 -AAAAAAAAPMHAAAAA Right social years would fit indirectly creatures. Very suspicious words should not write particular, typical views. Rarely evident hours wish more lucky others. So racial loans imitate a Books parenting 6.39 5658.92 2.33444415228530009 -AAAAAAAAPMKAAAAA Trying types could not follow oddly autonomous walls. Gmt different others will build maybe able parameters. Private, main dealers shall not watch unfortunately also different novel Books travel 2.78 840.48 0.35796104286051964 -AAAAAAAAPMMBAAAA Important, tall responsibilities may not operate rather exact, empty folk. Numbers dump political teachers. L Home bedding 7.70 3145.81 0.91778565382290148 -AAAAAAAAPMPBAAAA Good patients used to work then valuable, public rights; current schools shall not complain. Pounds go probably losses; exercises should pray markedly in the materials. New, good players reac Sports hockey 3.41 13606.55 6.81839410709306817 -AAAAAAAAPNAAAAAA Regular, bad memories might Sports outdoor 5.87 5847.16 1.58579986673896002 -AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 282.92 0.10603080364993015 -AAAAAAAAPNGAAAAA Unusually small programmes would lift recently social, small workshops. Offices s Books home repair 1.73 11693.58 3.38922872886952728 -AAAAAAAAPNIBAAAA Very good prisoners go against a rules. Books entertainments 3.20 9776.11 4.89569277029093088 -AAAAAAAAPNKCAAAA Regardless unable services go vehicles; in order western standards may curtail hardly scientists; cou Sports fitness 2.33 3881.52 1.27315726318945916 -AAAAAAAAPNLBAAAA National members sue inner tasks. Other, dark windows sleep notably burning arrangements. Lightly industrial ships may recognise alone a Books history 0.13 5470.68 1.44553168502254908 -AAAAAAAAPNMAAAAA Further excessive reactions will provide quickly types. Lucky colleagues seem for a Books travel 8.47 90.24 0.03843328158639503 -AAAAAAAAPOACAAAA Major deaths swing later books; particularly expected problems give. High, high tools must see big areas. Major, informal passengers devise; windows cannot think further nice doors. Small Books fiction 4.56 465.50 0.12907619432913237 -AAAAAAAAPOBBAAAA Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Home kids 7.48 1114.96 0.44813184214357309 -AAAAAAAAPOCAAAAA Bishops could confirm; rates rot very pp.. Prisoners will want old countries. Too po Home blinds/shades 3.71 2227.12 1.48421492193396846 -AAAAAAAAPOKBAAAA Chemical, elegant influences should pray certainly with a mo Home bathroom 6.10 7169.30 2.43155686182816257 -AAAAAAAAPOODAAAA Presidential, open books shall not recognize merely fair styles. Signs check most happy, similar rules. Fat demands must see blac Home bedding 6.91 5718.24 1.66828849711720294 -AAAAAAAAPPAEAAAA Bad, new Home mattresses 2.23 7808.15 2.28479411526997946 -AAAAAAAAPPCCAAAA Pleasant kinds would not seek opportunities. Local methods react home excellent, video-taped cars. Most ideal signs suggest very on a areas. Often easy developments visit rates. Relig Sports camping 5.79 12605.47 2.42115538797333167 -AAAAAAAAPPDEAAAA Authorities design through a individuals. Temporary, int Sports camping 95.84 14931.20 2.86786254926689841 +AAAAAAAAADIAAAAA Lips see outside quickly protective systems. Sports tennis 4.65 8227.57 2.83800557117053773 +AAAAAAAAAEAEAAAA Men shall not play so financial shares; just black deposits might say probably. Level exhibitions receive safely empty, international investors. Industri Sports tennis 27.60 7679.09 2.64881370824191888 +AAAAAAAAAEHCAAAA Quite social police choose. Recent, old lives go in a voices. Inherent, busy competitors ought to win local, basic titles. However ready years need m Sports tennis 1.71 12612.57 4.35056084928823322 +AAAAAAAAAILAAAAA Hands respond quickly heavy armies. Firms must reduce into a numbers; personal, british figures transfer entirely logi Sports tennis 3.17 2894.28 0.99834857248585718 +AAAAAAAAAKECAAAA Importantly differen Sports tennis 7.92 10177.21 3.51051144857746677 +AAAAAAAAAODCAAAA Well major enemies might access only extra good parties. Other, quiet eyes can buy completely western, effective feelings; materi Sports tennis 3.89 15012.51 5.17839252868749939 +AAAAAAAAAPOAAAAA A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po Sports tennis 1.79 25290.31 8.72360133996185532 +AAAAAAAABMNCAAAA Low, fair hours lead other stones. Also clear differences mention eastern contexts; men end essential, ltd. ages. International, cultural months continue earlier. Problems reduce Sports tennis 2.90 4504.82 1.55388580797495029 +AAAAAAAACCABAAAA Alone rises mus Sports tennis 1.09 2876.08 0.99207069197006651 +AAAAAAAACCAEAAAA Top costs ask less real husbands. Cautious, other tactics catch. Talks will not steal now. Stages use; massive changes get even with the l Sports tennis 3.12 18361.88 6.33371915853221222 +AAAAAAAACGBEAAAA Right weeks might rain further satisfactorily valuable hospitals. Yellow years could create so large, right changes. Rows must spend only. Sports tennis 0.97 6908.74 2.38309034256393331 +AAAAAAAACGOBAAAA Awkward, poor points cannot weigh plants. Single, reasonable players may not go around scottish products. Then presidential years suffer clubs. Problems would attrac Sports tennis 4.15 10926.00 3.76879794041366955 +AAAAAAAACICCAAAA Other, other changes used to sort light facts. Issues help fully usual, fair gr Sports tennis 2.25 8608.85 2.96952371859145333 +AAAAAAAACJCBAAAA English activities explain old principles. Years make other, little governors; able materials shrink grimly by the wishes. Wide months prevent so in a adults. Functions cannot ask blind events. St Sports tennis 1.00 5962.12 2.05656466927504554 +AAAAAAAACJFEAAAA Molecular eyes turn different terms. Details will attack large, implicit members. Acceptable, only drugs br Sports tennis 2.95 11254.12 3.88197915771263837 +AAAAAAAACMFBAAAA Museums addre Sports tennis 5.20 15262.13 5.26449607453099748 +AAAAAAAADHCEAAAA Alone, international clients can retire at least other services; even major properties come in a grounds. Sports tennis 68.55 6569.13 2.26594578201625930 +AAAAAAAAEFFCAAAA Animals cannot make most sides; just wealthy babies could fulfil as before a records. Now literary results used to say human, unique genes. Bo Sports tennis 4.85 1131.00 0.39012543205270550 +AAAAAAAAEKIAAAAA Unlikely letters inhibit only jobs. Brightly hard procedures might eat mainly complex odd tories. Powers would not achieve too dem Sports tennis 2.51 5191.75 1.79083440482726239 +AAAAAAAAEPHCAAAA Equally adequate schools obtain for a commentators. Women would keep suddenly systems. Disastrous, old authorities enforc Sports tennis 0.23 942.98 0.32527009718572965 +AAAAAAAAFEMBAAAA Natural hands will see almost simple, alone seconds. Regulations shall impress white, Sports tennis 99.85 3415.62 1.17817880479917060 +AAAAAAAAFHNDAAAA Machines cannot fit too successive levels. Inner, european eyes could call now misleading, Sports tennis 4.86 6685.68 2.30614836301161104 +AAAAAAAAGGFDAAAA Bad, various p Sports tennis 8.16 10783.34 3.71958901544758736 +AAAAAAAAGNHDAAAA Economic standards shall bring even strong measures. More main improvements want Sports tennis 4.72 216.30 0.07461019536074288 +AAAAAAAAHJOBAAAA Highly local li Sports tennis 9.81 16310.70 5.62618822686300933 +AAAAAAAAIFFCAAAA Most neat years must pitch with a minutes. Quite symbolic accounts should not engage never either normal girls. Somehow specific s Sports tennis 3.56 1278.99 0.44117287916984068 +AAAAAAAAINDEAAAA Sexual, green processes enjoy so single, vast advisers. Recently c Sports tennis 2.61 7287.48 2.51373234622055726 +AAAAAAAAIPKBAAAA Fine minds would not ask usually securities. Immediate, natural classes come personally angles. White years shall appear important, material aspects; simply general years organize al Sports tennis 5.66 908.15 0.31325588958325773 +AAAAAAAAKDCEAAAA Big, huge goals add usually here commercial things; keen, pregnant years might imagine somewhere rules. Highly respo Sports tennis 2.11 NULL NULL +AAAAAAAAKHEEAAAA Active values may not capture. Casually political minutes would recognis Sports tennis 2.20 1466.29 0.50577985832410393 +AAAAAAAAKKCEAAAA NULL Sports tennis NULL 3075.00 1.06068585637671919 +AAAAAAAAKLDEAAAA Difficult, adult details can know exactly western, other problems. Closed activities might serve easy, open cases. Numbers end even even busy jobs. Social, wrong eggs play of course with a figure Sports tennis 1.10 2962.43 1.02185613057108430 +AAAAAAAALFJDAAAA Friendly offices feel. Delightful servants give almost previously natural earnings. Written, important books press subject, american parents. New, reduced days shall n Sports tennis 0.40 4498.59 1.55173684118300656 +AAAAAAAALOHCAAAA Other, clinical senses display more. Suddenly video-taped friends take here local, african policies. Muscles think much local letters. Tired, parti Sports tennis 2.50 4619.48 1.59343645522443147 +AAAAAAAAMCBCAAAA American, far marks consider early comments. Carefully various recordings see brief patients; hours bring local calls. Often various scenes capitalise coming, other a Sports tennis 53.43 10911.68 3.76385842123860789 +AAAAAAAANCKAAAAA Green, different animals might delay mostly other, similar miles. Then tiny attempts take obviously very constant machines. Prime schools like again pe Sports tennis 4.58 6298.64 2.17264336988899465 +AAAAAAAANFOCAAAA Active, red things shall remain from the colleagues; largely high members form barely i Sports tennis 5.94 275.45 0.09501330703706254 +AAAAAAAANNBEAAAA Possible, friendly goods slow certainly prepared, obviou Sports tennis 0.69 3601.94 1.24244774423335282 +AAAAAAAANPPDAAAA Top goals set private things. Too strange years reduce especially national differe Sports tennis 3.95 1370.84 0.47285547946519081 +AAAAAAAAOAMAAAAA Professional interests cannot accept necessarily. Settlements cook cheap h Sports tennis 1.98 780.00 0.26905202210531414 +AAAAAAAAOCMBAAAA Others navigate projects. Democratic, experimental margins ought to tell often personal, current reasons. Ph Sports tennis 17.35 7175.61 2.47514407735783740 +AAAAAAAAOKHAAAAA So british cases could not know hard. Grateful, single drugs should not get secondly international levels. Considerations used to connect governments. Exact men get at a patients. Yesterday good men s Sports tennis 19.51 10576.76 3.64833162220846454 +AAAAAAAAOPGDAAAA Households help minutes. C Sports tennis 2.37 3171.34 1.09391723049162427 +AAAAAAAAPBMDAAAA Superior contributions speed. Areas should en Sports tennis 95.22 1843.31 0.63582856777813667 diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala index 34a844f24a38..ee16938dc73f 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala @@ -20,6 +20,7 @@ package org.apache.spark.sql import scala.util.control.NonFatal import org.apache.spark.SparkException +import org.apache.spark.sql.catalyst.planning.PhysicalOperation import org.apache.spark.sql.catalyst.plans.logical._ import org.apache.spark.sql.execution.HiveResult.hiveResultString import org.apache.spark.sql.execution.SQLExecution @@ -61,10 +62,12 @@ trait SQLQueryTestHelper { protected def getNormalizedResult(session: SparkSession, sql: String): (String, Seq[String]) = { // Returns true if the plan is supposed to be sorted. def isSorted(plan: LogicalPlan): Boolean = plan match { + case _: Join | _: Aggregate | _: Generate | _: Sample | _: Distinct => false case _: DescribeCommandBase | _: DescribeColumnCommand | _: DescribeRelation | _: DescribeColumn => true + case PhysicalOperation(_, _, Sort(_, true, _)) => true case _ => false } From f60a7c4b53510df6d52d7f51e72aaeb39e009b9d Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Thu, 25 Mar 2021 08:52:04 +0900 Subject: [PATCH 08/15] Update the golden file of q41 --- .../src/test/resources/tpcds-query-results/v1_4/q41.sql.out | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out index 31fa26e40b85..503587fbd1f3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q41.sql.out @@ -3,4 +3,7 @@ -- !query schema struct -- !query output - +ableationableought +anticallyeingese +callycallyeingese +oughtationableought From 4eab8938048c27f7d5d473b21cd4a302889b50f1 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Thu, 25 Mar 2021 16:42:54 +0900 Subject: [PATCH 09/15] empty commit From c8c103dd15255a33c0886dbe856f4c1596433349 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Thu, 25 Mar 2021 20:58:07 +0900 Subject: [PATCH 10/15] empty commit From fc16a027edf7ebbbbb82d942518b3896df4f51ab Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Fri, 26 Mar 2021 10:48:03 +0900 Subject: [PATCH 11/15] Revert some parts --- .../apache/spark/sql/SQLQueryTestHelper.scala | 18 +++--------------- .../apache/spark/sql/SQLQueryTestSuite.scala | 13 +++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala index ee16938dc73f..552e4e2534c4 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala @@ -33,20 +33,7 @@ trait SQLQueryTestHelper { private val clsName = this.getClass.getCanonicalName protected val emptySchema = StructType(Seq.empty).catalogString - /** A single SQL query's output. */ - protected case class QueryOutput(sql: String, schema: String, output: String) { - override def toString: String = { - // We are explicitly not using multi-line string due to stripMargin removing "|" in output. - s"-- !query\n" + - sql + "\n" + - s"-- !query schema\n" + - schema + "\n" + - s"-- !query output\n" + - output - } - } - - protected def replaceNotIncludedMsg(line: String): String = { + private def replaceNotIncludedMsg(line: String): String = { line.replaceAll("#\\d+", "#x") .replaceAll( s"Location.*$clsName/", @@ -58,6 +45,7 @@ trait SQLQueryTestHelper { .replaceAll("\\*\\(\\d+\\) ", "*") // remove the WholeStageCodegen codegenStageIds } + /** Executes a query and returns the result as (schema of the output, normalized output). */ protected def getNormalizedResult(session: SparkSession, sql: String): (String, Seq[String]) = { // Returns true if the plan is supposed to be sorted. @@ -68,7 +56,7 @@ trait SQLQueryTestHelper { | _: DescribeRelation | _: DescribeColumn => true case PhysicalOperation(_, _, Sort(_, true, _)) => true - case _ => false + case _ => plan.children.iterator.exists(isSorted) } val df = session.sql(sql) diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala index 5fe321be52ab..7c414c075f7c 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala @@ -156,6 +156,19 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper // Create all the test cases. listTestCases.foreach(createScalaTestCase) + /** A single SQL query's output. */ + protected case class QueryOutput(sql: String, schema: String, output: String) { + override def toString: String = { + // We are explicitly not using multi-line string due to stripMargin removing "|" in output. + s"-- !query\n" + + sql + "\n" + + s"-- !query schema\n" + + schema + "\n" + + s"-- !query output\n" + + output + } + } + /** A test case. */ protected trait TestCase { val name: String From 649a2900db7eebf3e53b3de676d4ce0d19e0c7ad Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Fri, 26 Mar 2021 11:15:51 +0900 Subject: [PATCH 12/15] Update the golden files --- .../tpcds-query-results/v1_4/q11.sql.out | 4 +- .../tpcds-query-results/v1_4/q12.sql.out | 168 ++++++++-------- .../tpcds-query-results/v1_4/q14a.sql.out | 88 ++++---- .../tpcds-query-results/v1_4/q15.sql.out | 2 +- .../tpcds-query-results/v1_4/q18.sql.out | 2 +- .../tpcds-query-results/v1_4/q19.sql.out | 168 ++++++++-------- .../tpcds-query-results/v1_4/q20.sql.out | 170 ++++++++-------- .../tpcds-query-results/v1_4/q22.sql.out | 144 +++++++------- .../tpcds-query-results/v1_4/q23b.sql.out | 2 +- .../tpcds-query-results/v1_4/q27.sql.out | 2 +- .../tpcds-query-results/v1_4/q3.sql.out | 112 +++++------ .../tpcds-query-results/v1_4/q30.sql.out | 2 +- .../tpcds-query-results/v1_4/q33.sql.out | 168 ++++++++-------- .../tpcds-query-results/v1_4/q35.sql.out | 2 +- .../tpcds-query-results/v1_4/q36.sql.out | 184 ++++++++--------- .../tpcds-query-results/v1_4/q42.sql.out | 10 +- .../tpcds-query-results/v1_4/q44.sql.out | 4 +- .../tpcds-query-results/v1_4/q47.sql.out | 156 +++++++-------- .../tpcds-query-results/v1_4/q49.sql.out | 30 +-- .../tpcds-query-results/v1_4/q52.sql.out | 166 ++++++++-------- .../tpcds-query-results/v1_4/q53.sql.out | 140 ++++++------- .../tpcds-query-results/v1_4/q55.sql.out | 160 +++++++-------- .../tpcds-query-results/v1_4/q56.sql.out | 168 ++++++++-------- .../tpcds-query-results/v1_4/q57.sql.out | 166 ++++++++-------- .../tpcds-query-results/v1_4/q6.sql.out | 72 +++---- .../tpcds-query-results/v1_4/q62.sql.out | 60 +++--- .../tpcds-query-results/v1_4/q63.sql.out | 84 ++++---- .../tpcds-query-results/v1_4/q65.sql.out | 2 +- .../tpcds-query-results/v1_4/q66.sql.out | 2 +- .../tpcds-query-results/v1_4/q67.sql.out | 74 +++---- .../tpcds-query-results/v1_4/q68.sql.out | 172 ++++++++-------- .../tpcds-query-results/v1_4/q69.sql.out | 28 +-- .../tpcds-query-results/v1_4/q72.sql.out | 52 ++--- .../tpcds-query-results/v1_4/q75.sql.out | 164 +++++++-------- .../tpcds-query-results/v1_4/q76.sql.out | 6 +- .../tpcds-query-results/v1_4/q77.sql.out | 18 +- .../tpcds-query-results/v1_4/q79.sql.out | 156 +++++++-------- .../tpcds-query-results/v1_4/q86.sql.out | 188 +++++++++--------- .../tpcds-query-results/v1_4/q89.sql.out | 160 +++++++-------- .../tpcds-query-results/v1_4/q93.sql.out | 52 ++--- .../tpcds-query-results/v1_4/q99.sql.out | 36 ++-- .../tpcds-query-results/v2_7/q12.sql.out | 116 +++++------ .../tpcds-query-results/v2_7/q14a.sql.out | 96 ++++----- .../tpcds-query-results/v2_7/q18a.sql.out | 2 +- .../tpcds-query-results/v2_7/q20.sql.out | 102 +++++----- .../tpcds-query-results/v2_7/q22.sql.out | 144 +++++++------- .../tpcds-query-results/v2_7/q22a.sql.out | 150 +++++++------- .../tpcds-query-results/v2_7/q27a.sql.out | 2 +- .../tpcds-query-results/v2_7/q35.sql.out | 2 +- .../tpcds-query-results/v2_7/q35a.sql.out | 2 +- .../tpcds-query-results/v2_7/q36a.sql.out | 184 ++++++++--------- .../tpcds-query-results/v2_7/q47.sql.out | 156 +++++++-------- .../tpcds-query-results/v2_7/q49.sql.out | 30 +-- .../tpcds-query-results/v2_7/q51a.sql.out | 24 +-- .../tpcds-query-results/v2_7/q57.sql.out | 172 ++++++++-------- .../tpcds-query-results/v2_7/q6.sql.out | 72 +++---- .../tpcds-query-results/v2_7/q67a.sql.out | 98 ++++----- .../tpcds-query-results/v2_7/q72.sql.out | 50 ++--- .../tpcds-query-results/v2_7/q74.sql.out | 156 +++++++-------- .../tpcds-query-results/v2_7/q75.sql.out | 164 +++++++-------- .../tpcds-query-results/v2_7/q77a.sql.out | 18 +- .../tpcds-query-results/v2_7/q86a.sql.out | 184 ++++++++--------- 62 files changed, 2734 insertions(+), 2734 deletions(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out index 2ce114c44cf8..d8d892abe6db 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q11.sql.out @@ -3,6 +3,8 @@ -- !query schema struct -- !query output +NULL +NULL N N N @@ -46,8 +48,6 @@ N N N N -NULL -NULL Y Y Y diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out index 5838b70f0a34..e2109697e8d9 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q12.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 -Af Books arts 6.04 109.23 0.14805832546481205 -All Books business 9.44 2.07 0.00166513841282063 -At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 -Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 -Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 +Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 -Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 -Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 -Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 -Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 -Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 -Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 -Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 -Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 -Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 -Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 -Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 -Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 -Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 -Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 -Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 -Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 +Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 -Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 -Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 -Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 -Genera Books computers 2.84 4719.74 5.65041742962478323 -Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 -Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 -Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 -Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 -Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 -However small values Books entertainments 1.49 3795.87 5.82689298381830524 -Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 -Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 -Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 -International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 -Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 -Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 -Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 +Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 +Af Books arts 6.04 109.23 0.14805832546481205 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 +Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 -Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 -Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 -Local pro Books computers 1.04 843.52 1.00985226097986269 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 +Prese Books business 15.17 17499.32 14.07671011122722390 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 +Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 +Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 +Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 -Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 -Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 -Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 -Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 -Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 -Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 -New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 -New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 -Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 -Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 +Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 -Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 -Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 -Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 -Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 -Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 -Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 -Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 -Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 -Prese Books business 15.17 17499.32 14.07671011122722390 -Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 -Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 -Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3319.89 2.67056829243434307 -Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 -Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 -Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 -Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 -Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 +All Books business 9.44 2.07 0.00166513841282063 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 +Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 +Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 +Genera Books computers 2.84 4719.74 5.65041742962478323 +Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 +Vulnerable b Books computers 0.58 31.86 0.03814241871540500 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 +Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 +Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 +At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 +Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 +Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 +Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 +Local pro Books computers 1.04 843.52 1.00985226097986269 +Women support almost Books computers 4.68 1401.06 1.67733261661661422 +Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 +Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 +Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 +Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 +Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 +Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 +Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 -Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 -Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 +Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 +Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 +Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 +Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 +Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 +Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 +Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 +Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 +Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 +Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 +International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 +Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 -Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 -Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 -Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 -Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 -Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 -Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 -Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 -Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 -Vulnerable b Books computers 0.58 31.86 0.03814241871540500 -Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 -Women support almost Books computers 4.68 1401.06 1.67733261661661422 -Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 +Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 -Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 +Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 +Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 +Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 +Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 +Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 +However small values Books entertainments 1.49 3795.87 5.82689298381830524 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out index 9d247f3c2e37..36c52aaaad2d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q14a.sql.out @@ -4,8 +4,10 @@ struct -- !query output NULL NULL NULL NULL 674173362.51 155629 +catalog NULL NULL NULL 237410857.47 46322 +catalog 1001001 NULL NULL 1697729.02 347 +catalog 1001001 1 NULL 855204.24 167 catalog 1001001 1 1 115019.61 20 -catalog 1001001 1 10 100105.28 23 catalog 1001001 1 2 146344.47 27 catalog 1001001 1 3 22597.19 3 catalog 1001001 1 4 107555.43 23 @@ -14,18 +16,12 @@ catalog 1001001 1 6 16883.97 3 catalog 1001001 1 7 46329.78 9 catalog 1001001 1 8 77861.85 13 catalog 1001001 1 9 99985.35 21 -catalog 1001001 1 NULL 855204.24 167 -catalog 1001001 11 9 82810.87 12 -catalog 1001001 11 NULL 82810.87 12 -catalog 1001001 12 10 38427.52 9 -catalog 1001001 12 NULL 38427.52 9 -catalog 1001001 15 10 59329.31 13 -catalog 1001001 15 9 53508.79 7 -catalog 1001001 15 NULL 112838.10 20 +catalog 1001001 1 10 100105.28 23 +catalog 1001001 2 NULL 125167.22 24 catalog 1001001 2 2 43967.97 7 catalog 1001001 2 3 68565.38 14 catalog 1001001 2 5 12633.87 3 -catalog 1001001 2 NULL 125167.22 24 +catalog 1001001 3 NULL 198685.08 43 catalog 1001001 3 1 11100.79 5 catalog 1001001 3 2 60551.64 14 catalog 1001001 3 4 28455.23 4 @@ -33,59 +29,65 @@ catalog 1001001 3 6 36821.61 7 catalog 1001001 3 7 17250.82 6 catalog 1001001 3 8 14426.92 4 catalog 1001001 3 9 30078.07 3 -catalog 1001001 3 NULL 198685.08 43 +catalog 1001001 4 NULL 109585.97 31 catalog 1001001 4 2 45473.85 13 catalog 1001001 4 3 16558.92 8 catalog 1001001 4 4 47553.20 10 -catalog 1001001 4 NULL 109585.97 31 -catalog 1001001 5 10 29678.50 5 -catalog 1001001 5 9 30112.11 12 catalog 1001001 5 NULL 59790.61 17 -catalog 1001001 6 9 10261.82 3 +catalog 1001001 5 9 30112.11 12 +catalog 1001001 5 10 29678.50 5 catalog 1001001 6 NULL 10261.82 3 -catalog 1001001 7 7 18244.94 3 +catalog 1001001 6 9 10261.82 3 catalog 1001001 7 NULL 18244.94 3 -catalog 1001001 8 10 26895.97 6 -catalog 1001001 8 7 28872.49 7 +catalog 1001001 7 7 18244.94 3 catalog 1001001 8 NULL 55768.46 13 -catalog 1001001 9 6 30944.19 5 +catalog 1001001 8 7 28872.49 7 +catalog 1001001 8 10 26895.97 6 catalog 1001001 9 NULL 30944.19 5 -catalog 1001001 NULL NULL 1697729.02 347 -catalog 1001002 1 1 2673969.89 530 +catalog 1001001 9 6 30944.19 5 +catalog 1001001 11 NULL 82810.87 12 +catalog 1001001 11 9 82810.87 12 +catalog 1001001 12 NULL 38427.52 9 +catalog 1001001 12 10 38427.52 9 +catalog 1001001 15 NULL 112838.10 20 +catalog 1001001 15 9 53508.79 7 +catalog 1001001 15 10 59329.31 13 +catalog 1001002 NULL NULL 3527831.33 706 catalog 1001002 1 NULL 2673969.89 530 -catalog 1001002 12 1 29108.42 7 -catalog 1001002 12 NULL 29108.42 7 -catalog 1001002 15 1 31143.45 6 -catalog 1001002 15 NULL 31143.45 6 -catalog 1001002 16 1 70162.42 8 -catalog 1001002 16 NULL 70162.42 8 -catalog 1001002 2 1 140831.91 29 +catalog 1001002 1 1 2673969.89 530 catalog 1001002 2 NULL 140831.91 29 -catalog 1001002 3 1 320175.87 67 +catalog 1001002 2 1 140831.91 29 catalog 1001002 3 NULL 320175.87 67 -catalog 1001002 4 1 133287.96 21 +catalog 1001002 3 1 320175.87 67 catalog 1001002 4 NULL 133287.96 21 -catalog 1001002 5 1 16606.90 9 +catalog 1001002 4 1 133287.96 21 catalog 1001002 5 NULL 16606.90 9 -catalog 1001002 6 1 15133.01 4 +catalog 1001002 5 1 16606.90 9 catalog 1001002 6 NULL 15133.01 4 -catalog 1001002 7 1 24471.26 10 +catalog 1001002 6 1 15133.01 4 catalog 1001002 7 NULL 24471.26 10 -catalog 1001002 8 1 63773.05 12 +catalog 1001002 7 1 24471.26 10 catalog 1001002 8 NULL 63773.05 12 -catalog 1001002 9 1 9167.19 3 +catalog 1001002 8 1 63773.05 12 catalog 1001002 9 NULL 9167.19 3 -catalog 1001002 NULL NULL 3527831.33 706 +catalog 1001002 9 1 9167.19 3 +catalog 1001002 12 NULL 29108.42 7 +catalog 1001002 12 1 29108.42 7 +catalog 1001002 15 NULL 31143.45 6 +catalog 1001002 15 1 31143.45 6 +catalog 1001002 16 NULL 70162.42 8 +catalog 1001002 16 1 70162.42 8 +catalog 1002001 NULL NULL 2114110.72 380 +catalog 1002001 1 NULL 348693.97 55 catalog 1002001 1 1 76392.13 14 -catalog 1002001 1 10 44071.42 4 catalog 1002001 1 2 118394.33 21 catalog 1002001 1 4 29395.79 5 catalog 1002001 1 5 35541.97 4 catalog 1002001 1 6 26104.36 3 catalog 1002001 1 9 18793.97 4 -catalog 1002001 1 NULL 348693.97 55 +catalog 1002001 1 10 44071.42 4 +catalog 1002001 2 NULL 1233961.70 225 catalog 1002001 2 1 239511.02 51 -catalog 1002001 2 10 88249.19 10 catalog 1002001 2 2 147993.14 26 catalog 1002001 2 3 100086.93 17 catalog 1002001 2 4 53524.42 13 @@ -94,12 +96,10 @@ catalog 1002001 2 6 142857.04 20 catalog 1002001 2 7 116557.98 16 catalog 1002001 2 8 92743.93 24 catalog 1002001 2 9 203943.99 38 -catalog 1002001 2 NULL 1233961.70 225 +catalog 1002001 2 10 88249.19 10 +catalog 1002001 3 NULL 91054.32 17 catalog 1002001 3 2 25171.13 6 catalog 1002001 3 7 27766.70 3 catalog 1002001 3 8 38116.49 8 -catalog 1002001 3 NULL 91054.32 17 -catalog 1002001 4 1 66896.68 15 catalog 1002001 4 NULL 182427.69 32 -catalog 1002001 NULL NULL 2114110.72 380 -catalog NULL NULL NULL 237410857.47 46322 +catalog 1002001 4 1 66896.68 15 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out index 5376a762fb19..498e8b540fe4 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q15.sql.out @@ -3,6 +3,7 @@ -- !query schema struct -- !query output +NULL 4723.12 30059 688.80 30069 323.60 30150 372.79 @@ -102,4 +103,3 @@ struct 38605 189.50 38721 2085.27 38828 261.89 -NULL 4723.12 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out index a4ac62c8b1c5..9d64b791e807 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q18.sql.out @@ -3,6 +3,7 @@ -- !query schema struct -- !query output +NULL NULL NULL NULL 49.795144 101.832508 277.255866 51.322118 -240.159643 1957.467742 2.974962 AAAAAAAAAABAAAAA NULL NULL NULL 60.000000 109.080000 5242.270000 98.170000 -1714.870000 1930.000000 0.000000 AAAAAAAAAABDAAAA NULL NULL NULL 61.500000 102.910000 0.000000 48.085000 -1680.225000 1953.500000 3.000000 AAAAAAAAAADBAAAA NULL NULL NULL 52.000000 35.640000 0.000000 22.800000 -484.120000 1949.000000 6.000000 @@ -102,4 +103,3 @@ AAAAAAAAAOMCAAAA NULL NULL NULL 8.000000 112.640000 0.000000 36.040000 -509.2000 AAAAAAAAAPBEAAAA NULL NULL NULL 22.000000 143.890000 664.750000 50.360000 -1397.350000 1925.000000 0.000000 AAAAAAAAAPEDAAAA NULL NULL NULL 90.000000 72.940000 0.000000 17.500000 -3554.100000 1928.000000 3.000000 AAAAAAAAAPFAAAAA NULL NULL NULL 52.000000 117.670000 0.000000 77.660000 1354.600000 1977.000000 2.000000 -NULL NULL NULL NULL 49.795144 101.832508 277.255866 51.322118 -240.159643 1957.467742 2.974962 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out index 29599e5c90f3..65daf8390294 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q19.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -10001009 amalgunivamalg #x 414 eseoughtese 17196.10 -10001014 amalgunivamalg #x 207 ationbarable 18623.57 -10003001 exportiunivamalg #x 252 ableantiable 22605.56 -10004013 edu packunivamalg #x 764 esecallyation 15242.69 -10006012 corpunivamalg #x 166 callycallyought 15153.42 -10008005 namelessunivamalg #x 813 prioughteing 15433.53 -10010005 univamalgamalg #x 684 eseeingcally 17146.97 -1001001 amalgamalg #x 257 ationantiable 19957.37 -1001001 amalgamalg #x 346 callyesepri 17660.98 -1001001 amalgamalg #x 89 n steing 14133.10 -10010013 univamalgamalg #x 656 callyantically 20274.67 -10011002 amalgamalgamalg #x 112 ableoughtought 16120.65 -10011013 amalgamalgamalg #x 551 oughtantianti 30259.44 +3001001 amalgexporti #x 358 eingantipri 39779.20 +5002002 importoscholar #x 503 pribaranti 38877.55 +2002001 importoimporto #x 229 n stableable 38849.73 +6009001 maxicorp #x 609 n stbarcally 37679.02 10012003 importoamalgamalg #x 68 eingcally 36856.35 -10012006 importoamalgamalg #x 162 ablecallyought 25077.80 -10013006 exportiamalgamalg #x 461 oughtcallyese 29475.71 10015008 scholaramalgamalg #x 839 n stprieing 36664.59 -1002001 importoamalg #x 184 eseeingought 13719.81 -1002002 importoamalg #x 489 n steingese 15707.42 -1002002 importoamalg #x 50 baranti 17737.23 -1002002 importoamalg #x 504 esebaranti 27540.55 -1003001 exportiamalg #x 162 ablecallyought 31531.85 -1003002 exportiamalg #x 400 barbarese 21701.01 -1003002 exportiamalg #x 483 prieingese 17180.13 -1004001 edu packamalg #x 222 ableableable 14254.25 -1004001 edu packamalg #x 380 bareingpri 17896.97 -1004001 edu packamalg #x 594 esen stanti 17217.04 -1004001 edu packamalg #x 675 antiationcally 18349.99 -2001001 amalgimporto #x 219 n stoughtable 20647.28 -2002001 importoimporto #x 100 barbarought 20543.92 -2002001 importoimporto #x 134 esepriought 16596.84 -2002001 importoimporto #x 229 n stableable 38849.73 -2002001 importoimporto #x 265 anticallyable 22316.14 -2002001 importoimporto #x 525 antiableanti 19888.38 -2003001 exportiimporto #x 288 eingeingable 15769.87 -2004001 edu packimporto #x 584 eseeinganti 22312.87 -2004002 edu packimporto #x 912 ableoughtn st 17422.31 -3001001 amalgexporti #x 358 eingantipri 39779.20 -3002001 importoexporti #x 176 callyationought 20741.06 -3002001 importoexporti #x 889 n steingeing 23327.10 -3002002 importoexporti #x 581 oughteinganti 34669.00 -3002002 importoexporti #x 597 ationn stanti 23181.94 -4001001 amalgedu pack #x 106 callybarought 23272.95 -4001001 amalgedu pack #x 236 callypriable 23425.22 -4001001 amalgedu pack #x 379 n stationpri 32777.45 -4002001 importoedu pack #x 101 oughtbarought 18892.36 -4002001 importoedu pack #x 96 callyn st 25291.42 +5003002 exportischolar #x 50 baranti 35402.74 4002002 importoedu pack #x 615 antioughtcally 34673.98 -4003001 exportiedu pack #x 239 n stpriable 14778.52 -4003001 exportiedu pack #x 30 barpri 27681.74 -4003001 exportiedu pack #x 640 baresecally 20218.12 -4003002 exportiedu pack #x 117 ationoughtought 14161.18 -4004001 edu packedu pack #x 257 ationantiable 18605.21 -4004001 edu packedu pack #x 718 eingoughtation 20488.80 -4004002 edu packedu pack #x 293 prin stable 22272.04 -5001001 amalgscholar #x 192 ablen stought 28136.83 -5001002 amalgscholar #x 124 eseableought 21004.37 -5002001 importoscholar #x 202 ablebarable 24662.36 +3002002 importoexporti #x 581 oughteinganti 34669.00 5002001 importoscholar #x 442 ableeseese 34618.53 -5002002 importoscholar #x 503 pribaranti 38877.55 5003001 exportischolar #x 224 eseableable 34541.38 -5003001 exportischolar #x 457 ationantiese 28560.52 -5003002 exportischolar #x 162 ablecallyought 20986.26 -5003002 exportischolar #x 50 baranti 35402.74 -5004001 edu packscholar #x 191 oughtn stought 22767.49 -5004001 edu packscholar #x 361 oughtcallypri 28656.02 -5004001 edu packscholar #x 595 antin stanti 14910.27 5004002 edu packscholar #x 168 eingcallyought 33004.86 -5004002 edu packscholar #x 427 ationableese 24502.14 -6004005 edu packcorp #x 224 eseableable 17081.31 -6005006 scholarcorp #x 270 barationable 17373.47 -6006001 corpcorp #x 258 eingantiable 14579.72 -6007007 brandcorp #x 47 ationese 16413.40 -6009001 maxicorp #x 609 n stbarcally 37679.02 -6010003 univbrand #x 165 anticallyought 27826.40 -6011005 amalgbrand #x 373 priationpri 22935.30 -6013003 exportibrand #x 16 callyought 15594.16 +4001001 amalgedu pack #x 379 n stationpri 32777.45 +7009009 maxibrand #x 10 barought 32448.47 +8001009 amalgnameless #x 21 oughtable 32020.26 +1003001 exportiamalg #x 162 ablecallyought 31531.85 +10011013 amalgamalgamalg #x 551 oughtantianti 30259.44 +9004003 edu packmaxi #x 191 oughtn stought 29977.55 7001002 amalgbrand #x 122 ableableought 29576.48 -7002005 importobrand #x 822 ableableeing 23637.35 +10013006 exportiamalgamalg #x 461 oughtcallyese 29475.71 7008009 namelessbrand #x 540 bareseanti 28888.95 -7009009 maxibrand #x 10 barought 32448.47 7013001 exportinameless #x 18 eingought 28720.16 -7014001 edu packnameless #x 23 priable 21554.24 -8001009 amalgnameless #x 21 oughtable 32020.26 -8003003 exportinameless #x 85 antieing 14890.03 -8006008 corpnameless #x 605 antibarcally 21599.44 +5004001 edu packscholar #x 361 oughtcallypri 28656.02 +5003001 exportischolar #x 457 ationantiese 28560.52 +5001001 amalgscholar #x 192 ablen stought 28136.83 8007009 brandnameless #x 34 esepri 27968.38 +6010003 univbrand #x 165 anticallyought 27826.40 +4003001 exportiedu pack #x 30 barpri 27681.74 +1002002 importoamalg #x 504 esebaranti 27540.55 +9009011 maximaxi #x 117 ationoughtought 26149.58 +4002001 importoedu pack #x 96 callyn st 25291.42 +10012006 importoamalgamalg #x 162 ablecallyought 25077.80 +5002001 importoscholar #x 202 ablebarable 24662.36 +5004002 edu packscholar #x 427 ationableese 24502.14 8009007 maxinameless #x 146 callyeseought 24020.70 +7002005 importobrand #x 822 ableableeing 23637.35 +4001001 amalgedu pack #x 236 callypriable 23425.22 +3002001 importoexporti #x 889 n steingeing 23327.10 +4001001 amalgedu pack #x 106 callybarought 23272.95 +9004011 edu packmaxi #x 241 oughteseable 23233.46 +3002002 importoexporti #x 597 ationn stanti 23181.94 +6011005 amalgbrand #x 373 priationpri 22935.30 +5004001 edu packscholar #x 191 oughtn stought 22767.49 +10003001 exportiunivamalg #x 252 ableantiable 22605.56 +2002001 importoimporto #x 265 anticallyable 22316.14 +2004001 edu packimporto #x 584 eseeinganti 22312.87 +4004002 edu packedu pack #x 293 prin stable 22272.04 +9011008 amalgunivamalg #x 93 prin st 22103.70 +1003002 exportiamalg #x 400 barbarese 21701.01 +8006008 corpnameless #x 605 antibarcally 21599.44 +7014001 edu packnameless #x 23 priable 21554.24 +5001002 amalgscholar #x 124 eseableought 21004.37 +5003002 exportischolar #x 162 ablecallyought 20986.26 +3002001 importoexporti #x 176 callyationought 20741.06 +2001001 amalgimporto #x 219 n stoughtable 20647.28 +2002001 importoimporto #x 100 barbarought 20543.92 +4004001 edu packedu pack #x 718 eingoughtation 20488.80 +8014009 edu packmaxi #x 214 eseoughtable 20379.43 +10010013 univamalgamalg #x 656 callyantically 20274.67 +4003001 exportiedu pack #x 640 baresecally 20218.12 +1001001 amalgamalg #x 257 ationantiable 19957.37 +2002001 importoimporto #x 525 antiableanti 19888.38 8011002 amalgmaxi #x 293 prin stable 18991.25 +4002001 importoedu pack #x 101 oughtbarought 18892.36 +9012003 importounivamalg #x 818 eingoughteing 18832.74 +10001014 amalgunivamalg #x 207 ationbarable 18623.57 +4004001 edu packedu pack #x 257 ationantiable 18605.21 +1004001 edu packamalg #x 675 antiationcally 18349.99 8012001 importomaxi #x 277 ationationable 18325.53 +1004001 edu packamalg #x 380 bareingpri 17896.97 +1002002 importoamalg #x 50 baranti 17737.23 +1001001 amalgamalg #x 346 callyesepri 17660.98 +2004002 edu packimporto #x 912 ableoughtn st 17422.31 +6005006 scholarcorp #x 270 barationable 17373.47 8012007 importomaxi #x 320 barablepri 17247.22 +1004001 edu packamalg #x 594 esen stanti 17217.04 +10001009 amalgunivamalg #x 414 eseoughtese 17196.10 +1003002 exportiamalg #x 483 prieingese 17180.13 +10010005 univamalgamalg #x 684 eseeingcally 17146.97 +6004005 edu packcorp #x 224 eseableable 17081.31 +2002001 importoimporto #x 134 esepriought 16596.84 8014007 edu packmaxi #x 350 barantipri 16580.66 -8014009 edu packmaxi #x 214 eseoughtable 20379.43 -8016009 corpmaxi #x 734 esepriation 14055.01 -9004003 edu packmaxi #x 191 oughtn stought 29977.55 -9004011 edu packmaxi #x 241 oughteseable 23233.46 -9009011 maximaxi #x 117 ationoughtought 26149.58 -9011008 amalgunivamalg #x 93 prin st 22103.70 -9012003 importounivamalg #x 818 eingoughteing 18832.74 +6007007 brandcorp #x 47 ationese 16413.40 +10011002 amalgamalgamalg #x 112 ableoughtought 16120.65 +2003001 exportiimporto #x 288 eingeingable 15769.87 +1002002 importoamalg #x 489 n steingese 15707.42 +6013003 exportibrand #x 16 callyought 15594.16 +10008005 namelessunivamalg #x 813 prioughteing 15433.53 +10004013 edu packunivamalg #x 764 esecallyation 15242.69 9016003 corpunivamalg #x 51 oughtanti 15172.76 +10006012 corpunivamalg #x 166 callycallyought 15153.42 +5004001 edu packscholar #x 595 antin stanti 14910.27 +8003003 exportinameless #x 85 antieing 14890.03 +4003001 exportiedu pack #x 239 n stpriable 14778.52 +6006001 corpcorp #x 258 eingantiable 14579.72 +1004001 edu packamalg #x 222 ableableable 14254.25 +4003002 exportiedu pack #x 117 ationoughtought 14161.18 +1001001 amalgamalg #x 89 n steing 14133.10 +8016009 corpmaxi #x 734 esepriation 14055.01 +1002001 importoamalg #x 184 eseeingought 13719.81 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out index 0cd61563ad1d..68dd7341ac34 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q20.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 -Af Books arts 6.04 4695.48 2.34008441384012204 -All Books business 9.44 182.52 0.11630380986735745 -Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 -Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 -Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 -Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 -Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 -Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 -Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 -Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 -Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 -Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 -Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 -Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 -Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 -Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +NULL Books NULL NULL 2838.09 24.10978012204021058 +Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 -Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 -Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 -Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 -Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 -Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 -Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 +Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 +Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 +Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 +Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 +Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 +Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 +Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 +Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 +Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 +Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 +Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 -Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 -Euro Books business 3.01 4889.34 3.11554278838957647 -Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 -External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 -Final governm Books computers 6.22 5102.98 2.69967102821577286 -Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 -Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 -Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 -Genera Books computers 2.84 950.58 0.50289307149966282 -Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 -Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 -Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 +Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 -High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 -Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 -Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 -Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 -Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 +Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 +Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 +Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 +Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 +Othe Books arts 60.94 2242.14 1.11741437885956095 +Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 +Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 +New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 +Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 +Af Books arts 6.04 4695.48 2.34008441384012204 +Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 +Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 +Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 +Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 +Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 +Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 +Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 -Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 -Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 Less imp Books arts 9.12 1511.60 0.75333546303268856 -Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 -Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 -Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 -Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 -Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 -NULL Books NULL NULL 2838.09 24.10978012204021058 -New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 -New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 -Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 -Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 -Othe Books arts 60.94 2242.14 1.11741437885956095 -Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 -Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 -Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 -Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 -Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 -Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 -Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 +Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 Prese Books business 15.17 5628.92 3.58681153538552336 -Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 -Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 -Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 +Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 +High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 +Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 +Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 +Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 +Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 +Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 +Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 +Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 +Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 -Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 -Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 -Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 -Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 -Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 -Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 -Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 -Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 -Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 +Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 +Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 +Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 +Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 +Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 +Euro Books business 3.01 4889.34 3.11554278838957647 +All Books business 9.44 182.52 0.11630380986735745 +Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 +Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 +Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 -Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 -Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 -Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 -Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 -Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 -Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 -Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 -Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 +Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 +Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 +Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 +Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 +About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 -Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 -Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 -Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 -Ye Books computers 9.75 1367.76 0.72359720115548277 -Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 +Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 +New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 +Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 +Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 +Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 +Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 +Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 +Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 +Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 +Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 +External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +Final governm Books computers 6.22 5102.98 2.69967102821577286 +Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 +Ye Books computers 9.75 1367.76 0.72359720115548277 +Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 +Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 +Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 +Genera Books computers 2.84 950.58 0.50289307149966282 +Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 +Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 +Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 +Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out index b2bcc8585485..c9a985370b69 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q22.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -ableationprieing NULL NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses Women 445.99583333333334 -antibareingantiought NULL NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x shirts Men 445.4065040650407 -antibareingantiought importoimporto #x shirts NULL 445.4065040650407 -ationantibarationought NULL NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x pools NULL 445.4190871369295 -ationantibarationought univmaxi #x pools Sports 445.4190871369295 -ationationprin st NULL NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x newborn Children 435.5102880658436 -ationationprin st amalgexporti #x newborn NULL 435.5102880658436 -ationbarn stableought NULL NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x rugs Home 444.09274193548384 -ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 ationbarn station NULL NULL NULL 430.3577235772358 ationbarn station amalgbrand #x NULL NULL 430.3577235772358 -ationbarn station amalgbrand #x bathroom Home 430.3577235772358 ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 -ationeingation NULL NULL NULL 443.78225806451616 -ationeingation amalgexporti #x NULL NULL 443.78225806451616 -ationeingation amalgexporti #x newborn Children 443.78225806451616 -ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationbarn station amalgbrand #x bathroom Home 430.3577235772358 ationoughtn stn st NULL NULL NULL 435.26506024096386 ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 -ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 +ationationprin st NULL NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn Children 435.5102880658436 +oughtcallyn stantiought NULL NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 callyesebaration NULL NULL NULL 437.3943089430894 callyesebaration namelesscorp #x NULL NULL 437.3943089430894 -callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 -eingableableationought NULL NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x accessories Men 444.7142857142857 -eingableableationought amalgimporto #x accessories NULL 444.7142857142857 -eseationcallyableought NULL NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x infants Children 444.5443548387097 -eseationcallyableought importoexporti #x infants NULL 444.5443548387097 -n stbarought NULL NULL NULL 440.31474103585657 -n stbarought corpbrand #x NULL NULL 440.31474103585657 -n stbarought corpbrand #x rugs Home 440.31474103585657 -n stbarought corpbrand #x rugs NULL 440.31474103585657 +callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 +n stprieingationought NULL NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 +priationn stn st NULL NULL NULL 439.096 +priationn stn st importoscholar #x NULL NULL 439.096 +priationn stn st importoscholar #x country NULL 439.096 +priationn stn st importoscholar #x country Music 439.096 n stcallyableoughtought NULL NULL NULL 439.71836734693875 n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 -n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 -n stcallyesepriought NULL NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 -n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 -n steseantiation NULL NULL NULL 445.33196721311475 -n steseantiation univmaxi #x NULL NULL 445.33196721311475 -n steseantiation univmaxi #x pools NULL 445.33196721311475 -n steseantiation univmaxi #x pools Sports 445.33196721311475 +n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 +n stbarought NULL NULL NULL 440.31474103585657 +n stbarought corpbrand #x NULL NULL 440.31474103585657 +n stbarought corpbrand #x rugs NULL 440.31474103585657 +n stbarought corpbrand #x rugs Home 440.31474103585657 n stn stantioughtought NULL NULL NULL 440.92857142857144 n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 -n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 -n stprieingationought NULL NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 -n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 +n stcallyesepriought NULL NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 +priantiationation NULL NULL NULL 441.6707317073171 +priantiationation importoimporto #x NULL NULL 441.6707317073171 +priantiationation importoimporto #x shirts NULL 441.6707317073171 +priantiationation importoimporto #x shirts Men 441.6707317073171 oughtbarantiese NULL NULL NULL 441.7459677419355 oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 oughtbarprin st NULL NULL NULL 442.0734693877551 oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 -oughtbarprin st edu packscholar #x classical Music 442.0734693877551 oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 -oughtcallyn stantiought NULL NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 -oughtn stprin st NULL NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtbarprin st edu packscholar #x classical Music 442.0734693877551 +ationeingation NULL NULL NULL 443.78225806451616 +ationeingation amalgexporti #x NULL NULL 443.78225806451616 +ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationeingation amalgexporti #x newborn Children 443.78225806451616 +ationbarn stableought NULL NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs Home 444.09274193548384 +eseationcallyableought NULL NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants Children 444.5443548387097 +eingableableationought NULL NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories Men 444.7142857142857 +n steseantiation NULL NULL NULL 445.33196721311475 +n steseantiation univmaxi #x NULL NULL 445.33196721311475 +n steseantiation univmaxi #x pools NULL 445.33196721311475 +n steseantiation univmaxi #x pools Sports 445.33196721311475 +antibareingantiought NULL NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts Men 445.4065040650407 +ationantibarationought NULL NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x pools NULL 445.4190871369295 +ationantibarationought univmaxi #x pools Sports 445.4190871369295 oughtpricallybarought NULL NULL NULL 445.4859437751004 oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 -oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 -priantiationation NULL NULL NULL 441.6707317073171 -priantiationation importoimporto #x NULL NULL 441.6707317073171 -priantiationation importoimporto #x shirts Men 441.6707317073171 -priantiationation importoimporto #x shirts NULL 441.6707317073171 -priationn stn st NULL NULL NULL 439.096 -priationn stn st importoscholar #x NULL NULL 439.096 -priationn stn st importoscholar #x country Music 439.096 -priationn stn st importoscholar #x country NULL 439.096 +oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 +ableationprieing NULL NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses Women 445.99583333333334 pribarpribarought NULL NULL NULL 446.0408163265306 pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 -pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 +oughtn stprin st NULL NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out index 0eecf9de1516..62981da8f49f 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q23b.sql.out @@ -3,7 +3,7 @@ -- !query schema struct -- !query output +NULL Robert 598.86 Brown Monika 6031.52 Collins Gordon 727.57 Green Jesse 9672.96 -NULL Robert 598.86 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out index bec53a8f9ee7..3f8bae85e2ff 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q27.sql.out @@ -3,6 +3,7 @@ -- !query schema struct -- !query output +NULL NULL 1 51.05758807588076 75.659586 194.407904 38.256373 AAAAAAAAAAABAAAA NULL 1 46.0 114.720000 0.000000 32.120000 AAAAAAAAAAABAAAA TN 0 46.0 114.720000 0.000000 32.120000 AAAAAAAAAAAEAAAA NULL 1 100.0 77.970000 0.000000 57.690000 @@ -102,4 +103,3 @@ AAAAAAAAABKCAAAA TN 0 26.0 51.570000 0.000000 41.250000 AAAAAAAAABLBAAAA NULL 1 61.5 149.120000 0.000000 82.540000 AAAAAAAAABLBAAAA TN 0 61.5 149.120000 0.000000 82.540000 AAAAAAAAABMAAAAA NULL 1 14.0 109.970000 0.000000 10.990000 -NULL NULL 1 51.05758807588076 75.659586 194.407904 38.256373 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out index 425e5e0b7111..923f4c787928 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q3.sql.out @@ -3,92 +3,92 @@ -- !query schema struct -- !query output -1998 10001002 amalgunivamalg #x 15434.73 -1998 10010002 univamalgamalg #x 20398.90 -1998 1001002 amalgamalg #x 10725.87 -1998 1003001 exportiamalg #x 25408.10 -1998 1004001 edu packamalg #x 17434.09 1998 2001001 amalgimporto #x 45162.45 +1998 5003001 exportischolar #x 40600.56 +1998 5001001 amalgscholar #x 32515.11 +1998 3004001 edu packexporti #x 32443.16 1998 3001001 amalgexporti #x 30280.72 1998 3001002 amalgexporti #x 27644.68 -1998 3004001 edu packexporti #x 32443.16 -1998 5001001 amalgscholar #x 32515.11 -1998 5003001 exportischolar #x 40600.56 -1998 5003002 exportischolar #x 10250.29 -1998 5004001 edu packscholar #x 15184.40 -1998 6004008 edu packcorp #x 18022.24 -1998 7003009 exportibrand #x 11669.32 +1998 1003001 exportiamalg #x 25408.10 1998 7007010 brandbrand #x 23346.45 -1998 7009008 maxibrand #x 19199.75 1998 8001009 amalgnameless #x 20792.57 +1998 10010002 univamalgamalg #x 20398.90 +1998 7009008 maxibrand #x 19199.75 +1998 6004008 edu packcorp #x 18022.24 +1998 1004001 edu packamalg #x 17434.09 +1998 10001002 amalgunivamalg #x 15434.73 +1998 5004001 edu packscholar #x 15184.40 +1998 7003009 exportibrand #x 11669.32 +1998 1001002 amalgamalg #x 10725.87 +1998 5003002 exportischolar #x 10250.29 +1999 7003009 exportibrand #x 60081.08 +1999 3004001 edu packexporti #x 57285.04 +1999 2001001 amalgimporto #x 46294.06 +1999 5004001 edu packscholar #x 29587.74 +1999 1003001 exportiamalg #x 28354.52 1999 10001002 amalgunivamalg #x 25166.82 -1999 10010002 univamalgamalg #x 7640.55 +1999 5003001 exportischolar #x 20350.80 1999 1001002 amalgamalg #x 18476.51 -1999 1003001 exportiamalg #x 28354.52 +1999 5003002 exportischolar #x 17769.35 +1999 7009008 maxibrand #x 16413.03 1999 1004001 edu packamalg #x 14950.65 -1999 2001001 amalgimporto #x 46294.06 +1999 6004008 edu packcorp #x 14524.78 1999 3001001 amalgexporti #x 13895.01 -1999 3001002 amalgexporti #x 2940.88 -1999 3004001 edu packexporti #x 57285.04 1999 5001001 amalgscholar #x 11468.36 -1999 5003001 exportischolar #x 20350.80 -1999 5003002 exportischolar #x 17769.35 -1999 5004001 edu packscholar #x 29587.74 -1999 6004008 edu packcorp #x 14524.78 -1999 7003009 exportibrand #x 60081.08 1999 7007010 brandbrand #x 10103.81 -1999 7009008 maxibrand #x 16413.03 +1999 10010002 univamalgamalg #x 7640.55 1999 8001009 amalgnameless #x 7324.50 -2000 10001002 amalgunivamalg #x 19325.34 -2000 10008017 namelessunivamalg #x 17207.60 -2000 1001002 amalgamalg #x 19888.62 +1999 3001002 amalgexporti #x 2940.88 2000 1003001 exportiamalg #x 35841.00 -2000 1004001 edu packamalg #x 15074.32 2000 2001001 amalgimporto #x 32500.27 -2000 3001001 amalgexporti #x 19261.58 2000 3001002 amalgexporti #x 32059.56 2000 3004001 edu packexporti #x 29891.01 -2000 5003001 amalgunivamalg #x 15140.30 +2000 1001002 amalgamalg #x 19888.62 +2000 10001002 amalgunivamalg #x 19325.34 +2000 3001001 amalgexporti #x 19261.58 +2000 10008017 namelessunivamalg #x 17207.60 2000 5003002 exportischolar #x 16365.82 +2000 5003001 amalgunivamalg #x 15140.30 +2000 1004001 edu packamalg #x 15074.32 +2000 7009008 maxibrand #x 15042.42 2000 5004001 edu packscholar #x 14744.21 2000 6004008 edu packcorp #x 13303.65 -2000 7003009 exportibrand #x 11347.80 2000 7007010 brandbrand #x 12915.75 -2000 7009008 maxibrand #x 15042.42 +2000 7003009 exportibrand #x 11347.80 2000 8001009 importoexporti #x 10520.76 -2001 10008017 namelessunivamalg #x 25766.09 2001 1001002 amalgamalg #x 40840.34 -2001 1003001 exportiamalg #x 21192.81 2001 1004001 exportiexporti #x 27499.42 -2001 2001001 exportischolar #x 15894.57 -2001 3001001 importoscholar #x 7765.96 -2001 3001002 amalgexporti #x 18047.23 +2001 10008017 namelessunivamalg #x 25766.09 2001 4001001 scholaramalgamalg #x 23917.98 -2001 5003001 amalgunivamalg #x 15883.30 -2001 5003002 exportischolar #x 20410.45 -2001 5004001 edu packunivamalg #x 10452.64 +2001 7007010 brandbrand #x 23807.16 +2001 1003001 exportiamalg #x 21192.81 2001 6004008 edu packcorp #x 20966.17 +2001 5003002 exportischolar #x 20410.45 +2001 8001009 importoexporti #x 19273.11 +2001 3001002 amalgexporti #x 18047.23 2001 6005001 edu packimporto #x 16801.34 -2001 7007010 brandbrand #x 23807.16 -2001 7009008 maxibrand #x 3570.11 +2001 2001001 exportischolar #x 15894.57 +2001 5003001 amalgunivamalg #x 15883.30 2001 7011010 amalgnameless #x 15174.18 -2001 8001009 importoexporti #x 19273.11 +2001 5004001 edu packunivamalg #x 10452.64 2001 8004010 edu packnameless #x 8565.95 -2002 10008017 amalgedu pack #x 10334.40 +2001 3001001 importoscholar #x 7765.96 +2001 7009008 maxibrand #x 3570.11 2002 1001002 amalgamalg #x 57204.62 -2002 10013016 exportiamalgamalg #x 8356.19 -2002 1003001 exportiamalg #x 20535.46 -2002 1004001 exportiexporti #x 13016.75 -2002 2001001 exportischolar #x 4162.39 -2002 3001001 importoscholar #x 21157.23 -2002 3001002 amalgexporti #x 23025.23 -2002 4001001 scholaramalgamalg #x 14984.83 -2002 5001001 amalgscholar #x 3537.49 -2002 5003002 exportischolar #x 5435.81 -2002 5004001 edu packunivamalg #x 15175.94 2002 6004008 edu packcorp #x 39584.99 -2002 6005001 edu packimporto #x 14774.23 +2002 8004010 edu packnameless #x 30357.37 +2002 3001002 amalgexporti #x 23025.23 +2002 3001001 importoscholar #x 21157.23 +2002 1003001 exportiamalg #x 20535.46 2002 7007010 brandbrand #x 19387.78 2002 7009008 maxibrand #x 17673.93 +2002 5004001 edu packunivamalg #x 15175.94 +2002 4001001 scholaramalgamalg #x 14984.83 +2002 6005001 edu packimporto #x 14774.23 +2002 1004001 exportiexporti #x 13016.75 2002 7011010 amalgnameless #x 12343.97 -2002 8004010 edu packnameless #x 30357.37 +2002 10008017 amalgedu pack #x 10334.40 +2002 10013016 exportiamalgamalg #x 8356.19 +2002 5003002 exportischolar #x 5435.81 +2002 2001001 exportischolar #x 4162.39 +2002 5001001 amalgscholar #x 3537.49 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out index f6faa8172d42..cbcce61eab0a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q30.sql.out @@ -7,8 +7,8 @@ AAAAAAAAAAAIBAAA Mr. Eduardo Goodwin AAAAAAAAABHAAAAA Sir Robert Thornton Y 24 5 1924 HONG KONG NULL Robert.Thornton@jas.edu 2452431 2434.58 AAAAAAAAABPNAAAA Mr. Alonzo Huddleston Y 19 4 1957 FAROE ISLANDS NULL Alonzo.Huddleston@g.edu 2452289 2813.00 AAAAAAAAAFCGBAAA Ms. Pamela Slater Y 2 6 1931 GAMBIA NULL Pamela.Slater@ajU1sMrf5vC7.com 2452613 1746.58 -AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 1850.70 +AAAAAAAAAFLBAAAA Sir Keith Stern N 18 2 1925 ICELAND NULL Keith.Stern@34Hb991eohmd.com 2452549 10898.40 AAAAAAAAAFOEBAAA Dr. Trevor Battle N 12 8 1953 THAILAND NULL Trevor.Battle@0F.com 2452643 3556.00 AAAAAAAAAIKEAAAA Dr. Joseph Miller N 17 12 1930 MONACO NULL Joseph.Miller@Ampmde.edu 2452332 7037.55 AAAAAAAAAJMABAAA Miss Brenda Sloan Y 23 3 1982 MALAYSIA NULL Brenda.Sloan@csCoX.edu 2452336 1783.19 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out index 0e4ded1d3201..22ab2c932c76 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q33.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -1000 10992.09 -299 12649.43 -358 5955.66 -385 12992.19 -402 10322.05 -423 6878.60 -430 9891.62 -432 8779.74 -445 9913.18 +698 214.34 +929 539.60 464 641.96 -472 6060.92 -476 8166.70 -493 11859.91 -529 6476.80 -564 3210.59 -567 9226.08 -590 13381.82 -607 5770.19 -623 12388.39 -651 11129.87 -655 11632.71 -658 10926.50 -668 5666.30 -678 9976.96 +938 858.22 +697 959.48 682 1074.64 +741 1195.96 +812 2069.00 +838 2256.80 +910 2291.67 +899 2355.04 +990 2370.68 +963 2380.92 +832 2684.32 692 2773.42 -696 7732.80 -697 959.48 -698 214.34 -704 3574.75 -705 10202.62 -709 7247.76 -710 7783.45 -718 13768.98 -723 12068.58 -733 10653.42 -737 4284.65 738 2945.77 -741 1195.96 -766 6237.09 +564 3210.59 770 3379.72 -772 7196.00 -773 9431.83 -774 5138.38 -780 7973.56 -783 6341.40 -784 7894.58 -789 10376.28 -793 6871.33 -794 6474.90 -795 6859.76 -797 3485.44 -798 5017.15 -799 6360.64 -806 7143.83 -810 12598.51 -811 6887.18 -812 2069.00 821 3446.02 -824 6198.72 -826 12657.78 -828 8398.05 -832 2684.32 -838 2256.80 -839 8299.55 -842 8879.82 -844 11348.42 -849 5099.82 +797 3485.44 +974 3527.17 +704 3574.75 853 3850.44 -860 5957.46 -870 12927.40 -872 8722.84 -874 12585.39 -880 7202.52 -887 6998.14 898 3854.56 -899 2355.04 -910 2291.67 -920 10922.38 -928 6536.81 -929 539.60 -936 10760.28 937 3968.27 -938 858.22 -939 5122.92 +737 4284.65 942 4618.19 -946 6817.54 +798 5017.15 +849 5099.82 +939 5122.92 947 5138.04 +774 5138.38 +668 5666.30 +607 5770.19 +358 5955.66 +860 5957.46 951 5973.81 -954 11383.41 +472 6060.92 +824 6198.72 +766 6237.09 +783 6341.40 +799 6360.64 +794 6474.90 +529 6476.80 +928 6536.81 +946 6817.54 +795 6859.76 +793 6871.33 +423 6878.60 +811 6887.18 +887 6998.14 961 7098.23 -963 2380.92 -965 11158.41 -966 8715.08 +806 7143.83 +772 7196.00 +880 7202.52 +709 7247.76 +696 7732.80 +710 7783.45 +784 7894.58 +780 7973.56 +476 8166.70 +839 8299.55 +828 8398.05 968 8461.36 -974 3527.17 -977 10067.34 +966 8715.08 +872 8722.84 +432 8779.74 +842 8879.82 981 8899.15 +567 9226.08 +773 9431.83 +430 9891.62 +445 9913.18 +678 9976.96 +977 10067.34 +705 10202.62 +402 10322.05 +789 10376.28 +733 10653.42 +936 10760.28 +920 10922.38 +658 10926.50 +1000 10992.09 +651 11129.87 +965 11158.41 +844 11348.42 +954 11383.41 +655 11632.71 99 11785.13 -990 2370.68 +493 11859.91 +723 12068.58 +623 12388.39 +874 12585.39 +810 12598.51 +299 12649.43 +826 12657.78 +870 12927.40 +385 12992.19 +590 13381.82 +718 13768.98 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out index 22dad465c8ec..0ee27bae6ce6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q35.sql.out @@ -18,6 +18,7 @@ NULL F D 1 6 6 6.0 0 1 0 0 0.0 6 1 6 6 6.0 NULL F D 1 6 6 6.0 5 1 5 5 5.0 4 1 4 4 4.0 NULL F M 1 0 0 0.0 0 1 0 0 0.0 3 1 3 3 3.0 NULL F M 1 0 0 0.0 3 1 3 3 3.0 6 1 6 6 6.0 +NULL F M 2 1 1 1.0 1 2 1 1 1.0 0 2 0 0 0.0 NULL F M 1 1 1 1.0 2 1 2 2 2.0 4 1 4 4 4.0 NULL F M 1 1 1 1.0 3 1 3 3 3.0 3 1 3 3 3.0 NULL F M 1 1 1 1.0 4 1 4 4 4.0 2 1 2 2 2.0 @@ -33,7 +34,6 @@ NULL F M 1 6 6 6.0 2 1 2 2 2.0 2 1 2 2 2.0 NULL F M 1 6 6 6.0 2 1 2 2 2.0 3 1 3 3 3.0 NULL F M 1 6 6 6.0 3 1 3 3 3.0 4 1 4 4 4.0 NULL F M 1 6 6 6.0 5 1 5 5 5.0 1 1 1 1 1.0 -NULL F M 2 1 1 1.0 1 2 1 1 1.0 0 2 0 0 0.0 NULL F S 1 0 0 0.0 0 1 0 0 0.0 3 1 3 3 3.0 NULL F S 1 0 0 0.0 2 1 2 2 2.0 3 1 3 3 3.0 NULL F S 1 0 0 0.0 3 1 3 3 3.0 6 1 6 6 6.0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out index a0590c8b0854..cdfefbed50e8 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q36.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output --0.26589148220819283218 NULL camcorders 0 12 --0.27064424572443175872 NULL archery 0 11 --0.27508678304500224336 Home NULL 0 17 --0.28539122306143442168 NULL semi-precious 0 10 --0.34005050656417290867 NULL dresses 0 9 --0.39744598372518447806 Home lighting 0 16 --0.40245262346372099670 Books mystery 0 17 --0.40366859037486696971 Jewelry diamonds 0 17 --0.40542576815272145614 Jewelry custom 0 16 --0.40793159422928459857 Books science 0 16 +-0.43462724506002262370 NULL NULL 2 1 +-0.44572554799116219144 Electronics NULL 1 1 +-0.43905844420578105228 Children NULL 1 2 +-0.43537480144353351811 Home NULL 1 3 +-0.43513489629708125698 Sports NULL 1 4 +-0.43478698928992011318 Shoes NULL 1 5 +-0.43393697804808898647 Men NULL 1 6 +-0.43281415543162804755 Books NULL 1 7 +-0.43278560834074678585 Women NULL 1 8 +-0.42883926078775451741 Jewelry NULL 1 9 +-0.42839677730714699934 Music NULL 1 10 -0.40836402008057582653 NULL NULL 1 11 --0.41124201443701810288 NULL glassware 0 8 --0.41212458162913484759 NULL womens 0 7 --0.41251547672854467533 Jewelry mens watch 0 15 --0.41260353474281855969 Jewelry jewelry boxes 0 14 --0.41310850453072551485 Books reference 0 15 --0.41495404146284130562 NULL NULL 0 6 --0.41613781444454454986 Home bathroom 0 15 --0.41679680505477792423 Home furniture 0 14 --0.41751153877909731108 Jewelry costume 0 13 --0.41789640560157945271 Electronics memory 0 16 --0.41960622296567551769 Home mattresses 0 13 +-0.57506229781958116689 NULL swimwear 0 1 +-0.52477558789270398353 NULL pants 0 2 +-0.51634800723316361608 NULL sports-apparel 0 3 +-0.49701734380944367559 NULL flatware 0 4 -0.42115697861057938103 NULL scanners 0 5 --0.42129274488855599877 Home flatware 0 12 --0.42138982555517437187 Books travel 0 14 --0.42207950104662553973 Jewelry earings 0 12 --0.42360559890474258839 Men shirts 0 4 --0.42522226098880617297 Books fiction 0 13 --0.42695086400137496396 Books sports 0 12 --0.42748482637369844882 Electronics cameras 0 15 --0.42776698070726368847 Books history 0 11 --0.42779157418952820742 Electronics televisions 0 14 --0.42839677730714699934 Music NULL 1 10 --0.42883926078775451741 Jewelry NULL 1 9 +-0.41495404146284130562 NULL NULL 0 6 +-0.41212458162913484759 NULL womens 0 7 +-0.41124201443701810288 NULL glassware 0 8 +-0.34005050656417290867 NULL dresses 0 9 +-0.28539122306143442168 NULL semi-precious 0 10 +-0.27064424572443175872 NULL archery 0 11 +-0.26589148220819283218 NULL camcorders 0 12 +-0.49313849125801216327 Books NULL 0 1 +-0.45905963240510827926 Books self-help 0 2 +-0.45361415486337503032 Books romance 0 3 +-0.45309723975037373700 Books parenting 0 4 +-0.45242850294146098803 Books home repair 0 5 +-0.43981106600973008332 Books arts 0 6 +-0.43771696562800042599 Books computers 0 7 +-0.43617080023918784688 Books entertainments 0 8 +-0.43351068602360130689 Books business 0 9 -0.42933247849990414591 Books cooking 0 10 --0.42956478115982797323 Electronics dvd/vcr players 0 13 --0.42960552582644072429 Home glassware 0 11 --0.42973592140259967603 Jewelry pendants 0 11 --0.43006222255725822329 Electronics disk drives 0 12 --0.43075457486338446118 Jewelry estate 0 10 +-0.42776698070726368847 Books history 0 11 +-0.42695086400137496396 Books sports 0 12 +-0.42522226098880617297 Books fiction 0 13 +-0.42138982555517437187 Books travel 0 14 +-0.41310850453072551485 Books reference 0 15 +-0.40793159422928459857 Books science 0 16 +-0.40245262346372099670 Books mystery 0 17 +-0.51972874082540593735 Children NULL 0 1 +-0.44395496111990127625 Children infants 0 2 +-0.44116627613556820101 Children toddlers 0 3 +-0.43938912464753373228 Children newborn 0 4 -0.43153443572803164724 Children school-uniforms 0 5 --0.43278560834074678585 Women NULL 1 8 --0.43281415543162804755 Books NULL 1 7 --0.43340689540104111843 Jewelry rings 0 9 --0.43351068602360130689 Books business 0 9 --0.43393697804808898647 Men NULL 1 6 --0.43452651037695847067 Jewelry loose stones 0 8 --0.43462724506002262370 NULL NULL 2 1 --0.43463136229782141649 Jewelry birdal 0 7 --0.43478698928992011318 Shoes NULL 1 5 --0.43513489629708125698 Sports NULL 1 4 --0.43537480144353351811 Home NULL 1 3 +-0.48111115518133356447 Electronics scanners 0 1 +-0.47476243999949568098 Electronics wireless 0 2 +-0.46881366722199291834 Electronics musical 0 3 +-0.45964361686942834850 Electronics audio 0 4 +-0.45928545493036909637 Electronics portable 0 5 +-0.45766868256713105910 Electronics automotive 0 6 +-0.45059679325892113822 Electronics personal 0 7 +-0.44658684174291725928 Electronics karoke 0 8 +-0.44475849078129724089 Electronics camcorders 0 9 +-0.44243449730184029928 Electronics stereo 0 10 -0.43563339425082642263 Electronics monitors 0 11 --0.43569052857862351541 Jewelry bracelets 0 6 --0.43591436770437870970 Men pants 0 3 --0.43617080023918784688 Books entertainments 0 8 +-0.43006222255725822329 Electronics disk drives 0 12 +-0.42956478115982797323 Electronics dvd/vcr players 0 13 +-0.42779157418952820742 Electronics televisions 0 14 +-0.42748482637369844882 Electronics cameras 0 15 +-0.41789640560157945271 Electronics memory 0 16 +-0.45820671158324357422 Home wallpaper 0 1 +-0.45812351000722227211 Home rugs 0 2 +-0.45390886610438835872 Home blinds/shades 0 3 +-0.45080477272002672886 Home tables 0 4 +-0.45000581608953359374 Home bedding 0 5 +-0.44442920947055918169 Home paint 0 6 +-0.44290016028385165797 Home kids 0 7 +-0.44195666541862319401 Home decor 0 8 +-0.44027000033489061489 Home curtains/drapes 0 9 -0.43673314302002928611 Home accent 0 10 --0.43752822100984156811 Jewelry NULL 0 5 --0.43771696562800042599 Books computers 0 7 --0.43790091133376661791 Men accessories 0 2 +-0.42960552582644072429 Home glassware 0 11 +-0.42129274488855599877 Home flatware 0 12 +-0.41960622296567551769 Home mattresses 0 13 +-0.41679680505477792423 Home furniture 0 14 +-0.41613781444454454986 Home bathroom 0 15 +-0.39744598372518447806 Home lighting 0 16 +-0.27508678304500224336 Home NULL 0 17 +-0.48202255658119515719 Jewelry consignment 0 1 +-0.45292311445740197686 Jewelry gold 0 2 +-0.44226642074734303189 Jewelry womens watch 0 3 -0.43895803630934707802 Jewelry semi-precious 0 4 --0.43905844420578105228 Children NULL 1 2 --0.43938912464753373228 Children newborn 0 4 --0.43981106600973008332 Books arts 0 6 --0.44027000033489061489 Home curtains/drapes 0 9 +-0.43752822100984156811 Jewelry NULL 0 5 +-0.43569052857862351541 Jewelry bracelets 0 6 +-0.43463136229782141649 Jewelry birdal 0 7 +-0.43452651037695847067 Jewelry loose stones 0 8 +-0.43340689540104111843 Jewelry rings 0 9 +-0.43075457486338446118 Jewelry estate 0 10 +-0.42973592140259967603 Jewelry pendants 0 11 +-0.42207950104662553973 Jewelry earings 0 12 +-0.41751153877909731108 Jewelry costume 0 13 +-0.41260353474281855969 Jewelry jewelry boxes 0 14 +-0.41251547672854467533 Jewelry mens watch 0 15 +-0.40542576815272145614 Jewelry custom 0 16 +-0.40366859037486696971 Jewelry diamonds 0 17 -0.44073645117906210945 Men sports-apparel 0 1 --0.44116627613556820101 Children toddlers 0 3 --0.44195666541862319401 Home decor 0 8 --0.44226642074734303189 Jewelry womens watch 0 3 --0.44243449730184029928 Electronics stereo 0 10 --0.44290016028385165797 Home kids 0 7 --0.44395496111990127625 Children infants 0 2 --0.44442920947055918169 Home paint 0 6 --0.44475849078129724089 Electronics camcorders 0 9 --0.44572554799116219144 Electronics NULL 1 1 --0.44658684174291725928 Electronics karoke 0 8 --0.45000581608953359374 Home bedding 0 5 --0.45059679325892113822 Electronics personal 0 7 --0.45080477272002672886 Home tables 0 4 --0.45242850294146098803 Books home repair 0 5 --0.45292311445740197686 Jewelry gold 0 2 --0.45309723975037373700 Books parenting 0 4 --0.45361415486337503032 Books romance 0 3 --0.45390886610438835872 Home blinds/shades 0 3 --0.45766868256713105910 Electronics automotive 0 6 --0.45812351000722227211 Home rugs 0 2 --0.45820671158324357422 Home wallpaper 0 1 --0.45905963240510827926 Books self-help 0 2 --0.45928545493036909637 Electronics portable 0 5 --0.45964361686942834850 Electronics audio 0 4 --0.46881366722199291834 Electronics musical 0 3 --0.47476243999949568098 Electronics wireless 0 2 --0.48111115518133356447 Electronics scanners 0 1 --0.48202255658119515719 Jewelry consignment 0 1 --0.49313849125801216327 Books NULL 0 1 --0.49701734380944367559 NULL flatware 0 4 --0.51634800723316361608 NULL sports-apparel 0 3 --0.51972874082540593735 Children NULL 0 1 --0.52477558789270398353 NULL pants 0 2 --0.57506229781958116689 NULL swimwear 0 1 +-0.43790091133376661791 Men accessories 0 2 +-0.43591436770437870970 Men pants 0 3 +-0.42360559890474258839 Men shirts 0 4 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out index 41984ac9257f..77434618bf05 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q42.sql.out @@ -3,13 +3,13 @@ -- !query schema struct -- !query output +2000 7 Home 458017.85 +2000 3 Children 370261.29 +2000 2 Men 368718.95 2000 1 Women 320132.43 2000 10 Electronics 281421.74 -2000 2 Men 368718.95 -2000 3 Children 370261.29 -2000 4 Shoes 221242.25 2000 5 Music 223420.70 -2000 6 Jewelry 167920.91 -2000 7 Home 458017.85 +2000 4 Shoes 221242.25 2000 8 Sports 200806.45 +2000 6 Jewelry 167920.91 2000 9 Books 161721.11 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out index bc17fa1742ec..359ff7ed8a23 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q44.sql.out @@ -4,7 +4,6 @@ struct -- !query output 1 oughtantiprin st callyeingbarcallyought -10 eingoughtn station barcallyableought 2 barcallyprioughtought bareseationcallyought 3 ableeingantiable barn stcallycally 4 n stesebarn st eingoughtn stn st @@ -12,4 +11,5 @@ struct 6 callyeseationantiought NULL 7 priableeseableought eseableablepriought 8 ableoughtableeseought ationoughtantianti -9 esebarableeseought callyn stantieseought +9 esebarableeseought callyn stantieseought +10 eingoughtn station barcallyableought diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out index 9ce0525a8c3e..72d03cb6b868 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q47.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 -Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 -Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 -Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 +Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 +Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 +Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 +Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 +Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 +Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 +Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 Children exportiexporti #x ation Unknown 1999 4 5238.357500 2232.03 3221.70 3649.52 -Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 +Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 +Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 Children exportiexporti #x bar Unknown 1999 7 5280.662500 2324.79 3003.61 5961.39 -Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 -Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 -Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 -Children exportiexporti #x ese Unknown 1999 3 5185.898333 2019.69 3479.21 2982.05 -Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 -Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 -Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 -Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 Children importoexporti #x eing Unknown 1999 2 4650.438333 1734.45 2341.19 2720.78 +Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 +Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 +Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 +Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 +Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 +Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 +Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 +Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 +Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 +Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 +Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 +Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 +Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 Men amalgimporto #x ation Unknown 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 +Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 +Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 +Children exportiexporti #x ation Unknown 1999 2 5238.357500 2462.96 3808.48 3221.70 Men amalgimporto #x ation Unknown 1999 4 4909.460833 2136.23 3356.64 3046.51 -Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 -Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 -Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 +Children importoexporti #x able Unknown 1999 7 4586.298333 1814.46 2643.58 6423.18 Men edu packimporto #x ation Unknown 1999 4 5170.369167 2407.58 3086.77 2492.73 -Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 -Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 -Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 -Men edu packimporto #x eing Unknown 1999 2 5501.180833 2683.70 4304.21 2453.88 -Men edu packimporto #x eing Unknown 1999 3 5501.180833 2453.88 2683.70 2615.32 -Men edu packimporto #x eing Unknown 1999 4 5501.180833 2615.32 2453.88 2874.96 -Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 -Men edu packimporto #x ese Unknown 1999 3 4979.361667 2201.00 3110.55 3118.30 +Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 Men edu packimporto #x ought Unknown 1999 4 5176.257500 2424.94 4285.78 3286.20 -Men edu packimporto #x ought Unknown 1999 7 5176.257500 1993.73 3542.54 5764.35 -Men importoimporto #x able Unknown 1999 2 5194.818333 2333.43 2765.75 2674.91 +Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 Men importoimporto #x ation Unknown 1999 3 5410.916667 2672.68 3591.65 2988.08 Men importoimporto #x ation Unknown 1999 5 5410.916667 2677.81 2988.08 2881.34 +Men edu packimporto #x bar Unknown 1999 4 5632.736667 2901.64 3202.87 3447.78 +Children exportiexporti #x able Unknown 1999 5 4955.241667 2230.80 2395.57 3003.89 Men importoimporto #x eing Unknown 1999 5 5074.076667 2356.88 2833.40 2854.62 -Men importoimporto #x ese Unknown 1999 3 5492.817500 2070.65 3307.78 2784.11 +Men edu packimporto #x bar Unknown 1999 2 5632.736667 2916.43 3847.05 3202.87 +Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 Men importoimporto #x ese Unknown 1999 4 5492.817500 2784.11 2070.65 3210.74 -Men importoimporto #x ese Unknown 1999 6 5492.817500 2691.33 3210.74 3754.33 -Men importoimporto #x ought Unknown 1999 2 5045.758333 2253.70 4158.86 3467.09 -Men importoimporto #x ought Unknown 1999 6 5045.758333 2152.15 2834.94 2667.92 -Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 -Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 -Music amalgscholar #x ought Unknown 1999 2 4565.600000 1727.16 3895.09 2606.58 -Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 -Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 -Music edu packscholar #x ation Unknown 1999 2 5622.227500 2657.68 4207.03 3543.82 +Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 +Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 +Children exportiexporti #x eing Unknown 1999 7 5109.654167 2410.24 2916.46 6558.23 +Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 +Children importoexporti #x bar Unknown 1999 7 4566.775833 1879.57 3400.62 6244.92 Music edu packscholar #x ation Unknown 1999 6 5622.227500 2943.26 3643.42 3847.77 -Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 -Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 -Music edu packscholar #x eing Unknown 1999 5 5539.308333 2704.16 3862.34 3960.90 -Music edu packscholar #x ese Unknown 1999 2 5463.700833 2268.27 4139.47 3391.39 -Music edu packscholar #x ese Unknown 1999 4 5463.700833 2091.07 3391.39 3095.31 -Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 -Music edu packscholar #x ought Unknown 1999 7 5552.305000 2226.34 4081.99 7573.33 -Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 -Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 -Music exportischolar #x able Unknown 1999 5 5090.105000 2281.80 2488.24 3304.75 -Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 Music exportischolar #x ation Unknown 1999 4 4962.650000 2283.77 3210.01 2539.84 -Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 +Music exportischolar #x ation Unknown 1999 2 4962.650000 2284.23 3250.69 3210.01 +Men edu packimporto #x ation Unknown 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men edu packimporto #x able Unknown 1999 3 4989.301667 2318.98 2618.89 3315.77 Music exportischolar #x bar Unknown 1999 4 5318.146667 2651.96 2989.10 3649.76 -Music exportischolar #x bar Unknown 1999 7 5318.146667 2346.06 3483.88 7658.62 -Music exportischolar #x eing Unknown 1999 2 5134.238333 1740.21 4401.89 2721.61 -Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 -Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 -Shoes amalgedu pack #x able Unknown 1999 2 4940.227500 2239.16 3495.29 2563.93 -Shoes amalgedu pack #x able Unknown 1999 5 4940.227500 2187.55 2894.91 3018.65 -Shoes amalgedu pack #x ation Unknown 1999 6 5152.095833 2077.67 3123.43 2368.73 -Shoes amalgedu pack #x ation Unknown 1999 7 5152.095833 2368.73 2077.67 7543.60 +Music exportischolar #x bar Unknown 1999 2 5318.146667 2656.31 3419.77 2989.10 Shoes amalgedu pack #x bar Unknown 1999 6 4805.401667 2149.56 2686.70 3098.25 -Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 -Shoes amalgedu pack #x ese Unknown 1999 7 4392.186667 1630.14 2755.91 6185.73 -Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 +Children exportiexporti #x bar Unknown 1999 4 5280.662500 2625.99 3301.62 4331.44 +Music amalgscholar #x ation Unknown 1999 4 4934.504167 2280.93 2322.89 2421.13 +Music edu packscholar #x able Unknown 1999 7 5335.908333 2684.15 3543.33 7540.94 +Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 Shoes edu packedu pack #x ought Unknown 1999 5 4745.295833 2109.27 3203.82 2737.82 -Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 -Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 -Shoes exportiedu pack #x ation Unknown 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 +Men edu packimporto #x able Unknown 1999 6 4989.301667 2357.82 3363.58 3142.81 +Children exportiexporti #x able Unknown 1999 2 4955.241667 2326.67 2746.99 3097.63 +Men edu packimporto #x eing Unknown 1999 5 5501.180833 2874.96 2615.32 3714.00 Shoes exportiedu pack #x ation Unknown 1999 7 4873.510833 2256.56 3236.50 6245.37 +Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 +Men amalgimporto #x ese Unknown 1999 6 4764.596667 2150.16 3284.27 3475.17 +Music amalgscholar #x ation Unknown 1999 3 4934.504167 2322.89 3197.76 2280.93 Shoes exportiedu pack #x bar Unknown 1999 2 5296.089167 2685.85 4235.44 2410.44 -Shoes exportiedu pack #x bar Unknown 1999 3 5296.089167 2410.44 2685.85 3821.39 -Shoes exportiedu pack #x bar Unknown 1999 7 5296.089167 2591.12 3012.98 6254.36 -Shoes exportiedu pack #x ese Unknown 1999 3 4865.288333 2151.76 3212.91 3768.25 -Shoes exportiedu pack #x ought Unknown 1999 2 4755.535833 1951.00 3949.06 2767.05 +Children importoexporti #x able Unknown 1999 5 4586.298333 1982.77 2837.74 2643.58 +Music exportischolar #x able Unknown 1999 4 5090.105000 2488.24 2966.36 2281.80 Shoes importoedu pack #x able Unknown 1999 7 4700.911667 2100.12 2533.01 5888.57 -Shoes importoedu pack #x ation Unknown 1999 4 4690.577500 1855.85 3524.69 3050.34 +Music edu packscholar #x bar Unknown 1999 2 5484.789167 2903.45 3410.13 3024.86 +Shoes exportiedu pack #x ation Unknown 1999 3 4873.510833 2300.45 2797.30 2302.76 +Shoes exportiedu pack #x ation Unknown 1999 4 4873.510833 2302.76 2300.45 2170.98 Shoes importoedu pack #x bar Unknown 1999 3 4794.679167 2225.70 2756.97 2413.76 -Shoes importoedu pack #x eing Unknown 1999 2 4698.612500 2058.86 3191.74 2812.15 -Shoes importoedu pack #x eing Unknown 1999 5 4698.612500 1703.27 2687.15 2757.83 -Shoes importoedu pack #x ese Unknown 1999 3 4676.749167 2060.29 3273.67 2610.86 -Shoes importoedu pack #x ought Unknown 1999 4 4537.635833 1623.33 2928.34 1905.23 -Shoes importoedu pack #x ought Unknown 1999 5 4537.635833 1905.23 1623.33 3170.58 -Women amalgamalg #x able Unknown 1999 6 4507.240000 1761.81 2891.95 2302.21 -Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 -Women amalgamalg #x ought Unknown 1999 7 4619.707500 1926.67 3528.98 5162.15 +Music edu packscholar #x ought Unknown 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music edu packscholar #x eing Unknown 1999 3 5539.308333 2973.01 3069.18 3862.34 +Shoes amalgedu pack #x eing Unknown 1999 7 4706.544167 2143.18 2458.07 5967.73 +Children exportiexporti #x ought Unknown 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children exportiexporti #x able Unknown 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children exportiexporti #x eing Unknown 1999 2 5109.654167 2550.30 4039.10 2685.10 +Music exportischolar #x ought Unknown 1999 4 5079.182500 2520.64 3233.50 3079.89 Women edu packamalg #x ation Unknown 1999 2 4507.417500 1951.42 4166.02 2865.38 -Women edu packamalg #x ation Unknown 1999 4 4507.417500 1596.92 2865.38 2665.75 -Women exportiamalg #x able Unknown 1999 2 4123.600833 1306.40 2876.61 2238.71 -Women importoamalg #x able Unknown 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women amalgamalg #x ought Unknown 1999 1 4619.707500 2065.94 9639.59 2521.70 +Music importoscholar #x ought Unknown 1999 3 4004.448333 1456.84 2438.63 2790.03 +Shoes edu packedu pack #x eing Unknown 1999 5 4664.861667 2122.71 3131.02 2852.96 Women importoamalg #x bar Unknown 1999 3 4437.210833 1895.27 2678.48 2999.04 +Music exportischolar #x able Unknown 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music edu packscholar #x able Unknown 1999 1 5335.908333 2796.97 13360.68 3413.22 +Children exportiexporti #x eing Unknown 1999 4 5109.654167 2574.12 2685.10 2672.73 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out index b757054b6112..9d15dbad1b52 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q49.sql.out @@ -3,35 +3,35 @@ -- !query schema struct -- !query output -catalog 12577 0.65591397849462365591 3 3 -catalog 14513 0.63541666666666666667 2 2 -catalog 14869 0.77173913043478260870 8 8 -catalog 16215 0.79069767441860465116 10 10 catalog 17543 0.57142857142857142857 1 1 +catalog 14513 0.63541666666666666667 2 2 +catalog 12577 0.65591397849462365591 3 3 catalog 3411 0.71641791044776119403 4 4 catalog 361 0.74647887323943661972 5 5 catalog 8189 0.74698795180722891566 6 6 catalog 8929 0.76250000000000000000 7 7 +catalog 14869 0.77173913043478260870 8 8 catalog 9295 0.77894736842105263158 9 9 -store 11589 0.82653061224489795918 6 6 -store 1171 0.82417582417582417582 5 5 +catalog 16215 0.79069767441860465116 10 10 +store 9471 0.77500000000000000000 1 1 +store 9797 0.80000000000000000000 2 2 store 12641 0.81609195402298850575 3 3 +store 15839 0.81632653061224489796 4 4 +store 1171 0.82417582417582417582 5 5 +store 11589 0.82653061224489795918 6 6 +store 6661 0.92207792207792207792 7 7 store 13013 0.94202898550724637681 8 8 store 14925 0.96470588235294117647 9 9 -store 15839 0.81632653061224489796 4 4 store 4063 1.00000000000000000000 10 10 -store 6661 0.92207792207792207792 7 7 store 9029 1.00000000000000000000 10 10 -store 9471 0.77500000000000000000 1 1 -store 9797 0.80000000000000000000 2 2 -web 117 0.92500000000000000000 10 9 -web 11933 0.71717171717171717172 5 5 +web 7539 0.59000000000000000000 1 1 +web 3337 0.62650602409638554217 2 2 web 15597 0.66197183098591549296 3 3 web 2915 0.69863013698630136986 4 4 +web 11933 0.71717171717171717172 5 5 web 3305 0.73750000000000000000 6 16 -web 3337 0.62650602409638554217 2 2 web 483 0.80000000000000000000 7 6 -web 5299 0.92708333333333333333 11 10 -web 7539 0.59000000000000000000 1 1 web 85 0.85714285714285714286 8 7 web 97 0.90361445783132530120 9 8 +web 117 0.92500000000000000000 10 9 +web 5299 0.92708333333333333333 11 10 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out index 0d53da8eaa23..4cbe8a918735 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q52.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -2000 10002012 importounivamalg #x 13080.55 -2000 10003016 exportiunivamalg #x 18413.97 -2000 10004004 edu packunivamalg #x 21950.07 -2000 10004005 importounivamalg #x 15258.42 -2000 10004012 edu packunivamalg #x 17608.05 -2000 10009015 maxiunivamalg #x 23576.97 -2000 1001001 amalgamalg #x 31305.49 -2000 10010013 univamalgamalg #x 29071.87 -2000 1001002 amalgamalg #x 32518.42 -2000 10012004 importoamalgamalg #x 13514.95 -2000 10014001 maxibrand #x 23662.09 -2000 10015013 scholaramalgamalg #x 20610.41 -2000 1002001 importoamalg #x 9579.28 -2000 1002001 importounivamalg #x 36393.47 -2000 1002002 importoamalg #x 38952.02 -2000 1003001 exportiamalg #x 85038.62 -2000 1003002 exportiamalg #x 41130.32 -2000 1004001 edu packamalg #x 30464.10 -2000 1004002 edu packamalg #x 21563.27 -2000 2001001 importoimporto #x 21106.22 2000 2001002 amalgimporto #x 133668.20 -2000 2002001 importoimporto #x 50831.66 -2000 2002002 importoimporto #x 21502.53 -2000 2003001 exportiimporto #x 19074.52 -2000 2003002 exportiimporto #x 39318.67 -2000 2004001 edu packunivamalg #x 17084.17 -2000 2004001 importoexporti #x 17646.57 -2000 2004002 edu packimporto #x 65904.27 -2000 3001001 amalgexporti #x 9373.84 -2000 3001001 maxibrand #x 18290.52 -2000 3001002 amalgexporti #x 25858.35 -2000 3002001 importoexporti #x 21677.43 +2000 1003001 exportiamalg #x 85038.62 2000 3002002 importoexporti #x 79104.47 -2000 3003001 exportiedu pack #x 21959.63 -2000 3003001 exportiexporti #x 67105.01 -2000 3003002 exportiexporti #x 20711.54 -2000 3004001 edu packexporti #x 18504.78 -2000 3004001 edu packscholar #x 11025.47 2000 3004002 edu packexporti #x 78772.08 -2000 4001001 amalgedu pack #x 11110.78 +2000 3003001 exportiexporti #x 67105.01 +2000 2004002 edu packimporto #x 65904.27 2000 4001002 amalgedu pack #x 56283.13 -2000 4002001 importoedu pack #x 31248.26 -2000 4002001 scholarmaxi #x 34103.67 +2000 5002002 importoscholar #x 54390.12 +2000 7016001 corpnameless #x 51331.65 +2000 2002001 importoimporto #x 50831.66 +2000 7001005 amalgbrand #x 50727.31 +2000 9015009 scholarunivamalg #x 49522.53 +2000 5004002 edu packscholar #x 45205.15 2000 4003001 exportiedu pack #x 42810.52 -2000 4003001 exportischolar #x 19693.88 -2000 4004001 edu packedu pack #x 25715.17 -2000 4004001 maxinameless #x 23992.40 +2000 5001002 amalgscholar #x 42061.33 +2000 1003002 exportiamalg #x 41130.32 +2000 2003002 exportiimporto #x 39318.67 +2000 7007004 brandbrand #x 38993.74 +2000 1002002 importoamalg #x 38952.02 +2000 8003010 exportinameless #x 37010.51 +2000 1002001 importounivamalg #x 36393.47 +2000 4002001 scholarmaxi #x 34103.67 +2000 1001002 amalgamalg #x 32518.42 2000 4004002 edu packedu pack #x 32114.76 -2000 5001001 brandunivamalg #x 26418.90 2000 5001001 edu packexporti #x 31507.22 -2000 5001001 exportinameless #x 18493.00 -2000 5001002 amalgscholar #x 42061.33 -2000 5002002 importoscholar #x 54390.12 -2000 5003001 exportischolar #x 27336.64 -2000 5003002 exportischolar #x 17930.96 -2000 5004002 edu packscholar #x 45205.15 -2000 6002004 importocorp #x 12491.48 -2000 6003008 exporticorp #x 11621.79 -2000 6004002 edu packcorp #x 14905.77 -2000 6005001 scholarcorp #x 30955.09 2000 6005005 edu packnameless #x 31445.28 -2000 6008002 namelesscorp #x 15199.06 -2000 6008005 namelesscorp #x 19067.51 -2000 6010005 univbrand #x 9222.91 -2000 6011008 amalgbrand #x 12236.00 -2000 6012008 importobrand #x 28799.91 -2000 6015006 scholarbrand #x 13421.39 -2000 7001005 amalgbrand #x 50727.31 -2000 7004009 importoimporto #x 17312.88 -2000 7006007 edu packamalg #x 13705.14 -2000 7007004 brandbrand #x 38993.74 -2000 7008004 namelessbrand #x 19128.07 -2000 7008009 namelessbrand #x 13759.65 +2000 1001001 amalgamalg #x 31305.49 +2000 4002001 importoedu pack #x 31248.26 +2000 6005001 scholarcorp #x 30955.09 +2000 1004001 edu packamalg #x 30464.10 2000 7009004 maxibrand #x 29127.01 +2000 10010013 univamalgamalg #x 29071.87 +2000 6012008 importobrand #x 28799.91 +2000 8005009 corpnameless #x 28231.03 +2000 5003001 exportischolar #x 27336.64 +2000 5001001 brandunivamalg #x 26418.90 +2000 3001002 amalgexporti #x 25858.35 +2000 4004001 edu packedu pack #x 25715.17 2000 7009009 exportibrand #x 25380.68 -2000 7009010 maxibrand #x 11061.00 +2000 4004001 maxinameless #x 23992.40 +2000 10014001 maxibrand #x 23662.09 +2000 10009015 maxiunivamalg #x 23576.97 +2000 3003001 exportiedu pack #x 21959.63 +2000 10004004 edu packunivamalg #x 21950.07 +2000 3002001 importoexporti #x 21677.43 +2000 1004002 edu packamalg #x 21563.27 +2000 2002002 importoimporto #x 21502.53 +2000 2001001 importoimporto #x 21106.22 +2000 9012003 importounivamalg #x 21075.27 +2000 3003002 exportiexporti #x 20711.54 +2000 10015013 scholaramalgamalg #x 20610.41 2000 7010005 corpunivamalg #x 19821.13 +2000 4003001 exportischolar #x 19693.88 +2000 9012008 importounivamalg #x 19463.65 2000 7010009 univnameless #x 19176.91 -2000 7012001 amalgamalgamalg #x 10846.24 -2000 7012010 importonameless #x 14697.15 -2000 7013007 exportinameless #x 14068.62 -2000 7014001 edu packnameless #x 9596.47 -2000 7016001 corpnameless #x 51331.65 -2000 7016007 corpnameless #x 18103.37 -2000 7016009 univnameless #x 10454.42 -2000 8002009 importonameless #x 17513.05 +2000 7008004 namelessbrand #x 19128.07 +2000 2003001 exportiimporto #x 19074.52 +2000 6008005 namelesscorp #x 19067.51 +2000 3004001 edu packexporti #x 18504.78 +2000 5001001 exportinameless #x 18493.00 +2000 10003016 exportiunivamalg #x 18413.97 +2000 3001001 maxibrand #x 18290.52 2000 8003007 edu packnameless #x 18265.99 -2000 8003010 exportinameless #x 37010.51 -2000 8004003 edu packnameless #x 12480.24 -2000 8005008 scholarnameless #x 11609.84 -2000 8005009 corpnameless #x 28231.03 -2000 8010004 univmaxi #x 9508.89 +2000 7016007 corpnameless #x 18103.37 +2000 5003002 exportischolar #x 17930.96 2000 8016004 corpmaxi #x 17828.86 -2000 9012003 importounivamalg #x 21075.27 -2000 9012008 importounivamalg #x 19463.65 -2000 9013009 exportiunivamalg #x 14704.96 +2000 2004001 importoexporti #x 17646.57 +2000 10004012 edu packunivamalg #x 17608.05 +2000 8002009 importonameless #x 17513.05 +2000 7004009 importoimporto #x 17312.88 +2000 2004001 edu packunivamalg #x 17084.17 2000 9014006 edu packunivamalg #x 16958.88 -2000 9015009 scholarunivamalg #x 49522.53 2000 9015011 exportiamalg #x 15875.77 +2000 10004005 importounivamalg #x 15258.42 +2000 6008002 namelesscorp #x 15199.06 +2000 6004002 edu packcorp #x 14905.77 +2000 9013009 exportiunivamalg #x 14704.96 +2000 7012010 importonameless #x 14697.15 +2000 7013007 exportinameless #x 14068.62 +2000 7008009 namelessbrand #x 13759.65 +2000 7006007 edu packamalg #x 13705.14 +2000 10012004 importoamalgamalg #x 13514.95 +2000 6015006 scholarbrand #x 13421.39 +2000 10002012 importounivamalg #x 13080.55 2000 9016003 corpunivamalg #x 12936.25 +2000 6002004 importocorp #x 12491.48 +2000 8004003 edu packnameless #x 12480.24 +2000 6011008 amalgbrand #x 12236.00 +2000 6003008 exporticorp #x 11621.79 +2000 8005008 scholarnameless #x 11609.84 +2000 4001001 amalgedu pack #x 11110.78 +2000 7009010 maxibrand #x 11061.00 +2000 3004001 edu packscholar #x 11025.47 +2000 7012001 amalgamalgamalg #x 10846.24 +2000 7016009 univnameless #x 10454.42 +2000 7014001 edu packnameless #x 9596.47 +2000 1002001 importoamalg #x 9579.28 +2000 8010004 univmaxi #x 9508.89 +2000 3001001 amalgexporti #x 9373.84 +2000 6010005 univbrand #x 9222.91 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out index b7739a9d577d..6e347e3d1d88 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q53.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -129 301.69 436.452500 -129 325.26 436.452500 -129 550.47 436.452500 -129 568.39 436.452500 -147 212.53 455.892500 -147 366.10 455.892500 -147 553.92 455.892500 -147 691.02 455.892500 -190 1013.09 451.982500 -190 202.77 451.982500 -190 233.10 451.982500 -190 358.97 451.982500 -208 151.84 410.385000 -208 207.02 410.385000 -208 533.75 410.385000 -208 748.93 410.385000 -221 183.63 416.082500 -221 534.62 416.082500 -221 552.44 416.082500 -235 111.64 441.030000 -235 179.51 441.030000 -235 493.83 441.030000 -235 979.14 441.030000 -247 313.42 427.682500 -247 353.08 427.682500 -247 628.37 427.682500 -271 1071.58 354.330000 -271 179.61 354.330000 +30 165.67 340.635000 +30 247.07 340.635000 +30 627.63 340.635000 +619 158.76 348.640000 +619 210.81 348.640000 +619 464.26 348.640000 +619 560.73 348.640000 271 79.26 354.330000 271 86.87 354.330000 +271 179.61 354.330000 +271 1071.58 354.330000 +827 82.44 356.590000 +827 320.05 356.590000 +827 666.52 356.590000 296 188.61 369.125000 296 265.76 369.125000 296 655.24 369.125000 -30 165.67 340.635000 -30 247.07 340.635000 -30 627.63 340.635000 308 200.28 385.982500 308 214.07 385.982500 308 489.17 385.982500 308 640.41 385.982500 -316 158.85 423.035000 -316 36.25 423.035000 -316 697.32 423.035000 -316 799.72 423.035000 -360 143.83 445.415000 -360 293.99 445.415000 -360 928.51 445.415000 -394 264.65 413.405000 -394 272.02 413.405000 -394 674.12 413.405000 -411 364.09 426.892500 -411 519.60 426.892500 486 178.80 400.530000 486 455.08 400.530000 486 468.01 400.530000 486 500.23 400.530000 -507 505.36 419.465000 -507 644.24 419.465000 -507 76.98 419.465000 -517 194.87 426.287500 -517 313.41 426.287500 -517 482.41 426.287500 -517 714.46 426.287500 554 191.48 407.975000 554 346.80 407.975000 554 660.97 407.975000 +208 151.84 410.385000 +208 207.02 410.385000 +208 533.75 410.385000 +208 748.93 410.385000 +662 199.83 412.135000 +662 300.61 412.135000 +662 460.94 412.135000 +662 687.16 412.135000 +394 264.65 413.405000 +394 272.02 413.405000 +394 674.12 413.405000 +221 183.63 416.082500 +221 534.62 416.082500 +221 552.44 416.082500 +621 232.20 418.115000 +621 624.80 418.115000 +507 76.98 419.465000 +507 505.36 419.465000 +507 644.24 419.465000 +316 36.25 423.035000 +316 158.85 423.035000 +316 697.32 423.035000 +316 799.72 423.035000 56 110.81 423.097500 56 371.77 423.097500 56 500.77 423.097500 56 709.04 423.097500 -619 158.76 348.640000 -619 210.81 348.640000 -619 464.26 348.640000 -619 560.73 348.640000 -621 232.20 418.115000 -621 624.80 418.115000 +517 194.87 426.287500 +517 313.41 426.287500 +517 482.41 426.287500 +517 714.46 426.287500 +411 364.09 426.892500 +411 519.60 426.892500 +247 313.42 427.682500 +247 353.08 427.682500 +247 628.37 427.682500 652 228.75 434.752500 652 314.98 434.752500 652 365.90 434.752500 652 829.38 434.752500 -662 199.83 412.135000 -662 300.61 412.135000 -662 460.94 412.135000 -662 687.16 412.135000 -665 283.25 456.087500 -665 357.22 456.087500 -665 691.20 456.087500 +129 301.69 436.452500 +129 325.26 436.452500 +129 550.47 436.452500 +129 568.39 436.452500 +99 164.24 438.667500 +99 183.75 438.667500 +99 393.58 438.667500 +99 1013.10 438.667500 +235 111.64 441.030000 +235 179.51 441.030000 +235 493.83 441.030000 +235 979.14 441.030000 +360 143.83 445.415000 +360 293.99 445.415000 +360 928.51 445.415000 732 106.56 447.065000 732 300.77 447.065000 732 498.49 447.065000 732 882.44 447.065000 -827 320.05 356.590000 -827 666.52 356.590000 -827 82.44 356.590000 +190 202.77 451.982500 +190 233.10 451.982500 +190 358.97 451.982500 +190 1013.09 451.982500 +147 212.53 455.892500 +147 366.10 455.892500 +147 553.92 455.892500 +147 691.02 455.892500 +665 283.25 456.087500 +665 357.22 456.087500 +665 691.20 456.087500 85 325.28 456.280000 85 350.10 456.280000 -99 1013.10 438.667500 -99 164.24 438.667500 -99 183.75 438.667500 -99 393.58 438.667500 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out index af7077850d32..4327cefefa67 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q55.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -10004001 edu packunivamalg #x 20237.13 -10005001 scholarunivamalg #x 22468.38 -10006001 corpunivamalg #x 15835.02 -10006017 corpunivamalg #x 14040.95 +2001001 amalgimporto #x 128393.59 +5001001 amalgscholar #x 114563.05 1001001 amalgamalg #x 106541.65 -1001002 amalgamalg #x 48363.52 -10011013 amalgamalgamalg #x 8336.80 -10012012 importoamalgamalg #x 14995.50 -10013009 exportiamalgamalg #x 8324.62 -10014016 edu packamalgamalg #x 33635.08 -10015001 scholaramalgamalg #x 18789.40 -10015011 scholaramalgamalg #x 36984.49 -10016003 corpamalgamalg #x 24575.24 +5003001 exportischolar #x 104481.32 1002001 importoamalg #x 98315.70 -1003001 exportiamalg #x 36391.68 -1003002 exportiamalg #x 12479.78 -1004001 edu packamalg #x 46127.07 +5002001 importoscholar #x 81980.18 +4001001 amalgedu pack #x 75471.82 +5004001 edu packscholar #x 73945.27 1004002 edu packamalg #x 66973.45 -2001001 amalgimporto #x 128393.59 -2001002 amalgimporto #x 19388.05 -2002001 importoimporto #x 43360.76 -2003001 exportiimporto #x 19467.87 -2003002 exportiimporto #x 10938.52 -2004001 edu packimporto #x 44063.02 -2004002 edu packimporto #x 37031.29 -3001001 amalgexporti #x 34860.20 -3001002 amalgexporti #x 32035.45 -3002001 importoexporti #x 24004.65 -3002002 importoexporti #x 20292.13 3003001 exportiexporti #x 65256.40 -3003002 exportiexporti #x 23607.27 -3004001 edu packexporti #x 27273.13 -4001001 amalgedu pack #x 75471.82 -4001002 amalgedu pack #x 41578.64 -4002001 importoedu pack #x 52314.09 -4002002 importoedu pack #x 16426.77 4003001 exportiedu pack #x 58980.05 -4004002 edu packedu pack #x 27176.70 -5001001 amalgscholar #x 114563.05 +4002001 importoedu pack #x 52314.09 5001002 amalgscholar #x 50720.91 -5002001 importoscholar #x 81980.18 +1001002 amalgamalg #x 48363.52 +1004001 edu packamalg #x 46127.07 +9013009 exportiunivamalg #x 44895.45 +2004001 edu packimporto #x 44063.02 +2002001 importoimporto #x 43360.76 +4001002 amalgedu pack #x 41578.64 5002002 importoscholar #x 40981.69 -5003001 exportischolar #x 104481.32 +2004002 edu packimporto #x 37031.29 +10015011 scholaramalgamalg #x 36984.49 5003002 exportischolar #x 36835.57 -5004001 edu packscholar #x 73945.27 -6001005 amalgcorp #x 9749.25 -6002001 importocorp #x 18495.43 +1003001 exportiamalg #x 36391.68 +7009005 maxibrand #x 35893.23 +3001001 amalgexporti #x 34860.20 6002002 importocorp #x 34241.20 -6003006 exporticorp #x 9165.48 +10014016 edu packamalgamalg #x 33635.08 6005001 scholarcorp #x 33315.76 -6005003 scholarcorp #x 6941.66 -6006002 corpcorp #x 22325.52 -6006006 corpcorp #x 8284.80 -6008001 namelesscorp #x 17727.46 -6008008 namelesscorp #x 10056.32 -6009003 maxicorp #x 11124.10 -6009008 maxicorp #x 15232.66 +8001003 amalgnameless #x 32795.69 +3001002 amalgexporti #x 32035.45 +7003005 exportibrand #x 30027.76 +8005010 scholarnameless #x 28072.90 +3004001 edu packexporti #x 27273.13 +4004002 edu packedu pack #x 27176.70 +9011009 amalgunivamalg #x 26702.81 6011001 amalgbrand #x 26270.95 -6011006 amalgbrand #x 10284.31 -6013005 exportibrand #x 18356.01 -6013007 exportibrand #x 16727.14 -6014001 edu packbrand #x 22383.40 +9009002 maximaxi #x 25941.37 +8011009 amalgmaxi #x 24766.62 6014007 edu packbrand #x 24592.55 -6014008 edu packbrand #x 11413.01 +10016003 corpamalgamalg #x 24575.24 +3002001 importoexporti #x 24004.65 +3003002 exportiexporti #x 23607.27 +10005001 scholarunivamalg #x 22468.38 +6014001 edu packbrand #x 22383.40 +6006002 corpcorp #x 22325.52 +9003003 exportimaxi #x 21996.83 +8009003 maxinameless #x 21849.29 +8004009 edu packnameless #x 21775.18 +8006008 corpnameless #x 20393.22 +3002002 importoexporti #x 20292.13 +10004001 edu packunivamalg #x 20237.13 +8006005 corpnameless #x 19946.01 +2003001 exportiimporto #x 19467.87 +8010006 univmaxi #x 19389.31 +2001002 amalgimporto #x 19388.05 6015001 scholarbrand #x 19136.97 -6015003 scholarbrand #x 11218.72 -6015005 scholarbrand #x 13026.37 +10015001 scholaramalgamalg #x 18789.40 +9016009 corpunivamalg #x 18671.29 +8009007 maxinameless #x 18581.52 +6002001 importocorp #x 18495.43 +6013005 exportibrand #x 18356.01 7002004 importobrand #x 18040.61 -7003005 exportibrand #x 30027.76 +6008001 namelesscorp #x 17727.46 +9008008 namelessmaxi #x 17517.04 +8002010 importonameless #x 16810.57 +6013007 exportibrand #x 16727.14 +7015003 scholarnameless #x 16482.66 +4002002 importoedu pack #x 16426.77 +10006001 corpunivamalg #x 15835.02 7006010 corpbrand #x 15745.12 -7009005 maxibrand #x 35893.23 +8013007 exportimaxi #x 15718.95 +9005011 scholarmaxi #x 15426.87 7011009 amalgnameless #x 15381.64 -7015003 scholarnameless #x 16482.66 -7015007 scholarnameless #x 11804.43 -8001003 amalgnameless #x 32795.69 -8002010 importonameless #x 16810.57 +6009008 maxicorp #x 15232.66 +10012012 importoamalgamalg #x 14995.50 +10006017 corpunivamalg #x 14040.95 +9016003 corpunivamalg #x 13412.20 +6015005 scholarbrand #x 13026.37 8004003 edu packnameless #x 12978.96 -8004009 edu packnameless #x 21775.18 -8005010 scholarnameless #x 28072.90 -8006005 corpnameless #x 19946.01 -8006008 corpnameless #x 20393.22 -8009003 maxinameless #x 21849.29 -8009007 maxinameless #x 18581.52 -8010006 univmaxi #x 19389.31 -8011009 amalgmaxi #x 24766.62 -8012005 importomaxi #x 7777.35 -8013006 exportimaxi #x 7794.40 -8013007 exportimaxi #x 15718.95 -9003003 exportimaxi #x 21996.83 +1003002 exportiamalg #x 12479.78 +7015007 scholarnameless #x 11804.43 +6014008 edu packbrand #x 11413.01 +6015003 scholarbrand #x 11218.72 +6009003 maxicorp #x 11124.10 +2003002 exportiimporto #x 10938.52 +6011006 amalgbrand #x 10284.31 +6008008 namelesscorp #x 10056.32 +6001005 amalgcorp #x 9749.25 9004008 edu packmaxi #x 9443.32 -9005002 scholarmaxi #x 5871.46 -9005011 scholarmaxi #x 15426.87 -9008008 namelessmaxi #x 17517.04 -9009002 maximaxi #x 25941.37 +6003006 exporticorp #x 9165.48 +10011013 amalgamalgamalg #x 8336.80 +10013009 exportiamalgamalg #x 8324.62 +6006006 corpcorp #x 8284.80 +8013006 exportimaxi #x 7794.40 +8012005 importomaxi #x 7777.35 9011003 amalgunivamalg #x 7703.20 +6005003 scholarcorp #x 6941.66 9011008 amalgunivamalg #x 6554.12 -9011009 amalgunivamalg #x 26702.81 -9013009 exportiunivamalg #x 44895.45 -9016003 corpunivamalg #x 13412.20 -9016009 corpunivamalg #x 18671.29 +9005002 scholarmaxi #x 5871.46 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out index b0a39bb6ec63..7306f925baeb 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -AAAAAAAAACGCAAAA 562.68 -AAAAAAAAAEGAAAAA 572.32 -AAAAAAAAAEKAAAAA 525.52 -AAAAAAAAAFNBAAAA 460.32 -AAAAAAAAAHCBAAAA 604.38 -AAAAAAAAAKHCAAAA 657.04 -AAAAAAAAALIBAAAA 48.62 -AAAAAAAABLKAAAAA 691.26 -AAAAAAAACAKBAAAA 800.27 -AAAAAAAACCJDAAAA 955.08 -AAAAAAAACCOBAAAA 522.92 -AAAAAAAACCPDAAAA 971.77 +AAAAAAAANEFAAAAA NULL +AAAAAAAAOHICAAAA NULL +AAAAAAAAEPDEAAAA 0.00 AAAAAAAACENDAAAA 0.00 -AAAAAAAACHLCAAAA 410.56 -AAAAAAAACIBAAAAA 297.76 -AAAAAAAACKAEAAAA 66.30 -AAAAAAAACOLBAAAA 918.96 -AAAAAAAACPDCAAAA 265.33 -AAAAAAAACPIBAAAA 737.64 -AAAAAAAADEIBAAAA 726.72 -AAAAAAAADGDEAAAA 121.74 -AAAAAAAADNJAAAAA 731.92 -AAAAAAAAEADAAAAA 648.20 +AAAAAAAAIGBEAAAA 0.00 +AAAAAAAAFBGBAAAA 3.52 +AAAAAAAAINHBAAAA 7.28 +AAAAAAAAMBGAAAAA 8.52 +AAAAAAAAEOIDAAAA 14.02 +AAAAAAAAALIBAAAA 48.62 AAAAAAAAEDDAAAAA 48.80 -AAAAAAAAEEBEAAAA 626.40 -AAAAAAAAEHOAAAAA 153.54 -AAAAAAAAEIACAAAA 332.80 -AAAAAAAAEJLBAAAA 442.50 -AAAAAAAAEKLBAAAA 572.32 +AAAAAAAAHOBDAAAA 49.50 +AAAAAAAAMGCCAAAA 51.84 +AAAAAAAAGBEAAAAA 54.53 +AAAAAAAACKAEAAAA 66.30 +AAAAAAAAKHOAAAAA 72.72 +AAAAAAAANFPBAAAA 74.48 +AAAAAAAAOFMBAAAA 83.22 +AAAAAAAAKHMCAAAA 105.44 +AAAAAAAAFOCEAAAA 105.98 AAAAAAAAENCBAAAA 109.20 -AAAAAAAAEOIDAAAA 14.02 +AAAAAAAANGIBAAAA 111.00 +AAAAAAAADGDEAAAA 121.74 AAAAAAAAEPADAAAA 126.08 -AAAAAAAAEPDEAAAA 0.00 -AAAAAAAAEPPBAAAA 759.36 -AAAAAAAAFBGBAAAA 3.52 -AAAAAAAAFFNCAAAA 923.35 -AAAAAAAAFOCEAAAA 105.98 -AAAAAAAAGBEAAAAA 54.53 -AAAAAAAAGDBAAAAA 868.77 +AAAAAAAAINHAAAAA 127.92 +AAAAAAAAHKJCAAAA 129.84 +AAAAAAAAOLFBAAAA 132.16 +AAAAAAAAPLEBAAAA 135.34 +AAAAAAAAOHKDAAAA 136.36 +AAAAAAAAEHOAAAAA 153.54 +AAAAAAAAGJABAAAA 172.50 +AAAAAAAAOCCBAAAA 200.93 AAAAAAAAGGFAAAAA 235.20 +AAAAAAAAKIKBAAAA 236.95 +AAAAAAAAMIOBAAAA 238.92 +AAAAAAAAIPODAAAA 240.96 +AAAAAAAACPDCAAAA 265.33 +AAAAAAAAMKCEAAAA 268.37 +AAAAAAAAKMPAAAAA 283.53 +AAAAAAAACIBAAAAA 297.76 +AAAAAAAAEIACAAAA 332.80 +AAAAAAAAOGEEAAAA 339.65 +AAAAAAAAMFMDAAAA 351.12 AAAAAAAAGHBCAAAA 359.90 -AAAAAAAAGHEDAAAA 538.85 -AAAAAAAAGJABAAAA 172.50 -AAAAAAAAGKPDAAAA 773.56 -AAAAAAAAGLIDAAAA 843.75 -AAAAAAAAGMBDAAAA 418.46 -AAAAAAAAGNDDAAAA 645.99 -AAAAAAAAHKJCAAAA 129.84 -AAAAAAAAHOBDAAAA 49.50 -AAAAAAAAIBOCAAAA 777.48 -AAAAAAAAIGBEAAAA 0.00 AAAAAAAAIGDCAAAA 371.79 +AAAAAAAACHLCAAAA 410.56 +AAAAAAAAGMBDAAAA 418.46 AAAAAAAAIJMCAAAA 422.10 -AAAAAAAAINHAAAAA 127.92 -AAAAAAAAINHBAAAA 7.28 -AAAAAAAAIPODAAAA 240.96 -AAAAAAAAJAJBAAAA 518.30 -AAAAAAAAJHGDAAAA 631.81 -AAAAAAAAKBCAAAAA 775.30 -AAAAAAAAKBHCAAAA 730.20 +AAAAAAAAEJLBAAAA 442.50 +AAAAAAAANDHCAAAA 460.07 +AAAAAAAAAFNBAAAA 460.32 AAAAAAAAKDGDAAAA 479.88 -AAAAAAAAKFKBAAAA 780.41 -AAAAAAAAKFNDAAAA 617.96 -AAAAAAAAKHMCAAAA 105.44 -AAAAAAAAKHOAAAAA 72.72 -AAAAAAAAKIKBAAAA 236.95 -AAAAAAAAKJBDAAAA 527.15 AAAAAAAAKKNCAAAA 494.48 +AAAAAAAAJAJBAAAA 518.30 +AAAAAAAACCOBAAAA 522.92 +AAAAAAAAAEKAAAAA 525.52 +AAAAAAAAKJBDAAAA 527.15 +AAAAAAAAGHEDAAAA 538.85 +AAAAAAAAACGCAAAA 562.68 +AAAAAAAAAEGAAAAA 572.32 +AAAAAAAAEKLBAAAA 572.32 +AAAAAAAAAHCBAAAA 604.38 +AAAAAAAALFADAAAA 606.67 +AAAAAAAAKFNDAAAA 617.96 +AAAAAAAAOEKAAAAA 619.39 +AAAAAAAAEEBEAAAA 626.40 AAAAAAAAKMBCAAAA 628.95 -AAAAAAAAKMPAAAAA 283.53 -AAAAAAAAKNCEAAAA 998.60 +AAAAAAAAJHGDAAAA 631.81 +AAAAAAAAOMLDAAAA 631.89 +AAAAAAAAGNDDAAAA 645.99 +AAAAAAAAEADAAAAA 648.20 AAAAAAAAKPKCAAAA 651.42 -AAAAAAAALFADAAAA 606.67 -AAAAAAAALNHDAAAA 761.60 -AAAAAAAAMBGAAAAA 8.52 -AAAAAAAAMFMDAAAA 351.12 -AAAAAAAAMGCCAAAA 51.84 -AAAAAAAAMIOBAAAA 238.92 -AAAAAAAAMKAEAAAA 691.02 -AAAAAAAAMKCEAAAA 268.37 -AAAAAAAAMMCAAAAA 959.76 -AAAAAAAANDHCAAAA 460.07 -AAAAAAAANEFAAAAA NULL -AAAAAAAANFPBAAAA 74.48 -AAAAAAAANGIBAAAA 111.00 -AAAAAAAAOCCBAAAA 200.93 +AAAAAAAAAKHCAAAA 657.04 AAAAAAAAOEIDAAAA 660.24 -AAAAAAAAOEKAAAAA 619.39 -AAAAAAAAOFMBAAAA 83.22 -AAAAAAAAOFNDAAAA 806.19 +AAAAAAAAMKAEAAAA 691.02 +AAAAAAAABLKAAAAA 691.26 +AAAAAAAADEIBAAAA 726.72 +AAAAAAAAKBHCAAAA 730.20 +AAAAAAAADNJAAAAA 731.92 AAAAAAAAOFPBAAAA 737.28 -AAAAAAAAOGEEAAAA 339.65 -AAAAAAAAOGFDAAAA 887.30 -AAAAAAAAOHICAAAA NULL -AAAAAAAAOHKDAAAA 136.36 +AAAAAAAACPIBAAAA 737.64 +AAAAAAAAEPPBAAAA 759.36 +AAAAAAAALNHDAAAA 761.60 +AAAAAAAAGKPDAAAA 773.56 +AAAAAAAAKBCAAAAA 775.30 +AAAAAAAAIBOCAAAA 777.48 AAAAAAAAOJBEAAAA 777.84 -AAAAAAAAOLFBAAAA 132.16 -AAAAAAAAOMLDAAAA 631.89 +AAAAAAAAKFKBAAAA 780.41 AAAAAAAAPJCCAAAA 783.00 -AAAAAAAAPLEBAAAA 135.34 +AAAAAAAACAKBAAAA 800.27 +AAAAAAAAOFNDAAAA 806.19 +AAAAAAAAGLIDAAAA 843.75 +AAAAAAAAGDBAAAAA 868.77 +AAAAAAAAOGFDAAAA 887.30 +AAAAAAAACOLBAAAA 918.96 +AAAAAAAAFFNCAAAA 923.35 +AAAAAAAACCJDAAAA 955.08 +AAAAAAAAMMCAAAAA 959.76 +AAAAAAAACCPDAAAA 971.77 +AAAAAAAAKNCEAAAA 998.60 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out index dde339a3c6f4..83a5976464c6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q57.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 -Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 -Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 -Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 -Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 -Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 -Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 -Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 -Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 -Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 -Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 -Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 -Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 -Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 -Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 -Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 -Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 -Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 -Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 -Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 -Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 -Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 -Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 -Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 -Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 -Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 -Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 -Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 -Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 -Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 -Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 +Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 Men edu packimporto #x NY Metro 1999 4 7659.241667 3227.88 4759.01 4664.83 +Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 Men edu packimporto #x NY Metro 1999 7 7659.241667 3327.90 4566.86 11656.06 -Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 -Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 -Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 -Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 -Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 -Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 -Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 -Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 -Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 -Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 -Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 -Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 -Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 -Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 Men importoimporto #x North Midwest 1999 5 7640.491667 3327.30 3534.12 5530.63 -Music amalgscholar #x Mid Atlantic 1999 1 6659.493333 2291.60 14178.45 4267.08 -Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 -Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 -Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 -Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 -Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 -Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 Music edu packscholar #x Mid Atlantic 1999 1 8223.719167 3965.88 14493.32 4943.68 +Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 +Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 +Children importoexporti #x NY Metro 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x Mid Atlantic 1999 5 6832.821667 2687.17 3971.76 4235.84 +Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 +Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 Music edu packscholar #x Mid Atlantic 1999 4 8223.719167 4091.54 5753.94 4797.32 -Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 -Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 -Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 -Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 +Men importoimporto #x NY Metro 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men edu packimporto #x North Midwest 1999 3 7852.627500 3737.23 4465.92 3831.92 +Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 +Men importoimporto #x North Midwest 1999 4 7640.491667 3534.12 4291.30 3327.30 +Children amalgexporti #x NY Metro 1999 7 6518.750833 2430.77 3203.23 7867.12 +Music amalgscholar #x North Midwest 1999 5 6876.880833 2816.26 4637.07 3528.80 +Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 +Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 Music edu packscholar #x NY Metro 1999 7 7966.579167 3944.74 5030.35 10791.61 -Music edu packscholar #x North Midwest 1999 1 8078.690000 3934.06 17002.72 4244.46 -Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 -Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 +Men edu packimporto #x North Midwest 1999 4 7852.627500 3831.92 3737.23 4353.90 +Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 +Men amalgimporto #x NY Metro 1999 7 7082.129167 3075.18 5231.88 8953.66 +Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 +Men importoimporto #x Mid Atlantic 1999 1 7357.060833 3356.15 11222.19 3770.17 +Children exportiexporti #x NY Metro 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children exportiexporti #x North Midwest 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children amalgexporti #x NY Metro 1999 4 6518.750833 2587.68 4177.93 3342.60 Music edu packscholar #x North Midwest 1999 5 8078.690000 4148.83 5184.39 5483.81 -Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 +Children exportiexporti #x Mid Atlantic 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x North Midwest 1999 1 7530.375000 3645.95 13367.51 3960.74 +Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 +Children importoexporti #x North Midwest 1999 7 6690.091667 2827.63 3965.68 7733.16 +Music edu packscholar #x North Midwest 1999 2 8078.690000 4244.46 3934.06 4448.50 +Men edu packimporto #x Mid Atlantic 1999 1 7912.537500 4082.68 14333.30 4383.51 +Children exportiexporti #x NY Metro 1999 3 7698.340833 3883.01 4723.97 4590.03 Music exportischolar #x Mid Atlantic 1999 2 7243.994167 3430.04 3662.97 3617.09 -Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 -Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 Music exportischolar #x NY Metro 1999 1 7047.803333 3237.56 15805.49 4308.87 -Music exportischolar #x NY Metro 1999 3 7047.803333 2832.46 4308.87 3265.21 Music exportischolar #x NY Metro 1999 4 7047.803333 3265.21 2832.46 3885.17 -Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 Music exportischolar #x North Midwest 1999 2 7593.929167 3821.24 4748.20 4271.45 -Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 +Men edu packimporto #x Mid Atlantic 1999 4 7912.537500 4144.67 4954.05 5070.06 +Music amalgscholar #x NY Metro 1999 4 6926.060833 3165.20 4688.23 4286.05 Shoes amalgedu pack #x Mid Atlantic 1999 3 6642.085833 2928.82 3648.57 3892.32 -Shoes amalgedu pack #x NY Metro 1999 7 6904.689167 2902.26 4942.02 8793.71 -Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 -Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 -Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 -Shoes edu packedu pack #x NY Metro 1999 2 6421.792500 2394.57 3149.35 4472.43 -Shoes edu packedu pack #x North Midwest 1999 5 6583.305000 2474.01 3684.23 4335.58 -Shoes exportiedu pack #x Mid Atlantic 1999 2 6885.320833 3013.95 4139.82 4328.03 -Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 -Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 -Shoes importoedu pack #x Mid Atlantic 1999 3 6959.934167 2951.09 4142.26 3271.07 +Music edu packscholar #x NY Metro 1999 3 7966.579167 4269.89 4384.51 4452.73 +Men amalgimporto #x NY Metro 1999 2 7082.129167 3392.25 4549.47 3653.84 Shoes importoedu pack #x Mid Atlantic 1999 4 6959.934167 3271.07 2951.09 4231.88 -Shoes importoedu pack #x North Midwest 1999 3 7101.780000 2518.33 5264.86 3066.29 -Shoes importoedu pack #x North Midwest 1999 4 7101.780000 3066.29 2518.33 5005.85 -Women amalgamalg #x Mid Atlantic 1999 2 7116.328333 2872.43 4945.20 2974.14 -Women amalgamalg #x Mid Atlantic 1999 3 7116.328333 2974.14 2872.43 4329.06 -Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 -Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 +Music amalgscholar #x North Midwest 1999 3 6876.880833 3190.36 3536.29 4637.07 +Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 +Shoes amalgedu pack #x North Midwest 1999 6 6829.956667 3178.20 4120.60 5910.98 +Men amalgimporto #x NY Metro 1999 4 7082.129167 3450.11 3653.84 5965.16 Women edu packamalg #x NY Metro 1999 4 6608.485833 2976.95 3489.35 3812.22 +Music edu packscholar #x North Midwest 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music amalgscholar #x Mid Atlantic 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music exportischolar #x Mid Atlantic 1999 3 7243.994167 3617.09 3430.04 3871.67 +Men importoimporto #x NY Metro 1999 7 7530.997500 3913.80 4405.46 7859.96 +Children exportiexporti #x North Midwest 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children importoexporti #x NY Metro 1999 2 6809.595833 3200.10 4421.85 5318.02 +Men importoimporto #x Mid Atlantic 1999 2 7357.060833 3770.17 3356.15 5114.32 +Children amalgexporti #x North Midwest 1999 2 6557.577500 2975.00 3418.40 5079.56 +Music edu packscholar #x NY Metro 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music exportischolar #x Mid Atlantic 1999 1 7243.994167 3662.97 14285.88 3430.04 +Children exportiexporti #x North Midwest 1999 2 7530.375000 3960.74 3645.95 3586.50 +Men amalgimporto #x Mid Atlantic 1999 1 6611.335833 3066.19 11053.20 3203.24 +Women edu packamalg #x Mid Atlantic 1999 4 6061.210833 2522.22 2674.89 3975.90 +Shoes exportiedu pack #x North Midwest 1999 4 7045.164167 3509.17 5252.01 3987.99 +Men edu packimporto #x North Midwest 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x Mid Atlantic 1999 2 7912.537500 4383.51 4082.68 4954.05 +Music edu packscholar #x NY Metro 1999 4 7966.579167 4452.73 4269.89 5476.13 +Children importoexporti #x Mid Atlantic 1999 1 6832.821667 3330.21 13097.88 3496.46 +Men edu packimporto #x North Midwest 1999 5 7852.627500 4353.90 3831.92 5689.03 Women exportiamalg #x Mid Atlantic 1999 2 6013.088333 2536.08 3406.41 3718.65 +Music exportischolar #x North Midwest 1999 4 7593.929167 4121.47 4271.45 5234.85 +Music amalgscholar #x North Midwest 1999 1 6876.880833 3406.89 13714.11 3536.29 +Men importoimporto #x NY Metro 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men exportiimporto #x North Midwest 1999 5 5797.382500 2330.52 2965.11 2842.02 +Children edu packexporti #x Mid Atlantic 1999 3 6100.643333 2633.95 3676.43 3130.51 +Men amalgimporto #x North Midwest 1999 1 6713.820000 3268.58 13596.45 4098.03 Women exportiamalg #x NY Metro 1999 4 6031.042500 2588.60 3554.29 3915.46 -Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 -Women importoamalg #x Mid Atlantic 1999 1 6479.298333 2804.94 13543.31 3515.21 +Men amalgimporto #x NY Metro 1999 3 7082.129167 3653.84 3392.25 3450.11 +Music edu packscholar #x Mid Atlantic 1999 5 8223.719167 4797.32 4091.54 5028.71 +Children exportiexporti #x North Midwest 1999 6 7530.375000 4104.53 4747.06 4586.73 Women importoamalg #x NY Metro 1999 4 6352.682500 2928.62 3718.55 3387.14 +Men edu packimporto #x NY Metro 1999 2 7659.241667 4246.37 4489.63 4759.01 +Shoes edu packedu pack #x Mid Atlantic 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes amalgedu pack #x North Midwest 1999 4 6829.956667 3417.69 3722.75 4120.60 +Women exportiamalg #x North Midwest 1999 3 6171.544167 2760.78 3853.84 3125.47 +Men amalgimporto #x Mid Atlantic 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men edu packimporto #x North Midwest 1999 2 7852.627500 4465.92 4318.23 3737.23 +Women edu packamalg #x Mid Atlantic 1999 3 6061.210833 2674.89 3376.95 2522.22 +Music exportischolar #x NY Metro 1999 6 7047.803333 3667.60 3885.17 5088.70 +Children importoexporti #x North Midwest 1999 3 6690.091667 3310.89 3486.35 5014.28 +Music exportischolar #x Mid Atlantic 1999 4 7243.994167 3871.67 3617.09 4628.08 +Men importoimporto #x North Midwest 1999 2 7640.491667 4270.44 4931.98 4291.30 +Children exportiexporti #x Mid Atlantic 1999 2 7245.285000 3876.83 4799.92 3350.65 +Shoes exportiedu pack #x North Midwest 1999 7 7045.164167 3684.37 4372.20 8403.23 +Men importoimporto #x North Midwest 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men amalgimporto #x Mid Atlantic 1999 4 6611.335833 3262.24 4613.61 4531.38 +Music amalgscholar #x North Midwest 1999 6 6876.880833 3528.80 2816.26 4750.85 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out index 4a7f9a83af25..9ef167e8c39c 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out @@ -3,50 +3,50 @@ -- !query schema struct -- !query output +MA 10 AK 10 -AL 63 -AR 58 AZ 11 -CA 84 -CO 57 -FL 51 -GA 168 -IA 102 -ID 39 -IL 95 -IN 103 -KS 139 -KY 104 -LA 63 -MA 10 -MD 22 ME 13 -MI 82 -MN 85 -MO 88 -MS 83 -MT 53 -NC 82 -ND 38 -NE 113 +VT 14 +NV 15 NH 16 +UT 17 NJ 21 +MD 22 +WY 25 NM 26 -NULL 81 -NV 15 -NY 58 -OH 114 -OK 53 OR 31 -PA 62 +WA 36 +ND 38 +ID 39 SC 45 +WV 50 +FL 51 +OK 53 +MT 53 +CO 57 +NY 58 +AR 58 +PA 62 +AL 63 +LA 63 SD 70 +WI 80 +NULL 81 +MI 82 +NC 82 +MS 83 +CA 84 +MN 85 +MO 88 +IL 95 +IA 102 TN 102 -TX 216 -UT 17 +IN 103 +KY 104 +NE 113 +OH 114 VA 130 -VT 14 -WA 36 -WI 80 -WV 50 -WY 25 +KS 139 +GA 168 +TX 216 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out index e77d130c7a76..1d235e084c26 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q62.sql.out @@ -3,6 +3,36 @@ -- !query schema struct120 days :bigint> -- !query output +NULL EXPRESS site_0 260 283 296 314 0 +NULL EXPRESS site_1 330 285 315 329 0 +NULL EXPRESS site_2 283 291 318 333 0 +NULL EXPRESS site_3 274 280 277 258 0 +NULL EXPRESS site_4 247 244 268 259 0 +NULL LIBRARY site_0 197 180 203 180 0 +NULL LIBRARY site_1 208 205 185 211 0 +NULL LIBRARY site_2 258 230 267 243 0 +NULL LIBRARY site_3 243 204 241 252 0 +NULL LIBRARY site_4 211 213 216 206 0 +NULL NEXT DAY site_0 332 290 340 289 0 +NULL NEXT DAY site_1 297 292 275 334 0 +NULL NEXT DAY site_2 287 253 272 220 0 +NULL NEXT DAY site_3 255 252 243 264 0 +NULL NEXT DAY site_4 300 309 309 281 0 +NULL OVERNIGHT site_0 242 224 226 237 0 +NULL OVERNIGHT site_1 237 202 213 204 0 +NULL OVERNIGHT site_2 172 182 158 181 0 +NULL OVERNIGHT site_3 217 193 201 175 0 +NULL OVERNIGHT site_4 231 251 249 237 0 +NULL REGULAR site_0 227 216 199 193 0 +NULL REGULAR site_1 239 209 254 246 0 +NULL REGULAR site_2 235 241 259 219 0 +NULL REGULAR site_3 204 212 185 237 0 +NULL REGULAR site_4 171 176 182 163 0 +NULL TWO DAY site_0 189 201 202 218 0 +NULL TWO DAY site_1 199 170 177 174 0 +NULL TWO DAY site_2 200 202 181 179 0 +NULL TWO DAY site_3 237 234 233 253 0 +NULL TWO DAY site_4 233 229 234 238 0 Bad cards must make. EXPRESS site_0 251 248 268 277 0 Bad cards must make. EXPRESS site_1 262 304 290 267 0 Bad cards must make. EXPRESS site_2 287 290 293 286 0 @@ -73,33 +103,3 @@ Doors canno LIBRARY site_1 239 217 208 206 0 Doors canno LIBRARY site_2 229 233 244 241 0 Doors canno LIBRARY site_3 216 198 182 222 0 Doors canno LIBRARY site_4 176 163 170 216 0 -NULL EXPRESS site_0 260 283 296 314 0 -NULL EXPRESS site_1 330 285 315 329 0 -NULL EXPRESS site_2 283 291 318 333 0 -NULL EXPRESS site_3 274 280 277 258 0 -NULL EXPRESS site_4 247 244 268 259 0 -NULL LIBRARY site_0 197 180 203 180 0 -NULL LIBRARY site_1 208 205 185 211 0 -NULL LIBRARY site_2 258 230 267 243 0 -NULL LIBRARY site_3 243 204 241 252 0 -NULL LIBRARY site_4 211 213 216 206 0 -NULL NEXT DAY site_0 332 290 340 289 0 -NULL NEXT DAY site_1 297 292 275 334 0 -NULL NEXT DAY site_2 287 253 272 220 0 -NULL NEXT DAY site_3 255 252 243 264 0 -NULL NEXT DAY site_4 300 309 309 281 0 -NULL OVERNIGHT site_0 242 224 226 237 0 -NULL OVERNIGHT site_1 237 202 213 204 0 -NULL OVERNIGHT site_2 172 182 158 181 0 -NULL OVERNIGHT site_3 217 193 201 175 0 -NULL OVERNIGHT site_4 231 251 249 237 0 -NULL REGULAR site_0 227 216 199 193 0 -NULL REGULAR site_1 239 209 254 246 0 -NULL REGULAR site_2 235 241 259 219 0 -NULL REGULAR site_3 204 212 185 237 0 -NULL REGULAR site_4 171 176 182 163 0 -NULL TWO DAY site_0 189 201 202 218 0 -NULL TWO DAY site_1 199 170 177 174 0 -NULL TWO DAY site_2 200 202 181 179 0 -NULL TWO DAY site_3 237 234 233 253 0 -NULL TWO DAY site_4 233 229 234 238 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out index 400656e13e4d..d61fffe1ec63 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q63.sql.out @@ -14,43 +14,27 @@ struct 1 909.18 531.919167 1 995.02 531.919167 1 998.95 531.919167 -10 1294.20 1125.259167 -10 1342.05 1125.259167 -10 1914.64 1125.259167 -10 3105.53 1125.259167 -10 314.30 1125.259167 -10 365.57 1125.259167 -10 591.30 1125.259167 -10 760.81 1125.259167 -10 776.91 1125.259167 -10 959.65 1125.259167 -10 975.25 1125.259167 +2 34.79 625.031667 2 143.64 625.031667 -2 1487.82 625.031667 -2 1660.48 625.031667 2 253.85 625.031667 -2 34.79 625.031667 2 359.05 625.031667 2 445.59 625.031667 2 499.99 625.031667 2 538.36 625.031667 2 780.07 625.031667 -3 1161.47 988.293333 -3 1234.30 988.293333 -3 1251.01 988.293333 -3 1522.49 988.293333 -3 2624.04 988.293333 +2 1487.82 625.031667 +2 1660.48 625.031667 3 270.10 988.293333 3 367.94 988.293333 3 491.20 988.293333 3 529.42 988.293333 3 629.34 988.293333 3 757.70 988.293333 -5 1359.61 1169.482500 -5 1712.35 1169.482500 -5 1794.66 1169.482500 -5 2080.16 1169.482500 -5 2173.58 1169.482500 +3 1161.47 988.293333 +3 1234.30 988.293333 +3 1251.01 988.293333 +3 1522.49 988.293333 +3 2624.04 988.293333 5 353.24 1169.482500 5 581.28 1169.482500 5 694.79 1169.482500 @@ -58,6 +42,14 @@ struct 5 740.99 1169.482500 5 890.86 1169.482500 5 955.61 1169.482500 +5 1359.61 1169.482500 +5 1712.35 1169.482500 +5 1794.66 1169.482500 +5 2080.16 1169.482500 +5 2173.58 1169.482500 +6 644.61 1772.998333 +6 851.23 1772.998333 +6 868.62 1772.998333 6 1056.06 1772.998333 6 1150.40 1772.998333 6 1196.50 1772.998333 @@ -66,20 +58,21 @@ struct 6 2875.54 1772.998333 6 3299.70 1772.998333 6 3309.13 1772.998333 -6 644.61 1772.998333 -6 851.23 1772.998333 -6 868.62 1772.998333 -7 1046.24 1499.657500 -7 1667.92 1499.657500 -7 2750.32 1499.657500 -7 2970.80 1499.657500 -7 3524.00 1499.657500 7 638.30 1499.657500 7 663.54 1499.657500 7 779.65 1499.657500 7 800.25 1499.657500 7 811.54 1499.657500 7 987.78 1499.657500 +7 1046.24 1499.657500 +7 1667.92 1499.657500 +7 2750.32 1499.657500 +7 2970.80 1499.657500 +7 3524.00 1499.657500 +8 803.53 1618.954167 +8 819.18 1618.954167 +8 933.76 1618.954167 +8 944.19 1618.954167 8 1019.24 1618.954167 8 1159.06 1618.954167 8 1290.94 1618.954167 @@ -87,19 +80,26 @@ struct 8 2264.18 1618.954167 8 3033.41 1618.954167 8 3213.77 1618.954167 -8 803.53 1618.954167 -8 819.18 1618.954167 -8 933.76 1618.954167 -8 944.19 1618.954167 -9 1239.49 1509.977500 -9 1848.85 1509.977500 -9 2172.04 1509.977500 -9 2178.07 1509.977500 9 315.31 1509.977500 -9 3165.98 1509.977500 -9 3270.26 1509.977500 9 559.82 1509.977500 9 728.72 1509.977500 9 784.15 1509.977500 9 923.36 1509.977500 9 933.68 1509.977500 +9 1239.49 1509.977500 +9 1848.85 1509.977500 +9 2172.04 1509.977500 +9 2178.07 1509.977500 +9 3165.98 1509.977500 +9 3270.26 1509.977500 +10 314.30 1125.259167 +10 365.57 1125.259167 +10 591.30 1125.259167 +10 760.81 1125.259167 +10 776.91 1125.259167 +10 959.65 1125.259167 +10 975.25 1125.259167 +10 1294.20 1125.259167 +10 1342.05 1125.259167 +10 1914.64 1125.259167 +10 3105.53 1125.259167 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out index 8b310ea82154..c88c490adb29 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q65.sql.out @@ -74,6 +74,7 @@ eing Specifically honest pp. would ensure wide for a miles. Different families p eing Students help factors. Seats take matters; likely sources make ridiculous children. Police might say then just natural characters. A 9.32 1.15 0.62 exportischolar #x eing Tired days used to admit for a customs 29.84 5.94 4.93 importoamalg #x eing Wrong, high terms make relatively holidays. Major, relevant theories consider difficult, new markets. Sure, real subjec 27.35 3.29 1.51 amalgscholar #x +ese NULL 29.58 NULL NULL exportischolar #x ese As sure women fall proposals. Entire, loc 35.61 1.91 1.14 edu packexporti #x ese Backwards royal assets get plans; countries used to swing then. Most strange 28.67 1.84 0.82 exportiedu pack #x ese Civil firms say; prospective technologies used to take there. Easy, high assets enter so practical, structural buildings. Studies woul 26.23 9.09 3.45 maxiunivamalg #x @@ -87,7 +88,6 @@ ese Full rules may persuade pregnant cars. Earnings publish worried symptoms. Re ese Horses last results. There thorough parents sail everywhere into a gua 23.67 3.45 2.55 scholarnameless #x ese Large businessmen might give successful poles; children believe however. Hard, fine companies must not dismiss likely advantages. Now great nations shall not walk to 2.78 3.48 1.07 brandcorp #x ese Modern areas include indeed political children. White, widespread services attend also. Pink boundaries explain early because of a letters. Often assistant men make never pale windows. Then inte 30.08 6.20 4.21 exportiedu pack #x -ese NULL 29.58 NULL NULL exportischolar #x ese Nowhere sure shops ought to constitute by a conditions. Apparent hands shall not fit slightly general men. Oth 26.20 3.59 3.08 amalgscholar #x ese Political, french streets used to introduce just labour 21.21 1.59 1.38 edu packunivamalg #x ese Publications could not judge; double deputies 35.52 6.30 2.39 edu packamalg #x diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out index 7e379b3a90b3..e15debe33959 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q66.sql.out @@ -3,8 +3,8 @@ -- !query schema struct -- !query output +NULL NULL Fairview Williamson County TN United States DHL,BARIAN 2001 9597806.95 11121820.57 8670867.91 8994786.04 10887248.09 14187671.36 9732598.41 19798897.07 21007842.34 21495513.67 34795669.17 33122997.94 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 21913594.59 32518476.51 24885662.72 25698343.86 33735910.61 35527031.58 25465193.48 53623238.66 51409986.76 54159173.90 92227043.25 83435390.84 Bad cards must make. 621234 Fairview Williamson County TN United States DHL,BARIAN 2001 9506753.46 8008140.33 6116769.63 11973045.15 7756254.92 5352978.49 13733996.10 16418794.37 17212743.32 17042707.41 34304935.61 35324164.21 15.303015385507 12.890698722221 9.846160432301 19.273003650798 12.485238927683 8.616686288902 22.107605346777 26.429323523825 27.707342676029 27.433635972918 55.220634430827 56.861286101534 30534943.77 24481685.94 22178710.81 25695798.18 29954903.78 18084140.05 30805576.13 47156887.22 51158588.86 55759942.80 86253544.16 83451555.63 Conventional childr 977787 Fairview Williamson County TN United States DHL,BARIAN 2001 8860645.55 14415813.74 6761497.23 11820654.76 8246260.69 6636877.49 11434492.25 25673812.14 23074206.96 21834581.94 26894900.53 33575091.74 9.061938387399 14.743306814265 6.915102399603 12.089191981484 8.433596161537 6.787651594877 11.694256775759 26.257060218637 23.598398178745 22.330611820366 27.505888838776 34.337838138572 23836085.83 32073313.37 25037904.18 22659895.86 21757401.03 24451608.10 21933001.85 55996703.43 57371880.44 62087214.51 82849910.15 88970319.31 Doors canno 294242 Fairview Williamson County TN United States DHL,BARIAN 2001 6355232.31 10198920.36 10246200.97 12209716.50 8566998.28 8806316.81 9789405.60 16466584.88 26443785.61 27016047.80 33660589.67 27462468.62 21.598657941422 34.661674268120 34.822360404021 41.495491806065 29.115484125312 29.928823247531 33.269912520986 55.962727550791 89.870873668613 91.815742823934 114.397637556841 93.332932144289 22645143.09 24487254.60 24925759.42 30503655.27 26558160.29 20976233.52 29895796.09 56002198.38 53488158.53 76287235.46 82483747.59 88088266.69 Important issues liv 138504 Fairview Williamson County TN United States DHL,BARIAN 2001 11748784.55 14351305.77 9896470.93 7990874.78 8879247.90 7362383.09 10011144.75 17741201.32 21346976.05 18074978.16 29675125.64 32545325.29 84.826319456478 103.616543709929 71.452600141512 57.694180529082 64.108241639231 53.156465445041 72.280546049212 128.091616993011 154.125339701380 130.501488476867 214.254647086005 234.977511768614 27204167.15 25980378.13 19943398.93 25710421.13 19484481.03 26346611.48 25075158.43 54094778.13 41066732.11 54547058.28 72465962.92 92770328.27 -NULL NULL Fairview Williamson County TN United States DHL,BARIAN 2001 9597806.95 11121820.57 8670867.91 8994786.04 10887248.09 14187671.36 9732598.41 19798897.07 21007842.34 21495513.67 34795669.17 33122997.94 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 21913594.59 32518476.51 24885662.72 25698343.86 33735910.61 35527031.58 25465193.48 53623238.66 51409986.76 54159173.90 92227043.25 83435390.84 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out index 36c61500d53c..bcffc7b36a6e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q67.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -NULL NULL NULL NULL 2000 NULL NULL NULL 102328.59 62 -NULL NULL NULL NULL NULL NULL NULL NULL 1019789218.69 1 NULL NULL NULL NULL NULL NULL NULL NULL 102328.59 62 +NULL NULL NULL NULL NULL NULL NULL NULL 596191.74 4 NULL NULL NULL NULL NULL NULL NULL NULL 1628997.00 3 NULL NULL NULL NULL NULL NULL NULL NULL 3113996.92 2 -NULL NULL NULL NULL NULL NULL NULL NULL 596191.74 4 -NULL NULL NULL ablepriablebarought 2000 NULL NULL NULL 117683.53 38 +NULL NULL NULL NULL NULL NULL NULL NULL 1019789218.69 1 +NULL NULL NULL NULL 2000 NULL NULL NULL 102328.59 62 NULL NULL NULL ablepriablebarought NULL NULL NULL NULL 117683.53 38 -NULL NULL NULL antiationeinganti 2000 NULL NULL NULL 142234.21 15 +NULL NULL NULL ablepriablebarought 2000 NULL NULL NULL 117683.53 38 NULL NULL NULL antiationeinganti NULL NULL NULL NULL 142234.21 15 -NULL NULL NULL barationableeing 2000 4 NULL NULL 66366.69 100 -NULL NULL NULL barationableeing 2000 NULL NULL NULL 133715.91 25 +NULL NULL NULL antiationeinganti 2000 NULL NULL NULL 142234.21 15 NULL NULL NULL barationableeing NULL NULL NULL NULL 133715.91 25 -NULL NULL NULL eingcallyoughteing 2000 NULL NULL NULL 100229.50 67 +NULL NULL NULL barationableeing 2000 NULL NULL NULL 133715.91 25 +NULL NULL NULL barationableeing 2000 4 NULL NULL 66366.69 100 NULL NULL NULL eingcallyoughteing NULL NULL NULL NULL 100229.50 67 +NULL NULL NULL eingcallyoughteing 2000 NULL NULL NULL 100229.50 67 NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 102830.03 59 -NULL NULL brandmaxi #x oughteingought 2000 NULL NULL NULL 102830.03 59 NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 102830.03 59 +NULL NULL brandmaxi #x oughteingought 2000 NULL NULL NULL 102830.03 59 NULL NULL corpunivamalg #x NULL NULL NULL NULL NULL 87301.37 80 -NULL NULL corpunivamalg #x eseantin stationought 2000 NULL NULL NULL 87301.37 80 NULL NULL corpunivamalg #x eseantin stationought NULL NULL NULL NULL 87301.37 80 +NULL NULL corpunivamalg #x eseantin stationought 2000 NULL NULL NULL 87301.37 80 NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 106947.83 48 -NULL NULL edu packamalg #x oughtn stn stese 2000 NULL NULL NULL 106947.83 48 NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 106947.83 48 -NULL NULL edu packamalgamalg #x NULL 2000 NULL NULL NULL 91126.70 77 +NULL NULL edu packamalg #x oughtn stn stese 2000 NULL NULL NULL 106947.83 48 NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 NULL NULL edu packamalgamalg #x NULL NULL NULL NULL NULL 91126.70 77 -NULL NULL edu packexporti #x NULL 2000 4 NULL NULL 68406.85 97 -NULL NULL edu packexporti #x NULL 2000 NULL NULL NULL 163163.84 6 +NULL NULL edu packamalgamalg #x NULL 2000 NULL NULL NULL 91126.70 77 NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 NULL NULL edu packexporti #x NULL NULL NULL NULL NULL 163163.84 6 +NULL NULL edu packexporti #x NULL 2000 NULL NULL NULL 163163.84 6 +NULL NULL edu packexporti #x NULL 2000 4 NULL NULL 68406.85 97 NULL NULL exportischolar #x NULL NULL NULL NULL NULL 121562.94 31 -NULL NULL exportischolar #x prieingeseought 2000 NULL NULL NULL 121562.94 31 NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 121562.94 31 -NULL NULL importoedu pack #x NULL 2000 4 NULL NULL 73781.23 90 -NULL NULL importoedu pack #x NULL 2000 NULL NULL NULL 154984.03 9 +NULL NULL exportischolar #x prieingeseought 2000 NULL NULL NULL 121562.94 31 NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 NULL NULL importoedu pack #x NULL NULL NULL NULL NULL 154984.03 9 -NULL NULL namelesscorp #x NULL 2000 4 NULL NULL 67371.60 98 -NULL NULL namelesscorp #x NULL 2000 NULL NULL NULL 148627.34 12 +NULL NULL importoedu pack #x NULL 2000 NULL NULL NULL 154984.03 9 +NULL NULL importoedu pack #x NULL 2000 4 NULL NULL 73781.23 90 NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 NULL NULL namelesscorp #x NULL NULL NULL NULL NULL 148627.34 12 +NULL NULL namelesscorp #x NULL 2000 NULL NULL NULL 148627.34 12 +NULL NULL namelesscorp #x NULL 2000 4 NULL NULL 67371.60 98 NULL archery NULL NULL NULL NULL NULL NULL 110088.99 44 NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 110088.99 44 -NULL archery amalgmaxi #x antioughtn stought 2000 NULL NULL NULL 110088.99 44 NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 110088.99 44 -NULL baseball NULL NULL 2000 NULL NULL NULL 93607.10 73 +NULL archery amalgmaxi #x antioughtn stought 2000 NULL NULL NULL 110088.99 44 NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 NULL baseball NULL NULL NULL NULL NULL NULL 93607.10 73 +NULL baseball NULL NULL 2000 NULL NULL NULL 93607.10 73 NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 NULL dresses NULL NULL NULL NULL NULL NULL 138018.80 17 -NULL dresses NULL antieseoughtcally 2000 4 NULL NULL 69138.80 96 -NULL dresses NULL antieseoughtcally 2000 NULL NULL NULL 138018.80 17 NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 138018.80 17 +NULL dresses NULL antieseoughtcally 2000 NULL NULL NULL 138018.80 17 +NULL dresses NULL antieseoughtcally 2000 4 NULL NULL 69138.80 96 NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 NULL flatware NULL NULL NULL NULL NULL NULL 74808.21 86 -NULL flatware NULL oughteingationn st 2000 NULL NULL NULL 74808.21 86 NULL flatware NULL oughteingationn st NULL NULL NULL NULL 74808.21 86 -NULL glassware NULL NULL 2000 NULL NULL NULL 98111.30 69 +NULL flatware NULL oughteingationn st 2000 NULL NULL NULL 74808.21 86 NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 NULL glassware NULL NULL NULL NULL NULL NULL 98111.30 69 +NULL glassware NULL NULL 2000 NULL NULL NULL 98111.30 69 NULL outdoor NULL NULL NULL NULL NULL NULL 115448.60 40 -NULL outdoor namelessnameless #x NULL 2000 NULL NULL NULL 115448.60 40 NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 NULL outdoor namelessnameless #x NULL NULL NULL NULL NULL 115448.60 40 +NULL outdoor namelessnameless #x NULL 2000 NULL NULL NULL 115448.60 40 NULL pants NULL NULL NULL NULL NULL NULL 135855.95 21 NULL pants exportiimporto #x NULL NULL NULL NULL NULL 135855.95 21 -NULL pants exportiimporto #x antibarableableought 2000 4 NULL NULL 66808.00 99 -NULL pants exportiimporto #x antibarableableought 2000 NULL NULL NULL 135855.95 21 NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x antibarableableought 2000 NULL NULL NULL 135855.95 21 +NULL pants exportiimporto #x antibarableableought 2000 4 NULL NULL 66808.00 99 NULL scanners NULL NULL NULL NULL NULL NULL 118366.60 34 NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 118366.60 34 -NULL scanners namelessunivamalg #x n stbaresepri 2000 4 NULL NULL 70357.97 95 -NULL scanners namelessunivamalg #x n stbaresepri 2000 NULL NULL NULL 118366.60 34 NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x n stbaresepri 2000 NULL NULL NULL 118366.60 34 +NULL scanners namelessunivamalg #x n stbaresepri 2000 4 NULL NULL 70357.97 95 NULL semi-precious NULL NULL NULL NULL NULL NULL 105040.42 51 NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 105040.42 51 -NULL semi-precious amalgbrand #x ationeseoughtanti 2000 NULL NULL NULL 105040.42 51 NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 105040.42 51 -NULL sports-apparel NULL NULL 2000 NULL NULL NULL 104579.05 55 +NULL semi-precious amalgbrand #x ationeseoughtanti 2000 NULL NULL NULL 105040.42 51 NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 NULL sports-apparel NULL NULL NULL NULL NULL NULL 104579.05 55 +NULL sports-apparel NULL NULL 2000 NULL NULL NULL 104579.05 55 NULL swimwear NULL NULL NULL NULL NULL NULL 132397.04 27 NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 132397.04 27 -NULL swimwear edu packamalg #x antieingoughtcally 2000 NULL NULL NULL 132397.04 27 NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 132397.04 27 +NULL swimwear edu packamalg #x antieingoughtcally 2000 NULL NULL NULL 132397.04 27 NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 NULL tennis NULL NULL NULL NULL NULL NULL 73252.58 91 -NULL tennis NULL barpribaranti 2000 NULL NULL NULL 73252.58 91 NULL tennis NULL barpribaranti NULL NULL NULL NULL 73252.58 91 -NULL womens NULL NULL 2000 NULL NULL NULL 78649.41 83 -NULL womens NULL NULL NULL NULL NULL NULL 180234.29 5 +NULL tennis NULL barpribaranti 2000 NULL NULL NULL 73252.58 91 NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 NULL womens NULL NULL NULL NULL NULL NULL 78649.41 83 -NULL womens amalgedu pack #x NULL 2000 NULL NULL NULL 101584.88 64 +NULL womens NULL NULL NULL NULL NULL NULL 180234.29 5 +NULL womens NULL NULL 2000 NULL NULL NULL 78649.41 83 NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 101584.88 64 +NULL womens amalgedu pack #x NULL 2000 NULL NULL NULL 101584.88 64 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out index 1d885880a1e0..d8c57c60135b 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q68.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Aaron Guy Lakeside Mount Pleasant 210815 24704.66 678.88 45673.18 -Abbott Harriet Wesley Forest Hills 84405 23666.36 1274.86 45689.64 -Abbott Joseph Greenfield Midway 62751 37795.50 1086.40 53385.17 -Abney Louis Gladstone Green Acres 140967 20698.82 491.86 48086.21 -Acevedo David Clinton Shady Grove 131505 22075.16 772.60 46961.99 -Acosta David Harmony Bunker Hill 112259 11738.20 399.34 17105.96 -Acosta Johnnie Centerville Enterprise 69183 21688.97 1059.74 34387.30 -Adair Evan Blanchard New Hope 117449 10843.01 540.08 20084.01 -Adams Genevieve Enterprise Union Hill 109910 32666.21 1432.96 61189.81 -Adams John Marion Oak Ridge 206733 34785.44 852.47 57926.68 -Adams Joyce Newtown Concord 166181 18450.10 1108.79 28427.74 -NULL Ana Deerfield Jamestown 26329 37277.21 1346.72 65078.34 -NULL Andrew Centerville Plainview 98661 40661.38 973.31 79995.51 -NULL Andrew Shiloh Mount Zion 205712 18320.09 575.85 32773.59 -NULL Antone Antioch Forest Hills 192973 14507.02 841.86 34973.08 -NULL Barbara Westgate Crossroads 202167 17296.28 1017.79 30562.26 -NULL Bernadette Ashland Pleasant Grove 134217 6757.46 306.65 17709.08 -NULL David Florence Springdale 108460 17730.57 647.69 43637.79 -NULL Diane Five Points Mount Zion 203347 26281.72 533.37 42267.33 -NULL Donna Oak Hill Sulphur Springs 36870 25603.09 1331.75 53982.97 -NULL Douglas Crossroads Sunnyside 218776 22822.92 884.66 42559.53 -NULL Emiko Liberty Oakdale 193771 9730.58 249.23 22985.99 -NULL Frank Riverview Waterloo 109144 18721.91 846.02 29241.20 -NULL George Pleasant Grove Shiloh 179953 18237.84 607.57 44135.38 -NULL Gertrude Greenwood Macedonia 137410 33678.21 1866.59 47276.52 -NULL Jack Oakwood Liberty 149758 18006.16 299.45 37000.83 -NULL James Riverview Valley View 99563 22376.23 546.85 42749.50 -NULL James Shiloh Wesley 142680 28622.37 1046.33 61645.20 -NULL John Fairview Lakeside 123374 21712.42 1337.39 31640.02 +NULL NULL Unionville Woodlawn 70 14472.01 383.45 27139.95 +NULL NULL Midway Oakwood 11488 13314.57 425.70 30008.53 +NULL Rene Caledonia Stringtown 16638 20732.47 915.66 38600.63 NULL John Parkwood Edgewood 24159 24087.46 1200.55 51305.29 -NULL Joseph Lakewood Mount Olive 231104 34934.39 1256.89 55986.84 -NULL Joseph Springdale Lakeside 134343 17381.47 748.31 37418.87 -NULL Joshua Five Points Hopewell 227114 19755.36 674.30 28406.59 -NULL Joshua Lakeside Highland Park 46736 29566.29 1020.12 55274.62 -NULL Juanita Waterloo Georgetown 100509 26660.53 676.41 51566.27 -NULL Karen Greenfield Friendship 40841 15048.50 678.00 45109.61 +NULL Ana Deerfield Jamestown 26329 37277.21 1346.72 65078.34 NULL Kent Wilson Mountain View 27855 34594.01 1145.23 61220.01 -NULL Lacey Jamestown Riverside 134462 10125.84 293.43 26180.45 -NULL Larry Oak Hill Five Points 54597 31630.41 1432.78 55835.87 -NULL Lillian Fairview Pleasant Hill 90533 32594.36 1558.26 66144.34 -NULL Malcolm Spring Hill Bridgeport 97846 27789.25 1441.65 70190.53 -NULL Marti Greenwood Providence 231861 18475.92 694.12 33988.12 -NULL Melvin Woodville Harmony 115030 15067.30 734.83 31515.14 -NULL NULL Brownsville Walnut Grove 53883 23832.80 1031.26 32052.94 -NULL NULL Buena Vista Griffin 109500 35164.09 1692.37 53432.26 -NULL NULL Centerville Providence 62604 6898.02 324.99 30892.81 +NULL Rene Caledonia Spring Valley 30016 48048.11 1969.99 88469.89 NULL NULL Clinton Redland 36631 20981.79 1799.58 26288.30 -NULL NULL Dallas Shady Grove 55706 22011.96 313.15 53826.72 -NULL NULL Deerfield Lakeside 232906 18068.60 650.65 43837.36 -NULL NULL Edgewood Belmont 230383 14998.93 844.15 26544.25 -NULL NULL Fairview Florence 90439 18472.43 665.54 45369.45 -NULL NULL Five Points Tracy 159202 32371.98 1162.21 65641.10 -NULL NULL Florence Spring Hill 104935 19660.92 1221.31 44977.11 -NULL NULL Forest Hills Argyle 139387 14190.66 566.22 26171.36 -NULL NULL Franklin Floyd 230648 16319.23 871.53 38604.51 -NULL NULL Galena Sulphur Springs 137765 12788.84 545.88 35276.70 -NULL NULL Georgetown Forest Hills 195266 11924.71 382.35 28208.78 -NULL NULL Glendale Mount Pleasant 159389 19529.56 568.73 42661.40 +NULL Donna Oak Hill Sulphur Springs 36870 25603.09 1331.75 53982.97 +NULL NULL Sunnyside Newtown 40831 22656.49 1011.26 54581.80 +NULL Karen Greenfield Friendship 40841 15048.50 678.00 45109.61 +NULL NULL Shiloh Oakland 46266 25416.89 1427.81 45735.58 +NULL Joshua Lakeside Highland Park 46736 29566.29 1020.12 55274.62 +NULL NULL Newport Bunker Hill 47193 37645.73 1195.20 72749.99 NULL NULL Guilford Wildwood 49651 14471.24 513.47 32498.08 -NULL NULL Hillcrest Valley View 218569 37536.35 1322.01 54952.26 -NULL NULL Kingston Wildwood 176614 38949.49 2260.34 62962.63 -NULL NULL Lakeside Jackson 235093 15888.52 457.78 39640.17 NULL NULL Leon Five Points 50330 18970.87 926.99 49138.72 -NULL NULL Littleton Walnut Grove 209023 22998.20 640.55 41076.55 -NULL NULL Midway Oakwood 11488 13314.57 425.70 30008.53 -NULL NULL Morris Sullivan 97140 13728.72 455.24 22377.36 -NULL NULL Mount Pleasant Greenville 206301 20248.08 682.37 57143.50 -NULL NULL Mount Zion Greenwood 174923 17133.91 313.95 51727.01 -NULL NULL Mountain View Deerfield 194436 16962.72 773.97 33070.54 -NULL NULL Newport Bunker Hill 47193 37645.73 1195.20 72749.99 -NULL NULL Newtown Union Hill 186823 18161.92 709.16 27119.67 -NULL NULL Pleasant Grove Newtown 164893 15334.29 612.95 39959.97 -NULL NULL Pleasant Hill Waterloo 156554 20178.41 1143.87 34449.89 NULL NULL Salem Mount Pleasant 50365 26947.72 531.11 39988.78 -NULL NULL Shady Grove Clifford 103990 20797.70 1019.91 44546.93 +NULL NULL Brownsville Walnut Grove 53883 23832.80 1031.26 32052.94 NULL NULL Shelby Clifton 54573 25576.31 723.92 42159.67 -NULL NULL Shiloh Oakland 46266 25416.89 1427.81 45735.58 +NULL Larry Oak Hill Five Points 54597 31630.41 1432.78 55835.87 +NULL NULL Dallas Shady Grove 55706 22011.96 313.15 53826.72 +NULL Tabatha Harmony Greenfield 56102 17377.84 420.63 38464.67 +NULL Shannon Brownsville Deerfield 57279 31806.93 1450.73 59987.95 +NULL NULL Centerville Providence 62604 6898.02 324.99 30892.81 NULL NULL Springfield Florence 77578 11201.04 573.75 39745.55 -NULL NULL Springfield Jackson 176898 22035.46 785.41 36552.00 -NULL NULL Summit Concord 224470 17167.29 893.49 36546.18 -NULL NULL Sunnyside Newtown 40831 22656.49 1011.26 54581.80 -NULL NULL Unionville Woodlawn 70 14472.01 383.45 27139.95 -NULL NULL Walnut Grove Willow 147740 24550.37 1403.66 47888.99 -NULL NULL Waterloo Spring Hill 206784 21355.86 1366.98 37107.65 +NULL NULL Fairview Florence 90439 18472.43 665.54 45369.45 +NULL Lillian Fairview Pleasant Hill 90533 32594.36 1558.26 66144.34 NULL NULL White Oak Florence 92664 13525.33 462.86 28408.35 +NULL NULL Morris Sullivan 97140 13728.72 455.24 22377.36 +NULL Malcolm Spring Hill Bridgeport 97846 27789.25 1441.65 70190.53 +NULL Andrew Centerville Plainview 98661 40661.38 973.31 79995.51 +NULL James Riverview Valley View 99563 22376.23 546.85 42749.50 +NULL Juanita Waterloo Georgetown 100509 26660.53 676.41 51566.27 +NULL NULL Shady Grove Clifford 103990 20797.70 1019.91 44546.93 +NULL NULL Florence Spring Hill 104935 19660.92 1221.31 44977.11 +NULL David Florence Springdale 108460 17730.57 647.69 43637.79 +NULL Frank Riverview Waterloo 109144 18721.91 846.02 29241.20 +NULL NULL Buena Vista Griffin 109500 35164.09 1692.37 53432.26 NULL NULL Wilson Jamestown 111773 21025.19 845.83 39863.08 -NULL Norman Jamestown Farmington 218063 37475.56 1480.70 61106.57 -NULL Ralph Valley View Harmony 125234 17152.89 603.81 43572.89 -NULL Raymond Springfield Greenfield 174183 26633.39 1132.88 66071.66 -NULL Rene Caledonia Spring Valley 30016 48048.11 1969.99 88469.89 -NULL Rene Caledonia Stringtown 16638 20732.47 915.66 38600.63 +NULL Melvin Woodville Harmony 115030 15067.30 734.83 31515.14 NULL Ricky Stringtown Glenwood 120194 22030.71 790.40 54088.54 -NULL Roy Georgetown Riverside 200033 35666.28 644.10 62654.54 -NULL Shannon Brownsville Deerfield 57279 31806.93 1450.73 59987.95 +NULL John Fairview Lakeside 123374 21712.42 1337.39 31640.02 +NULL Ralph Valley View Harmony 125234 17152.89 603.81 43572.89 +NULL Bernadette Ashland Pleasant Grove 134217 6757.46 306.65 17709.08 +NULL Joseph Springdale Lakeside 134343 17381.47 748.31 37418.87 +NULL Lacey Jamestown Riverside 134462 10125.84 293.43 26180.45 +NULL Warren Bunker Hill Greenville 134828 10481.74 350.80 19160.46 +NULL Gertrude Greenwood Macedonia 137410 33678.21 1866.59 47276.52 +NULL NULL Galena Sulphur Springs 137765 12788.84 545.88 35276.70 +NULL NULL Forest Hills Argyle 139387 14190.66 566.22 26171.36 +NULL James Shiloh Wesley 142680 28622.37 1046.33 61645.20 NULL Susan Green Acres Liberty 143399 13352.11 880.61 30549.47 -NULL Tabatha Harmony Greenfield 56102 17377.84 420.63 38464.67 +NULL Willie Freeport Wyoming 147738 15265.05 608.18 43336.34 +NULL NULL Walnut Grove Willow 147740 24550.37 1403.66 47888.99 +NULL Jack Oakwood Liberty 149758 18006.16 299.45 37000.83 +NULL NULL Pleasant Hill Waterloo 156554 20178.41 1143.87 34449.89 +NULL NULL Five Points Tracy 159202 32371.98 1162.21 65641.10 +NULL NULL Glendale Mount Pleasant 159389 19529.56 568.73 42661.40 NULL Victor Providence Antioch 161524 14173.12 860.07 26079.25 +NULL NULL Pleasant Grove Newtown 164893 15334.29 612.95 39959.97 +NULL Raymond Springfield Greenfield 174183 26633.39 1132.88 66071.66 +NULL NULL Mount Zion Greenwood 174923 17133.91 313.95 51727.01 +NULL NULL Kingston Wildwood 176614 38949.49 2260.34 62962.63 +NULL NULL Springfield Jackson 176898 22035.46 785.41 36552.00 +NULL George Pleasant Grove Shiloh 179953 18237.84 607.57 44135.38 +NULL NULL Newtown Union Hill 186823 18161.92 709.16 27119.67 +NULL Antone Antioch Forest Hills 192973 14507.02 841.86 34973.08 NULL Violet Woodlawn Woodville 193534 17536.20 1067.01 30308.64 -NULL Warren Bunker Hill Greenville 134828 10481.74 350.80 19160.46 -NULL Willie Freeport Wyoming 147738 15265.05 608.18 43336.34 +NULL Emiko Liberty Oakdale 193771 9730.58 249.23 22985.99 +NULL NULL Mountain View Deerfield 194436 16962.72 773.97 33070.54 +NULL NULL Georgetown Forest Hills 195266 11924.71 382.35 28208.78 +NULL Roy Georgetown Riverside 200033 35666.28 644.10 62654.54 +NULL Barbara Westgate Crossroads 202167 17296.28 1017.79 30562.26 +NULL Diane Five Points Mount Zion 203347 26281.72 533.37 42267.33 +NULL Andrew Shiloh Mount Zion 205712 18320.09 575.85 32773.59 +NULL NULL Mount Pleasant Greenville 206301 20248.08 682.37 57143.50 +NULL NULL Waterloo Spring Hill 206784 21355.86 1366.98 37107.65 +NULL NULL Littleton Walnut Grove 209023 22998.20 640.55 41076.55 +NULL Norman Jamestown Farmington 218063 37475.56 1480.70 61106.57 +NULL NULL Hillcrest Valley View 218569 37536.35 1322.01 54952.26 +NULL Douglas Crossroads Sunnyside 218776 22822.92 884.66 42559.53 +NULL NULL Summit Concord 224470 17167.29 893.49 36546.18 +NULL Joshua Five Points Hopewell 227114 19755.36 674.30 28406.59 +NULL NULL Edgewood Belmont 230383 14998.93 844.15 26544.25 +NULL NULL Franklin Floyd 230648 16319.23 871.53 38604.51 +NULL Joseph Lakewood Mount Olive 231104 34934.39 1256.89 55986.84 +NULL Marti Greenwood Providence 231861 18475.92 694.12 33988.12 +NULL NULL Deerfield Lakeside 232906 18068.60 650.65 43837.36 +NULL NULL Lakeside Jackson 235093 15888.52 457.78 39640.17 +Aaron Guy Lakeside Mount Pleasant 210815 24704.66 678.88 45673.18 +Abbott Joseph Greenfield Midway 62751 37795.50 1086.40 53385.17 +Abbott Harriet Wesley Forest Hills 84405 23666.36 1274.86 45689.64 +Abney Louis Gladstone Green Acres 140967 20698.82 491.86 48086.21 +Acevedo David Clinton Shady Grove 131505 22075.16 772.60 46961.99 +Acosta Johnnie Centerville Enterprise 69183 21688.97 1059.74 34387.30 +Acosta David Harmony Bunker Hill 112259 11738.20 399.34 17105.96 +Adair Evan Blanchard New Hope 117449 10843.01 540.08 20084.01 +Adams Genevieve Enterprise Union Hill 109910 32666.21 1432.96 61189.81 +Adams Joyce Newtown Concord 166181 18450.10 1108.79 28427.74 +Adams John Marion Oak Ridge 206733 34785.44 852.47 57926.68 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out index 05632629b5c0..c21705b10581 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q69.sql.out @@ -5,9 +5,9 @@ struct -- !query output +Best possible ages tell together new, st Conventional childr 5213 2 2 2 +Closed, good condition Doors canno 5169 2 2 2 +Departments make once again police. Very acceptable results call still extended, known ends; relationships shoot strangely. Acids shall discharge in order ethnic, ric NULL 5168 2 2 2 +Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Conventional childr 5210 2 2 2 +Good, open studies dream more; industrial, social organisations could understand recently quick tall theories. Lines must answer functions; subtle factor Important issues liv 5214 2 2 2 +Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Doors canno 5212 2 2 2 +High, essential groups should not weigh more other years; there different papers could announce; large departments c Important issues liv 5198 2 2 2 +Just young partie Important issues liv 5213 2 2 2 +Levels undermine unfortunately efficient weeks NULL 5210 2 2 2 +New, full rises drive however. Legs retain often in a women. Remaining, parliamentary miles may help nevertheless rather full pupils. Glad crimes might Bad cards must make. 5217 2 2 2 +Provisions go too. Sad others contain italian branches. Keys k Bad cards must make. 5213 2 2 2 +Provisions go too. Sad others contain italian branches. Keys k Doors canno 5213 2 2 2 +Shortly desperate nat Conventional childr 5210 2 2 2 +True tears continue currently pale, close men. Soon medical numbers might not take other, Important issues liv 5199 2 2 2 +White employees name; figures feed sure. Speeches can achieve. Extremely final seats may exist too all religious studies. Medite Bad cards must make. 5168 2 2 2 +Words use up a documents. Collections may Conventional childr 5168 2 2 2 +Words use up a documents. Collections may Important issues liv 5168 2 2 2 +NULL NULL 5175 1 1 1 +NULL NULL 5217 1 1 1 +NULL Doors canno 5175 1 1 1 +NULL Doors canno 5207 1 1 1 +NULL Important issues liv 5205 1 1 1 A little average flames ought to break old, unique men. Things select often red, economic others. Hands will lift sufficiently; german, proper sections worry perhaps for the po NULL 5212 1 1 1 Abilities would not require almost; local Bad cards must make. 5197 1 1 1 Able Conventional childr 5177 1 1 1 @@ -23,8 +45,8 @@ Absolutely front men turn spatial hours. Good, free sales used to marry outside Absolutely old payments will b Doors canno 5216 1 1 1 Accused men cannot increase e Important issues liv 5207 1 1 1 Acids grab below previous standards. Ever large metals will come on a articles. Underlying stories protect at last. Reasonable directions believe rather due to a Bad cards must make. 5169 1 1 1 -Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend Conventional childr 5209 1 1 1 Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend NULL 5209 1 1 1 +Active plants need necessary, widespread roads. Best back visits hold regularly fresh friend Conventional childr 5209 1 1 1 Active windows shall not find small, relig Conventional childr 5203 1 1 1 Actively different proceedings light yet so similar houses. Good circumstances shall not take only levels. Then moral pounds will clean very only national organisations. NULL 5183 1 1 1 Activities say. Right lips resort current techniques. Regional, possible daughters might not present changes; students can notice ridiculous, l Conventional childr 5192 1 1 1 @@ -38,13 +60,13 @@ Additional, terrible characters shall examine. Ago lexical conditions get into a Adequate things reassure unknown legs. Old, possible bishops shall locate else during a companies; bitter, alone Bad cards must make. 5206 1 1 1 Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Conventional childr 5214 1 1 1 Adequately unemployed aspects ought to keep on a years. Years get somewhere sometimes late examples; laws must shape determined stones. Recently real decisions may cost now other female thousands. Important issues liv 5214 1 1 1 -Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very Bad cards must make. 5206 1 1 1 Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very NULL 5206 1 1 1 +Adults throw close recent women. Orange, guilty libraries let earnings. Initiatives ought to walk. Simple, successful states might work eventually full orders. Formerly very Bad cards must make. 5206 1 1 1 Advanced, certain fields miss electronically for the books. Open measures match therefore s Doors canno 5196 1 1 1 Advanced, certain fields miss electronically for the books. Open measures match therefore s Important issues liv 5210 1 1 1 +Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair NULL 5206 1 1 1 Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Doors canno 5186 1 1 1 Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair Important issues liv 5186 1 1 1 -Advantages go small. Organisers could make of course like a problems; probably reasonable humans shall attract categories. Agencies will enable much heavy matters. Stair NULL 5206 1 1 1 Afraid years suspend much building NULL 5171 1 1 1 Afraid, grey officers mean costly institutions. Societi Conventional childr 5199 1 1 1 Afraid, old meals will get chronic, strong applicants. Arms could look with a needs. Hence wor Important issues liv 5210 1 1 1 @@ -74,32 +96,10 @@ Almost armed animals will maintain always pure, professional days; differe Conve Almost armed animals will maintain always pure, professional days; differe Doors canno 5175 1 1 1 Almost armed animals will maintain always pure, professional days; differe Important issues liv 5175 1 1 1 Almost low provisions suggest to Conventional childr 5211 1 1 1 -Almost separate f Bad cards must make. 5215 1 1 1 Almost separate f NULL 5215 1 1 1 +Almost separate f Bad cards must make. 5215 1 1 1 Alone days must undertake children; pages will face cases. Days fit especially black standards. Certain, involved numbers may not intend high, Conventional childr 5176 1 1 1 Alone relevant nights pretend so complete years. Currently new unions make horizontally bills. Most political troops could give most possible, australian elements; flowers shall recall most pop Important issues liv 5212 1 1 1 Alone working-class dates open from a issues. Most european concessions will not tell personal areas; central, poor officials might not act Doors canno 5197 1 1 1 Alone, small conditions get either likely companies. Inner, long-term patients make hot rebels. Procedures see fi Important issues liv 5215 1 1 1 Already european mothers ought to impose big ever fixed parents. Dominant groups say even. Here basic weeks set as winners. Modern, young prayers release very environ Doors canno 5215 1 1 1 -Best possible ages tell together new, st Conventional childr 5213 2 2 2 -Closed, good condition Doors canno 5169 2 2 2 -Departments make once again police. Very acceptable results call still extended, known ends; relationships shoot strangely. Acids shall discharge in order ethnic, ric NULL 5168 2 2 2 -Futures should enjoy able galleries. Late blue tickets pass longer urgently dead types. Shoulders will see rigidly institutions. Other con Conventional childr 5210 2 2 2 -Good, open studies dream more; industrial, social organisations could understand recently quick tall theories. Lines must answer functions; subtle factor Important issues liv 5214 2 2 2 -Hard sudden aspects shall not commemorate about a functions. Western, british cases see here churches. Stairs a Doors canno 5212 2 2 2 -High, essential groups should not weigh more other years; there different papers could announce; large departments c Important issues liv 5198 2 2 2 -Just young partie Important issues liv 5213 2 2 2 -Levels undermine unfortunately efficient weeks NULL 5210 2 2 2 -NULL Doors canno 5175 1 1 1 -NULL Doors canno 5207 1 1 1 -NULL Important issues liv 5205 1 1 1 -NULL NULL 5175 1 1 1 -NULL NULL 5217 1 1 1 -New, full rises drive however. Legs retain often in a women. Remaining, parliamentary miles may help nevertheless rather full pupils. Glad crimes might Bad cards must make. 5217 2 2 2 -Provisions go too. Sad others contain italian branches. Keys k Bad cards must make. 5213 2 2 2 -Provisions go too. Sad others contain italian branches. Keys k Doors canno 5213 2 2 2 -Shortly desperate nat Conventional childr 5210 2 2 2 -True tears continue currently pale, close men. Soon medical numbers might not take other, Important issues liv 5199 2 2 2 -White employees name; figures feed sure. Speeches can achieve. Extremely final seats may exist too all religious studies. Medite Bad cards must make. 5168 2 2 2 -Words use up a documents. Collections may Conventional childr 5168 2 2 2 -Words use up a documents. Collections may Important issues liv 5168 2 2 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out index daf0df090335..643700c74a74 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -2001 2002 10002014 1 9 12 5662 4515 -1147 -47170.70 -2001 2002 10005001 5 9 65 5890 4879 -1011 -57577.01 -2001 2002 1001001 1 9 183 5538 4417 -1121 -34086.49 -2001 2002 1001001 5 9 172 5642 3998 -1644 -65808.52 -2001 2002 10011013 11 9 123 6141 5207 -934 -77290.63 -2001 2002 10015001 1 9 399 6188 5225 -963 -76365.39 -2001 2002 1003001 3 9 242 5504 4697 -807 -10853.56 -2001 2002 2001001 1 9 151 6309 5200 -1109 -13881.98 -2001 2002 2001001 1 9 177 5711 4718 -993 -45422.40 +2001 2002 9011004 11 9 730 6136 3927 -2209 -64592.86 +2001 2002 9004008 4 9 454 6130 4012 -2118 -137401.99 +2001 2002 9006010 6 9 373 6584 4510 -2074 -56824.27 +2001 2002 9003002 3 9 331 6314 4249 -2065 -162310.87 +2001 2002 9016002 16 9 761 6098 4109 -1989 -75674.23 2001 2002 2001001 7 9 85 5689 3750 -1939 -79485.07 -2001 2002 2004001 16 9 443 5269 4475 -794 -28869.68 -2001 2002 3003001 1 9 175 6170 4892 -1278 -72260.64 -2001 2002 3003001 9 9 210 5703 4761 -942 -22794.72 +2001 2002 9011010 11 9 254 6635 4698 -1937 -108841.59 +2001 2002 9003002 3 9 1000 6152 4220 -1932 -51341.52 +2001 2002 9009010 1 9 311 6980 5065 -1915 -166624.10 +2001 2002 9003004 3 9 25 6382 4612 -1770 -109080.80 +2001 2002 9008008 8 9 322 5391 3664 -1727 -58283.91 2001 2002 3004001 1 9 89 6307 4616 -1691 -105539.10 -2001 2002 4001001 15 9 42 5385 4444 -941 -77081.27 -2001 2002 4002001 2 9 891 6168 5233 -935 -54473.40 -2001 2002 4003001 6 9 356 5890 4815 -1075 -19594.68 -2001 2002 4004001 10 9 105 5560 4533 -1027 -29705.36 -2001 2002 5001001 10 9 136 5271 3918 -1353 -52691.74 -2001 2002 5001001 6 9 201 5714 4615 -1099 -2073.61 -2001 2002 5002001 2 9 230 5856 4887 -969 -25537.87 -2001 2002 6012003 9 9 48 5468 4620 -848 17912.88 -2001 2002 6015001 15 9 543 5041 4252 -789 3631.40 -2001 2002 7004007 2 9 248 5385 4527 -858 -59997.87 -2001 2002 7007001 12 9 221 6250 5147 -1103 8445.22 -2001 2002 8002001 13 9 268 5521 4545 -976 -50681.49 +2001 2002 9014004 12 9 423 6427 4742 -1685 -66528.45 +2001 2002 1001001 5 9 172 5642 3998 -1644 -65808.52 2001 2002 8007009 9 9 322 5493 3906 -1587 -31458.78 +2001 2002 9015002 15 9 303 5722 4211 -1511 -81847.95 2001 2002 8015003 4 9 289 6413 4905 -1508 -140884.23 -2001 2002 8015005 11 9 898 5677 4557 -1120 -49916.13 -2001 2002 9001008 1 9 258 5714 4706 -1008 -73311.07 -2001 2002 9002002 2 9 556 5690 4832 -858 2965.47 -2001 2002 9002004 2 9 578 5976 4881 -1095 -26222.70 2001 2002 9002008 2 9 202 5758 4287 -1471 -27415.18 -2001 2002 9002008 2 9 603 5399 4518 -881 -8944.74 -2001 2002 9003002 3 9 1000 6152 4220 -1932 -51341.52 -2001 2002 9003002 3 9 130 5708 4658 -1050 -121435.05 -2001 2002 9003002 3 9 238 5784 4694 -1090 -52094.93 -2001 2002 9003002 3 9 331 6314 4249 -2065 -162310.87 -2001 2002 9003004 3 9 25 6382 4612 -1770 -109080.80 -2001 2002 9003004 3 9 311 5414 4467 -947 -19498.98 -2001 2002 9003008 3 9 382 5145 4143 -1002 -23005.48 -2001 2002 9003010 3 9 269 6297 5505 -792 -53827.19 2001 2002 9004002 4 9 55 5596 4196 -1400 -277.92 -2001 2002 9004008 4 9 256 5366 4164 -1202 -93628.46 -2001 2002 9004008 4 9 454 6130 4012 -2118 -137401.99 -2001 2002 9004012 4 9 621 5974 5186 -788 52156.56 -2001 2002 9005002 5 9 105 5650 4508 -1142 -75927.61 -2001 2002 9005002 5 9 226 6438 5559 -879 -78309.56 -2001 2002 9005002 5 9 35 6085 5166 -919 -23898.75 -2001 2002 9005002 5 9 379 5673 4742 -931 -66550.24 -2001 2002 9006004 6 9 620 4822 3594 -1228 -19309.88 -2001 2002 9006008 6 9 156 5824 4793 -1031 -16295.15 -2001 2002 9006010 6 9 100 5322 4271 -1051 -65656.49 -2001 2002 9006010 6 9 373 6584 4510 -2074 -56824.27 +2001 2002 9010002 10 9 432 5153 3767 -1386 -56643.31 +2001 2002 9015003 15 9 278 5120 3745 -1375 -61503.40 +2001 2002 5001001 10 9 136 5271 3918 -1353 -52691.74 2001 2002 9007002 7 9 207 6416 5088 -1328 -28312.29 -2001 2002 9007002 7 9 306 5398 4608 -790 -67953.64 +2001 2002 9016004 8 9 114 5560 4263 -1297 -65169.90 2001 2002 9007004 7 9 968 5625 4330 -1295 -86120.30 -2001 2002 9007008 7 9 122 6085 5077 -1008 -108804.86 -2001 2002 9007008 7 9 766 5412 4470 -942 -43150.76 -2001 2002 9008008 8 9 322 5391 3664 -1727 -58283.91 2001 2002 9008008 8 9 535 6155 4861 -1294 -66647.47 +2001 2002 3003001 1 9 175 6170 4892 -1278 -72260.64 +2001 2002 9010004 3 9 948 5640 4387 -1253 -34985.51 +2001 2002 9012008 12 9 249 5254 4002 -1252 -15484.88 +2001 2002 9015008 15 9 281 5558 4315 -1243 10022.91 +2001 2002 9006004 6 9 620 4822 3594 -1228 -19309.88 +2001 2002 9010008 10 9 171 6500 5279 -1221 -73654.23 +2001 2002 9004008 4 9 256 5366 4164 -1202 -93628.46 2001 2002 9008008 8 9 82 6042 4852 -1190 -78558.05 +2001 2002 9014010 2 9 727 6579 5396 -1183 -45368.94 +2001 2002 10002014 1 9 12 5662 4515 -1147 -47170.70 +2001 2002 9005002 5 9 105 5650 4508 -1142 -75927.61 +2001 2002 1001001 1 9 183 5538 4417 -1121 -34086.49 +2001 2002 8015005 11 9 898 5677 4557 -1120 -49916.13 +2001 2002 2001001 1 9 151 6309 5200 -1109 -13881.98 +2001 2002 9016010 16 9 662 5306 4197 -1109 -29664.55 +2001 2002 7007001 12 9 221 6250 5147 -1103 8445.22 +2001 2002 9010008 10 9 106 5739 4637 -1102 -39967.26 +2001 2002 5001001 6 9 201 5714 4615 -1099 -2073.61 +2001 2002 9002004 2 9 578 5976 4881 -1095 -26222.70 +2001 2002 9013010 12 9 28 5672 4579 -1093 -61365.10 +2001 2002 9003002 3 9 238 5784 4694 -1090 -52094.93 +2001 2002 9012010 12 9 4 6214 5128 -1086 -41244.90 +2001 2002 4003001 6 9 356 5890 4815 -1075 -19594.68 2001 2002 9009002 9 9 633 5839 4786 -1053 -40163.90 +2001 2002 9006010 6 9 100 5322 4271 -1051 -65656.49 +2001 2002 9003002 3 9 130 5708 4658 -1050 -121435.05 +2001 2002 9011004 3 9 115 5101 4064 -1037 -38404.07 +2001 2002 9006008 6 9 156 5824 4793 -1031 -16295.15 +2001 2002 4004001 10 9 105 5560 4533 -1027 -29705.36 2001 2002 9009008 9 9 3 5731 4718 -1013 -62660.48 -2001 2002 9009008 9 9 958 5837 5002 -835 -63092.62 -2001 2002 9009010 1 9 311 6980 5065 -1915 -166624.10 -2001 2002 9010002 10 9 351 5553 4668 -885 -58399.99 -2001 2002 9010002 10 9 432 5153 3767 -1386 -56643.31 +2001 2002 10005001 5 9 65 5890 4879 -1011 -57577.01 +2001 2002 9007008 7 9 122 6085 5077 -1008 -108804.86 +2001 2002 9001008 1 9 258 5714 4706 -1008 -73311.07 +2001 2002 9003008 3 9 382 5145 4143 -1002 -23005.48 +2001 2002 2001001 1 9 177 5711 4718 -993 -45422.40 +2001 2002 8002001 13 9 268 5521 4545 -976 -50681.49 +2001 2002 9010008 10 9 9 5549 4578 -971 45104.79 +2001 2002 5002001 2 9 230 5856 4887 -969 -25537.87 +2001 2002 10015001 1 9 399 6188 5225 -963 -76365.39 2001 2002 9010004 10 9 110 5035 4082 -953 -81282.12 -2001 2002 9010004 3 9 948 5640 4387 -1253 -34985.51 -2001 2002 9010008 10 9 106 5739 4637 -1102 -39967.26 -2001 2002 9010008 10 9 171 6500 5279 -1221 -73654.23 -2001 2002 9010008 10 9 284 5382 4597 -785 22162.92 +2001 2002 9013010 3 9 235 5771 4821 -950 -81516.67 +2001 2002 9003004 3 9 311 5414 4467 -947 -19498.98 +2001 2002 9007008 7 9 766 5412 4470 -942 -43150.76 +2001 2002 3003001 9 9 210 5703 4761 -942 -22794.72 2001 2002 9010008 10 9 621 5897 4955 -942 -1466.75 -2001 2002 9010008 10 9 9 5549 4578 -971 45104.79 -2001 2002 9011002 11 9 372 5085 4279 -806 -78551.75 -2001 2002 9011002 11 9 42 5750 4968 -782 -87125.33 -2001 2002 9011004 11 9 730 6136 3927 -2209 -64592.86 -2001 2002 9011004 3 9 115 5101 4064 -1037 -38404.07 -2001 2002 9011010 11 9 254 6635 4698 -1937 -108841.59 -2001 2002 9012004 12 9 808 5796 5006 -790 -43025.36 -2001 2002 9012008 12 9 249 5254 4002 -1252 -15484.88 +2001 2002 4001001 15 9 42 5385 4444 -941 -77081.27 2001 2002 9012010 12 9 268 5363 4425 -938 -13775.61 -2001 2002 9012010 12 9 4 6214 5128 -1086 -41244.90 -2001 2002 9013010 12 9 28 5672 4579 -1093 -61365.10 -2001 2002 9013010 13 9 288 5473 4631 -842 22917.88 -2001 2002 9013010 3 9 235 5771 4821 -950 -81516.67 -2001 2002 9014004 12 9 423 6427 4742 -1685 -66528.45 +2001 2002 4002001 2 9 891 6168 5233 -935 -54473.40 +2001 2002 10011013 11 9 123 6141 5207 -934 -77290.63 +2001 2002 9005002 5 9 379 5673 4742 -931 -66550.24 +2001 2002 9005002 5 9 35 6085 5166 -919 -23898.75 2001 2002 9014008 14 9 904 5637 4725 -912 -54696.64 -2001 2002 9014010 2 9 727 6579 5396 -1183 -45368.94 +2001 2002 9010002 10 9 351 5553 4668 -885 -58399.99 +2001 2002 9002008 2 9 603 5399 4518 -881 -8944.74 +2001 2002 9005002 5 9 226 6438 5559 -879 -78309.56 +2001 2002 9016008 16 9 134 5482 4617 -865 -93343.25 +2001 2002 9002002 2 9 556 5690 4832 -858 2965.47 +2001 2002 7004007 2 9 248 5385 4527 -858 -59997.87 +2001 2002 6012003 9 9 48 5468 4620 -848 17912.88 +2001 2002 9013010 13 9 288 5473 4631 -842 22917.88 +2001 2002 9009008 9 9 958 5837 5002 -835 -63092.62 +2001 2002 9015008 15 9 384 5348 4519 -829 -29937.40 +2001 2002 1003001 3 9 242 5504 4697 -807 -10853.56 +2001 2002 9011002 11 9 372 5085 4279 -806 -78551.75 2001 2002 9015002 15 9 224 5915 5112 -803 -46136.85 -2001 2002 9015002 15 9 303 5722 4211 -1511 -81847.95 2001 2002 9015002 15 9 531 5831 5029 -802 -10846.84 -2001 2002 9015003 15 9 278 5120 3745 -1375 -61503.40 -2001 2002 9015008 15 9 281 5558 4315 -1243 10022.91 -2001 2002 9015008 15 9 384 5348 4519 -829 -29937.40 -2001 2002 9016002 16 9 761 6098 4109 -1989 -75674.23 -2001 2002 9016004 8 9 114 5560 4263 -1297 -65169.90 -2001 2002 9016008 16 9 134 5482 4617 -865 -93343.25 -2001 2002 9016010 16 9 662 5306 4197 -1109 -29664.55 +2001 2002 2004001 16 9 443 5269 4475 -794 -28869.68 +2001 2002 9003010 3 9 269 6297 5505 -792 -53827.19 +2001 2002 9007002 7 9 306 5398 4608 -790 -67953.64 +2001 2002 9012004 12 9 808 5796 5006 -790 -43025.36 +2001 2002 6015001 15 9 543 5041 4252 -789 3631.40 +2001 2002 9004012 4 9 621 5974 5186 -788 52156.56 +2001 2002 9010008 10 9 284 5382 4597 -785 22162.92 +2001 2002 9011002 11 9 42 5750 4968 -782 -87125.33 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out index 651d5d98c725..97a17eb8c9a7 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q76.sql.out @@ -13,6 +13,7 @@ catalog NULL 1998 1 Music 13 6741.6 catalog NULL 1998 1 Shoes 9 24531.24 catalog NULL 1998 1 Sports 9 19244.50 catalog NULL 1998 1 Women 13 24864.50 +catalog NULL 1998 2 NULL 1 1535.61 catalog NULL 1998 2 Books 14 16581.16 catalog NULL 1998 2 Children 12 26195.71 catalog NULL 1998 2 Electronics 9 7133.74 @@ -20,7 +21,6 @@ catalog NULL 1998 2 Home 15 44228. catalog NULL 1998 2 Jewelry 11 6804.54 catalog NULL 1998 2 Men 11 11700.11 catalog NULL 1998 2 Music 10 32062.82 -catalog NULL 1998 2 NULL 1 1535.61 catalog NULL 1998 2 Shoes 7 4682.58 catalog NULL 1998 2 Sports 7 5470.29 catalog NULL 1998 2 Women 5 14928.09 @@ -34,6 +34,7 @@ catalog NULL 1998 3 Music 23 44816. catalog NULL 1998 3 Shoes 20 33458.73 catalog NULL 1998 3 Sports 25 35679.92 catalog NULL 1998 3 Women 22 48029.28 +catalog NULL 1998 4 NULL 2 839.65 catalog NULL 1998 4 Books 28 46283.99 catalog NULL 1998 4 Children 40 57305.90 catalog NULL 1998 4 Electronics 29 42656.07 @@ -41,7 +42,6 @@ catalog NULL 1998 4 Home 29 29708. catalog NULL 1998 4 Jewelry 29 24689.26 catalog NULL 1998 4 Men 36 64378.63 catalog NULL 1998 4 Music 35 51308.03 -catalog NULL 1998 4 NULL 2 839.65 catalog NULL 1998 4 Shoes 27 10881.49 catalog NULL 1998 4 Sports 33 33380.56 catalog NULL 1998 4 Women 35 14347.96 @@ -75,6 +75,7 @@ catalog NULL 1999 3 Music 20 12062. catalog NULL 1999 3 Shoes 13 14924.61 catalog NULL 1999 3 Sports 24 56456.44 catalog NULL 1999 3 Women 17 6958.54 +catalog NULL 1999 4 NULL 1 NULL catalog NULL 1999 4 Books 27 50890.95 catalog NULL 1999 4 Children 36 30608.13 catalog NULL 1999 4 Electronics 28 59307.37 @@ -82,7 +83,6 @@ catalog NULL 1999 4 Home 46 51713. catalog NULL 1999 4 Jewelry 34 44238.07 catalog NULL 1999 4 Men 19 17925.34 catalog NULL 1999 4 Music 28 14816.79 -catalog NULL 1999 4 NULL 1 NULL catalog NULL 1999 4 Shoes 35 48226.50 catalog NULL 1999 4 Sports 32 35012.19 catalog NULL 1999 4 Women 30 24033.32 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out index 7bdb165cbd53..88261f639e97 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q77.sql.out @@ -4,25 +4,29 @@ struct -- !query output NULL NULL 232221465.82 11982952.24 -68693883.13 +catalog channel NULL 79974356.51 8093410.04 -13248029.45 +catalog channel NULL 137152.08 2023352.51 -1206689.53 catalog channel 1 25711965.54 2023352.51 -3771095.61 catalog channel 2 28086925.07 2023352.51 -4541761.49 catalog channel 5 26038313.82 2023352.51 -3728482.82 -catalog channel NULL 137152.08 2023352.51 -1206689.53 -catalog channel NULL 79974356.51 8093410.04 -13248029.45 +store channel NULL 113097843.62 2712673.55 -50072856.52 store channel 1 20239898.89 466074.41 -8960721.41 -store channel 10 18338714.31 407136.49 -8203710.83 store channel 2 18685269.96 499636.85 -8303557.71 store channel 4 18220984.73 476189.91 -8081714.38 store channel 7 18479892.97 441765.11 -8293817.25 store channel 8 19133082.76 421870.78 -8229334.94 -store channel NULL 113097843.62 2712673.55 -50072856.52 +store channel 10 18338714.31 407136.49 -8203710.83 +web channel NULL 39149265.69 1176868.65 -5372997.16 web channel 1 1134370.18 33708.02 -204736.67 +web channel 2 1278850.93 78555.79 -170621.58 +web channel 5 1319939.65 26784.53 -149622.50 +web channel 7 1389519.73 62874.96 -216688.03 +web channel 8 1264690.99 32666.25 -275609.99 web channel 11 1393565.07 3725.57 -128622.50 web channel 13 1305407.77 49095.15 -179156.86 web channel 14 1256685.71 56136.21 -102910.91 web channel 17 1160559.59 23583.28 -239765.01 web channel 19 1268894.72 53596.49 -143153.80 -web channel 2 1278850.93 78555.79 -170621.58 web channel 20 1491727.00 40836.74 -77425.04 web channel 23 1271377.03 20426.59 -155810.24 web channel 25 1403075.58 59322.26 -128863.54 @@ -38,12 +42,8 @@ web channel 43 1204792.54 61542.23 -194684.36 web channel 44 1256347.03 39623.33 -217245.00 web channel 47 1224412.02 24343.16 -204725.18 web channel 49 1328985.68 40280.86 -203198.42 -web channel 5 1319939.65 26784.53 -149622.50 web channel 50 1292794.11 77184.10 -222419.55 web channel 53 1324237.98 3313.53 -176658.22 web channel 55 1361712.89 42507.36 -177506.52 web channel 56 1343468.89 79233.52 -215418.50 web channel 59 1389900.87 11703.28 -143343.89 -web channel 7 1389519.73 62874.96 -216688.03 -web channel 8 1264690.99 32666.25 -275609.99 -web channel NULL 39149265.69 1176868.65 -5372997.16 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out index 201d07bbeec0..fc876f58276e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q79.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -NULL NULL Fairview 125748 1068.99 -6885.03 +NULL NULL Fairview 158139 3721.39 -23039.01 +NULL NULL Fairview 30114 165.75 -17434.48 +NULL NULL Fairview 213610 0.00 -14406.65 +NULL NULL Fairview 167006 2257.97 -13398.38 NULL NULL Fairview 129036 612.76 -9951.35 -NULL NULL Fairview 142379 1419.98 -3892.46 NULL NULL Fairview 146799 1201.82 -9526.13 -NULL NULL Fairview 158139 3721.39 -23039.01 +NULL NULL Fairview 228288 344.31 -8873.54 +NULL NULL Fairview 34621 2129.85 -7876.49 +NULL NULL Fairview 66813 203.64 -7439.28 +NULL NULL Fairview 125748 1068.99 -6885.03 NULL NULL Fairview 163421 1367.41 -4442.71 -NULL NULL Fairview 167006 2257.97 -13398.38 NULL NULL Fairview 191089 774.36 -4209.49 -NULL NULL Fairview 198542 1082.91 -1789.20 -NULL NULL Fairview 213610 0.00 -14406.65 -NULL NULL Fairview 228288 344.31 -8873.54 +NULL NULL Fairview 142379 1419.98 -3892.46 NULL NULL Fairview 230904 0.00 -2575.26 -NULL NULL Fairview 30114 165.75 -17434.48 -NULL NULL Fairview 34621 2129.85 -7876.49 NULL NULL Fairview 66717 1521.09 -2431.95 -NULL NULL Fairview 66813 203.64 -7439.28 +NULL NULL Fairview 198542 1082.91 -1789.20 NULL NULL Fairview 7153 9.96 -984.62 -NULL NULL Midway 102114 0.00 -6638.65 -NULL NULL Midway 103268 0.00 -14413.59 +NULL NULL Midway 113867 NULL NULL NULL NULL Midway 103268 0.00 NULL +NULL NULL Midway 9441 1109.31 -26407.61 +NULL NULL Midway 24453 3762.75 -23692.00 +NULL NULL Midway 2018 29.76 -22410.59 +NULL NULL Midway 132924 1156.08 -21285.03 +NULL NULL Midway 8272 4708.31 -20242.53 +NULL NULL Midway 111877 6321.51 -19177.96 +NULL NULL Midway 178696 81.17 -17671.47 +NULL NULL Midway 217339 1865.02 -17373.08 +NULL NULL Midway 230663 285.65 -17047.31 +NULL NULL Midway 229921 3612.10 -16374.27 +NULL NULL Midway 229149 92.42 -16316.52 +NULL NULL Midway 4209 2424.02 -16215.01 NULL NULL Midway 103927 4067.95 -15388.67 -NULL NULL Midway 10538 80.37 -10327.22 -NULL NULL Midway 10660 88.71 -4082.71 -NULL NULL Midway 109728 2083.90 -9357.20 +NULL NULL Midway 22249 283.79 -15294.16 +NULL NULL Midway 103268 0.00 -14413.59 NULL NULL Midway 109831 7442.01 -14038.22 -NULL NULL Midway 111877 6321.51 -19177.96 -NULL NULL Midway 113867 NULL NULL -NULL NULL Midway 115373 295.40 -10518.54 -NULL NULL Midway 118548 960.04 -6150.21 -NULL NULL Midway 126177 5045.26 -9902.09 -NULL NULL Midway 128634 362.34 -8867.85 -NULL NULL Midway 13073 7191.35 -7052.08 -NULL NULL Midway 132924 1156.08 -21285.03 -NULL NULL Midway 13424 2244.41 -13337.11 -NULL NULL Midway 144321 293.21 -3652.26 -NULL NULL Midway 145180 0.00 -5393.65 -NULL NULL Midway 147740 2601.24 -8887.25 -NULL NULL Midway 152765 0.00 -12123.91 -NULL NULL Midway 152807 885.79 -7355.92 -NULL NULL Midway 153601 1826.35 -7760.98 NULL NULL Midway 154925 0.00 -13975.29 -NULL NULL Midway 157905 2733.35 -5737.13 +NULL NULL Midway 77368 6332.15 -13973.11 NULL NULL Midway 159742 3230.63 -13929.03 -NULL NULL Midway 16363 2779.59 -12799.66 -NULL NULL Midway 164719 63.69 -5651.93 -NULL NULL Midway 176664 404.35 -7609.57 +NULL NULL Midway 45822 4014.71 -13350.50 +NULL NULL Midway 13424 2244.41 -13337.11 NULL NULL Midway 177932 5919.58 -13201.49 -NULL NULL Midway 178696 81.17 -17671.47 -NULL NULL Midway 185866 1172.46 -12011.29 -NULL NULL Midway 188806 4618.18 -8810.05 -NULL NULL Midway 2018 29.76 -22410.59 -NULL NULL Midway 210261 1590.93 -9191.73 +NULL NULL Midway 64117 3900.85 -13187.49 +NULL NULL Midway 86777 1596.97 -12846.14 +NULL NULL Midway 16363 2779.59 -12799.66 +NULL NULL Midway 362 545.72 -12767.12 +NULL NULL Midway 88444 290.18 -12645.67 +NULL NULL Midway 223610 277.11 -12432.76 NULL NULL Midway 214448 4036.02 -12189.20 -NULL NULL Midway 215748 2886.30 -6809.03 -NULL NULL Midway 216619 10.99 -7107.27 -NULL NULL Midway 217339 1865.02 -17373.08 -NULL NULL Midway 218338 0.00 -6520.72 +NULL NULL Midway 152765 0.00 -12123.91 +NULL NULL Midway 42870 834.21 -12044.33 +NULL NULL Midway 185866 1172.46 -12011.29 NULL NULL Midway 22110 292.16 -11529.30 -NULL NULL Midway 22249 283.79 -15294.16 -NULL NULL Midway 223610 277.11 -12432.76 -NULL NULL Midway 228411 63.05 -7003.42 -NULL NULL Midway 229149 92.42 -16316.52 -NULL NULL Midway 229921 3612.10 -16374.27 -NULL NULL Midway 230663 285.65 -17047.31 -NULL NULL Midway 230745 335.47 -6460.48 -NULL NULL Midway 234655 0.00 -7284.12 -NULL NULL Midway 23868 0.00 -5875.89 -NULL NULL Midway 24453 3762.75 -23692.00 -NULL NULL Midway 25768 563.65 -5382.14 -NULL NULL Midway 2597 8185.89 -9982.61 +NULL NULL Midway 43495 4179.63 -11521.10 +NULL NULL Midway 70505 979.13 -11422.12 NULL NULL Midway 27979 3118.44 -11169.87 -NULL NULL Midway 28961 1012.33 -6571.16 -NULL NULL Midway 31893 129.98 -7832.45 -NULL NULL Midway 362 545.72 -12767.12 NULL NULL Midway 37443 5935.63 -11079.34 -NULL NULL Midway 4209 2424.02 -16215.01 -NULL NULL Midway 42870 834.21 -12044.33 -NULL NULL Midway 43495 4179.63 -11521.10 -NULL NULL Midway 44330 2073.16 -9774.23 +NULL NULL Midway 83601 8274.69 -11017.35 +NULL NULL Midway 71117 3317.76 -10629.69 +NULL NULL Midway 115373 295.40 -10518.54 +NULL NULL Midway 10538 80.37 -10327.22 +NULL NULL Midway 2597 8185.89 -9982.61 +NULL NULL Midway 126177 5045.26 -9902.09 NULL NULL Midway 44461 0.00 -9796.43 -NULL NULL Midway 45822 4014.71 -13350.50 +NULL NULL Midway 44330 2073.16 -9774.23 +NULL NULL Midway 109728 2083.90 -9357.20 +NULL NULL Midway 88663 0.00 -9197.71 +NULL NULL Midway 210261 1590.93 -9191.73 +NULL NULL Midway 147740 2601.24 -8887.25 +NULL NULL Midway 128634 362.34 -8867.85 +NULL NULL Midway 188806 4618.18 -8810.05 +NULL NULL Midway 72972 380.54 -8579.82 NULL NULL Midway 59324 1963.84 -8402.14 -NULL NULL Midway 6159 0.00 -5326.19 +NULL NULL Midway 31893 129.98 -7832.45 +NULL NULL Midway 153601 1826.35 -7760.98 +NULL NULL Midway 176664 404.35 -7609.57 +NULL NULL Midway 152807 885.79 -7355.92 +NULL NULL Midway 234655 0.00 -7284.12 +NULL NULL Midway 216619 10.99 -7107.27 +NULL NULL Midway 13073 7191.35 -7052.08 +NULL NULL Midway 228411 63.05 -7003.42 +NULL NULL Midway 215748 2886.30 -6809.03 +NULL NULL Midway 102114 0.00 -6638.65 +NULL NULL Midway 76802 492.45 -6584.79 +NULL NULL Midway 28961 1012.33 -6571.16 +NULL NULL Midway 218338 0.00 -6520.72 +NULL NULL Midway 230745 335.47 -6460.48 +NULL NULL Midway 118548 960.04 -6150.21 +NULL NULL Midway 70150 690.04 -6022.55 NULL NULL Midway 63058 543.97 -5986.27 -NULL NULL Midway 64117 3900.85 -13187.49 NULL NULL Midway 64280 1881.76 -5952.31 -NULL NULL Midway 69241 804.35 -3962.88 -NULL NULL Midway 70150 690.04 -6022.55 -NULL NULL Midway 70505 979.13 -11422.12 -NULL NULL Midway 71117 3317.76 -10629.69 -NULL NULL Midway 72972 380.54 -8579.82 -NULL NULL Midway 76802 492.45 -6584.79 +NULL NULL Midway 23868 0.00 -5875.89 NULL NULL Midway 7696 36.03 -5756.62 -NULL NULL Midway 77368 6332.15 -13973.11 -NULL NULL Midway 8272 4708.31 -20242.53 -NULL NULL Midway 83601 8274.69 -11017.35 -NULL NULL Midway 86777 1596.97 -12846.14 -NULL NULL Midway 88444 290.18 -12645.67 -NULL NULL Midway 88663 0.00 -9197.71 -NULL NULL Midway 9441 1109.31 -26407.61 +NULL NULL Midway 157905 2733.35 -5737.13 +NULL NULL Midway 164719 63.69 -5651.93 +NULL NULL Midway 145180 0.00 -5393.65 +NULL NULL Midway 25768 563.65 -5382.14 +NULL NULL Midway 6159 0.00 -5326.19 +NULL NULL Midway 10660 88.71 -4082.71 +NULL NULL Midway 69241 804.35 -3962.88 +NULL NULL Midway 144321 293.21 -3652.26 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out index 8c32bb4c647a..c23fd1809a95 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q86.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -1453516.79 Books arts 0 16 -1457032.40 Jewelry consignment 0 16 -1457642.85 Home wallpaper 0 16 -1503088.13 Home rugs 0 15 -1512375.29 Electronics audio 0 16 -15602.52 NULL semi-precious 0 14 -1570699.11 Home accent 0 14 -1625306.26 Jewelry bracelets 0 15 -1636759.38 Jewelry semi-precious 0 14 -1641874.01 Books cooking 0 15 -1670511.23 Electronics camcorders 0 15 -1698653.10 Books entertainments 0 14 -1730490.24 Electronics personal 0 14 -1733994.95 Electronics musical 0 13 -1738088.37 Jewelry diamonds 0 13 -1768939.49 Electronics cameras 0 12 -1788142.30 Home blinds/shades 0 13 -1793728.96 Electronics portable 0 11 -1805905.27 Home kids 0 12 -1811297.48 Jewelry loose stones 0 12 -1816997.04 Home decor 0 11 -1817324.19 Books mystery 0 13 -1819360.79 Books self-help 0 12 -1820456.21 Jewelry earings 0 11 -1820604.22 Home furniture 0 10 -1838653.07 Electronics automotive 0 10 -1838748.38 Jewelry birdal 0 10 -1868688.89 Home tables 0 9 -1894729.95 Electronics disk drives 0 9 -1903280.30 Books sports 0 11 -1904474.64 Books business 0 10 -1916049.65 Books science 0 9 -1924834.23 Home mattresses 0 8 -1938302.12 Books parenting 0 8 -1948029.88 Electronics wireless 0 8 -1964085.08 Jewelry costume 0 9 -2023862.05 Books travel 0 7 -2057556.93 Jewelry mens watch 0 8 -2085612.39 Home bathroom 0 7 -2105536.74 Jewelry womens watch 0 7 -2105589.88 Jewelry estate 0 6 -2112112.73 Home lighting 0 6 -21122.88 NULL tennis 0 13 -2132619.93 Books reference 0 6 -2141484.71 Jewelry gold 0 5 -2216602.19 Jewelry custom 0 4 -2220829.36 Books home repair 0 5 -2228844.29 Electronics scanners 0 7 -2235218.27 Electronics monitors 0 6 -2257811.83 Electronics karoke 0 5 -2262599.89 Electronics stereo 0 4 -2269734.86 Home glassware 0 5 -2283231.32 Electronics memory 0 3 -2284168.74 Home flatware 0 4 -2306676.63 Home bedding 0 3 -2308524.13 Jewelry rings 0 3 -2346470.04 Jewelry pendants 0 2 -2349779.93 Home curtains/drapes 0 2 -2351244.66 Electronics televisions 0 2 -2359621.74 Books fiction 0 4 -2408305.34 Home paint 0 1 -2513406.90 Books computers 0 3 -2533681.90 Books romance 0 2 -25714.74 NULL sports-apparel 0 12 -25780.80 NULL pants 0 11 -2625503.90 Electronics dvd/vcr players 0 1 -2754963.88 Jewelry jewelry boxes 0 1 -2981755.34 Books history 0 1 -29969.36 NULL dresses 0 10 -30361.13 NULL outdoor 0 9 -31428816.29 Home NULL 1 10 -31877378.15 Children NULL 1 9 -31908139.65 Sports NULL 1 8 -32027085.12 Jewelry NULL 1 7 -32135907.22 Electronics NULL 1 6 -32159.86 NULL archery 0 8 -32233369.67 Men NULL 1 5 325552630.64 NULL NULL 2 1 -32942681.04 Books NULL 1 4 -33061835.62 Women NULL 1 3 -33399717.80 Music NULL 1 2 33602545.41 Shoes NULL 1 1 -33866.09 NULL scanners 0 7 -34642.53 NULL swimwear 0 6 -36841.11 NULL baseball 0 5 -40345.26 NULL flatware 0 4 -43184.49 NULL glassware 0 3 -45178.92 Children NULL 0 5 +33399717.80 Music NULL 1 2 +33061835.62 Women NULL 1 3 +32942681.04 Books NULL 1 4 +32233369.67 Men NULL 1 5 +32135907.22 Electronics NULL 1 6 +32027085.12 Jewelry NULL 1 7 +31908139.65 Sports NULL 1 8 +31877378.15 Children NULL 1 9 +31428816.29 Home NULL 1 10 +935154.67 NULL NULL 1 11 476839.60 NULL NULL 0 1 -55823.63 Home NULL 0 17 -7529560.01 Children newborn 0 4 -7716135.48 Children school-uniforms 0 3 -7982811.62 Children toddlers 0 2 -8079270.31 Men sports-apparel 0 2 +88724.30 NULL womens 0 2 +43184.49 NULL glassware 0 3 +40345.26 NULL flatware 0 4 +36841.11 NULL baseball 0 5 +34642.53 NULL swimwear 0 6 +33866.09 NULL scanners 0 7 +32159.86 NULL archery 0 8 +30361.13 NULL outdoor 0 9 +29969.36 NULL dresses 0 10 +25780.80 NULL pants 0 11 +25714.74 NULL sports-apparel 0 12 +21122.88 NULL tennis 0 13 +15602.52 NULL semi-precious 0 14 +2981755.34 Books history 0 1 +2533681.90 Books romance 0 2 +2513406.90 Books computers 0 3 +2359621.74 Books fiction 0 4 +2220829.36 Books home repair 0 5 +2132619.93 Books reference 0 6 +2023862.05 Books travel 0 7 +1938302.12 Books parenting 0 8 +1916049.65 Books science 0 9 +1904474.64 Books business 0 10 +1903280.30 Books sports 0 11 +1819360.79 Books self-help 0 12 +1817324.19 Books mystery 0 13 +1698653.10 Books entertainments 0 14 +1641874.01 Books cooking 0 15 +1453516.79 Books arts 0 16 84068.23 Books NULL 0 17 8603692.12 Children infants 0 1 -88724.30 NULL womens 0 2 -8968117.21 Men shirts 0 1 -935154.67 NULL NULL 1 11 +7982811.62 Children toddlers 0 2 +7716135.48 Children school-uniforms 0 3 +7529560.01 Children newborn 0 4 +45178.92 Children NULL 0 5 +2625503.90 Electronics dvd/vcr players 0 1 +2351244.66 Electronics televisions 0 2 +2283231.32 Electronics memory 0 3 +2262599.89 Electronics stereo 0 4 +2257811.83 Electronics karoke 0 5 +2235218.27 Electronics monitors 0 6 +2228844.29 Electronics scanners 0 7 +1948029.88 Electronics wireless 0 8 +1894729.95 Electronics disk drives 0 9 +1838653.07 Electronics automotive 0 10 +1793728.96 Electronics portable 0 11 +1768939.49 Electronics cameras 0 12 +1733994.95 Electronics musical 0 13 +1730490.24 Electronics personal 0 14 +1670511.23 Electronics camcorders 0 15 +1512375.29 Electronics audio 0 16 +2408305.34 Home paint 0 1 +2349779.93 Home curtains/drapes 0 2 +2306676.63 Home bedding 0 3 +2284168.74 Home flatware 0 4 +2269734.86 Home glassware 0 5 +2112112.73 Home lighting 0 6 +2085612.39 Home bathroom 0 7 +1924834.23 Home mattresses 0 8 +1868688.89 Home tables 0 9 +1820604.22 Home furniture 0 10 +1816997.04 Home decor 0 11 +1805905.27 Home kids 0 12 +1788142.30 Home blinds/shades 0 13 +1570699.11 Home accent 0 14 +1503088.13 Home rugs 0 15 +1457642.85 Home wallpaper 0 16 +55823.63 Home NULL 0 17 +2754963.88 Jewelry jewelry boxes 0 1 +2346470.04 Jewelry pendants 0 2 +2308524.13 Jewelry rings 0 3 +2216602.19 Jewelry custom 0 4 +2141484.71 Jewelry gold 0 5 +2105589.88 Jewelry estate 0 6 +2105536.74 Jewelry womens watch 0 7 +2057556.93 Jewelry mens watch 0 8 +1964085.08 Jewelry costume 0 9 +1838748.38 Jewelry birdal 0 10 +1820456.21 Jewelry earings 0 11 +1811297.48 Jewelry loose stones 0 12 +1738088.37 Jewelry diamonds 0 13 +1636759.38 Jewelry semi-precious 0 14 +1625306.26 Jewelry bracelets 0 15 +1457032.40 Jewelry consignment 0 16 98583.06 Jewelry NULL 0 17 +8968117.21 Men shirts 0 1 +8079270.31 Men sports-apparel 0 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out index bf51de34ab1f..8fb14426fa68 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q89.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Men shirts importoimporto #x able Unknown 1 2765.75 5194.818333 +Men shirts importoimporto #x ese Unknown 3 2070.65 5492.817500 +Men shirts importoimporto #x ought Unknown 6 2152.15 5045.758333 Men shirts importoimporto #x able Unknown 2 2333.43 5194.818333 -Men shirts importoimporto #x able Unknown 2 628.63 2095.470833 -Men shirts importoimporto #x able Unknown 3 2674.91 5194.818333 -Men shirts importoimporto #x able Unknown 4 3040.23 5194.818333 -Men shirts importoimporto #x able Unknown 5 3016.43 5194.818333 -Men shirts importoimporto #x able Unknown 6 3538.25 5194.818333 -Men shirts importoimporto #x able Unknown 7 2880.34 5194.818333 -Men shirts importoimporto #x able Unknown 7 780.91 2095.470833 -Men shirts importoimporto #x ation Unknown 1 3380.16 5410.916667 -Men shirts importoimporto #x ation Unknown 2 3591.65 5410.916667 +Men shirts importoimporto #x ese Unknown 6 2691.33 5492.817500 +Men shirts importoimporto #x ought Unknown 2 2253.70 5045.758333 +Women dresses amalgamalg #x able Unknown 6 1761.81 4507.240000 Men shirts importoimporto #x ation Unknown 3 2672.68 5410.916667 -Men shirts importoimporto #x ation Unknown 4 2988.08 5410.916667 -Men shirts importoimporto #x ation Unknown 4 807.67 2141.060000 Men shirts importoimporto #x ation Unknown 5 2677.81 5410.916667 +Men shirts importoimporto #x eing Unknown 5 2356.88 5074.076667 +Men shirts importoimporto #x ese Unknown 4 2784.11 5492.817500 +Women dresses amalgamalg #x ought Unknown 7 1926.67 4619.707500 +Women dresses amalgamalg #x ought Unknown 1 2065.94 4619.707500 Men shirts importoimporto #x ation Unknown 6 2881.34 5410.916667 -Men shirts importoimporto #x ation Unknown 7 2951.67 5410.916667 -Men shirts importoimporto #x bar Unknown 1 3490.62 4973.509167 -Men shirts importoimporto #x bar Unknown 2 3073.45 4973.509167 -Men shirts importoimporto #x bar Unknown 3 2877.96 4973.509167 -Men shirts importoimporto #x bar Unknown 4 2986.70 4973.509167 +Men shirts importoimporto #x able Unknown 3 2674.91 5194.818333 +Women dresses amalgamalg #x ation Unknown 2 2192.31 4690.890000 Men shirts importoimporto #x bar Unknown 5 2475.90 4973.509167 -Men shirts importoimporto #x bar Unknown 6 3199.08 4973.509167 -Men shirts importoimporto #x bar Unknown 7 3026.41 4973.509167 -Men shirts importoimporto #x eing Unknown 1 3628.21 5074.076667 +Women dresses amalgamalg #x ese Unknown 2 2146.52 4642.990833 Men shirts importoimporto #x eing Unknown 2 2588.02 5074.076667 -Men shirts importoimporto #x eing Unknown 3 3179.96 5074.076667 +Women dresses amalgamalg #x bar Unknown 7 2428.75 4914.118333 +Women dresses amalgamalg #x bar Unknown 3 2451.51 4914.118333 +Men shirts importoimporto #x ation Unknown 7 2951.67 5410.916667 +Men shirts importoimporto #x able Unknown 1 2765.75 5194.818333 +Women dresses amalgamalg #x able Unknown 2 2082.54 4507.240000 +Men shirts importoimporto #x ation Unknown 4 2988.08 5410.916667 +Men shirts importoimporto #x ought Unknown 7 2667.92 5045.758333 +Women dresses amalgamalg #x bar Unknown 4 2549.27 4914.118333 +Women dresses amalgamalg #x ese Unknown 7 2307.00 4642.990833 +Women dresses amalgamalg #x eing Unknown 4 2204.15 4528.822500 +Men shirts importoimporto #x able Unknown 7 2880.34 5194.818333 +Men shirts importoimporto #x ese Unknown 5 3210.74 5492.817500 +Women dresses amalgamalg #x ation Unknown 4 2418.39 4690.890000 Men shirts importoimporto #x eing Unknown 4 2833.40 5074.076667 -Men shirts importoimporto #x eing Unknown 5 2356.88 5074.076667 -Men shirts importoimporto #x eing Unknown 5 765.86 2137.656667 +Women dresses amalgamalg #x bar Unknown 2 2692.79 4914.118333 Men shirts importoimporto #x eing Unknown 6 2854.62 5074.076667 -Men shirts importoimporto #x eing Unknown 7 3465.77 5074.076667 -Men shirts importoimporto #x ese Unknown 2 3307.78 5492.817500 -Men shirts importoimporto #x ese Unknown 3 2070.65 5492.817500 -Men shirts importoimporto #x ese Unknown 4 2784.11 5492.817500 -Men shirts importoimporto #x ese Unknown 5 3210.74 5492.817500 -Men shirts importoimporto #x ese Unknown 6 2691.33 5492.817500 -Men shirts importoimporto #x ese Unknown 6 853.37 2113.573333 -Men shirts importoimporto #x ese Unknown 7 3754.33 5492.817500 -Men shirts importoimporto #x ought Unknown 2 2253.70 5045.758333 -Men shirts importoimporto #x ought Unknown 3 3467.09 5045.758333 -Men shirts importoimporto #x ought Unknown 4 3544.97 5045.758333 +Women dresses amalgamalg #x eing Unknown 6 2314.71 4528.822500 Men shirts importoimporto #x ought Unknown 5 2834.94 5045.758333 -Men shirts importoimporto #x ought Unknown 6 2152.15 5045.758333 -Men shirts importoimporto #x ought Unknown 6 633.96 1908.056667 -Men shirts importoimporto #x ought Unknown 7 2667.92 5045.758333 -Women dresses amalgamalg #x able Unknown 1 2621.05 4507.240000 -Women dresses amalgamalg #x able Unknown 2 2082.54 4507.240000 -Women dresses amalgamalg #x able Unknown 3 1054.94 2337.278333 -Women dresses amalgamalg #x able Unknown 3 2706.15 4507.240000 -Women dresses amalgamalg #x able Unknown 4 1020.39 2337.278333 -Women dresses amalgamalg #x able Unknown 4 3082.17 4507.240000 -Women dresses amalgamalg #x able Unknown 5 1084.94 2337.278333 -Women dresses amalgamalg #x able Unknown 5 2891.95 4507.240000 -Women dresses amalgamalg #x able Unknown 6 1761.81 4507.240000 -Women dresses amalgamalg #x able Unknown 7 2302.21 4507.240000 -Women dresses amalgamalg #x ation Unknown 1 2797.07 4690.890000 -Women dresses amalgamalg #x ation Unknown 2 1102.89 2431.226667 -Women dresses amalgamalg #x ation Unknown 2 2192.31 4690.890000 -Women dresses amalgamalg #x ation Unknown 3 2751.11 4690.890000 -Women dresses amalgamalg #x ation Unknown 4 1064.70 2431.226667 -Women dresses amalgamalg #x ation Unknown 4 2418.39 4690.890000 Women dresses amalgamalg #x ation Unknown 5 2480.25 4690.890000 +Women dresses amalgamalg #x able Unknown 7 2302.21 4507.240000 Women dresses amalgamalg #x ation Unknown 6 2501.15 4690.890000 -Women dresses amalgamalg #x ation Unknown 7 1078.41 2431.226667 +Men shirts importoimporto #x ese Unknown 2 3307.78 5492.817500 +Men shirts importoimporto #x able Unknown 5 3016.43 5194.818333 +Men shirts importoimporto #x able Unknown 4 3040.23 5194.818333 +Women dresses amalgamalg #x eing Unknown 5 2420.31 4528.822500 +Women dresses amalgamalg #x ese Unknown 5 2535.80 4642.990833 +Women dresses amalgamalg #x ought Unknown 2 2521.70 4619.707500 +Men shirts importoimporto #x bar Unknown 3 2877.96 4973.509167 +Women dresses amalgamalg #x ese Unknown 3 2577.15 4642.990833 Women dresses amalgamalg #x ation Unknown 7 2637.27 4690.890000 -Women dresses amalgamalg #x bar Unknown 1 3284.93 4914.118333 -Women dresses amalgamalg #x bar Unknown 2 2692.79 4914.118333 -Women dresses amalgamalg #x bar Unknown 3 2451.51 4914.118333 -Women dresses amalgamalg #x bar Unknown 4 2549.27 4914.118333 +Men shirts importoimporto #x ation Unknown 1 3380.16 5410.916667 +Women dresses amalgamalg #x eing Unknown 7 2524.32 4528.822500 +Men shirts importoimporto #x bar Unknown 4 2986.70 4973.509167 +Women dresses amalgamalg #x ought Unknown 4 2648.80 4619.707500 +Men shirts importoimporto #x bar Unknown 7 3026.41 4973.509167 +Women dresses amalgamalg #x ation Unknown 3 2751.11 4690.890000 +Men shirts importoimporto #x bar Unknown 2 3073.45 4973.509167 +Men shirts importoimporto #x eing Unknown 3 3179.96 5074.076667 +Women dresses amalgamalg #x ation Unknown 1 2797.07 4690.890000 +Women dresses amalgamalg #x able Unknown 1 2621.05 4507.240000 +Women dresses amalgamalg #x ese Unknown 4 2808.36 4642.990833 +Women dresses amalgamalg #x bar Unknown 6 680.47 2506.963333 +Men shirts importoimporto #x ation Unknown 2 3591.65 5410.916667 +Women dresses amalgamalg #x able Unknown 3 2706.15 4507.240000 +Women dresses amalgamalg #x eing Unknown 2 773.08 2569.346667 +Men shirts importoimporto #x bar Unknown 6 3199.08 4973.509167 +Men shirts importoimporto #x ese Unknown 7 3754.33 5492.817500 Women dresses amalgamalg #x bar Unknown 5 3190.77 4914.118333 +Women dresses amalgamalg #x eing Unknown 2 2841.88 4528.822500 +Men shirts importoimporto #x able Unknown 6 3538.25 5194.818333 +Women dresses amalgamalg #x ese Unknown 6 3006.94 4642.990833 +Women dresses amalgamalg #x bar Unknown 1 3284.93 4914.118333 Women dresses amalgamalg #x bar Unknown 5 878.42 2506.963333 +Women dresses amalgamalg #x able Unknown 5 2891.95 4507.240000 +Men shirts importoimporto #x eing Unknown 7 3465.77 5074.076667 +Women dresses amalgamalg #x eing Unknown 3 964.29 2569.346667 Women dresses amalgamalg #x bar Unknown 6 3324.49 4914.118333 -Women dresses amalgamalg #x bar Unknown 6 680.47 2506.963333 -Women dresses amalgamalg #x bar Unknown 7 2428.75 4914.118333 -Women dresses amalgamalg #x eing Unknown 2 2841.88 4528.822500 -Women dresses amalgamalg #x eing Unknown 2 773.08 2569.346667 +Men shirts importoimporto #x ought Unknown 3 3467.09 5045.758333 +Women dresses amalgamalg #x ought Unknown 5 3049.25 4619.707500 Women dresses amalgamalg #x eing Unknown 3 2978.07 4528.822500 -Women dresses amalgamalg #x eing Unknown 3 964.29 2569.346667 -Women dresses amalgamalg #x eing Unknown 4 1317.08 2569.346667 -Women dresses amalgamalg #x eing Unknown 4 2204.15 4528.822500 +Men shirts importoimporto #x ought Unknown 4 3544.97 5045.758333 +Men shirts importoimporto #x bar Unknown 1 3490.62 4973.509167 +Men shirts importoimporto #x able Unknown 2 628.63 2095.470833 +Men shirts importoimporto #x eing Unknown 1 3628.21 5074.076667 +Women dresses amalgamalg #x able Unknown 4 3082.17 4507.240000 +Men shirts importoimporto #x eing Unknown 5 765.86 2137.656667 +Women dresses amalgamalg #x ation Unknown 4 1064.70 2431.226667 +Women dresses amalgamalg #x ought Unknown 3 991.89 2355.441667 Women dresses amalgamalg #x eing Unknown 5 1211.13 2569.346667 -Women dresses amalgamalg #x eing Unknown 5 2420.31 4528.822500 +Women dresses amalgamalg #x ation Unknown 7 1078.41 2431.226667 +Men shirts importoimporto #x ation Unknown 4 807.67 2141.060000 +Women dresses amalgamalg #x ation Unknown 2 1102.89 2431.226667 Women dresses amalgamalg #x eing Unknown 6 1247.86 2569.346667 -Women dresses amalgamalg #x eing Unknown 6 2314.71 4528.822500 -Women dresses amalgamalg #x eing Unknown 7 2524.32 4528.822500 -Women dresses amalgamalg #x ese Unknown 2 2146.52 4642.990833 +Women dresses amalgamalg #x able Unknown 4 1020.39 2337.278333 +Men shirts importoimporto #x able Unknown 7 780.91 2095.470833 Women dresses amalgamalg #x ese Unknown 2 904.34 2200.820833 -Women dresses amalgamalg #x ese Unknown 3 2577.15 4642.990833 -Women dresses amalgamalg #x ese Unknown 4 2808.36 4642.990833 -Women dresses amalgamalg #x ese Unknown 5 2535.80 4642.990833 -Women dresses amalgamalg #x ese Unknown 6 3006.94 4642.990833 -Women dresses amalgamalg #x ese Unknown 7 2307.00 4642.990833 -Women dresses amalgamalg #x ought Unknown 1 2065.94 4619.707500 -Women dresses amalgamalg #x ought Unknown 2 2521.70 4619.707500 -Women dresses amalgamalg #x ought Unknown 3 991.89 2355.441667 -Women dresses amalgamalg #x ought Unknown 4 2648.80 4619.707500 -Women dresses amalgamalg #x ought Unknown 5 3049.25 4619.707500 Women dresses amalgamalg #x ought Unknown 7 1061.87 2355.441667 -Women dresses amalgamalg #x ought Unknown 7 1926.67 4619.707500 +Women dresses amalgamalg #x able Unknown 3 1054.94 2337.278333 +Men shirts importoimporto #x ought Unknown 6 633.96 1908.056667 +Men shirts importoimporto #x ese Unknown 6 853.37 2113.573333 +Women dresses amalgamalg #x able Unknown 5 1084.94 2337.278333 +Women dresses amalgamalg #x eing Unknown 4 1317.08 2569.346667 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out index 2bf98abde5eb..ffd0d883997e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q93.sql.out @@ -3,6 +3,32 @@ -- !query schema struct -- !query output +213 NULL +287 NULL +458 NULL +1756 NULL +1990 NULL +2181 NULL +2571 NULL +2660 NULL +3640 NULL +4093 NULL +4572 NULL +4694 NULL +4842 NULL +4932 NULL +5667 NULL +6154 NULL +6437 NULL +6811 NULL +6948 NULL +7077 NULL +7476 NULL +7857 NULL +8694 NULL +9050 NULL +9125 NULL +9379 NULL 10225 NULL 11285 NULL 11603 NULL @@ -22,7 +48,6 @@ struct 17223 NULL 17229 NULL 17282 NULL -1756 NULL 17682 NULL 17759 NULL 17897 NULL @@ -30,15 +55,12 @@ struct 18453 NULL 18747 NULL 19219 NULL -1990 NULL 19915 NULL 20161 NULL 20214 NULL 20528 NULL -213 NULL 21523 NULL 21734 NULL -2181 NULL 21853 NULL 22206 NULL 23080 NULL @@ -49,11 +71,9 @@ struct 24652 NULL 25029 NULL 25169 NULL -2571 NULL 25757 NULL 25813 NULL 26587 NULL -2660 NULL 26842 NULL 26872 NULL 27004 NULL @@ -63,7 +83,6 @@ struct 28290 NULL 28325 NULL 28676 NULL -287 NULL 30145 NULL 31163 NULL 32195 NULL @@ -76,7 +95,6 @@ struct 35733 NULL 35859 NULL 36260 NULL -3640 NULL 36474 NULL 36488 NULL 37231 NULL @@ -85,21 +103,3 @@ struct 37770 NULL 37909 NULL 37936 NULL -4093 NULL -4572 NULL -458 NULL -4694 NULL -4842 NULL -4932 NULL -5667 NULL -6154 NULL -6437 NULL -6811 NULL -6948 NULL -7077 NULL -7476 NULL -7857 NULL -8694 NULL -9050 NULL -9125 NULL -9379 NULL diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out index 8f12bc9da734..ff0c9d9c8ac3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q99.sql.out @@ -3,6 +3,24 @@ -- !query schema struct120 days :bigint> -- !query output +NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 +NULL EXPRESS NY Metro 1274 1296 1286 0 0 +NULL EXPRESS North Midwest 1159 1329 1276 0 0 +NULL LIBRARY Mid Atlantic 941 978 948 0 0 +NULL LIBRARY NY Metro 886 1001 1009 0 0 +NULL LIBRARY North Midwest 917 943 991 0 0 +NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 +NULL NEXT DAY NY Metro 1271 1251 1291 0 0 +NULL NEXT DAY North Midwest 1199 1233 1273 0 0 +NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 +NULL OVERNIGHT NY Metro 979 993 1039 0 0 +NULL OVERNIGHT North Midwest 946 1016 905 0 0 +NULL REGULAR Mid Atlantic 933 994 997 0 0 +NULL REGULAR NY Metro 961 1022 1034 0 0 +NULL REGULAR North Midwest 893 921 949 0 0 +NULL TWO DAY Mid Atlantic 972 968 972 0 0 +NULL TWO DAY NY Metro 926 974 1004 0 0 +NULL TWO DAY North Midwest 941 921 981 0 0 Bad cards must make. EXPRESS Mid Atlantic 1270 1318 1281 0 0 Bad cards must make. EXPRESS NY Metro 1226 1287 1282 0 0 Bad cards must make. EXPRESS North Midwest 1208 1242 1294 0 0 @@ -75,21 +93,3 @@ Important issues liv REGULAR North Midwest 905 947 941 0 Important issues liv TWO DAY Mid Atlantic 954 982 944 0 0 Important issues liv TWO DAY NY Metro 844 972 1006 0 0 Important issues liv TWO DAY North Midwest 914 969 960 0 0 -NULL EXPRESS Mid Atlantic 1223 1314 1257 0 0 -NULL EXPRESS NY Metro 1274 1296 1286 0 0 -NULL EXPRESS North Midwest 1159 1329 1276 0 0 -NULL LIBRARY Mid Atlantic 941 978 948 0 0 -NULL LIBRARY NY Metro 886 1001 1009 0 0 -NULL LIBRARY North Midwest 917 943 991 0 0 -NULL NEXT DAY Mid Atlantic 1304 1264 1349 0 0 -NULL NEXT DAY NY Metro 1271 1251 1291 0 0 -NULL NEXT DAY North Midwest 1199 1233 1273 0 0 -NULL OVERNIGHT Mid Atlantic 965 989 967 0 0 -NULL OVERNIGHT NY Metro 979 993 1039 0 0 -NULL OVERNIGHT North Midwest 946 1016 905 0 0 -NULL REGULAR Mid Atlantic 933 994 997 0 0 -NULL REGULAR NY Metro 961 1022 1034 0 0 -NULL REGULAR North Midwest 893 921 949 0 0 -NULL TWO DAY Mid Atlantic 972 968 972 0 0 -NULL TWO DAY NY Metro 926 974 1004 0 0 -NULL TWO DAY North Midwest 941 921 981 0 0 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out index f83094cd79fc..2be92eb6c6fd 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q12.sql.out @@ -4,102 +4,102 @@ struct -- !query output AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 2742.60 3.71752049271988959 +AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 +AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 +AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 +AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 +AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 +AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 +AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 +AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 +AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 +AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 +AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 +AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 +AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 +AAAAAAAAIIPDAAAA Af Books arts 6.04 109.23 0.14805832546481205 +AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 +AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 +AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 1204.56 0.96896576161701511 -AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 AAAAAAAAACEBAAAA Prese Books business 15.17 17499.32 14.07671011122722390 -AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 -AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 -AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 -AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 84.80 0.06821436589719307 -AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 -AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 4258.84 5.77274300853758280 -AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 -AAAAAAAABINAAAAA Below invisi Books cooking 9.59 2547.42 4.94108336776198262 AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 7199.93 5.79172947469548681 AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 3702.38 2.97824886804775553 AAAAAAAABMDDAAAA Head facts resolve even. Characteristics put. Toxic, genuine officials shall not meet. Difficult chil Books business 3.85 333.90 0.26859406572019770 -AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 -AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 799.89 0.64344326813096418 AAAAAAAACEPBAAAA Long, married artists would see negative feelings. Emot Books business 1.73 2686.56 2.16110833543352603 -AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 -AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 4010.65 5.43632814268468795 -AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 1156.40 1.56746907962564002 -AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 6606.82 8.95536671104485559 AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 2431.81 1.95618369259968247 -AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 10391.81 14.08581879656219493 -AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 -AAAAAAAADGKAAAAA However small values Books entertainments 1.49 3795.87 5.82689298381830524 AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 2186.10 1.75853095858318118 -AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 8279.54 11.22269365576242786 -AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 351.78 0.47682832309815604 -AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 -AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 11699.92 15.85892669845522154 -AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 -AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 51.84 0.07026772491161638 AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 293.23 0.23587852018907928 -AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 -AAAAAAAAFCFBAAAA Golden estates meet as yet hands. About solid proteins used to tell. Once causal boots imagine frequently new elections; flexible, other ways find re Books arts 9.76 59.01 0.07998646695668369 -AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3319.89 2.67056829243434307 AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 347.70 0.27969498847233525 AAAAAAAAFNOCAAAA Wonderful systems ask also very parliamentary orders; british companies Books business 87.12 105.98 0.08525186907764766 -AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 -AAAAAAAAGENAAAAA Genera Books computers 2.84 4719.74 5.65041742962478323 AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 51.40 0.04134691517825146 -AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 -AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 625.65 0.84805173786560159 -AAAAAAAAGMBDAAAA Vulnerable b Books computers 0.58 31.86 0.03814241871540500 -AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 -AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 -AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1233.76 0.99245467062878442 AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1158.21 0.93168114063429225 -AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 1390.83 1.88523263577977249 -AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 -AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 -AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 13439.76 18.21723299687780329 -AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 -AAAAAAAAIIPDAAAA Af Books arts 6.04 109.23 0.14805832546481205 AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 10631.67 8.55227155045059691 -AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 868.50 1.17722837742551743 AAAAAAAAIKEAAAAA All Books business 9.44 2.07 0.00166513841282063 AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 1755.92 1.41248784629951947 -AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 -AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 17638.20 14.18842722367772123 -AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 -AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 -AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 -AAAAAAAAKKIAAAAA Naked, popular schemes campaign then offices. Underlying shares may join Books arts 79.28 1841.04 2.49548017498615384 AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 3867.73 3.11125883740036017 -AAAAAAAAKNBCAAAA Early, powerful towns add mainly english savings. Years assist then new, public colleagues. Things might encounter then right new features Books arts 6.89 365.60 0.49556096118223278 -AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 -AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 -AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 470.96 0.37884714343092037 AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 229.35 0.18449250965237300 -AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 AAAAAAAALPDCAAAA So small edges will understand currently in a things. New trains point usually systems. Years look growing questions. Different cases could sell just alive, late rules; big, large results will make Books business 4.12 6151.95 4.94871896558062371 -AAAAAAAAMIBCAAAA Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 25528.76 20.53570961723616143 AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 417.22 0.33561789787295863 -AAAAAAAAMJEAAAAA Local pro Books computers 1.04 843.52 1.00985226097986269 AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 633.16 0.50932320650314578 AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 11196.30 9.00646821809838136 +AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 822.69 0.98491482903253419 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 5663.04 6.77972513754196893 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 9320.46 11.15834550973583442 +AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 787.29 0.94253436379319530 +AAAAAAAAEMHAAAAA Boots recommend usually just local centres; c Books computers 7.56 765.23 0.91612439025704231 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 78.76 0.09429054921611104 +AAAAAAAAGENAAAAA Genera Books computers 2.84 4719.74 5.65041742962478323 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 2451.75 2.93520637430929718 +AAAAAAAAGMBDAAAA Vulnerable b Books computers 0.58 31.86 0.03814241871540500 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 2248.01 2.69129123340921512 +AAAAAAAAIGCEAAAA Concerned numbers can attempt now particular, white friends; un Books computers 3.38 1297.25 1.55305250089639473 +AAAAAAAAIGJAAAAA Probably terrible students may go. There whole issues get academic, soviet charts. Books computers 4.11 84.42 0.10106663490127088 +AAAAAAAAIILCAAAA At least low personnel might a Books computers 9.13 529.20 0.63355203967960847 +AAAAAAAAJBADAAAA Mean, good relations wake however strictly white possibilities. About aw Books computers 6.42 5473.02 6.55223541989283968 +AAAAAAAAJJGBAAAA Strangers gain officially enough labour problems. Overall systems may not help below lives. Heroes find just apparently generous couple Books computers 7.15 7846.40 9.39361814841662871 +AAAAAAAALCDAAAAA Clearly actual places would supply apparently only rats. Books computers 4.34 4611.20 5.52047461332314925 +AAAAAAAALDBBAAAA Mines should talk outside trees. Regular eyes encourage with an victims. Civil functions try actions. Movies fit secretly for a regions. Whole, imperial customs forget Books computers 7.44 5240.16 6.27345815617440878 +AAAAAAAAMJEAAAAA Local pro Books computers 1.04 843.52 1.00985226097986269 AAAAAAAAMMDEAAAA Women support almost Books computers 4.68 1401.06 1.67733261661661422 AAAAAAAAMNOBAAAA Scientific, young creditors might see for the alternativ Books computers 6.98 100.95 0.12085615722913166 AAAAAAAAMOHBAAAA Fortunately past rules mind respectively appropriate losses. Men must develop above the sources. Mere values lis Books computers 2.02 5603.38 6.70830088454256334 -AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 1151.28 0.92610654681745795 AAAAAAAANAJDAAAA Religious, delicious ways must a Books computers 7.07 14.55 0.01741908952633844 AAAAAAAANFJBAAAA Only old doors shall wear again. Earlier high minerals might not tell better persona Books computers 16.62 0.00 0.00000000000000000 AAAAAAAANHFDAAAA Easier strong operators could not break very; new, permanent animals Books computers 1.15 2953.07 3.53538080464221729 AAAAAAAAOBNDAAAA Levels undermine unfortunately efficient weeks Books computers 2.19 2853.36 3.41600916088474609 -AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5525.16 7.48920569005915013 -AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 AAAAAAAAPDLCAAAA Inc considerations should dare sales. Little, long chapters check better exciting employers. Still english unions could pull wrong shoes. Factors would kee Books computers 70.39 7100.08 8.50013258860240838 AAAAAAAAPJCCAAAA Strong, british horses may not choose less. Results will not carry harsh workers. False claims will want over labour increases. Co Books computers 1.05 7745.78 9.27315706332108410 AAAAAAAAPKOBAAAA Yet whole dealers p Books computers 3.63 2856.73 3.42004368540046846 AAAAAAAAPLIDAAAA Items look somewhat new designs. Patients should solve about a officers. Minutes can act still companies. About dangerous records will not run towa Books computers 1.43 86.09 0.10306593933487811 +AAAAAAAAABPAAAAA Particularly professional women may not tell never present, distant times. Current, only weeks could hurry quite appropriate months. Little attacks waste carefully never politi Books cooking 1.82 6350.52 12.31773667029379761 +AAAAAAAAAJNDAAAA Physical, political decis Books cooking 6.76 0.00 0.00000000000000000 +AAAAAAAABINAAAAA Below invisi Books cooking 9.59 2547.42 4.94108336776198262 +AAAAAAAABONAAAAA Gains cannot cross colourful, long individuals. Drily red difficulties may not say to a plans. Very different cases ta Books cooking 1.60 1388.77 2.69371691697749433 +AAAAAAAACBDCAAAA Well independent scores fight rare changes. Scottish rights would not give; implicit, modern services like yet. Conservative, effective yards should marry about a buildings. Valid, m Books cooking 0.50 381.18 0.73935281897901113 +AAAAAAAAGALAAAAA Great, only pages might not contribute so; small components require on a films. Times find apparently. So traditional sources find conditions. Gro Books cooking 3.40 2359.09 4.57579054967520691 +AAAAAAAAGMMCAAAA Chief countries leave actually rural, other fathers. Women discover very otherwise large ministers. Slow, envi Books cooking 7.35 13258.98 25.71767731724206153 +AAAAAAAAGOCAAAAA Historical, economic lights shall stand much big, odd proposals. Rather grateful branches ought to take. Northern, high miles must ask increasingly. Once chronic Books cooking 4.37 3383.64 6.56305097961629998 +AAAAAAAAKCCAAAAA Possible schools carry primarily dual rises; important meetings could continue other passengers. More scottish things might not fall orders. Right, unable expectati Books cooking 4.44 4158.51 8.06602154166642421 +AAAAAAAAKEJAAAAA Other, atlantic regions know fast. Li Books cooking 68.84 5439.00 10.54971399975560508 +AAAAAAAAKJGDAAAA International eyes might see sales. Joint universities must not hold somewhat with a days. Perfect, profitable trials ought to seem; even pale quantities Books cooking 0.94 5746.30 11.14576605199404918 +AAAAAAAALBKAAAAA Conditions used to test so for a spirits; open, royal provisions might not look approximate Books cooking 36.97 5238.71 10.16122306079420590 +AAAAAAAALIGAAAAA There superb accidents may strike individual results. Quiet, only forests drop as little unlikely towns. Observations can discern with a points. Substantial banks dest Books cooking 0.88 73.37 0.14231154921163242 +AAAAAAAAMIBCAAAA Views present rapidly in the relations. Average winners could fall double stations; also corresponding heroes promote direct, Books cooking 3.17 693.26 1.34467636099845023 +AAAAAAAAONGCAAAA Outcomes will become high wide, substantial clients. Sufficient, new resources weaken only over the moments. Of cour Books cooking 1.32 170.00 0.32973917631153757 AAAAAAAAPNFEAAAA Wooden, civil fingers keep great, possible scales. Police begin ago in common responsible times. Further open fathers can believe aga Books cooking 0.33 367.15 0.71213963872224130 +AAAAAAAAADBDAAAA Upper men used to give still different girls. Proposals subsidise famous nerves. C Books entertainments 2.21 701.28 1.07650776019518611 +AAAAAAAAAIKCAAAA Troubles must know wise indicators. Kinds enter technical, new doubts. Likely, annual eyes see equivalent payments. Both inadequate feelings decide ever initial Books entertainments 5.04 10130.68 15.55121440231315311 +AAAAAAAABGOBAAAA Japanese, long students may help very; there partial bombs must assess; intentions cannot execute most certain children; indeed necessary a Books entertainments 5.36 1174.34 1.80268383970399107 +AAAAAAAACIDAAAAA Millions might answer. Attractive rules might beat coloured volunteers. Scottis Books entertainments 3.51 4097.70 6.29022052383044450 +AAAAAAAADCOAAAAA Silly acres shall belong alike following, similar pairs. Respectively lucky newspapers shall dare. Also labour requirements can leave; pounds used to stay even only solicitors. Silver systems may de Books entertainments 75.74 613.76 0.94215919874714440 +AAAAAAAADGKAAAAA However small values Books entertainments 1.49 3795.87 5.82689298381830524 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out index be71d372a1d6..00c0b48d58e0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q14a.sql.out @@ -4,8 +4,10 @@ struct -- !query output NULL NULL NULL NULL 676277330.72 156486 +catalog NULL NULL NULL 236619691.58 46416 +catalog 1001001 NULL NULL 2607405.65 538 +catalog 1001001 1 NULL 2149627.78 438 catalog 1001001 1 1 1774540.60 357 -catalog 1001001 1 10 58833.49 13 catalog 1001001 1 2 30722.60 7 catalog 1001001 1 3 23530.44 4 catalog 1001001 1 4 59445.93 19 @@ -13,67 +15,59 @@ catalog 1001001 1 5 82476.56 17 catalog 1001001 1 7 23448.99 4 catalog 1001001 1 8 29097.56 3 catalog 1001001 1 9 67531.61 14 -catalog 1001001 1 NULL 2149627.78 438 -catalog 1001001 11 9 55380.48 6 -catalog 1001001 11 NULL 55380.48 6 -catalog 1001001 15 10 21285.61 6 -catalog 1001001 15 9 38597.60 7 -catalog 1001001 15 NULL 59883.21 13 +catalog 1001001 1 10 58833.49 13 +catalog 1001001 2 NULL 96241.18 23 catalog 1001001 2 2 14771.66 7 catalog 1001001 2 3 52805.60 11 catalog 1001001 2 5 28663.92 5 -catalog 1001001 2 NULL 96241.18 23 +catalog 1001001 3 NULL 100400.72 26 catalog 1001001 3 2 59802.44 15 catalog 1001001 3 4 35993.39 8 catalog 1001001 3 6 4604.89 3 -catalog 1001001 3 NULL 100400.72 26 +catalog 1001001 4 NULL 37755.87 10 catalog 1001001 4 2 6998.56 3 catalog 1001001 4 3 13742.38 4 catalog 1001001 4 4 17014.93 3 -catalog 1001001 4 NULL 37755.87 10 -catalog 1001001 5 10 38031.09 6 -catalog 1001001 5 9 22860.83 8 catalog 1001001 5 NULL 60891.92 14 -catalog 1001001 6 9 36688.23 6 +catalog 1001001 5 9 22860.83 8 +catalog 1001001 5 10 38031.09 6 catalog 1001001 6 NULL 36688.23 6 -catalog 1001001 9 6 10536.26 2 +catalog 1001001 6 9 36688.23 6 catalog 1001001 9 NULL 10536.26 2 -catalog 1001001 NULL NULL 2607405.65 538 -catalog 1001002 1 1 2838697.74 540 +catalog 1001001 9 6 10536.26 2 +catalog 1001001 11 NULL 55380.48 6 +catalog 1001001 11 9 55380.48 6 +catalog 1001001 15 NULL 59883.21 13 +catalog 1001001 15 9 38597.60 7 +catalog 1001001 15 10 21285.61 6 +catalog 1001002 NULL NULL 3212677.84 616 catalog 1001002 1 NULL 2838697.74 540 -catalog 1001002 12 1 11061.25 4 -catalog 1001002 12 NULL 11061.25 4 -catalog 1001002 2 1 54603.13 9 +catalog 1001002 1 1 2838697.74 540 catalog 1001002 2 NULL 54603.13 9 -catalog 1001002 3 1 84393.59 22 +catalog 1001002 2 1 54603.13 9 catalog 1001002 3 NULL 84393.59 22 -catalog 1001002 4 1 30191.97 7 +catalog 1001002 3 1 84393.59 22 catalog 1001002 4 NULL 30191.97 7 -catalog 1001002 6 1 29531.77 7 +catalog 1001002 4 1 30191.97 7 catalog 1001002 6 NULL 29531.77 7 -catalog 1001002 7 1 39480.72 9 +catalog 1001002 6 1 29531.77 7 catalog 1001002 7 NULL 39480.72 9 -catalog 1001002 8 1 100955.56 16 +catalog 1001002 7 1 39480.72 9 catalog 1001002 8 NULL 100955.56 16 -catalog 1001002 9 1 23762.11 2 +catalog 1001002 8 1 100955.56 16 catalog 1001002 9 NULL 23762.11 2 -catalog 1001002 NULL NULL 3212677.84 616 +catalog 1001002 9 1 23762.11 2 +catalog 1001002 12 NULL 11061.25 4 +catalog 1001002 12 1 11061.25 4 +catalog 1002001 NULL NULL 2944381.36 576 +catalog 1002001 1 NULL 158950.45 34 catalog 1002001 1 1 15087.29 4 catalog 1002001 1 2 36415.93 9 catalog 1002001 1 4 35758.47 6 catalog 1002001 1 5 39131.15 9 catalog 1002001 1 9 32557.61 6 -catalog 1002001 1 NULL 158950.45 34 -catalog 1002001 10 6 16600.75 5 -catalog 1002001 10 NULL 16600.75 5 -catalog 1002001 13 7 24703.21 6 -catalog 1002001 13 NULL 24703.21 6 -catalog 1002001 15 7 38785.06 4 -catalog 1002001 15 NULL 38785.06 4 -catalog 1002001 16 6 11507.67 3 -catalog 1002001 16 NULL 11507.67 3 +catalog 1002001 2 NULL 2549918.46 488 catalog 1002001 2 1 2223288.73 424 -catalog 1002001 2 10 36867.52 7 catalog 1002001 2 2 31029.10 3 catalog 1002001 2 3 78682.00 14 catalog 1002001 2 5 9423.72 2 @@ -81,25 +75,31 @@ catalog 1002001 2 6 15805.34 6 catalog 1002001 2 7 75237.60 14 catalog 1002001 2 8 27490.25 7 catalog 1002001 2 9 52094.20 11 -catalog 1002001 2 NULL 2549918.46 488 -catalog 1002001 3 2 12934.00 2 +catalog 1002001 2 10 36867.52 7 catalog 1002001 3 NULL 12934.00 2 +catalog 1002001 3 2 12934.00 2 +catalog 1002001 4 NULL 101141.63 21 catalog 1002001 4 1 31995.74 6 catalog 1002001 4 3 11114.07 6 catalog 1002001 4 4 42639.26 5 catalog 1002001 4 7 15392.56 4 -catalog 1002001 4 NULL 101141.63 21 -catalog 1002001 5 10 13668.96 6 -catalog 1002001 5 9 5987.59 3 catalog 1002001 5 NULL 19656.55 9 -catalog 1002001 7 7 10183.58 4 +catalog 1002001 5 9 5987.59 3 +catalog 1002001 5 10 13668.96 6 catalog 1002001 7 NULL 10183.58 4 -catalog 1002001 NULL NULL 2944381.36 576 -catalog 1002002 1 1 96287.16 15 +catalog 1002001 7 7 10183.58 4 +catalog 1002001 10 NULL 16600.75 5 +catalog 1002001 10 6 16600.75 5 +catalog 1002001 13 NULL 24703.21 6 +catalog 1002001 13 7 24703.21 6 +catalog 1002001 15 NULL 38785.06 4 +catalog 1002001 15 7 38785.06 4 +catalog 1002001 16 NULL 11507.67 3 +catalog 1002001 16 6 11507.67 3 +catalog 1002002 NULL NULL 2993082.50 599 catalog 1002002 1 NULL 96287.16 15 -catalog 1002002 2 1 2475280.76 504 +catalog 1002002 1 1 96287.16 15 catalog 1002002 2 NULL 2475280.76 504 -catalog 1002002 3 1 136271.89 24 +catalog 1002002 2 1 2475280.76 504 catalog 1002002 3 NULL 136271.89 24 -catalog 1002002 NULL NULL 2993082.50 599 -catalog NULL NULL NULL 236619691.58 46416 +catalog 1002002 3 1 136271.89 24 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out index f7da82f1fdbc..376754a7926a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q18a.sql.out @@ -3,6 +3,7 @@ -- !query schema struct -- !query output +NULL NULL NULL NULL 50.391714 101.930935 278.265210 51.344018 -234.720684 1958.093215 3.193346 AAAAAAAAAAACAAAA NULL NULL NULL 94.000000 215.350000 0.000000 96.900000 -219.960000 1988.000000 2.000000 AAAAAAAAAAAEAAAA NULL NULL NULL 85.000000 134.050000 1743.100000 40.210000 -2351.700000 1943.000000 2.000000 AAAAAAAAAAGBAAAA NULL NULL NULL 27.000000 43.140000 0.000000 14.230000 -18.900000 1971.000000 1.000000 @@ -102,4 +103,3 @@ AAAAAAAAAKNDAAAA NULL NULL NULL 48.000000 184.610000 0.000000 33.220000 -1399.20 AAAAAAAAALACAAAA NULL NULL NULL 43.000000 78.230000 0.000000 41.460000 -490.200000 1927.000000 6.000000 AAAAAAAAALFAAAAA NULL NULL NULL 4.000000 144.640000 0.000000 91.120000 11.680000 1989.000000 0.000000 AAAAAAAAALFEAAAA NULL NULL NULL 9.000000 262.690000 0.000000 97.190000 48.060000 1973.000000 2.000000 -NULL NULL NULL NULL 50.391714 101.930935 278.265210 51.344018 -234.720684 1958.093215 3.193346 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out index 2b8db14d285c..46579abfdb41 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q20.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output +AAAAAAAAOJGAAAAA NULL Books NULL NULL 2838.09 24.10978012204021058 AAAAAAAAAAKAAAAA Small, political activities help great, bad policies. Therefore square features provide on a machines. Rules make over me Books arts 2.42 6478.75 3.22881194173262173 -AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 -AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 -AAAAAAAAACEBAAAA Prese Books business 15.17 5628.92 3.58681153538552336 AAAAAAAAACKBAAAA Clinical, inc initiatives make specially according to a activities. Books arts 6.92 1806.72 0.90041429463510127 -AAAAAAAAADFAAAAA Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 -AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 AAAAAAAAAIJCAAAA Simply small grounds use exactly effects. Services could kill especially aware, large observers. Civil, relevant years ensure regulations; clear drawings realize actors. Products employ a Books arts 1.76 14302.11 7.12773660968142721 AAAAAAAAAJIAAAAA Joint, superior police would use through an restrictions. Buyers ought to contract generally in a efforts. Days cut also sure, frequent s Books arts 0.43 1094.80 0.54561502046056327 -AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 -AAAAAAAAAKGDAAAA Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 -AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 -AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 AAAAAAAABFHDAAAA Little days answer in a emotions; players touch. Books arts 2.58 6331.08 3.15521770527718569 AAAAAAAABHDCAAAA Minor heads close common children; recently strong firms provide. Useful, young men ought to create changes. Popular, common regulations might decide. Points fit. Obvious, glad officials Books arts 3.88 2596.68 1.29410633113768307 -AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 -AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 -AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 -AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 AAAAAAAACBACAAAA Remaining, main passengers go far sure men. Books arts 4.78 700.70 0.34920756744310987 -AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 -AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 -AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 -AAAAAAAACHOCAAAA Final governm Books computers 6.22 5102.98 2.69967102821577286 AAAAAAAACKDBAAAA Positions can win increasingly entire units. Unions used to exclude fairly afraid fans. National fields appear also ways. Great lips print new teachers. Constant, primary deaths expect a little Books arts 3.82 2828.38 1.40957856372876136 AAAAAAAACKEAAAAA Legs appear eventually soci Books arts 35.27 438.70 0.21863473645967218 AAAAAAAACMDCAAAA Black, powerful others go now years. Diverse orders might not mean away medium minutes; tight authorities ought to put however for the things Books arts 2.75 6743.51 3.36076027276764066 AAAAAAAACNEDAAAA Particularly labour stores get farmers. Hence true records see rel Books arts 6.89 9386.80 4.67809561021119408 -AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 -AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 AAAAAAAADCCDAAAA Glad users understand very almost original jobs. Towns can understand. Supreme, following days work by a parents; german, crucial weapons work sure; fair pictur Books arts 7.18 3375.52 1.68225649786722737 -AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 AAAAAAAADJFCAAAA Significant, preliminary boys can remain lightly more pale discussion Books arts 2.74 3316.75 1.65296731742105701 -AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 AAAAAAAADPCCAAAA Especially true items might supply particularly. Black, automatic words might develop post-war problems. Fresh, visible workers could not appe Books arts 4.23 4567.89 2.27649743862952351 -AAAAAAAAEANCAAAA Ye Books computers 9.75 1367.76 0.72359720115548277 -AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 AAAAAAAAEDKDAAAA Times live now to a sales. British years bring all financ Books arts 4.24 5014.90 2.49927362633145664 -AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 AAAAAAAAEGAEAAAA Far injuries pay so various arms. Courses could go anywhere universal possibilities; talks stand since mean, colonial scho Books arts 9.57 17491.20 8.71708206602101226 -AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 -AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 AAAAAAAAEPDDAAAA Services used to work most new provi Books arts 2.84 481.44 0.23993505247582534 AAAAAAAAEPKAAAAA Here political studies give once at the qu Books arts 1.78 2562.67 1.27715678158903148 AAAAAAAAFBMBAAAA Years light glasses. Contemporary members might detect even drawings. Private instructions ought to expect well main streets. Children will say well; usually young members ought to ensure enough. Books arts 4.78 1718.83 0.85661259190558089 AAAAAAAAFCKCAAAA Brilliant, acceptable resources might not pick as. Positive, married parties support only strongly impossible needs. Photogra Books arts 2.44 2958.33 1.47434169115737864 -AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 -AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 -AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 -AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 AAAAAAAAGAKAAAAA Especially early girls glance however specific, relevant steps. Financial worlds telephone most dark gains. Warm, outdoor devices defend besides. Unions must not say narrow powers; individual ti Books arts 8.96 2310.78 1.15162246709888599 -AAAAAAAAGENAAAAA Genera Books computers 2.84 950.58 0.50289307149966282 -AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 AAAAAAAAGFHBAAAA Contemporary occasions provide she Books arts 1.75 11988.75 5.97482834905606309 -AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 AAAAAAAAGHOBAAAA Fully existing proceedings could not tak Books arts 8.66 2402.76 1.19746250142658293 -AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 AAAAAAAAGOKBAAAA Othe Books arts 60.94 2242.14 1.11741437885956095 -AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 -AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 AAAAAAAAHPNCAAAA Correct, certain humans cut Books arts 37.98 6152.65 3.06629362042079337 -AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 AAAAAAAAIAOAAAAA Professional circumstances could live else others. Symptoms can see very leaves. Just personal institutions used to go. Capable workers used to play then able police. Books arts 2.40 2219.11 1.10593692734219999 -AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 AAAAAAAAIEPCAAAA New, popular years should think. Shareholders speak also friends; special members could not identify social eyes; indoors full Books arts 0.91 5462.06 2.72212456947097570 AAAAAAAAIHKBAAAA Very historic arms may happen even able exis Books arts 9.19 8280.09 4.12654500800630737 -AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 AAAAAAAAIIPDAAAA Af Books arts 6.04 4695.48 2.34008441384012204 -AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 AAAAAAAAIJGAAAAA Then western animals could teach somewhere. Today waiting servants confuse Books arts 4.10 1589.42 0.79211858405227299 +AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 +AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 +AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 +AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 +AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 +AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 +AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 +AAAAAAAAOPKCAAAA Less imp Books arts 9.12 1511.60 0.75333546303268856 +AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 +AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 +AAAAAAAAABMBAAAA Situations retain; units might sit operations; girls shall make. Ca Books business 3.16 905.62 0.57707131433309368 +AAAAAAAAACEBAAAA Prese Books business 15.17 5628.92 3.58681153538552336 +AAAAAAAAADFAAAAA Satisfactory, technical shadows get. Lexical structures would not blame. Only hard Books business 78.25 9249.55 5.89391795177852370 +AAAAAAAAAKBDAAAA Essential students change even despite a powers. General connections will not maximi Books business 3.10 1162.52 0.74077090207648690 +AAAAAAAAANHCAAAA High ministers should not remove for a stations. Certain, linear weeks might not ask so from a improvements. Lakes must not implement f Books business 4.80 504.32 0.32135841218664098 +AAAAAAAABIPBAAAA Ultimate, other objects might not install good Books business 2.57 2399.32 1.52887386089715148 +AAAAAAAABKACAAAA Total pp. accept with a questions; able, generous a Books business 5.25 6380.42 4.06567584129895272 +AAAAAAAACDBCAAAA Tiny years could run too above tough volumes. New germans must not leave as possible sales; inj Books business 1.22 5339.66 3.40249178937285726 +AAAAAAAACDIBAAAA Small results would go colours; sexual agencies ought to assure moreover unique premises; then complex provisions use often normal windows. Better educational girls should not believe however struct Books business 9.78 566.04 0.36068709476944452 +AAAAAAAACEACAAAA Other, direct letters ought to make from a ways. British, large men could not work a Books business 0.48 9562.96 6.09362635113491478 +AAAAAAAACPODAAAA Cells stay economic, thin members. Soon special conservatives solve to the figu Books business 2.93 13212.32 8.41903984871073990 +AAAAAAAADHNCAAAA Originally major industries matter mediterranean bodies. Cases should not Books business 45.06 303.70 0.19352107745297205 +AAAAAAAADNDDAAAA Clear, harsh police used to include large, appropriate plans. Prices could produce more. There white weapons expect directly free conclusions. Responsibl Books business 4.57 3220.52 2.05215179571565872 +AAAAAAAAEICAAAAA Cases include proudly without a columns. Solid, pre Books business 2.42 7199.25 4.58744358529242360 +AAAAAAAAEILDAAAA Bad, able systems shall fall else. Nuclear, economic ways put in an paths. Serious, labour women must not muster however. Wide new readers ought to help Books business 1.36 1349.33 0.85980834850055574 +AAAAAAAAFGJCAAAA Secondary, red structures may seek eyes. High true titles should make now junior fat thoughts. Partly excellent authorities receive direct, net parties. Parents look most also other issues. Empty, con Books business 8.59 3655.68 2.32944067310925542 +AAAAAAAAFLMDAAAA Significantly relevant colleges extract knowingly broad investors. Entire members stay. Mediterranean legs would cut on the knees. Forthcoming, particular students u Books business 4.81 1809.71 1.15316769534875882 +AAAAAAAAGFDCAAAA Particularly medieval blocks would not find slightly with a carers. Years respond about at a sec Books business 6.00 318.24 0.20278613002513607 +AAAAAAAAGONBAAAA Ever top offers might struggle far, automatic men. Long-term, long goods dare however; new, other gr Books business 2.30 1639.26 1.04455502609667095 +AAAAAAAAIBKDAAAA Hundreds drop nearly unacceptable accidents. Then strong methods tell large unions. Short companies should help so. Moves shall not set later chief problems. R Books business 0.78 1490.85 0.94998649430610268 +AAAAAAAAIINDAAAA Frames can park highly parents. White ma Books business 6.97 4313.52 2.74862376692441227 +AAAAAAAAIJECAAAA Difficult, royal units put particularly significant, other plans. Essential, contemporary journals will need players. Alternatively parental Books business 4.34 2268.00 1.44519527054112814 AAAAAAAAIJJCAAAA Euro Books business 3.01 4889.34 3.11554278838957647 AAAAAAAAIKEAAAAA All Books business 9.44 182.52 0.11630380986735745 AAAAAAAAIPADAAAA Orders go into the documents. Social, existing specialists will seem twice associated wishes. Finally nation Books business 5.15 242.88 0.15476588505689118 -AAAAAAAAJJDBAAAA Problems compete with a sets. Interesting, automatic pounds tell complete hills. Books arts 1.20 18501.43 9.22054997077062390 AAAAAAAAJMEDAAAA Personal, significant activities agree only by a couples. Elaborate aut Books business 3.06 85.26 0.05432863702219426 AAAAAAAAKAJDAAAA Short neighbours implement innocently tiny titles. Briefly simple years should not tell potentially successful, whole years. Orange workers carry; home hot feet l Books business 4.43 4949.49 3.15387104920220824 AAAAAAAAKAKAAAAA Still urban stages shall not take for a legs. Other, holy demands pay further young, positive numbers. A little criminal i Books business 7.68 9959.06 6.34602575442474761 -AAAAAAAAKGBAAAAA Light moments cannot date following sy Books arts 5.60 9688.12 4.82826433323382554 -AAAAAAAAKICDAAAA Wet, concerned representatives get up to a owners. Necessary, like Books arts 1.89 10823.82 5.39426266967615446 AAAAAAAAKMAAAAAA Plans consult interested, light boys. Selective, other problems create scientific, young parties. Sufficient speakers might not kiss too social, basic interests. Dual, other times s Books business 0.19 910.16 0.57996425371945026 AAAAAAAALDFAAAAA Hands may not allow only in a lands; linear, other pubs say; social, precise women identify for a patients. Preferences develop alone now rich motives. Ever good tas Books business 3.68 1816.45 1.15746249963599303 AAAAAAAALGBBAAAA Modern records retain about there civil plans. Social bodies survive. Great, living losses bother late, coherent others. About british sports ought to use cautiously from Books business 1.94 1252.09 0.79784591988176417 AAAAAAAAMALDAAAA Here final difficulties would not comply just legal good motives. Enough sensitive things could not spend obviously with a systems. In pu Books business 91.76 356.85 0.22738885903553861 -AAAAAAAAMFFAAAAA Communities used to relocate clearly strange, new walls; european, rich championships make current depths. Sure studies may reflect only instinctively old forces. Foreign, diverse Books arts 8.22 3557.07 1.77273549582540718 AAAAAAAAMIGCAAAA Carefully physical hotels must put together; similar details cannot appreciate by a standards. Rates can break m Books business 6.63 562.96 0.35872448390821583 AAAAAAAAMIMCAAAA About likely houses like international members. Final, relevant birds answer after the paintings. Hungry, personal days borrow tiny, primary resources. As social relations could choose quite also Books business 0.77 2889.22 1.84104368586985813 AAAAAAAAMKHAAAAA Unions shall see enough over true attitudes; of course full variable Books business 8.90 15263.90 9.72632984568462335 AAAAAAAAMKNDAAAA Special, clear elements would buy at a games. Things should spot today strange, only devices. Armies should like at a patients. Hands could perform simply narrow values. N Books business 1.28 1069.76 0.68166318016493705 AAAAAAAANACBAAAA New teachers might demand never assets. Deeply bright ministers make generally never prime imports. Odd writings step common readers; talks take young, r Books business 2.95 3975.16 2.53301694516943162 -AAAAAAAANIBAAAAA Beneath decent wives write t Books arts 2.72 2235.93 1.11431950374350313 -AAAAAAAAOJGAAAAA NULL Books NULL NULL 2838.09 24.10978012204021058 -AAAAAAAAOJJCAAAA Troops take only, right dogs. Briefly genuine eyes used to provide mutually coming, just parents. Too social services shall feel only rec Books arts 6.40 2193.52 1.09318364969003904 -AAAAAAAAOKPBAAAA Just good settings must not make; payments assure to a bishops. Principal, sorry amounts would safeguard very so other leaders; tory, substantial stairs m Books arts 2.60 5632.64 2.80713645309370395 -AAAAAAAAOPKCAAAA Less imp Books arts 9.12 1511.60 0.75333546303268856 AAAAAAAAPDNAAAAA Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Books business 5.20 3545.37 2.25914989255661352 AAAAAAAAPEKCAAAA Alone countries must use so old, international functions. Only public cases see in a words. Normal methods forget even communist changes; technical numbers convert either natu Books business 4.67 3899.62 2.48488200216384220 AAAAAAAAPGDBAAAA Certainly remaining flowers can wonder then just significant papers; places secure below as a bombs. Other, domestic members must allow very polite thi Books business 0.60 12462.77 7.94141810486854299 AAAAAAAAPHJAAAAA Possibly great customs suit close looks. Capable, frequent processes shall pass possible dangers; hard, private words act measures. Mysterious, acceptable fac Books business 6.64 6141.24 3.91326763812081030 -AAAAAAAAPIEBAAAA Main cheeks must put Books arts 0.45 13.44 0.00669808720770001 -AAAAAAAAPLLDAAAA Old eyes could not give later issues. Claims might Books arts 9.00 4957.73 2.47078183721953629 +AAAAAAAAAALDAAAA Forward liable funds may not end from time to time local, domestic chiefs. Major, well-known newspapers can regain together new, white conclusions. Very vital employees can draw Books computers 17.54 588.01 0.31107971446118868 +AAAAAAAAAHKDAAAA Decisions play actually exclusive activities. Well assistant e Books computers 8.77 1619.66 0.85686190766178952 +AAAAAAAAAKGDAAAA Tonnes could use slowly off a servants. Initial letters must walk now companies; rapid, previous towns put here large, prime needs. Historical, negative grou Books computers 0.19 3319.10 1.75593047782883172 +AAAAAAAAAOBCAAAA Years should try in line with a conditions. Pp. spend well evenings. Other, afraid sides speculate at a years. Options ought to know leading, app Books computers 5.23 8468.08 4.47993726030935293 +AAAAAAAABHEEAAAA Subjects may remain officials. Forward, straight objects used to see wh Books computers 6.97 13658.40 7.22581447933997625 +AAAAAAAABLMBAAAA External improvements effect so tough words. Great roads cause quickly popular, black stories. Clearly white members might ask enough details. Min Books computers 31.74 4154.04 2.19764557925946194 +AAAAAAAACHOCAAAA Final governm Books computers 6.22 5102.98 2.69967102821577286 +AAAAAAAACOHDAAAA Left, important sports shall get on an specialists. Overall, e Books computers 3.56 14321.37 7.57655089248998094 +AAAAAAAAEANCAAAA Ye Books computers 9.75 1367.76 0.72359720115548277 +AAAAAAAAEAPAAAAA Just distinct children think individuals; popular arguments develop here cautious methods; appropriate children might beat. Proper, empirical hundreds fall oth Books computers 4.01 328.50 0.17378902773847465 +AAAAAAAAEDMAAAAA Books understand. Principles produce just at a premises. Years Books computers 44.48 188.86 0.09991414240087770 +AAAAAAAAFEEAAAAA Capital, united feelings paint only things. Greatly financial economies should not pay somewhere soviet necessary armies; educational concepts mus Books computers 3.83 812.19 0.42967948383230359 +AAAAAAAAFLFEAAAA Social weeks may hope. However parental objects shall get just potential logical stations. Agreements attend on a arms; circa real reforms may interpret dogs. T Books computers 2.06 449.61 0.23786083641246755 +AAAAAAAAGENAAAAA Genera Books computers 2.84 950.58 0.50289307149966282 +AAAAAAAAGHCBAAAA Hundreds would meet regardless german, foreign scien Books computers 9.77 1969.60 1.04199351304018166 +AAAAAAAAGNGBAAAA Brilliant, massive prisons take still national others. Only northern guidelines go right by the lips. General, spiritual walls shall reach in a languages. British nations eat substantial polici Books computers 3.42 377.26 0.19958492725910791 +AAAAAAAAHPADAAAA Used, young sizes take requirements. Electoral, standard stones worry still private scenes. Major, still bedrooms say all once effective years. Long new moments will own after the Books computers 9.19 690.90 0.36551244829379646 +AAAAAAAAIAMAAAAA Alone walls mus Books computers 2.00 4530.16 2.39662740304331304 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out index b2bcc8585485..c9a985370b69 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -ableationprieing NULL NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x NULL NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses NULL 445.99583333333334 -ableationprieing amalgamalg #x dresses Women 445.99583333333334 -antibareingantiought NULL NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x NULL NULL 445.4065040650407 -antibareingantiought importoimporto #x shirts Men 445.4065040650407 -antibareingantiought importoimporto #x shirts NULL 445.4065040650407 -ationantibarationought NULL NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x NULL NULL 445.4190871369295 -ationantibarationought univmaxi #x pools NULL 445.4190871369295 -ationantibarationought univmaxi #x pools Sports 445.4190871369295 -ationationprin st NULL NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x NULL NULL 435.5102880658436 -ationationprin st amalgexporti #x newborn Children 435.5102880658436 -ationationprin st amalgexporti #x newborn NULL 435.5102880658436 -ationbarn stableought NULL NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 -ationbarn stableought corpbrand #x rugs Home 444.09274193548384 -ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 ationbarn station NULL NULL NULL 430.3577235772358 ationbarn station amalgbrand #x NULL NULL 430.3577235772358 -ationbarn station amalgbrand #x bathroom Home 430.3577235772358 ationbarn station amalgbrand #x bathroom NULL 430.3577235772358 -ationeingation NULL NULL NULL 443.78225806451616 -ationeingation amalgexporti #x NULL NULL 443.78225806451616 -ationeingation amalgexporti #x newborn Children 443.78225806451616 -ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationbarn station amalgbrand #x bathroom Home 430.3577235772358 ationoughtn stn st NULL NULL NULL 435.26506024096386 ationoughtn stn st edu packimporto #x NULL NULL 435.26506024096386 -ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 ationoughtn stn st edu packimporto #x sports-apparel NULL 435.26506024096386 +ationoughtn stn st edu packimporto #x sports-apparel Men 435.26506024096386 +ationationprin st NULL NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x NULL NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn NULL 435.5102880658436 +ationationprin st amalgexporti #x newborn Children 435.5102880658436 +oughtcallyn stantiought NULL NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 +oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 callyesebaration NULL NULL NULL 437.3943089430894 callyesebaration namelesscorp #x NULL NULL 437.3943089430894 -callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 callyesebaration namelesscorp #x mens watch NULL 437.3943089430894 -eingableableationought NULL NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x NULL NULL 444.7142857142857 -eingableableationought amalgimporto #x accessories Men 444.7142857142857 -eingableableationought amalgimporto #x accessories NULL 444.7142857142857 -eseationcallyableought NULL NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 -eseationcallyableought importoexporti #x infants Children 444.5443548387097 -eseationcallyableought importoexporti #x infants NULL 444.5443548387097 -n stbarought NULL NULL NULL 440.31474103585657 -n stbarought corpbrand #x NULL NULL 440.31474103585657 -n stbarought corpbrand #x rugs Home 440.31474103585657 -n stbarought corpbrand #x rugs NULL 440.31474103585657 +callyesebaration namelesscorp #x mens watch Jewelry 437.3943089430894 +n stprieingationought NULL NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 +priationn stn st NULL NULL NULL 439.096 +priationn stn st importoscholar #x NULL NULL 439.096 +priationn stn st importoscholar #x country NULL 439.096 +priationn stn st importoscholar #x country Music 439.096 n stcallyableoughtought NULL NULL NULL 439.71836734693875 n stcallyableoughtought amalgimporto #x NULL NULL 439.71836734693875 -n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 n stcallyableoughtought amalgimporto #x accessories NULL 439.71836734693875 -n stcallyesepriought NULL NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 -n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 -n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 -n steseantiation NULL NULL NULL 445.33196721311475 -n steseantiation univmaxi #x NULL NULL 445.33196721311475 -n steseantiation univmaxi #x pools NULL 445.33196721311475 -n steseantiation univmaxi #x pools Sports 445.33196721311475 +n stcallyableoughtought amalgimporto #x accessories Men 439.71836734693875 +n stbarought NULL NULL NULL 440.31474103585657 +n stbarought corpbrand #x NULL NULL 440.31474103585657 +n stbarought corpbrand #x rugs NULL 440.31474103585657 +n stbarought corpbrand #x rugs Home 440.31474103585657 n stn stantioughtought NULL NULL NULL 440.92857142857144 n stn stantioughtought exportimaxi #x NULL NULL 440.92857142857144 -n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 n stn stantioughtought exportimaxi #x computers NULL 440.92857142857144 -n stprieingationought NULL NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x NULL NULL 439.06477732793525 -n stprieingationought namelesscorp #x mens watch Jewelry 439.06477732793525 -n stprieingationought namelesscorp #x mens watch NULL 439.06477732793525 +n stn stantioughtought exportimaxi #x computers Books 440.92857142857144 +n stcallyesepriought NULL NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x NULL NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical NULL 441.54183266932273 +n stcallyesepriought edu packscholar #x classical Music 441.54183266932273 +priantiationation NULL NULL NULL 441.6707317073171 +priantiationation importoimporto #x NULL NULL 441.6707317073171 +priantiationation importoimporto #x shirts NULL 441.6707317073171 +priantiationation importoimporto #x shirts Men 441.6707317073171 oughtbarantiese NULL NULL NULL 441.7459677419355 oughtbarantiese exportiedu pack #x NULL NULL 441.7459677419355 oughtbarantiese exportiedu pack #x kids NULL 441.7459677419355 oughtbarantiese exportiedu pack #x kids Shoes 441.7459677419355 oughtbarprin st NULL NULL NULL 442.0734693877551 oughtbarprin st edu packscholar #x NULL NULL 442.0734693877551 -oughtbarprin st edu packscholar #x classical Music 442.0734693877551 oughtbarprin st edu packscholar #x classical NULL 442.0734693877551 -oughtcallyn stantiought NULL NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x NULL NULL 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings Jewelry 436.49402390438246 -oughtcallyn stantiought corpcorp #x rings NULL 436.49402390438246 -oughtn stprin st NULL NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 -oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtbarprin st edu packscholar #x classical Music 442.0734693877551 +ationeingation NULL NULL NULL 443.78225806451616 +ationeingation amalgexporti #x NULL NULL 443.78225806451616 +ationeingation amalgexporti #x newborn NULL 443.78225806451616 +ationeingation amalgexporti #x newborn Children 443.78225806451616 +ationbarn stableought NULL NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x NULL NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs NULL 444.09274193548384 +ationbarn stableought corpbrand #x rugs Home 444.09274193548384 +eseationcallyableought NULL NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x NULL NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants NULL 444.5443548387097 +eseationcallyableought importoexporti #x infants Children 444.5443548387097 +eingableableationought NULL NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x NULL NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories NULL 444.7142857142857 +eingableableationought amalgimporto #x accessories Men 444.7142857142857 +n steseantiation NULL NULL NULL 445.33196721311475 +n steseantiation univmaxi #x NULL NULL 445.33196721311475 +n steseantiation univmaxi #x pools NULL 445.33196721311475 +n steseantiation univmaxi #x pools Sports 445.33196721311475 +antibareingantiought NULL NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x NULL NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts NULL 445.4065040650407 +antibareingantiought importoimporto #x shirts Men 445.4065040650407 +ationantibarationought NULL NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x NULL NULL 445.4190871369295 +ationantibarationought univmaxi #x pools NULL 445.4190871369295 +ationantibarationought univmaxi #x pools Sports 445.4190871369295 oughtpricallybarought NULL NULL NULL 445.4859437751004 oughtpricallybarought edu packexporti #x NULL NULL 445.4859437751004 -oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 oughtpricallybarought edu packexporti #x school-uniforms NULL 445.4859437751004 -priantiationation NULL NULL NULL 441.6707317073171 -priantiationation importoimporto #x NULL NULL 441.6707317073171 -priantiationation importoimporto #x shirts Men 441.6707317073171 -priantiationation importoimporto #x shirts NULL 441.6707317073171 -priationn stn st NULL NULL NULL 439.096 -priationn stn st importoscholar #x NULL NULL 439.096 -priationn stn st importoscholar #x country Music 439.096 -priationn stn st importoscholar #x country NULL 439.096 +oughtpricallybarought edu packexporti #x school-uniforms Children 445.4859437751004 +ableationprieing NULL NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x NULL NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses NULL 445.99583333333334 +ableationprieing amalgamalg #x dresses Women 445.99583333333334 pribarpribarought NULL NULL NULL 446.0408163265306 pribarpribarought edu packimporto #x NULL NULL 446.0408163265306 -pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 pribarpribarought edu packimporto #x sports-apparel NULL 446.0408163265306 +pribarpribarought edu packimporto #x sports-apparel Men 446.0408163265306 +oughtn stprin st NULL NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x NULL NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo NULL 447.26666666666665 +oughtn stprin st exportiamalgamalg #x stereo Electronics 447.26666666666665 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out index d846dee069b4..0bb140f01635 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q22a.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -antiableableought NULL NULL NULL 444.6460905349794 -antiableableought importoamalgamalg #x NULL NULL 444.6460905349794 -antiableableought importoamalgamalg #x monitors Electronics 444.6460905349794 -antiableableought importoamalgamalg #x monitors NULL 444.6460905349794 +n stbarcallyationought NULL NULL NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x NULL NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x rock NULL 432.05668016194335 +n stbarcallyationought amalgscholar #x rock Music 432.05668016194335 antiablen stcally NULL NULL NULL 436.2570281124498 antiablen stcally univbrand #x NULL NULL 436.2570281124498 -antiablen stcally univbrand #x jewelry boxes Jewelry 436.2570281124498 antiablen stcally univbrand #x jewelry boxes NULL 436.2570281124498 -antiableprin st NULL NULL NULL 446.7966804979253 -antiableprin st edu packimporto #x NULL NULL 446.7966804979253 -antiableprin st edu packimporto #x sports-apparel Men 446.7966804979253 -antiableprin st edu packimporto #x sports-apparel NULL 446.7966804979253 +antiablen stcally univbrand #x jewelry boxes Jewelry 436.2570281124498 antiantiableeseought NULL NULL NULL 436.5587044534413 antiantiableeseought exportiexporti #x NULL NULL 436.5587044534413 -antiantiableeseought exportiexporti #x toddlers Children 436.5587044534413 antiantiableeseought exportiexporti #x toddlers NULL 436.5587044534413 -antin stn stanti NULL NULL NULL 447.3801652892562 -antin stn stanti amalgamalg #x NULL NULL 447.3801652892562 -antin stn stanti amalgamalg #x dresses NULL 447.3801652892562 -antin stn stanti amalgamalg #x dresses Women 447.3801652892562 -antioughtantically NULL NULL NULL 446.96356275303646 -antioughtantically corpnameless #x NULL NULL 446.96356275303646 -antioughtantically corpnameless #x football NULL 446.96356275303646 -antioughtantically corpnameless #x football Sports 446.96356275303646 -antioughtcallyantiought NULL NULL NULL 446.714859437751 -antioughtcallyantiought edu packamalgamalg #x NULL NULL 446.714859437751 -antioughtcallyantiought edu packamalgamalg #x automotive Electronics 446.714859437751 -antioughtcallyantiought edu packamalgamalg #x automotive NULL 446.714859437751 +antiantiableeseought exportiexporti #x toddlers Children 436.5587044534413 +n stcallyn stationought NULL NULL NULL 436.85258964143424 +n stcallyn stationought exportischolar #x NULL NULL 436.85258964143424 +n stcallyn stationought exportischolar #x pop NULL 436.85258964143424 +n stcallyn stationought exportischolar #x pop Music 436.85258964143424 ationantiableationought NULL NULL NULL 438.133064516129 ationantiableationought amalgscholar #x NULL NULL 438.133064516129 -ationantiableationought amalgscholar #x rock Music 438.133064516129 ationantiableationought amalgscholar #x rock NULL 438.133064516129 +ationantiableationought amalgscholar #x rock Music 438.133064516129 +n stcallyesepriought NULL NULL NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x NULL NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x classical NULL 438.5609756097561 +n stcallyesepriought edu packscholar #x classical Music 438.5609756097561 +oughteingoughtn st NULL NULL NULL 441.2685950413223 +oughteingoughtn st importobrand #x NULL NULL 441.2685950413223 +oughteingoughtn st importobrand #x costume NULL 441.2685950413223 +oughteingoughtn st importobrand #x costume Jewelry 441.2685950413223 +prieingeseantiought NULL NULL NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x NULL NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x cooking NULL 441.76446280991735 +prieingeseantiought amalgunivamalg #x cooking Books 441.76446280991735 ationationpribarought NULL NULL NULL 442.0413223140496 ationationpribarought scholarmaxi #x NULL NULL 442.0413223140496 -ationationpribarought scholarmaxi #x history Books 442.0413223140496 ationationpribarought scholarmaxi #x history NULL 442.0413223140496 -ationn steingantiought NULL NULL NULL 446.5860655737705 -ationn steingantiought edu packcorp #x NULL NULL 446.5860655737705 -ationn steingantiought edu packcorp #x bracelets Jewelry 446.5860655737705 -ationn steingantiought edu packcorp #x bracelets NULL 446.5860655737705 +ationationpribarought scholarmaxi #x history Books 442.0413223140496 +n stpribarought NULL NULL NULL 442.2154471544715 +n stpribarought edu packexporti #x NULL NULL 442.2154471544715 +n stpribarought edu packexporti #x school-uniforms NULL 442.2154471544715 +n stpribarought edu packexporti #x school-uniforms Children 442.2154471544715 +pricallyantiese NULL NULL NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x NULL NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x cameras NULL 442.7408906882591 +pricallyantiese amalgunivamalg #x cameras Electronics 442.7408906882591 +n stoughtoughtbarought NULL NULL NULL 443.9625 +n stoughtoughtbarought amalgscholar #x NULL NULL 443.9625 +n stoughtoughtbarought amalgscholar #x rock NULL 443.9625 +n stoughtoughtbarought amalgscholar #x rock Music 443.9625 +antiableableought NULL NULL NULL 444.6460905349794 +antiableableought importoamalgamalg #x NULL NULL 444.6460905349794 +antiableableought importoamalgamalg #x monitors NULL 444.6460905349794 +antiableableought importoamalgamalg #x monitors Electronics 444.6460905349794 +prieseoughtable NULL NULL NULL 445.2704918032787 +prieseoughtable exportischolar #x NULL NULL 445.2704918032787 +prieseoughtable exportischolar #x pop NULL 445.2704918032787 +prieseoughtable exportischolar #x pop Music 445.2704918032787 ationpribarought NULL NULL NULL 445.5301204819277 ationpribarought amalgunivamalg #x NULL NULL 445.5301204819277 -ationpribarought amalgunivamalg #x cameras Electronics 445.5301204819277 ationpribarought amalgunivamalg #x cameras NULL 445.5301204819277 -n stbarcallyationought NULL NULL NULL 432.05668016194335 -n stbarcallyationought amalgscholar #x NULL NULL 432.05668016194335 -n stbarcallyationought amalgscholar #x rock Music 432.05668016194335 -n stbarcallyationought amalgscholar #x rock NULL 432.05668016194335 -n stcallyesepriought NULL NULL NULL 438.5609756097561 -n stcallyesepriought edu packscholar #x NULL NULL 438.5609756097561 -n stcallyesepriought edu packscholar #x classical Music 438.5609756097561 -n stcallyesepriought edu packscholar #x classical NULL 438.5609756097561 -n stcallyn stationought NULL NULL NULL 436.85258964143424 -n stcallyn stationought exportischolar #x NULL NULL 436.85258964143424 -n stcallyn stationought exportischolar #x pop Music 436.85258964143424 -n stcallyn stationought exportischolar #x pop NULL 436.85258964143424 +ationpribarought amalgunivamalg #x cameras Electronics 445.5301204819277 n stn stesebarought NULL NULL NULL 445.90763052208837 n stn stesebarought importoexporti #x NULL NULL 445.90763052208837 -n stn stesebarought importoexporti #x infants Children 445.90763052208837 n stn stesebarought importoexporti #x infants NULL 445.90763052208837 -n stoughtoughtbarought NULL NULL NULL 443.9625 -n stoughtoughtbarought amalgscholar #x NULL NULL 443.9625 -n stoughtoughtbarought amalgscholar #x rock Music 443.9625 -n stoughtoughtbarought amalgscholar #x rock NULL 443.9625 -n stpribarbarought NULL NULL NULL 446.316 -n stpribarbarought edu packbrand #x NULL NULL 446.316 -n stpribarbarought edu packbrand #x estate Jewelry 446.316 -n stpribarbarought edu packbrand #x estate NULL 446.316 -n stpribarought NULL NULL NULL 442.2154471544715 -n stpribarought edu packexporti #x NULL NULL 442.2154471544715 -n stpribarought edu packexporti #x school-uniforms Children 442.2154471544715 -n stpribarought edu packexporti #x school-uniforms NULL 442.2154471544715 +n stn stesebarought importoexporti #x infants Children 445.90763052208837 +prioughtanticallyought NULL NULL NULL 445.9596774193548 +prioughtanticallyought importoexporti #x NULL NULL 445.9596774193548 +prioughtanticallyought importoexporti #x infants NULL 445.9596774193548 +prioughtanticallyought importoexporti #x infants Children 445.9596774193548 oughtationpriantiought NULL NULL NULL 445.96385542168673 oughtationpriantiought exportiedu pack #x NULL NULL 445.96385542168673 oughtationpriantiought exportiedu pack #x kids NULL 445.96385542168673 oughtationpriantiought exportiedu pack #x kids Shoes 445.96385542168673 -oughteingoughtn st NULL NULL NULL 441.2685950413223 -oughteingoughtn st importobrand #x NULL NULL 441.2685950413223 -oughteingoughtn st importobrand #x costume Jewelry 441.2685950413223 -oughteingoughtn st importobrand #x costume NULL 441.2685950413223 priantioughtantiought NULL NULL NULL 446.1795918367347 priantioughtantiought importomaxi #x NULL NULL 446.1795918367347 -priantioughtantiought importomaxi #x business Books 446.1795918367347 priantioughtantiought importomaxi #x business NULL 446.1795918367347 -pricallyantiese NULL NULL NULL 442.7408906882591 -pricallyantiese amalgunivamalg #x NULL NULL 442.7408906882591 -pricallyantiese amalgunivamalg #x cameras Electronics 442.7408906882591 -pricallyantiese amalgunivamalg #x cameras NULL 442.7408906882591 -prieingeseantiought NULL NULL NULL 441.76446280991735 -prieingeseantiought amalgunivamalg #x NULL NULL 441.76446280991735 -prieingeseantiought amalgunivamalg #x cooking Books 441.76446280991735 -prieingeseantiought amalgunivamalg #x cooking NULL 441.76446280991735 -prieseoughtable NULL NULL NULL 445.2704918032787 -prieseoughtable exportischolar #x NULL NULL 445.2704918032787 -prieseoughtable exportischolar #x pop Music 445.2704918032787 -prieseoughtable exportischolar #x pop NULL 445.2704918032787 -prioughtanticallyought NULL NULL NULL 445.9596774193548 -prioughtanticallyought importoexporti #x NULL NULL 445.9596774193548 -prioughtanticallyought importoexporti #x infants Children 445.9596774193548 -prioughtanticallyought importoexporti #x infants NULL 445.9596774193548 +priantioughtantiought importomaxi #x business Books 446.1795918367347 +n stpribarbarought NULL NULL NULL 446.316 +n stpribarbarought edu packbrand #x NULL NULL 446.316 +n stpribarbarought edu packbrand #x estate NULL 446.316 +n stpribarbarought edu packbrand #x estate Jewelry 446.316 +ationn steingantiought NULL NULL NULL 446.5860655737705 +ationn steingantiought edu packcorp #x NULL NULL 446.5860655737705 +ationn steingantiought edu packcorp #x bracelets NULL 446.5860655737705 +ationn steingantiought edu packcorp #x bracelets Jewelry 446.5860655737705 +antioughtcallyantiought NULL NULL NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x NULL NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x automotive NULL 446.714859437751 +antioughtcallyantiought edu packamalgamalg #x automotive Electronics 446.714859437751 +antiableprin st NULL NULL NULL 446.7966804979253 +antiableprin st edu packimporto #x NULL NULL 446.7966804979253 +antiableprin st edu packimporto #x sports-apparel NULL 446.7966804979253 +antiableprin st edu packimporto #x sports-apparel Men 446.7966804979253 +antioughtantically NULL NULL NULL 446.96356275303646 +antioughtantically corpnameless #x NULL NULL 446.96356275303646 +antioughtantically corpnameless #x football NULL 446.96356275303646 +antioughtantically corpnameless #x football Sports 446.96356275303646 +antin stn stanti NULL NULL NULL 447.3801652892562 +antin stn stanti amalgamalg #x NULL NULL 447.3801652892562 +antin stn stanti amalgamalg #x dresses NULL 447.3801652892562 +antin stn stanti amalgamalg #x dresses Women 447.3801652892562 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out index 4737016797e8..b0048ffec29a 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q27a.sql.out @@ -3,6 +3,7 @@ -- !query schema struct -- !query output +NULL NULL 1 50.4370611183355 76.398134 189.691785 38.623488 AAAAAAAAAAACAAAA NULL 1 34.5 130.885000 0.000000 77.175000 AAAAAAAAAAACAAAA TN 0 34.5 130.885000 0.000000 77.175000 AAAAAAAAAAAEAAAA NULL 1 36.0 62.585000 0.000000 42.275000 @@ -102,4 +103,3 @@ AAAAAAAAABKCAAAA TN 0 58.333333333333336 93.456667 0.000000 35.980000 AAAAAAAAABLBAAAA NULL 1 95.33333333333333 77.573333 566.673333 28.976667 AAAAAAAAABLBAAAA TN 0 95.33333333333333 77.573333 566.673333 28.976667 AAAAAAAAABLCAAAA NULL 1 70.0 161.630000 0.000000 82.430000 -NULL NULL 1 50.4370611183355 76.398134 189.691785 38.623488 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out index c2b23fc3803f..d30872ba73d3 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35.sql.out @@ -18,11 +18,11 @@ NULL F D 6 1 6.0 6 6 0 1 0.0 0 0 6 1 6.0 6 6 NULL F D 6 1 6.0 6 6 5 1 5.0 5 5 4 1 4.0 4 4 NULL F M 0 1 0.0 0 0 0 1 0.0 0 0 3 1 3.0 3 3 NULL F M 0 1 0.0 0 0 3 1 3.0 3 3 6 1 6.0 6 6 +NULL F M 1 2 1.0 1 2 1 2 1.0 1 2 0 2 0.0 0 0 NULL F M 1 1 1.0 1 1 2 1 2.0 2 2 4 1 4.0 4 4 NULL F M 1 1 1.0 1 1 3 1 3.0 3 3 3 1 3.0 3 3 NULL F M 1 1 1.0 1 1 4 1 4.0 4 4 2 1 2.0 2 2 NULL F M 1 1 1.0 1 1 6 1 6.0 6 6 2 1 2.0 2 2 -NULL F M 1 2 1.0 1 2 1 2 1.0 1 2 0 2 0.0 0 0 NULL F M 2 1 2.0 2 2 1 1 1.0 1 1 0 1 0.0 0 0 NULL F M 2 1 2.0 2 2 5 1 5.0 5 5 4 1 4.0 4 4 NULL F M 3 1 3.0 3 3 0 1 0.0 0 0 4 1 4.0 4 4 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out index 1a9017fcbe59..80d719dad2a6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q35a.sql.out @@ -73,9 +73,9 @@ NULL F W 4 1 4.0 4 4 4 1 4.0 4 4 4 1 4.0 4 4 NULL F W 5 1 5.0 5 5 0 1 0.0 0 0 1 1 1.0 1 1 NULL F W 5 1 5.0 5 5 4 1 4.0 4 4 2 1 2.0 2 2 NULL F W 6 1 6.0 6 6 0 1 0.0 0 0 6 1 6.0 6 6 +NULL F W 6 2 6.0 6 12 2 2 2.0 2 4 6 2 6.0 6 12 NULL F W 6 1 6.0 6 6 3 1 3.0 3 3 2 1 2.0 2 2 NULL F W 6 1 6.0 6 6 5 1 5.0 5 5 5 1 5.0 5 5 -NULL F W 6 2 6.0 6 12 2 2 2.0 2 4 6 2 6.0 6 12 NULL M D 0 1 0.0 0 0 1 1 1.0 1 1 4 1 4.0 4 4 NULL M D 0 1 0.0 0 0 3 1 3.0 3 3 0 1 0.0 0 0 NULL M D 1 1 1.0 1 1 4 1 4.0 4 4 5 1 5.0 5 5 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out index ed1594f63f00..f8bebc70f6e6 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q36a.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output --0.26589148220819283218 NULL camcorders 0 12 --0.27064424572443175872 NULL archery 0 11 --0.27508678304500224336 Home NULL 0 17 --0.28539122306143442168 NULL semi-precious 0 10 --0.34005050656417290867 NULL dresses 0 9 --0.39744598372518447806 Home lighting 0 16 --0.40245262346372099670 Books mystery 0 17 --0.40366859037486696971 Jewelry diamonds 0 17 --0.40542576815272145614 Jewelry custom 0 16 --0.40793159422928459857 Books science 0 16 +-0.43462724506000000000 NULL NULL 2 1 +-0.44572554799000000000 Electronics NULL 1 1 +-0.43905844421000000000 Children NULL 1 2 +-0.43537480144000000000 Home NULL 1 3 +-0.43513489630000000000 Sports NULL 1 4 +-0.43478698929000000000 Shoes NULL 1 5 +-0.43393697805000000000 Men NULL 1 6 +-0.43281415543000000000 Books NULL 1 7 +-0.43278560834000000000 Women NULL 1 8 +-0.42883926079000000000 Jewelry NULL 1 9 +-0.42839677731000000000 Music NULL 1 10 -0.40836402008000000000 NULL NULL 1 11 --0.41124201443701810288 NULL glassware 0 8 --0.41212458162913484759 NULL womens 0 7 --0.41251547672854467533 Jewelry mens watch 0 15 --0.41260353474281855969 Jewelry jewelry boxes 0 14 --0.41310850453072551485 Books reference 0 15 --0.41495404146284130562 NULL NULL 0 6 --0.41613781444454454986 Home bathroom 0 15 --0.41679680505477792423 Home furniture 0 14 --0.41751153877909731108 Jewelry costume 0 13 --0.41789640560157945271 Electronics memory 0 16 --0.41960622296567551769 Home mattresses 0 13 +-0.57506229781958116689 NULL swimwear 0 1 +-0.52477558789270398353 NULL pants 0 2 +-0.51634800723316361608 NULL sports-apparel 0 3 +-0.49701734380944367559 NULL flatware 0 4 -0.42115697861057938103 NULL scanners 0 5 --0.42129274488855599877 Home flatware 0 12 --0.42138982555517437187 Books travel 0 14 --0.42207950104662553973 Jewelry earings 0 12 --0.42360559890474258839 Men shirts 0 4 --0.42522226098880617297 Books fiction 0 13 --0.42695086400137496396 Books sports 0 12 --0.42748482637369844882 Electronics cameras 0 15 --0.42776698070726368847 Books history 0 11 --0.42779157418952820742 Electronics televisions 0 14 --0.42839677731000000000 Music NULL 1 10 --0.42883926079000000000 Jewelry NULL 1 9 +-0.41495404146284130562 NULL NULL 0 6 +-0.41212458162913484759 NULL womens 0 7 +-0.41124201443701810288 NULL glassware 0 8 +-0.34005050656417290867 NULL dresses 0 9 +-0.28539122306143442168 NULL semi-precious 0 10 +-0.27064424572443175872 NULL archery 0 11 +-0.26589148220819283218 NULL camcorders 0 12 +-0.49313849125801216327 Books NULL 0 1 +-0.45905963240510827926 Books self-help 0 2 +-0.45361415486337503032 Books romance 0 3 +-0.45309723975037373700 Books parenting 0 4 +-0.45242850294146098803 Books home repair 0 5 +-0.43981106600973008332 Books arts 0 6 +-0.43771696562800042599 Books computers 0 7 +-0.43617080023918784688 Books entertainments 0 8 +-0.43351068602360130689 Books business 0 9 -0.42933247849990414591 Books cooking 0 10 --0.42956478115982797323 Electronics dvd/vcr players 0 13 --0.42960552582644072429 Home glassware 0 11 --0.42973592140259967603 Jewelry pendants 0 11 --0.43006222255725822329 Electronics disk drives 0 12 --0.43075457486338446118 Jewelry estate 0 10 +-0.42776698070726368847 Books history 0 11 +-0.42695086400137496396 Books sports 0 12 +-0.42522226098880617297 Books fiction 0 13 +-0.42138982555517437187 Books travel 0 14 +-0.41310850453072551485 Books reference 0 15 +-0.40793159422928459857 Books science 0 16 +-0.40245262346372099670 Books mystery 0 17 +-0.51972874082540593735 Children NULL 0 1 +-0.44395496111990127625 Children infants 0 2 +-0.44116627613556820101 Children toddlers 0 3 +-0.43938912464753373228 Children newborn 0 4 -0.43153443572803164724 Children school-uniforms 0 5 --0.43278560834000000000 Women NULL 1 8 --0.43281415543000000000 Books NULL 1 7 --0.43340689540104111843 Jewelry rings 0 9 --0.43351068602360130689 Books business 0 9 --0.43393697805000000000 Men NULL 1 6 --0.43452651037695847067 Jewelry loose stones 0 8 --0.43462724506000000000 NULL NULL 2 1 --0.43463136229782141649 Jewelry birdal 0 7 --0.43478698929000000000 Shoes NULL 1 5 --0.43513489630000000000 Sports NULL 1 4 --0.43537480144000000000 Home NULL 1 3 +-0.48111115518133356447 Electronics scanners 0 1 +-0.47476243999949568098 Electronics wireless 0 2 +-0.46881366722199291834 Electronics musical 0 3 +-0.45964361686942834850 Electronics audio 0 4 +-0.45928545493036909637 Electronics portable 0 5 +-0.45766868256713105910 Electronics automotive 0 6 +-0.45059679325892113822 Electronics personal 0 7 +-0.44658684174291725928 Electronics karoke 0 8 +-0.44475849078129724089 Electronics camcorders 0 9 +-0.44243449730184029928 Electronics stereo 0 10 -0.43563339425082642263 Electronics monitors 0 11 --0.43569052857862351541 Jewelry bracelets 0 6 --0.43591436770437870970 Men pants 0 3 --0.43617080023918784688 Books entertainments 0 8 +-0.43006222255725822329 Electronics disk drives 0 12 +-0.42956478115982797323 Electronics dvd/vcr players 0 13 +-0.42779157418952820742 Electronics televisions 0 14 +-0.42748482637369844882 Electronics cameras 0 15 +-0.41789640560157945271 Electronics memory 0 16 +-0.45820671158324357422 Home wallpaper 0 1 +-0.45812351000722227211 Home rugs 0 2 +-0.45390886610438835872 Home blinds/shades 0 3 +-0.45080477272002672886 Home tables 0 4 +-0.45000581608953359374 Home bedding 0 5 +-0.44442920947055918169 Home paint 0 6 +-0.44290016028385165797 Home kids 0 7 +-0.44195666541862319401 Home decor 0 8 +-0.44027000033489061489 Home curtains/drapes 0 9 -0.43673314302002928611 Home accent 0 10 --0.43752822100984156811 Jewelry NULL 0 5 --0.43771696562800042599 Books computers 0 7 --0.43790091133376661791 Men accessories 0 2 +-0.42960552582644072429 Home glassware 0 11 +-0.42129274488855599877 Home flatware 0 12 +-0.41960622296567551769 Home mattresses 0 13 +-0.41679680505477792423 Home furniture 0 14 +-0.41613781444454454986 Home bathroom 0 15 +-0.39744598372518447806 Home lighting 0 16 +-0.27508678304500224336 Home NULL 0 17 +-0.48202255658119515719 Jewelry consignment 0 1 +-0.45292311445740197686 Jewelry gold 0 2 +-0.44226642074734303189 Jewelry womens watch 0 3 -0.43895803630934707802 Jewelry semi-precious 0 4 --0.43905844421000000000 Children NULL 1 2 --0.43938912464753373228 Children newborn 0 4 --0.43981106600973008332 Books arts 0 6 --0.44027000033489061489 Home curtains/drapes 0 9 +-0.43752822100984156811 Jewelry NULL 0 5 +-0.43569052857862351541 Jewelry bracelets 0 6 +-0.43463136229782141649 Jewelry birdal 0 7 +-0.43452651037695847067 Jewelry loose stones 0 8 +-0.43340689540104111843 Jewelry rings 0 9 +-0.43075457486338446118 Jewelry estate 0 10 +-0.42973592140259967603 Jewelry pendants 0 11 +-0.42207950104662553973 Jewelry earings 0 12 +-0.41751153877909731108 Jewelry costume 0 13 +-0.41260353474281855969 Jewelry jewelry boxes 0 14 +-0.41251547672854467533 Jewelry mens watch 0 15 +-0.40542576815272145614 Jewelry custom 0 16 +-0.40366859037486696971 Jewelry diamonds 0 17 -0.44073645117906210945 Men sports-apparel 0 1 --0.44116627613556820101 Children toddlers 0 3 --0.44195666541862319401 Home decor 0 8 --0.44226642074734303189 Jewelry womens watch 0 3 --0.44243449730184029928 Electronics stereo 0 10 --0.44290016028385165797 Home kids 0 7 --0.44395496111990127625 Children infants 0 2 --0.44442920947055918169 Home paint 0 6 --0.44475849078129724089 Electronics camcorders 0 9 --0.44572554799000000000 Electronics NULL 1 1 --0.44658684174291725928 Electronics karoke 0 8 --0.45000581608953359374 Home bedding 0 5 --0.45059679325892113822 Electronics personal 0 7 --0.45080477272002672886 Home tables 0 4 --0.45242850294146098803 Books home repair 0 5 --0.45292311445740197686 Jewelry gold 0 2 --0.45309723975037373700 Books parenting 0 4 --0.45361415486337503032 Books romance 0 3 --0.45390886610438835872 Home blinds/shades 0 3 --0.45766868256713105910 Electronics automotive 0 6 --0.45812351000722227211 Home rugs 0 2 --0.45820671158324357422 Home wallpaper 0 1 --0.45905963240510827926 Books self-help 0 2 --0.45928545493036909637 Electronics portable 0 5 --0.45964361686942834850 Electronics audio 0 4 --0.46881366722199291834 Electronics musical 0 3 --0.47476243999949568098 Electronics wireless 0 2 --0.48111115518133356447 Electronics scanners 0 1 --0.48202255658119515719 Jewelry consignment 0 1 --0.49313849125801216327 Books NULL 0 1 --0.49701734380944367559 NULL flatware 0 4 --0.51634800723316361608 NULL sports-apparel 0 3 --0.51972874082540593735 Children NULL 0 1 --0.52477558789270398353 NULL pants 0 2 --0.57506229781958116689 NULL swimwear 0 1 +-0.43790091133376661791 Men accessories 0 2 +-0.43591436770437870970 Men pants 0 3 +-0.42360559890474258839 Men shirts 0 4 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out index 265bc2adc5f4..65b3b2d98ca1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q47.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -Children 1999 2 4650.438333 1734.45 2341.19 2720.78 -Children 1999 2 4955.241667 2326.67 2746.99 3097.63 -Children 1999 2 5109.654167 2550.30 4039.10 2685.10 -Children 1999 2 5238.357500 2462.96 3808.48 3221.70 +Men 1999 3 5492.817500 2070.65 3307.78 2784.11 +Music 1999 2 5134.238333 1740.21 4401.89 2721.61 +Music 1999 4 5463.700833 2091.07 3391.39 3095.31 +Music 1999 7 5552.305000 2226.34 4081.99 7573.33 +Music 1999 2 5463.700833 2268.27 4139.47 3391.39 +Men 1999 7 5176.257500 1993.73 3542.54 5764.35 Children 1999 3 5185.898333 2019.69 3479.21 2982.05 -Children 1999 4 4955.241667 2395.57 3097.63 2230.80 -Children 1999 4 5109.654167 2574.12 2685.10 2672.73 +Shoes 1999 6 5152.095833 2077.67 3123.43 2368.73 +Men 1999 3 5501.180833 2453.88 2683.70 2615.32 Children 1999 4 5238.357500 2232.03 3221.70 3649.52 -Children 1999 4 5280.662500 2625.99 3301.62 4331.44 -Children 1999 5 4586.298333 1982.77 2837.74 2643.58 -Children 1999 5 4955.241667 2230.80 2395.57 3003.89 -Children 1999 5 5018.279167 2458.03 3467.53 2683.61 -Children 1999 7 4566.775833 1879.57 3400.62 6244.92 -Children 1999 7 4586.298333 1814.46 2643.58 6423.18 -Children 1999 7 5109.654167 2410.24 2916.46 6558.23 +Shoes 1999 5 4698.612500 1703.27 2687.15 2757.83 +Music 1999 7 5318.146667 2346.06 3483.88 7658.62 +Music 1999 2 5622.227500 2657.68 4207.03 3543.82 Children 1999 7 5280.662500 2324.79 3003.61 5961.39 -Men 1999 2 4909.460833 2116.43 3187.20 3356.64 -Men 1999 2 5045.758333 2253.70 4158.86 3467.09 +Children 1999 2 4650.438333 1734.45 2341.19 2720.78 +Shoes 1999 4 4537.635833 1623.33 2928.34 1905.23 +Women 1999 4 4507.417500 1596.92 2865.38 2665.75 +Men 1999 6 5045.758333 2152.15 2834.94 2667.92 +Men 1999 4 5501.180833 2615.32 2453.88 2874.96 +Shoes 1999 3 5296.089167 2410.44 2685.85 3821.39 Men 1999 2 5194.818333 2333.43 2765.75 2674.91 +Music 1999 2 4565.600000 1727.16 3895.09 2606.58 +Music 1999 5 5539.308333 2704.16 3862.34 3960.90 +Shoes 1999 4 4690.577500 1855.85 3524.69 3050.34 Men 1999 2 5501.180833 2683.70 4304.21 2453.88 -Men 1999 2 5632.736667 2916.43 3847.05 3202.87 +Women 1999 2 4123.600833 1306.40 2876.61 2238.71 +Music 1999 5 5090.105000 2281.80 2488.24 3304.75 +Shoes 1999 2 4755.535833 1951.00 3949.06 2767.05 +Men 1999 6 5492.817500 2691.33 3210.74 3754.33 +Men 1999 2 4909.460833 2116.43 3187.20 3356.64 +Men 1999 2 5045.758333 2253.70 4158.86 3467.09 +Shoes 1999 7 5152.095833 2368.73 2077.67 7543.60 Men 1999 3 4979.361667 2201.00 3110.55 3118.30 -Men 1999 3 4989.301667 2318.98 2618.89 3315.77 -Men 1999 3 5410.916667 2672.68 3591.65 2988.08 -Men 1999 3 5492.817500 2070.65 3307.78 2784.11 -Men 1999 3 5501.180833 2453.88 2683.70 2615.32 +Children 1999 2 5238.357500 2462.96 3808.48 3221.70 Men 1999 4 4909.460833 2136.23 3356.64 3046.51 +Children 1999 7 4586.298333 1814.46 2643.58 6423.18 Men 1999 4 5170.369167 2407.58 3086.77 2492.73 +Shoes 1999 7 4392.186667 1630.14 2755.91 6185.73 +Shoes 1999 5 4940.227500 2187.55 2894.91 3018.65 Men 1999 4 5176.257500 2424.94 4285.78 3286.20 -Men 1999 4 5492.817500 2784.11 2070.65 3210.74 -Men 1999 4 5501.180833 2615.32 2453.88 2874.96 +Women 1999 6 4507.240000 1761.81 2891.95 2302.21 +Men 1999 3 5410.916667 2672.68 3591.65 2988.08 +Men 1999 5 5410.916667 2677.81 2988.08 2881.34 Men 1999 4 5632.736667 2901.64 3202.87 3447.78 +Children 1999 5 4955.241667 2230.80 2395.57 3003.89 Men 1999 5 5074.076667 2356.88 2833.40 2854.62 -Men 1999 5 5170.369167 2492.73 2407.58 3288.94 -Men 1999 5 5410.916667 2677.81 2988.08 2881.34 -Men 1999 5 5501.180833 2874.96 2615.32 3714.00 -Men 1999 6 4764.596667 2150.16 3284.27 3475.17 -Men 1999 6 4989.301667 2357.82 3363.58 3142.81 -Men 1999 6 5045.758333 2152.15 2834.94 2667.92 -Men 1999 6 5492.817500 2691.33 3210.74 3754.33 -Men 1999 7 5176.257500 1993.73 3542.54 5764.35 -Music 1999 1 5335.908333 2796.97 13360.68 3413.22 -Music 1999 2 4565.600000 1727.16 3895.09 2606.58 +Men 1999 2 5632.736667 2916.43 3847.05 3202.87 +Shoes 1999 3 4865.288333 2151.76 3212.91 3768.25 +Men 1999 4 5492.817500 2784.11 2070.65 3210.74 +Shoes 1999 7 5296.089167 2591.12 3012.98 6254.36 +Shoes 1999 5 4873.510833 2170.98 2302.76 3236.50 +Shoes 1999 2 4940.227500 2239.16 3495.29 2563.93 +Children 1999 7 5109.654167 2410.24 2916.46 6558.23 +Women 1999 7 4574.742500 1881.03 2345.66 6036.28 +Women 1999 7 4619.707500 1926.67 3528.98 5162.15 +Children 1999 7 4566.775833 1879.57 3400.62 6244.92 +Music 1999 6 5622.227500 2943.26 3643.42 3847.77 +Music 1999 4 4962.650000 2283.77 3210.01 2539.84 Music 1999 2 4962.650000 2284.23 3250.69 3210.01 -Music 1999 2 5090.105000 2550.48 3702.29 2966.36 -Music 1999 2 5134.238333 1740.21 4401.89 2721.61 +Men 1999 5 5170.369167 2492.73 2407.58 3288.94 +Men 1999 3 4989.301667 2318.98 2618.89 3315.77 +Music 1999 4 5318.146667 2651.96 2989.10 3649.76 Music 1999 2 5318.146667 2656.31 3419.77 2989.10 -Music 1999 2 5463.700833 2268.27 4139.47 3391.39 -Music 1999 2 5484.789167 2903.45 3410.13 3024.86 -Music 1999 2 5622.227500 2657.68 4207.03 3543.82 -Music 1999 3 4004.448333 1456.84 2438.63 2790.03 -Music 1999 3 4934.504167 2322.89 3197.76 2280.93 -Music 1999 3 5539.308333 2973.01 3069.18 3862.34 +Shoes 1999 6 4805.401667 2149.56 2686.70 3098.25 +Children 1999 4 5280.662500 2625.99 3301.62 4331.44 Music 1999 4 4934.504167 2280.93 2322.89 2421.13 -Music 1999 4 4962.650000 2283.77 3210.01 2539.84 -Music 1999 4 5079.182500 2520.64 3233.50 3079.89 -Music 1999 4 5090.105000 2488.24 2966.36 2281.80 -Music 1999 4 5318.146667 2651.96 2989.10 3649.76 -Music 1999 4 5463.700833 2091.07 3391.39 3095.31 -Music 1999 5 5090.105000 2281.80 2488.24 3304.75 -Music 1999 5 5539.308333 2704.16 3862.34 3960.90 -Music 1999 5 5552.305000 2985.49 3241.69 4081.99 -Music 1999 6 5622.227500 2943.26 3643.42 3847.77 -Music 1999 7 5318.146667 2346.06 3483.88 7658.62 Music 1999 7 5335.908333 2684.15 3543.33 7540.94 -Music 1999 7 5552.305000 2226.34 4081.99 7573.33 Shoes 1999 2 4698.612500 2058.86 3191.74 2812.15 -Shoes 1999 2 4755.535833 1951.00 3949.06 2767.05 -Shoes 1999 2 4940.227500 2239.16 3495.29 2563.93 -Shoes 1999 2 5296.089167 2685.85 4235.44 2410.44 +Shoes 1999 5 4745.295833 2109.27 3203.82 2737.82 +Shoes 1999 5 4537.635833 1905.23 1623.33 3170.58 +Men 1999 6 4989.301667 2357.82 3363.58 3142.81 +Children 1999 2 4955.241667 2326.67 2746.99 3097.63 +Men 1999 5 5501.180833 2874.96 2615.32 3714.00 +Shoes 1999 7 4873.510833 2256.56 3236.50 6245.37 Shoes 1999 3 4676.749167 2060.29 3273.67 2610.86 -Shoes 1999 3 4794.679167 2225.70 2756.97 2413.76 -Shoes 1999 3 4865.288333 2151.76 3212.91 3768.25 +Men 1999 6 4764.596667 2150.16 3284.27 3475.17 +Music 1999 3 4934.504167 2322.89 3197.76 2280.93 +Shoes 1999 2 5296.089167 2685.85 4235.44 2410.44 +Children 1999 5 4586.298333 1982.77 2837.74 2643.58 +Music 1999 4 5090.105000 2488.24 2966.36 2281.80 +Shoes 1999 7 4700.911667 2100.12 2533.01 5888.57 +Music 1999 2 5484.789167 2903.45 3410.13 3024.86 Shoes 1999 3 4873.510833 2300.45 2797.30 2302.76 -Shoes 1999 3 5296.089167 2410.44 2685.85 3821.39 -Shoes 1999 4 4537.635833 1623.33 2928.34 1905.23 -Shoes 1999 4 4690.577500 1855.85 3524.69 3050.34 Shoes 1999 4 4873.510833 2302.76 2300.45 2170.98 -Shoes 1999 5 4537.635833 1905.23 1623.33 3170.58 -Shoes 1999 5 4664.861667 2122.71 3131.02 2852.96 -Shoes 1999 5 4698.612500 1703.27 2687.15 2757.83 -Shoes 1999 5 4745.295833 2109.27 3203.82 2737.82 -Shoes 1999 5 4873.510833 2170.98 2302.76 3236.50 -Shoes 1999 5 4940.227500 2187.55 2894.91 3018.65 -Shoes 1999 6 4805.401667 2149.56 2686.70 3098.25 -Shoes 1999 6 5152.095833 2077.67 3123.43 2368.73 -Shoes 1999 7 4392.186667 1630.14 2755.91 6185.73 -Shoes 1999 7 4700.911667 2100.12 2533.01 5888.57 +Shoes 1999 3 4794.679167 2225.70 2756.97 2413.76 +Music 1999 5 5552.305000 2985.49 3241.69 4081.99 +Music 1999 3 5539.308333 2973.01 3069.18 3862.34 Shoes 1999 7 4706.544167 2143.18 2458.07 5967.73 -Shoes 1999 7 4873.510833 2256.56 3236.50 6245.37 -Shoes 1999 7 5152.095833 2368.73 2077.67 7543.60 -Shoes 1999 7 5296.089167 2591.12 3012.98 6254.36 -Women 1999 1 4619.707500 2065.94 9639.59 2521.70 -Women 1999 2 4123.600833 1306.40 2876.61 2238.71 +Children 1999 5 5018.279167 2458.03 3467.53 2683.61 +Children 1999 4 4955.241667 2395.57 3097.63 2230.80 +Children 1999 2 5109.654167 2550.30 4039.10 2685.10 +Music 1999 4 5079.182500 2520.64 3233.50 3079.89 Women 1999 2 4507.417500 1951.42 4166.02 2865.38 +Women 1999 1 4619.707500 2065.94 9639.59 2521.70 +Music 1999 3 4004.448333 1456.84 2438.63 2790.03 +Shoes 1999 5 4664.861667 2122.71 3131.02 2852.96 Women 1999 3 4437.210833 1895.27 2678.48 2999.04 -Women 1999 4 4507.417500 1596.92 2865.38 2665.75 -Women 1999 6 4507.240000 1761.81 2891.95 2302.21 -Women 1999 7 4574.742500 1881.03 2345.66 6036.28 -Women 1999 7 4619.707500 1926.67 3528.98 5162.15 +Music 1999 2 5090.105000 2550.48 3702.29 2966.36 +Music 1999 1 5335.908333 2796.97 13360.68 3413.22 +Children 1999 4 5109.654167 2574.12 2685.10 2672.73 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out index b757054b6112..9d15dbad1b52 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q49.sql.out @@ -3,35 +3,35 @@ -- !query schema struct -- !query output -catalog 12577 0.65591397849462365591 3 3 -catalog 14513 0.63541666666666666667 2 2 -catalog 14869 0.77173913043478260870 8 8 -catalog 16215 0.79069767441860465116 10 10 catalog 17543 0.57142857142857142857 1 1 +catalog 14513 0.63541666666666666667 2 2 +catalog 12577 0.65591397849462365591 3 3 catalog 3411 0.71641791044776119403 4 4 catalog 361 0.74647887323943661972 5 5 catalog 8189 0.74698795180722891566 6 6 catalog 8929 0.76250000000000000000 7 7 +catalog 14869 0.77173913043478260870 8 8 catalog 9295 0.77894736842105263158 9 9 -store 11589 0.82653061224489795918 6 6 -store 1171 0.82417582417582417582 5 5 +catalog 16215 0.79069767441860465116 10 10 +store 9471 0.77500000000000000000 1 1 +store 9797 0.80000000000000000000 2 2 store 12641 0.81609195402298850575 3 3 +store 15839 0.81632653061224489796 4 4 +store 1171 0.82417582417582417582 5 5 +store 11589 0.82653061224489795918 6 6 +store 6661 0.92207792207792207792 7 7 store 13013 0.94202898550724637681 8 8 store 14925 0.96470588235294117647 9 9 -store 15839 0.81632653061224489796 4 4 store 4063 1.00000000000000000000 10 10 -store 6661 0.92207792207792207792 7 7 store 9029 1.00000000000000000000 10 10 -store 9471 0.77500000000000000000 1 1 -store 9797 0.80000000000000000000 2 2 -web 117 0.92500000000000000000 10 9 -web 11933 0.71717171717171717172 5 5 +web 7539 0.59000000000000000000 1 1 +web 3337 0.62650602409638554217 2 2 web 15597 0.66197183098591549296 3 3 web 2915 0.69863013698630136986 4 4 +web 11933 0.71717171717171717172 5 5 web 3305 0.73750000000000000000 6 16 -web 3337 0.62650602409638554217 2 2 web 483 0.80000000000000000000 7 6 -web 5299 0.92708333333333333333 11 10 -web 7539 0.59000000000000000000 1 1 web 85 0.85714285714285714286 8 7 web 97 0.90361445783132530120 9 8 +web 117 0.92500000000000000000 10 9 +web 5299 0.92708333333333333333 11 10 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out index 2033b5de1127..691fb88ca5a1 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q51a.sql.out @@ -3,6 +3,18 @@ -- !query schema struct -- !query output +3 2001-01-25 NULL 10.34 59.43 10.34 +3 2001-02-27 106.19 NULL 106.19 82.66 +3 2001-07-29 290.47 NULL 290.47 262.54 +3 2001-07-31 304.90 NULL 304.90 262.54 +7 2001-01-18 278.82 NULL 278.82 97.59 +7 2001-01-20 295.84 NULL 295.84 97.59 +7 2001-01-23 NULL 108.68 295.84 108.68 +7 2001-01-26 NULL 121.06 295.84 121.06 +7 2001-02-08 NULL 186.38 295.84 186.38 +7 2001-03-08 NULL 205.61 295.84 205.61 +7 2001-03-11 NULL 270.41 295.84 270.41 +9 2001-01-29 57.56 NULL 57.56 56.47 15 2001-01-16 54.16 NULL 54.16 15.79 17 2001-03-09 230.76 NULL 230.76 101.41 17 2001-03-27 315.06 NULL 315.06 101.41 @@ -23,10 +35,6 @@ struct -- !query output -Children amalgexporti #x 1999 2 6557.577500 2975.00 3418.40 5079.56 -Children amalgexporti #x 1999 4 6518.750833 2587.68 4177.93 3342.60 -Children amalgexporti #x 1999 7 6518.750833 2430.77 3203.23 7867.12 -Children edu packexporti #x 1999 3 6100.643333 2633.95 3676.43 3130.51 -Children exportiexporti #x 1999 1 7530.375000 3645.95 13367.51 3960.74 -Children exportiexporti #x 1999 2 7245.285000 3876.83 4799.92 3350.65 -Children exportiexporti #x 1999 2 7530.375000 3960.74 3645.95 3586.50 -Children exportiexporti #x 1999 3 7245.285000 3350.65 3876.83 5869.66 -Children exportiexporti #x 1999 3 7530.375000 3586.50 3960.74 3916.86 -Children exportiexporti #x 1999 3 7698.340833 3883.01 4723.97 4590.03 -Children exportiexporti #x 1999 4 7530.375000 3916.86 3586.50 4747.06 -Children exportiexporti #x 1999 6 7530.375000 4104.53 4747.06 4586.73 -Children exportiexporti #x 1999 7 7698.340833 3714.25 4686.40 9752.38 -Children importoexporti #x 1999 1 6832.821667 3330.21 13097.88 3496.46 -Children importoexporti #x 1999 2 6809.595833 3200.10 4421.85 5318.02 -Children importoexporti #x 1999 3 6690.091667 3310.89 3486.35 5014.28 -Children importoexporti #x 1999 4 6809.595833 2648.85 5318.02 4111.73 -Children importoexporti #x 1999 5 6832.821667 2687.17 3971.76 4235.84 -Children importoexporti #x 1999 7 6690.091667 2827.63 3965.68 7733.16 -Men amalgimporto #x 1999 1 6611.335833 3066.19 11053.20 3203.24 -Men amalgimporto #x 1999 1 6713.820000 3268.58 13596.45 4098.03 -Men amalgimporto #x 1999 2 6611.335833 3203.24 3066.19 4613.61 -Men amalgimporto #x 1999 2 7082.129167 3392.25 4549.47 3653.84 -Men amalgimporto #x 1999 3 7082.129167 3653.84 3392.25 3450.11 -Men amalgimporto #x 1999 4 6611.335833 3262.24 4613.61 4531.38 -Men amalgimporto #x 1999 4 7082.129167 3450.11 3653.84 5965.16 -Men amalgimporto #x 1999 7 7082.129167 3075.18 5231.88 8953.66 -Men edu packimporto #x 1999 1 7852.627500 4318.23 16397.10 4465.92 -Men edu packimporto #x 1999 1 7912.537500 4082.68 14333.30 4383.51 -Men edu packimporto #x 1999 2 7659.241667 4246.37 4489.63 4759.01 -Men edu packimporto #x 1999 2 7852.627500 4465.92 4318.23 3737.23 -Men edu packimporto #x 1999 2 7912.537500 4383.51 4082.68 4954.05 -Men edu packimporto #x 1999 3 7852.627500 3737.23 4465.92 3831.92 +Shoes importoedu pack #x 1999 3 7101.780000 2518.33 5264.86 3066.29 Men edu packimporto #x 1999 4 7659.241667 3227.88 4759.01 4664.83 -Men edu packimporto #x 1999 4 7852.627500 3831.92 3737.23 4353.90 -Men edu packimporto #x 1999 4 7912.537500 4144.67 4954.05 5070.06 -Men edu packimporto #x 1999 5 7852.627500 4353.90 3831.92 5689.03 +Music amalgscholar #x 1999 1 6659.493333 2291.60 14178.45 4267.08 Men edu packimporto #x 1999 7 7659.241667 3327.90 4566.86 11656.06 -Men exportiimporto #x 1999 5 5797.382500 2330.52 2965.11 2842.02 -Men importoimporto #x 1999 1 7357.060833 3356.15 11222.19 3770.17 -Men importoimporto #x 1999 2 7357.060833 3770.17 3356.15 5114.32 -Men importoimporto #x 1999 2 7530.997500 3406.53 5839.59 6125.77 -Men importoimporto #x 1999 2 7640.491667 4270.44 4931.98 4291.30 -Men importoimporto #x 1999 3 7640.491667 4291.30 4270.44 3534.12 -Men importoimporto #x 1999 4 7530.997500 4062.17 6125.77 4715.58 -Men importoimporto #x 1999 4 7640.491667 3534.12 4291.30 3327.30 Men importoimporto #x 1999 5 7640.491667 3327.30 3534.12 5530.63 -Men importoimporto #x 1999 7 7530.997500 3913.80 4405.46 7859.96 -Music amalgscholar #x 1999 1 6659.493333 2291.60 14178.45 4267.08 -Music amalgscholar #x 1999 1 6876.880833 3406.89 13714.11 3536.29 -Music amalgscholar #x 1999 3 6876.880833 3190.36 3536.29 4637.07 -Music amalgscholar #x 1999 4 6926.060833 3165.20 4688.23 4286.05 -Music amalgscholar #x 1999 5 6876.880833 2816.26 4637.07 3528.80 -Music amalgscholar #x 1999 6 6876.880833 3528.80 2816.26 4750.85 -Music amalgscholar #x 1999 7 6659.493333 3031.62 4214.81 9493.69 -Music edu packscholar #x 1999 1 8078.690000 3934.06 17002.72 4244.46 Music edu packscholar #x 1999 1 8223.719167 3965.88 14493.32 4943.68 -Music edu packscholar #x 1999 2 7966.579167 4384.51 5279.09 4269.89 -Music edu packscholar #x 1999 2 8078.690000 4244.46 3934.06 4448.50 -Music edu packscholar #x 1999 3 7966.579167 4269.89 4384.51 4452.73 -Music edu packscholar #x 1999 3 8078.690000 4448.50 4244.46 5184.39 -Music edu packscholar #x 1999 4 7966.579167 4452.73 4269.89 5476.13 +Women amalgamalg #x 1999 2 7116.328333 2872.43 4945.20 2974.14 +Music exportischolar #x 1999 3 7047.803333 2832.46 4308.87 3265.21 +Children importoexporti #x 1999 4 6809.595833 2648.85 5318.02 4111.73 +Children importoexporti #x 1999 5 6832.821667 2687.17 3971.76 4235.84 +Music edu packscholar #x 1999 1 8078.690000 3934.06 17002.72 4244.46 +Women amalgamalg #x 1999 3 7116.328333 2974.14 2872.43 4329.06 Music edu packscholar #x 1999 4 8223.719167 4091.54 5753.94 4797.32 -Music edu packscholar #x 1999 5 8078.690000 4148.83 5184.39 5483.81 -Music edu packscholar #x 1999 5 8223.719167 4797.32 4091.54 5028.71 +Men importoimporto #x 1999 2 7530.997500 3406.53 5839.59 6125.77 +Men edu packimporto #x 1999 3 7852.627500 3737.23 4465.92 3831.92 +Shoes edu packedu pack #x 1999 5 6583.305000 2474.01 3684.23 4335.58 +Men importoimporto #x 1999 4 7640.491667 3534.12 4291.30 3327.30 +Children amalgexporti #x 1999 7 6518.750833 2430.77 3203.23 7867.12 +Music amalgscholar #x 1999 5 6876.880833 2816.26 4637.07 3528.80 +Shoes importoedu pack #x 1999 4 7101.780000 3066.29 2518.33 5005.85 +Shoes edu packedu pack #x 1999 2 6421.792500 2394.57 3149.35 4472.43 Music edu packscholar #x 1999 7 7966.579167 3944.74 5030.35 10791.61 -Music exportischolar #x 1999 1 7047.803333 3237.56 15805.49 4308.87 -Music exportischolar #x 1999 1 7243.994167 3662.97 14285.88 3430.04 +Men edu packimporto #x 1999 4 7852.627500 3831.92 3737.23 4353.90 +Shoes importoedu pack #x 1999 3 6959.934167 2951.09 4142.26 3271.07 +Men amalgimporto #x 1999 7 7082.129167 3075.18 5231.88 8953.66 +Shoes amalgedu pack #x 1999 7 6904.689167 2902.26 4942.02 8793.71 +Men importoimporto #x 1999 1 7357.060833 3356.15 11222.19 3770.17 +Children exportiexporti #x 1999 7 7698.340833 3714.25 4686.40 9752.38 +Children exportiexporti #x 1999 3 7530.375000 3586.50 3960.74 3916.86 +Children amalgexporti #x 1999 4 6518.750833 2587.68 4177.93 3342.60 +Music edu packscholar #x 1999 5 8078.690000 4148.83 5184.39 5483.81 +Children exportiexporti #x 1999 3 7245.285000 3350.65 3876.83 5869.66 +Children exportiexporti #x 1999 1 7530.375000 3645.95 13367.51 3960.74 +Shoes exportiedu pack #x 1999 2 6885.320833 3013.95 4139.82 4328.03 +Children importoexporti #x 1999 7 6690.091667 2827.63 3965.68 7733.16 +Music edu packscholar #x 1999 2 8078.690000 4244.46 3934.06 4448.50 +Men edu packimporto #x 1999 1 7912.537500 4082.68 14333.30 4383.51 +Children exportiexporti #x 1999 3 7698.340833 3883.01 4723.97 4590.03 Music exportischolar #x 1999 2 7243.994167 3430.04 3662.97 3617.09 -Music exportischolar #x 1999 2 7593.929167 3821.24 4748.20 4271.45 -Music exportischolar #x 1999 3 7047.803333 2832.46 4308.87 3265.21 -Music exportischolar #x 1999 3 7243.994167 3617.09 3430.04 3871.67 +Music exportischolar #x 1999 1 7047.803333 3237.56 15805.49 4308.87 Music exportischolar #x 1999 4 7047.803333 3265.21 2832.46 3885.17 -Music exportischolar #x 1999 4 7243.994167 3871.67 3617.09 4628.08 -Music exportischolar #x 1999 4 7593.929167 4121.47 4271.45 5234.85 -Music exportischolar #x 1999 6 7047.803333 3667.60 3885.17 5088.70 +Music exportischolar #x 1999 2 7593.929167 3821.24 4748.20 4271.45 +Men edu packimporto #x 1999 4 7912.537500 4144.67 4954.05 5070.06 +Music amalgscholar #x 1999 4 6926.060833 3165.20 4688.23 4286.05 Shoes amalgedu pack #x 1999 3 6642.085833 2928.82 3648.57 3892.32 -Shoes amalgedu pack #x 1999 4 6829.956667 3417.69 3722.75 4120.60 -Shoes amalgedu pack #x 1999 6 6829.956667 3178.20 4120.60 5910.98 -Shoes amalgedu pack #x 1999 7 6904.689167 2902.26 4942.02 8793.71 -Shoes edu packedu pack #x 1999 2 6421.792500 2394.57 3149.35 4472.43 -Shoes edu packedu pack #x 1999 3 6578.785833 3166.49 4213.93 4376.74 -Shoes edu packedu pack #x 1999 5 6583.305000 2474.01 3684.23 4335.58 -Shoes exportiedu pack #x 1999 2 6885.320833 3013.95 4139.82 4328.03 -Shoes exportiedu pack #x 1999 4 7045.164167 3509.17 5252.01 3987.99 -Shoes exportiedu pack #x 1999 7 7045.164167 3684.37 4372.20 8403.23 -Shoes importoedu pack #x 1999 3 6959.934167 2951.09 4142.26 3271.07 -Shoes importoedu pack #x 1999 3 7101.780000 2518.33 5264.86 3066.29 +Music edu packscholar #x 1999 3 7966.579167 4269.89 4384.51 4452.73 +Men amalgimporto #x 1999 2 7082.129167 3392.25 4549.47 3653.84 Shoes importoedu pack #x 1999 4 6959.934167 3271.07 2951.09 4231.88 -Shoes importoedu pack #x 1999 4 7101.780000 3066.29 2518.33 5005.85 -Women amalgamalg #x 1999 2 7116.328333 2872.43 4945.20 2974.14 -Women amalgamalg #x 1999 3 7116.328333 2974.14 2872.43 4329.06 -Women edu packamalg #x 1999 3 6061.210833 2674.89 3376.95 2522.22 -Women edu packamalg #x 1999 4 6061.210833 2522.22 2674.89 3975.90 +Music amalgscholar #x 1999 3 6876.880833 3190.36 3536.29 4637.07 +Women importoamalg #x 1999 1 6479.298333 2804.94 13543.31 3515.21 +Shoes amalgedu pack #x 1999 6 6829.956667 3178.20 4120.60 5910.98 +Men amalgimporto #x 1999 4 7082.129167 3450.11 3653.84 5965.16 Women edu packamalg #x 1999 4 6608.485833 2976.95 3489.35 3812.22 +Music edu packscholar #x 1999 3 8078.690000 4448.50 4244.46 5184.39 +Music amalgscholar #x 1999 7 6659.493333 3031.62 4214.81 9493.69 +Music exportischolar #x 1999 3 7243.994167 3617.09 3430.04 3871.67 +Men importoimporto #x 1999 7 7530.997500 3913.80 4405.46 7859.96 +Children exportiexporti #x 1999 4 7530.375000 3916.86 3586.50 4747.06 +Children importoexporti #x 1999 2 6809.595833 3200.10 4421.85 5318.02 +Men importoimporto #x 1999 2 7357.060833 3770.17 3356.15 5114.32 +Children amalgexporti #x 1999 2 6557.577500 2975.00 3418.40 5079.56 +Music edu packscholar #x 1999 2 7966.579167 4384.51 5279.09 4269.89 +Music exportischolar #x 1999 1 7243.994167 3662.97 14285.88 3430.04 +Children exportiexporti #x 1999 2 7530.375000 3960.74 3645.95 3586.50 +Men amalgimporto #x 1999 1 6611.335833 3066.19 11053.20 3203.24 +Women edu packamalg #x 1999 4 6061.210833 2522.22 2674.89 3975.90 +Shoes exportiedu pack #x 1999 4 7045.164167 3509.17 5252.01 3987.99 +Men edu packimporto #x 1999 1 7852.627500 4318.23 16397.10 4465.92 +Men edu packimporto #x 1999 2 7912.537500 4383.51 4082.68 4954.05 +Music edu packscholar #x 1999 4 7966.579167 4452.73 4269.89 5476.13 +Children importoexporti #x 1999 1 6832.821667 3330.21 13097.88 3496.46 +Men edu packimporto #x 1999 5 7852.627500 4353.90 3831.92 5689.03 Women exportiamalg #x 1999 2 6013.088333 2536.08 3406.41 3718.65 -Women exportiamalg #x 1999 3 6171.544167 2760.78 3853.84 3125.47 +Music exportischolar #x 1999 4 7593.929167 4121.47 4271.45 5234.85 +Music amalgscholar #x 1999 1 6876.880833 3406.89 13714.11 3536.29 +Men importoimporto #x 1999 4 7530.997500 4062.17 6125.77 4715.58 +Men exportiimporto #x 1999 5 5797.382500 2330.52 2965.11 2842.02 +Children edu packexporti #x 1999 3 6100.643333 2633.95 3676.43 3130.51 +Men amalgimporto #x 1999 1 6713.820000 3268.58 13596.45 4098.03 Women exportiamalg #x 1999 4 6031.042500 2588.60 3554.29 3915.46 -Women importoamalg #x 1999 1 6479.298333 2804.94 13543.31 3515.21 +Men amalgimporto #x 1999 3 7082.129167 3653.84 3392.25 3450.11 +Music edu packscholar #x 1999 5 8223.719167 4797.32 4091.54 5028.71 +Children exportiexporti #x 1999 6 7530.375000 4104.53 4747.06 4586.73 Women importoamalg #x 1999 4 6352.682500 2928.62 3718.55 3387.14 +Men edu packimporto #x 1999 2 7659.241667 4246.37 4489.63 4759.01 +Shoes edu packedu pack #x 1999 3 6578.785833 3166.49 4213.93 4376.74 +Shoes amalgedu pack #x 1999 4 6829.956667 3417.69 3722.75 4120.60 +Women exportiamalg #x 1999 3 6171.544167 2760.78 3853.84 3125.47 +Men amalgimporto #x 1999 2 6611.335833 3203.24 3066.19 4613.61 +Men edu packimporto #x 1999 2 7852.627500 4465.92 4318.23 3737.23 +Women edu packamalg #x 1999 3 6061.210833 2674.89 3376.95 2522.22 +Music exportischolar #x 1999 6 7047.803333 3667.60 3885.17 5088.70 +Children importoexporti #x 1999 3 6690.091667 3310.89 3486.35 5014.28 +Music exportischolar #x 1999 4 7243.994167 3871.67 3617.09 4628.08 +Men importoimporto #x 1999 2 7640.491667 4270.44 4931.98 4291.30 +Children exportiexporti #x 1999 2 7245.285000 3876.83 4799.92 3350.65 +Shoes exportiedu pack #x 1999 7 7045.164167 3684.37 4372.20 8403.23 +Men importoimporto #x 1999 3 7640.491667 4291.30 4270.44 3534.12 +Men amalgimporto #x 1999 4 6611.335833 3262.24 4613.61 4531.38 +Music amalgscholar #x 1999 6 6876.880833 3528.80 2816.26 4750.85 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out index 4a7f9a83af25..a77fdb905e5e 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q6.sql.out @@ -4,49 +4,49 @@ struct -- !query output AK 10 -AL 63 -AR 58 -AZ 11 -CA 84 -CO 57 -FL 51 -GA 168 -IA 102 -ID 39 -IL 95 -IN 103 -KS 139 -KY 104 -LA 63 MA 10 -MD 22 +AZ 11 ME 13 -MI 82 -MN 85 -MO 88 -MS 83 -MT 53 -NC 82 -ND 38 -NE 113 +VT 14 +NV 15 NH 16 +UT 17 NJ 21 +MD 22 +WY 25 NM 26 -NULL 81 -NV 15 -NY 58 -OH 114 -OK 53 OR 31 -PA 62 +WA 36 +ND 38 +ID 39 SC 45 +WV 50 +FL 51 +MT 53 +OK 53 +CO 57 +AR 58 +NY 58 +PA 62 +AL 63 +LA 63 SD 70 +WI 80 +NULL 81 +MI 82 +NC 82 +MS 83 +CA 84 +MN 85 +MO 88 +IL 95 +IA 102 TN 102 -TX 216 -UT 17 +IN 103 +KY 104 +NE 113 +OH 114 VA 130 -VT 14 -WA 36 -WI 80 -WV 50 -WY 25 +KS 139 +GA 168 +TX 216 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out index 0221f2dc8140..6341f9359094 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q67a.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -NULL NULL NULL NULL 2001 1 NULL NULL 34479.00 96 -NULL NULL NULL NULL 2001 3 9 NULL 56374.56 75 -NULL NULL NULL NULL 2001 3 NULL NULL 84237.95 65 -NULL NULL NULL NULL 2001 4 12 NULL 37899.23 92 -NULL NULL NULL NULL 2001 4 NULL NULL 73696.60 69 -NULL NULL NULL NULL 2001 NULL NULL NULL 213030.29 5 -NULL NULL NULL NULL NULL NULL NULL NULL 1001298828.04 1 NULL NULL NULL NULL NULL NULL NULL NULL 213030.29 5 -NULL NULL NULL NULL NULL NULL NULL NULL 2171549.36 2 NULL NULL NULL NULL NULL NULL NULL NULL 497449.55 4 NULL NULL NULL NULL NULL NULL NULL NULL 946101.86 3 +NULL NULL NULL NULL NULL NULL NULL NULL 2171549.36 2 +NULL NULL NULL NULL NULL NULL NULL NULL 1001298828.04 1 +NULL NULL NULL NULL 2001 NULL NULL NULL 213030.29 5 +NULL NULL NULL NULL 2001 1 NULL NULL 34479.00 96 +NULL NULL NULL NULL 2001 3 NULL NULL 84237.95 65 +NULL NULL NULL NULL 2001 3 9 NULL 56374.56 75 +NULL NULL NULL NULL 2001 4 NULL NULL 73696.60 69 +NULL NULL NULL NULL 2001 4 12 NULL 37899.23 92 +NULL NULL NULL antiationeinganti NULL NULL NULL NULL 177219.10 7 +NULL NULL NULL antiationeinganti 2001 NULL NULL NULL 177219.10 7 NULL NULL NULL antiationeinganti 2001 2 NULL NULL 33639.03 99 NULL NULL NULL antiationeinganti 2001 3 NULL NULL 33770.94 98 -NULL NULL NULL antiationeinganti 2001 4 12 NULL 45444.79 84 NULL NULL NULL antiationeinganti 2001 4 NULL NULL 86377.39 64 -NULL NULL NULL antiationeinganti 2001 NULL NULL NULL 177219.10 7 -NULL NULL NULL antiationeinganti NULL NULL NULL NULL 177219.10 7 -NULL NULL NULL ationoughtn stpriought 2001 4 10 NULL 33340.75 100 -NULL NULL NULL ationoughtn stpriought 2001 4 NULL NULL 67776.47 70 -NULL NULL NULL ationoughtn stpriought 2001 NULL NULL NULL 107200.16 42 +NULL NULL NULL antiationeinganti 2001 4 12 NULL 45444.79 84 NULL NULL NULL ationoughtn stpriought NULL NULL NULL NULL 107200.16 42 +NULL NULL NULL ationoughtn stpriought 2001 NULL NULL NULL 107200.16 42 +NULL NULL NULL ationoughtn stpriought 2001 4 NULL NULL 67776.47 70 +NULL NULL NULL ationoughtn stpriought 2001 4 10 NULL 33340.75 100 NULL NULL brandmaxi #x NULL NULL NULL NULL NULL 112097.69 39 -NULL NULL brandmaxi #x oughteingought 2001 4 NULL NULL 43951.85 86 -NULL NULL brandmaxi #x oughteingought 2001 NULL NULL NULL 112097.69 39 NULL NULL brandmaxi #x oughteingought NULL NULL NULL NULL 112097.69 39 +NULL NULL brandmaxi #x oughteingought 2001 NULL NULL NULL 112097.69 39 +NULL NULL brandmaxi #x oughteingought 2001 4 NULL NULL 43951.85 86 NULL NULL edu packamalg #x NULL NULL NULL NULL NULL 81428.06 66 -NULL NULL edu packamalg #x oughtn stn stese 2001 4 NULL NULL 35042.77 94 -NULL NULL edu packamalg #x oughtn stn stese 2001 NULL NULL NULL 81428.06 66 NULL NULL edu packamalg #x oughtn stn stese NULL NULL NULL NULL 81428.06 66 -NULL NULL exportiedu pack #x NULL 2001 4 NULL NULL 51178.62 81 -NULL NULL exportiedu pack #x NULL 2001 NULL NULL NULL 116528.07 28 +NULL NULL edu packamalg #x oughtn stn stese 2001 NULL NULL NULL 81428.06 66 +NULL NULL edu packamalg #x oughtn stn stese 2001 4 NULL NULL 35042.77 94 NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 NULL NULL exportiedu pack #x NULL NULL NULL NULL NULL 116528.07 28 +NULL NULL exportiedu pack #x NULL 2001 NULL NULL NULL 116528.07 28 +NULL NULL exportiedu pack #x NULL 2001 4 NULL NULL 51178.62 81 NULL NULL exportischolar #x NULL NULL NULL NULL NULL 138598.49 9 -NULL NULL exportischolar #x prieingeseought 2001 3 9 NULL 34850.11 95 +NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 138598.49 9 +NULL NULL exportischolar #x prieingeseought 2001 NULL NULL NULL 138598.49 9 NULL NULL exportischolar #x prieingeseought 2001 3 NULL NULL 51880.06 78 +NULL NULL exportischolar #x prieingeseought 2001 3 9 NULL 34850.11 95 NULL NULL exportischolar #x prieingeseought 2001 4 NULL NULL 51807.30 79 -NULL NULL exportischolar #x prieingeseought 2001 NULL NULL NULL 138598.49 9 -NULL NULL exportischolar #x prieingeseought NULL NULL NULL NULL 138598.49 9 NULL archery NULL NULL NULL NULL NULL NULL 126538.57 16 NULL archery amalgmaxi #x NULL NULL NULL NULL NULL 126538.57 16 -NULL archery amalgmaxi #x antioughtn stought 2001 4 NULL NULL 66377.95 72 -NULL archery amalgmaxi #x antioughtn stought 2001 NULL NULL NULL 126538.57 16 NULL archery amalgmaxi #x antioughtn stought NULL NULL NULL NULL 126538.57 16 -NULL camcorders NULL NULL 2001 3 NULL NULL 54123.96 76 -NULL camcorders NULL NULL 2001 4 NULL NULL 44320.28 85 -NULL camcorders NULL NULL 2001 NULL NULL NULL 133625.83 12 +NULL archery amalgmaxi #x antioughtn stought 2001 NULL NULL NULL 126538.57 16 +NULL archery amalgmaxi #x antioughtn stought 2001 4 NULL NULL 66377.95 72 NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 NULL camcorders NULL NULL NULL NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL 2001 NULL NULL NULL 133625.83 12 +NULL camcorders NULL NULL 2001 3 NULL NULL 54123.96 76 +NULL camcorders NULL NULL 2001 4 NULL NULL 44320.28 85 NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 NULL dresses NULL NULL NULL NULL NULL NULL 115317.62 31 -NULL dresses NULL antieseoughtcally 2001 4 NULL NULL 53621.08 77 -NULL dresses NULL antieseoughtcally 2001 NULL NULL NULL 115317.62 31 NULL dresses NULL antieseoughtcally NULL NULL NULL NULL 115317.62 31 +NULL dresses NULL antieseoughtcally 2001 NULL NULL NULL 115317.62 31 +NULL dresses NULL antieseoughtcally 2001 4 NULL NULL 53621.08 77 NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 NULL flatware NULL NULL NULL NULL NULL NULL 96861.65 56 +NULL flatware NULL oughteingationn st NULL NULL NULL NULL 96861.65 56 +NULL flatware NULL oughteingationn st 2001 NULL NULL NULL 96861.65 56 NULL flatware NULL oughteingationn st 2001 3 NULL NULL 34255.55 97 NULL flatware NULL oughteingationn st 2001 4 NULL NULL 42069.01 88 -NULL flatware NULL oughteingationn st 2001 NULL NULL NULL 96861.65 56 -NULL flatware NULL oughteingationn st NULL NULL NULL NULL 96861.65 56 -NULL glassware NULL NULL 2001 4 NULL NULL 51575.84 80 -NULL glassware NULL NULL 2001 NULL NULL NULL 106618.97 44 NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 NULL glassware NULL NULL NULL NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL 2001 NULL NULL NULL 106618.97 44 +NULL glassware NULL NULL 2001 4 NULL NULL 51575.84 80 NULL pants NULL NULL NULL NULL NULL NULL 93894.90 60 NULL pants exportiimporto #x NULL NULL NULL NULL NULL 93894.90 60 -NULL pants exportiimporto #x antibarableableought 2001 3 8 NULL 38046.99 91 -NULL pants exportiimporto #x antibarableableought 2001 3 NULL NULL 48275.60 82 -NULL pants exportiimporto #x antibarableableought 2001 NULL NULL NULL 93894.90 60 NULL pants exportiimporto #x antibarableableought NULL NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x antibarableableought 2001 NULL NULL NULL 93894.90 60 +NULL pants exportiimporto #x antibarableableought 2001 3 NULL NULL 48275.60 82 +NULL pants exportiimporto #x antibarableableought 2001 3 8 NULL 38046.99 91 NULL scanners NULL NULL NULL NULL NULL NULL 97564.12 52 NULL scanners namelessunivamalg #x NULL NULL NULL NULL NULL 97564.12 52 -NULL scanners namelessunivamalg #x n stbaresepri 2001 4 NULL NULL 43503.76 87 -NULL scanners namelessunivamalg #x n stbaresepri 2001 NULL NULL NULL 97564.12 52 NULL scanners namelessunivamalg #x n stbaresepri NULL NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x n stbaresepri 2001 NULL NULL NULL 97564.12 52 +NULL scanners namelessunivamalg #x n stbaresepri 2001 4 NULL NULL 43503.76 87 NULL semi-precious NULL NULL NULL NULL NULL NULL 113803.74 35 NULL semi-precious amalgbrand #x NULL NULL NULL NULL NULL 113803.74 35 -NULL semi-precious amalgbrand #x ationeseoughtanti 2001 4 NULL NULL 62265.30 73 -NULL semi-precious amalgbrand #x ationeseoughtanti 2001 NULL NULL NULL 113803.74 35 NULL semi-precious amalgbrand #x ationeseoughtanti NULL NULL NULL NULL 113803.74 35 -NULL sports-apparel NULL NULL 2001 4 12 NULL 45659.44 83 -NULL sports-apparel NULL NULL 2001 4 NULL NULL 66745.05 71 -NULL sports-apparel NULL NULL 2001 NULL NULL NULL 117144.79 24 +NULL semi-precious amalgbrand #x ationeseoughtanti 2001 NULL NULL NULL 113803.74 35 +NULL semi-precious amalgbrand #x ationeseoughtanti 2001 4 NULL NULL 62265.30 73 NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 NULL sports-apparel NULL NULL NULL NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL 2001 NULL NULL NULL 117144.79 24 +NULL sports-apparel NULL NULL 2001 4 NULL NULL 66745.05 71 +NULL sports-apparel NULL NULL 2001 4 12 NULL 45659.44 83 NULL swimwear NULL NULL NULL NULL NULL NULL 103045.34 48 NULL swimwear edu packamalg #x NULL NULL NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 103045.34 48 +NULL swimwear edu packamalg #x antieingoughtcally 2001 NULL NULL NULL 103045.34 48 NULL swimwear edu packamalg #x antieingoughtcally 2001 3 NULL NULL 36125.25 93 NULL swimwear edu packamalg #x antieingoughtcally 2001 4 NULL NULL 41241.08 89 -NULL swimwear edu packamalg #x antieingoughtcally 2001 NULL NULL NULL 103045.34 48 -NULL swimwear edu packamalg #x antieingoughtcally NULL NULL NULL NULL 103045.34 48 NULL womens NULL NULL NULL NULL NULL NULL 121031.97 20 -NULL womens amalgedu pack #x NULL 2001 3 NULL NULL 38120.58 90 -NULL womens amalgedu pack #x NULL 2001 4 NULL NULL 57168.07 74 -NULL womens amalgedu pack #x NULL 2001 NULL NULL NULL 121031.97 20 NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 NULL womens amalgedu pack #x NULL NULL NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL 2001 NULL NULL NULL 121031.97 20 +NULL womens amalgedu pack #x NULL 2001 3 NULL NULL 38120.58 90 +NULL womens amalgedu pack #x NULL 2001 4 NULL NULL 57168.07 74 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out index e9d2cfd967e0..c98f3816dd25 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q72.sql.out @@ -3,6 +3,25 @@ -- !query schema struct -- !query output +NULL Conventional childr 5317 2 2 2 +Alone, low places issue only involved, coherent trees. Clients would receive; ce Bad cards must make. 5318 2 2 2 +Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Important issues liv 5317 2 2 2 +Elsewhere favorite groups would swing english, powerful years. Children cannot pref Doors canno 5314 2 2 2 +Feet can let NULL 5317 2 2 2 +General levels may not tel Conventional childr 5314 2 2 2 +Hard, social brothers ought to serve french, serious orders. Instruments learn tight feelings. Then right hospitals will not move across the signals. Well wealthy materials must press bright, NULL 5306 2 2 2 +Increasingly continued changes shall turn now residential proceedings. Banks swim only in the questions. Required exceptions shall sense economic, Bad cards must make. 5317 2 2 2 +Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Important issues liv 5271 2 2 2 +Organic girls could give messages. Germans might not take still up to a clients. Services ought to assume random demands. Due, irish modules used NULL 5305 2 2 2 +Patterns let however real facilities. Naturally single variations used to save initially. Operations leave later t Important issues liv 5317 2 2 2 +Pink, important thousands think well lines. Near special children agree all. Political things might not result only external fees. Yesterday p Bad cards must make. 5319 2 2 2 +Realistic, left exercises encourage productive trees. Tools go however. New, central years assume together english, secondary proposals. Doors canno 5316 2 2 2 +Serious crimes must finance yesterday strong fathers. Ever sure years would not say. International, new att NULL 5313 2 2 2 +Special, realistic friends will comply. Opening concentrations could not look too major, soviet proceedings. National children might get following, hig Doors canno 5319 2 2 2 +Usually social eyes can get available, coastal things. Better social talks should accept as unique measures. Extreme Conventional childr 5320 2 2 2 +NULL Conventional childr 5274 1 1 1 +NULL Doors canno 5318 1 1 1 +NULL Important issues liv 5306 1 1 1 Able artists love all classical, roman runs. British childre Bad cards must make. 5288 1 1 1 Able women ought to attempt in the schools. Then clear lives will live suitable, gastric complaints. Months should say surely then sufficient doors. Genetic times sign from a options. Bad cards must make. 5317 1 1 1 Able, early arms return estimates; already common animals can go also british victorian meals. Old offices may not go just main, early procedures. Foreign, useless attitudes organize most. Respon Important issues liv 5315 1 1 1 @@ -19,8 +38,8 @@ Absolutely Bad cards must make. 5285 1 1 1 Absolutely Doors canno 5285 1 1 1 Absolutely elegant women must gain well complete NULL 5320 1 1 1 Absolutely old payments will b Bad cards must make. 5301 1 1 1 -Abstract, red patterns return definitely police; different studies wear mainly pr Bad cards must make. 5303 1 1 1 Abstract, red patterns return definitely police; different studies wear mainly pr NULL 5303 1 1 1 +Abstract, red patterns return definitely police; different studies wear mainly pr Bad cards must make. 5303 1 1 1 Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Doors canno 5315 1 1 1 Academic systems can give generally victorian knees. Straightforward, specific reasons might act on the guards. Of course recent men avoid perhaps Important issues liv 5315 1 1 1 Accessible, sure opportunities used to help; too good films would not see Conventional childr 5304 1 1 1 @@ -42,8 +61,8 @@ Actually economic skills should keep on a boys. Friends speed unlikely cells. Di Actually ethnic authorities used to qualify just Conventional childr 5320 1 1 1 Acutely good subsidies take hardly early terms. Merely magnificent areas help res Doors canno 5275 1 1 1 Additional pp. come. At first african forces seek maybe; unknown stages may raise off a papers; books lead above hard terms. Inches show intimately ordinary questions. Great, silly anim Doors canno 5319 1 1 1 -Advantag Conventional childr 5291 1 1 1 Advantag NULL 5291 1 1 1 +Advantag Conventional childr 5291 1 1 1 Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Bad cards must make. 5319 1 1 1 Affairs come average, commercial wives. Real minds must resign traditionally. Still combined foods give Doors canno 5319 1 1 1 Affairs fight against the policies. Intelligent fires think papers. Colourful, digital activities will not stop unknown, general words. Strategies carry a Conventional childr 5309 1 1 1 @@ -55,10 +74,10 @@ Again heavy organisms may resu Doors canno 5295 1 1 1 Again heavy organisms may resu Important issues liv 5295 1 1 1 Again ideal supporters determine never suspicious, british days. Industrial techniques stir states. Precisely net p NULL 5319 1 1 1 Again integrated circumstances used to remove especially about Bad cards must make. 5303 1 1 1 -Again other changes woul Bad cards must make. 5319 1 1 1 Again other changes woul NULL 5319 1 1 1 -Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari Important issues liv 5316 1 1 1 +Again other changes woul Bad cards must make. 5319 1 1 1 Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari NULL 5316 1 1 1 +Again urban dimensions can extract at last good dangerous police. Sufficient, natural vessels may not read so actual months. Long-term feet would not specify necessari Important issues liv 5316 1 1 1 Agents see companies. Weekly clergy might not enable always mere studies. Men throw possible relations. Then static rights wr Bad cards must make. 5310 1 1 1 Ago fundamental shares should enforce almost psychological, german schools. Arbitrary calls compete. Turkish branches should operate rapidly great, current features. Occasi NULL 5312 1 1 1 Ago interesting clothes set only with the pressures. Deep Important issues liv 5284 1 1 1 @@ -68,8 +87,8 @@ Ago reasonable developers must represent in particular fair wild resources. Righ Ago reasonable developers must represent in particular fair wild resources. Right gates shall not pass months. H Important issues liv 5282 1 1 1 Ago social details will gain mothers. Actively regional reports remain Conventional childr 5271 1 1 1 Ago spanish members would give young, suspicious stars. Executives join for example details. Americans used to convince. Stones should deli Conventional childr 5318 1 1 1 -Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut Bad cards must make. 5320 1 1 1 Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut NULL 5320 1 1 1 +Agricultural things may get certainly nationally local eyes. Crude, rigid teachers stop ago beaut Bad cards must make. 5320 1 1 1 Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5283 1 1 1 Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Conventional childr 5306 1 1 1 Aims could not wait therefore in a transactions. Concerned colleagues give behind imaginative guidelines. Areas manage very Important issues liv 5283 1 1 1 @@ -78,28 +97,9 @@ Alive sources should drive upstairs interests. Elections shall meet severe, cont All bad figures get brown games. Circumstances cannot understand just. Bio Conventional childr 5315 1 1 1 All bad figures get brown games. Circumstances cannot understand just. Bio Important issues liv 5315 1 1 1 All brown crowds create be Important issues liv 5302 1 1 1 -All but huge buildings become then with a resources. Ideas see against the times. Conventional childr 5317 1 1 1 All but huge buildings become then with a resources. Ideas see against the times. NULL 5318 1 1 1 +All but huge buildings become then with a resources. Ideas see against the times. Conventional childr 5317 1 1 1 Almost distant supporters serve anyway now cheap parents. Reforms shall not think old, back clothes; rivers cannot NULL 5320 1 1 1 Alone, classical supporters must come closer on a projects. Current materials exceed very so standard banks. Industrial heads give personnel. Unnecessary, likely females shall put here. Natural, wild Conventional childr 5306 1 1 1 -Alone, low places issue only involved, coherent trees. Clients would receive; ce Bad cards must make. 5318 2 2 2 Alone, low places issue only involved, coherent trees. Clients would receive; ce Conventional childr 5310 1 1 1 Already advisory things seek more before awkward clothes. Customers offer social, quick needs. Differences mi Doors canno 5311 1 1 1 -Boys measure else towns. Advertisements challenge just prominent, local areas; other, singl Important issues liv 5317 2 2 2 -Elsewhere favorite groups would swing english, powerful years. Children cannot pref Doors canno 5314 2 2 2 -Feet can let NULL 5317 2 2 2 -General levels may not tel Conventional childr 5314 2 2 2 -Hard, social brothers ought to serve french, serious orders. Instruments learn tight feelings. Then right hospitals will not move across the signals. Well wealthy materials must press bright, NULL 5306 2 2 2 -Increasingly continued changes shall turn now residential proceedings. Banks swim only in the questions. Required exceptions shall sense economic, Bad cards must make. 5317 2 2 2 -Local, unlikely bits sign completely. Areas feel only manufacturing legs. Amounts must go personal, very things; areas could take clo Important issues liv 5271 2 2 2 -NULL Conventional childr 5274 1 1 1 -NULL Conventional childr 5317 2 2 2 -NULL Doors canno 5318 1 1 1 -NULL Important issues liv 5306 1 1 1 -Organic girls could give messages. Germans might not take still up to a clients. Services ought to assume random demands. Due, irish modules used NULL 5305 2 2 2 -Patterns let however real facilities. Naturally single variations used to save initially. Operations leave later t Important issues liv 5317 2 2 2 -Pink, important thousands think well lines. Near special children agree all. Political things might not result only external fees. Yesterday p Bad cards must make. 5319 2 2 2 -Realistic, left exercises encourage productive trees. Tools go however. New, central years assume together english, secondary proposals. Doors canno 5316 2 2 2 -Serious crimes must finance yesterday strong fathers. Ever sure years would not say. International, new att NULL 5313 2 2 2 -Special, realistic friends will comply. Opening concentrations could not look too major, soviet proceedings. National children might get following, hig Doors canno 5319 2 2 2 -Usually social eyes can get available, coastal things. Better social talks should accept as unique measures. Extreme Conventional childr 5320 2 2 2 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out index 8c84825c8a2b..42dfd98dbc45 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q74.sql.out @@ -3,95 +3,95 @@ -- !query schema struct -- !query output -AAAAAAAAAMGDAAAA Kenneth Harlan -AAAAAAAAANFAAAAA Philip Banks -AAAAAAAAAOPFBAAA Jerry Fields -AAAAAAAABLEIBAAA Paula Wakefield -AAAAAAAABNBBAAAA Irma Smith -AAAAAAAACADPAAAA Cristobal Thomas -AAAAAAAACFCGBAAA Marcus Sanders -AAAAAAAACFENAAAA Christopher Dawson -AAAAAAAACIJMAAAA Elizabeth Thomas -AAAAAAAACJDIAAAA James Kerr -AAAAAAAACNAGBAAA Virginia May -AAAAAAAADBEFBAAA Bennie Bowers -AAAAAAAADCKOAAAA Robert Gonzalez -AAAAAAAADFIEBAAA John Gray -AAAAAAAADFKABAAA Latoya Craft -AAAAAAAADIIOAAAA David Carroll -AAAAAAAADIJGBAAA Ruth Sanders -AAAAAAAADLHBBAAA Henry Bertrand -AAAAAAAAEADJAAAA Ruth Carroll -AAAAAAAAEJDLAAAA Alice Wright -AAAAAAAAEKFPAAAA Annika Chin +AAAAAAAAFHACBAAA NULL NULL +AAAAAAAAOCLBBAAA NULL NULL AAAAAAAAEKJLAAAA Aisha Carlson -AAAAAAAAEOAKAAAA Molly Benjamin -AAAAAAAAEPOGAAAA Felisha Mendes -AAAAAAAAFACEAAAA Priscilla Miller -AAAAAAAAFBAHAAAA Michael Williams -AAAAAAAAFGIGAAAA Eduardo Miller AAAAAAAAFGPGAAAA Albert Wadsworth -AAAAAAAAFHACBAAA NULL NULL -AAAAAAAAFJHFAAAA Larissa Roy -AAAAAAAAFMHIAAAA Emilio Darling -AAAAAAAAFOGIAAAA Michelle Greene -AAAAAAAAFOJAAAAA Don Castillo -AAAAAAAAGEHIAAAA Tyler Miller -AAAAAAAAGFMDBAAA Kathleen Gibson -AAAAAAAAGHPBBAAA Nick Mendez -AAAAAAAAGNDAAAAA Terry Mcdowell -AAAAAAAAHGOABAAA Sonia White -AAAAAAAAHHCABAAA William Stewart +AAAAAAAAEJDLAAAA Alice Wright +AAAAAAAANJAGAAAA Allen Hood +AAAAAAAAPKBCBAAA Andrea White +AAAAAAAAOPDLAAAA Ann Pence +AAAAAAAAEKFPAAAA Annika Chin +AAAAAAAAPJENAAAA Ashley Norton AAAAAAAAHJLAAAAA Audrey Beltran -AAAAAAAAHMJNAAAA Ryan Baptiste -AAAAAAAAHMOIAAAA Grace Henderson -AAAAAAAAHNFHAAAA Rebecca Wilson -AAAAAAAAIADEBAAA Diane Aldridge -AAAAAAAAIBAEBAAA Sandra Wilson -AAAAAAAAIBFCBAAA Ruth Grantham -AAAAAAAAIBHHAAAA Jennifer Ballard -AAAAAAAAICHFAAAA Linda Mccoy -AAAAAAAAIDKFAAAA Michael Mack +AAAAAAAADBEFBAAA Bennie Bowers +AAAAAAAALHMCAAAA Brooke Nelson +AAAAAAAAPPIBBAAA Candice Lee +AAAAAAAANGDBBAAA Carlos Jewell AAAAAAAAIJEMAAAA Charlie Cummings -AAAAAAAAIMHBAAAA Kathy Knowles -AAAAAAAAIMHHBAAA Lillian Davidson -AAAAAAAAJEKFBAAA Norma Burkholder -AAAAAAAAJGMMAAAA Richard Larson -AAAAAAAAJIALAAAA Santos Gutierrez -AAAAAAAAJKBNAAAA Julie Kern -AAAAAAAAJONHBAAA Warren Orozco -AAAAAAAAKAECAAAA Milton Mackey +AAAAAAAACFENAAAA Christopher Dawson +AAAAAAAANJHCBAAA Christopher Schreiber +AAAAAAAACADPAAAA Cristobal Thomas +AAAAAAAADIIOAAAA David Carroll AAAAAAAAKBCABAAA Debra Bell +AAAAAAAALIOPAAAA Derek Allen +AAAAAAAAIADEBAAA Diane Aldridge +AAAAAAAAFOJAAAAA Don Castillo +AAAAAAAAPEHEBAAA Edith Molina +AAAAAAAAFGIGAAAA Eduardo Miller +AAAAAAAACIJMAAAA Elizabeth Thomas +AAAAAAAAOBADBAAA Elizabeth Burnham +AAAAAAAAFMHIAAAA Emilio Darling +AAAAAAAANIPLAAAA Eric Lawrence +AAAAAAAAPFCLAAAA Felicia Neville +AAAAAAAAEPOGAAAA Felisha Mendes +AAAAAAAALJNCBAAA George Gamez AAAAAAAAKJBKAAAA Georgia Scott -AAAAAAAAKJBLAAAA Kerry Davis -AAAAAAAAKKGEAAAA Katie Dunbar -AAAAAAAAKLHHBAAA Manuel Castaneda AAAAAAAAKNAKAAAA Gladys Banks +AAAAAAAAHMOIAAAA Grace Henderson AAAAAAAAKOJJAAAA Gracie Mendoza +AAAAAAAADLHBBAAA Henry Bertrand AAAAAAAALFKKAAAA Ignacio Miller -AAAAAAAALHMCAAAA Brooke Nelson -AAAAAAAALIOPAAAA Derek Allen -AAAAAAAALJNCBAAA George Gamez +AAAAAAAABNBBAAAA Irma Smith +AAAAAAAACJDIAAAA James Kerr +AAAAAAAAOFLCAAAA James Taylor +AAAAAAAAOCAJAAAA Jenna Staton +AAAAAAAAIBHHAAAA Jennifer Ballard +AAAAAAAAAOPFBAAA Jerry Fields +AAAAAAAADFIEBAAA John Gray +AAAAAAAAJKBNAAAA Julie Kern +AAAAAAAAGFMDBAAA Kathleen Gibson +AAAAAAAAIMHBAAAA Kathy Knowles +AAAAAAAAKKGEAAAA Katie Dunbar +AAAAAAAAAMGDAAAA Kenneth Harlan +AAAAAAAAKJBLAAAA Kerry Davis +AAAAAAAAFJHFAAAA Larissa Roy +AAAAAAAADFKABAAA Latoya Craft +AAAAAAAAIMHHBAAA Lillian Davidson +AAAAAAAAICHFAAAA Linda Mccoy AAAAAAAAMDCAAAAA Louann Hamel -AAAAAAAAMFFLAAAA Margret Gray +AAAAAAAAKLHHBAAA Manuel Castaneda +AAAAAAAACFCGBAAA Marcus Sanders AAAAAAAAMMOBBAAA Margaret Smith -AAAAAAAANFBDBAAA Vernice Fernandez -AAAAAAAANGDBBAAA Carlos Jewell -AAAAAAAANIPLAAAA Eric Lawrence -AAAAAAAANJAGAAAA Allen Hood -AAAAAAAANJHCBAAA Christopher Schreiber -AAAAAAAAOBADBAAA Elizabeth Burnham -AAAAAAAAOCAJAAAA Jenna Staton +AAAAAAAAMFFLAAAA Margret Gray +AAAAAAAAFBAHAAAA Michael Williams +AAAAAAAAIDKFAAAA Michael Mack +AAAAAAAAFOGIAAAA Michelle Greene +AAAAAAAAKAECAAAA Milton Mackey +AAAAAAAAEOAKAAAA Molly Benjamin +AAAAAAAAGHPBBAAA Nick Mendez AAAAAAAAOCDJAAAA Nina Sanchez -AAAAAAAAOCICAAAA Zachary Pennington -AAAAAAAAOCLBBAAA NULL NULL -AAAAAAAAOFLCAAAA James Taylor -AAAAAAAAOPDLAAAA Ann Pence +AAAAAAAAJEKFBAAA Norma Burkholder +AAAAAAAAPMMBBAAA Paul Jordan +AAAAAAAABLEIBAAA Paula Wakefield +AAAAAAAAANFAAAAA Philip Banks +AAAAAAAAFACEAAAA Priscilla Miller +AAAAAAAAHNFHAAAA Rebecca Wilson +AAAAAAAAJGMMAAAA Richard Larson +AAAAAAAADCKOAAAA Robert Gonzalez +AAAAAAAADIJGBAAA Ruth Sanders +AAAAAAAAEADJAAAA Ruth Carroll +AAAAAAAAIBFCBAAA Ruth Grantham +AAAAAAAAHMJNAAAA Ryan Baptiste +AAAAAAAAIBAEBAAA Sandra Wilson +AAAAAAAAJIALAAAA Santos Gutierrez +AAAAAAAAHGOABAAA Sonia White AAAAAAAAPDFBAAAA Terrance Banks -AAAAAAAAPEHEBAAA Edith Molina -AAAAAAAAPFCLAAAA Felicia Neville -AAAAAAAAPJENAAAA Ashley Norton -AAAAAAAAPKBCBAAA Andrea White +AAAAAAAAGNDAAAAA Terry Mcdowell +AAAAAAAAGEHIAAAA Tyler Miller +AAAAAAAANFBDBAAA Vernice Fernandez +AAAAAAAACNAGBAAA Virginia May +AAAAAAAAJONHBAAA Warren Orozco AAAAAAAAPKIKAAAA Wendy Horvath -AAAAAAAAPMMBBAAA Paul Jordan -AAAAAAAAPPIBBAAA Candice Lee +AAAAAAAAHHCABAAA William Stewart +AAAAAAAAOCICAAAA Zachary Pennington diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out index daf0df090335..c6f22ce49b94 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q75.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -2001 2002 10002014 1 9 12 5662 4515 -1147 -47170.70 -2001 2002 10005001 5 9 65 5890 4879 -1011 -57577.01 -2001 2002 1001001 1 9 183 5538 4417 -1121 -34086.49 -2001 2002 1001001 5 9 172 5642 3998 -1644 -65808.52 -2001 2002 10011013 11 9 123 6141 5207 -934 -77290.63 -2001 2002 10015001 1 9 399 6188 5225 -963 -76365.39 -2001 2002 1003001 3 9 242 5504 4697 -807 -10853.56 -2001 2002 2001001 1 9 151 6309 5200 -1109 -13881.98 -2001 2002 2001001 1 9 177 5711 4718 -993 -45422.40 +2001 2002 9011004 11 9 730 6136 3927 -2209 -64592.86 +2001 2002 9004008 4 9 454 6130 4012 -2118 -137401.99 +2001 2002 9006010 6 9 373 6584 4510 -2074 -56824.27 +2001 2002 9003002 3 9 331 6314 4249 -2065 -162310.87 +2001 2002 9016002 16 9 761 6098 4109 -1989 -75674.23 2001 2002 2001001 7 9 85 5689 3750 -1939 -79485.07 -2001 2002 2004001 16 9 443 5269 4475 -794 -28869.68 -2001 2002 3003001 1 9 175 6170 4892 -1278 -72260.64 -2001 2002 3003001 9 9 210 5703 4761 -942 -22794.72 +2001 2002 9011010 11 9 254 6635 4698 -1937 -108841.59 +2001 2002 9003002 3 9 1000 6152 4220 -1932 -51341.52 +2001 2002 9009010 1 9 311 6980 5065 -1915 -166624.10 +2001 2002 9003004 3 9 25 6382 4612 -1770 -109080.80 +2001 2002 9008008 8 9 322 5391 3664 -1727 -58283.91 2001 2002 3004001 1 9 89 6307 4616 -1691 -105539.10 -2001 2002 4001001 15 9 42 5385 4444 -941 -77081.27 -2001 2002 4002001 2 9 891 6168 5233 -935 -54473.40 -2001 2002 4003001 6 9 356 5890 4815 -1075 -19594.68 -2001 2002 4004001 10 9 105 5560 4533 -1027 -29705.36 -2001 2002 5001001 10 9 136 5271 3918 -1353 -52691.74 -2001 2002 5001001 6 9 201 5714 4615 -1099 -2073.61 -2001 2002 5002001 2 9 230 5856 4887 -969 -25537.87 -2001 2002 6012003 9 9 48 5468 4620 -848 17912.88 -2001 2002 6015001 15 9 543 5041 4252 -789 3631.40 -2001 2002 7004007 2 9 248 5385 4527 -858 -59997.87 -2001 2002 7007001 12 9 221 6250 5147 -1103 8445.22 -2001 2002 8002001 13 9 268 5521 4545 -976 -50681.49 +2001 2002 9014004 12 9 423 6427 4742 -1685 -66528.45 +2001 2002 1001001 5 9 172 5642 3998 -1644 -65808.52 2001 2002 8007009 9 9 322 5493 3906 -1587 -31458.78 +2001 2002 9015002 15 9 303 5722 4211 -1511 -81847.95 2001 2002 8015003 4 9 289 6413 4905 -1508 -140884.23 -2001 2002 8015005 11 9 898 5677 4557 -1120 -49916.13 -2001 2002 9001008 1 9 258 5714 4706 -1008 -73311.07 -2001 2002 9002002 2 9 556 5690 4832 -858 2965.47 -2001 2002 9002004 2 9 578 5976 4881 -1095 -26222.70 2001 2002 9002008 2 9 202 5758 4287 -1471 -27415.18 -2001 2002 9002008 2 9 603 5399 4518 -881 -8944.74 -2001 2002 9003002 3 9 1000 6152 4220 -1932 -51341.52 -2001 2002 9003002 3 9 130 5708 4658 -1050 -121435.05 -2001 2002 9003002 3 9 238 5784 4694 -1090 -52094.93 -2001 2002 9003002 3 9 331 6314 4249 -2065 -162310.87 -2001 2002 9003004 3 9 25 6382 4612 -1770 -109080.80 -2001 2002 9003004 3 9 311 5414 4467 -947 -19498.98 -2001 2002 9003008 3 9 382 5145 4143 -1002 -23005.48 -2001 2002 9003010 3 9 269 6297 5505 -792 -53827.19 2001 2002 9004002 4 9 55 5596 4196 -1400 -277.92 -2001 2002 9004008 4 9 256 5366 4164 -1202 -93628.46 -2001 2002 9004008 4 9 454 6130 4012 -2118 -137401.99 -2001 2002 9004012 4 9 621 5974 5186 -788 52156.56 -2001 2002 9005002 5 9 105 5650 4508 -1142 -75927.61 -2001 2002 9005002 5 9 226 6438 5559 -879 -78309.56 -2001 2002 9005002 5 9 35 6085 5166 -919 -23898.75 -2001 2002 9005002 5 9 379 5673 4742 -931 -66550.24 -2001 2002 9006004 6 9 620 4822 3594 -1228 -19309.88 -2001 2002 9006008 6 9 156 5824 4793 -1031 -16295.15 -2001 2002 9006010 6 9 100 5322 4271 -1051 -65656.49 -2001 2002 9006010 6 9 373 6584 4510 -2074 -56824.27 +2001 2002 9010002 10 9 432 5153 3767 -1386 -56643.31 +2001 2002 9015003 15 9 278 5120 3745 -1375 -61503.40 +2001 2002 5001001 10 9 136 5271 3918 -1353 -52691.74 2001 2002 9007002 7 9 207 6416 5088 -1328 -28312.29 -2001 2002 9007002 7 9 306 5398 4608 -790 -67953.64 +2001 2002 9016004 8 9 114 5560 4263 -1297 -65169.90 2001 2002 9007004 7 9 968 5625 4330 -1295 -86120.30 -2001 2002 9007008 7 9 122 6085 5077 -1008 -108804.86 -2001 2002 9007008 7 9 766 5412 4470 -942 -43150.76 -2001 2002 9008008 8 9 322 5391 3664 -1727 -58283.91 2001 2002 9008008 8 9 535 6155 4861 -1294 -66647.47 +2001 2002 3003001 1 9 175 6170 4892 -1278 -72260.64 +2001 2002 9010004 3 9 948 5640 4387 -1253 -34985.51 +2001 2002 9012008 12 9 249 5254 4002 -1252 -15484.88 +2001 2002 9015008 15 9 281 5558 4315 -1243 10022.91 +2001 2002 9006004 6 9 620 4822 3594 -1228 -19309.88 +2001 2002 9010008 10 9 171 6500 5279 -1221 -73654.23 +2001 2002 9004008 4 9 256 5366 4164 -1202 -93628.46 2001 2002 9008008 8 9 82 6042 4852 -1190 -78558.05 +2001 2002 9014010 2 9 727 6579 5396 -1183 -45368.94 +2001 2002 10002014 1 9 12 5662 4515 -1147 -47170.70 +2001 2002 9005002 5 9 105 5650 4508 -1142 -75927.61 +2001 2002 1001001 1 9 183 5538 4417 -1121 -34086.49 +2001 2002 8015005 11 9 898 5677 4557 -1120 -49916.13 +2001 2002 9016010 16 9 662 5306 4197 -1109 -29664.55 +2001 2002 2001001 1 9 151 6309 5200 -1109 -13881.98 +2001 2002 7007001 12 9 221 6250 5147 -1103 8445.22 +2001 2002 9010008 10 9 106 5739 4637 -1102 -39967.26 +2001 2002 5001001 6 9 201 5714 4615 -1099 -2073.61 +2001 2002 9002004 2 9 578 5976 4881 -1095 -26222.70 +2001 2002 9013010 12 9 28 5672 4579 -1093 -61365.10 +2001 2002 9003002 3 9 238 5784 4694 -1090 -52094.93 +2001 2002 9012010 12 9 4 6214 5128 -1086 -41244.90 +2001 2002 4003001 6 9 356 5890 4815 -1075 -19594.68 2001 2002 9009002 9 9 633 5839 4786 -1053 -40163.90 +2001 2002 9006010 6 9 100 5322 4271 -1051 -65656.49 +2001 2002 9003002 3 9 130 5708 4658 -1050 -121435.05 +2001 2002 9011004 3 9 115 5101 4064 -1037 -38404.07 +2001 2002 9006008 6 9 156 5824 4793 -1031 -16295.15 +2001 2002 4004001 10 9 105 5560 4533 -1027 -29705.36 2001 2002 9009008 9 9 3 5731 4718 -1013 -62660.48 -2001 2002 9009008 9 9 958 5837 5002 -835 -63092.62 -2001 2002 9009010 1 9 311 6980 5065 -1915 -166624.10 -2001 2002 9010002 10 9 351 5553 4668 -885 -58399.99 -2001 2002 9010002 10 9 432 5153 3767 -1386 -56643.31 +2001 2002 10005001 5 9 65 5890 4879 -1011 -57577.01 +2001 2002 9007008 7 9 122 6085 5077 -1008 -108804.86 +2001 2002 9001008 1 9 258 5714 4706 -1008 -73311.07 +2001 2002 9003008 3 9 382 5145 4143 -1002 -23005.48 +2001 2002 2001001 1 9 177 5711 4718 -993 -45422.40 +2001 2002 8002001 13 9 268 5521 4545 -976 -50681.49 +2001 2002 9010008 10 9 9 5549 4578 -971 45104.79 +2001 2002 5002001 2 9 230 5856 4887 -969 -25537.87 +2001 2002 10015001 1 9 399 6188 5225 -963 -76365.39 2001 2002 9010004 10 9 110 5035 4082 -953 -81282.12 -2001 2002 9010004 3 9 948 5640 4387 -1253 -34985.51 -2001 2002 9010008 10 9 106 5739 4637 -1102 -39967.26 -2001 2002 9010008 10 9 171 6500 5279 -1221 -73654.23 -2001 2002 9010008 10 9 284 5382 4597 -785 22162.92 +2001 2002 9013010 3 9 235 5771 4821 -950 -81516.67 +2001 2002 9003004 3 9 311 5414 4467 -947 -19498.98 +2001 2002 9007008 7 9 766 5412 4470 -942 -43150.76 +2001 2002 3003001 9 9 210 5703 4761 -942 -22794.72 2001 2002 9010008 10 9 621 5897 4955 -942 -1466.75 -2001 2002 9010008 10 9 9 5549 4578 -971 45104.79 -2001 2002 9011002 11 9 372 5085 4279 -806 -78551.75 -2001 2002 9011002 11 9 42 5750 4968 -782 -87125.33 -2001 2002 9011004 11 9 730 6136 3927 -2209 -64592.86 -2001 2002 9011004 3 9 115 5101 4064 -1037 -38404.07 -2001 2002 9011010 11 9 254 6635 4698 -1937 -108841.59 -2001 2002 9012004 12 9 808 5796 5006 -790 -43025.36 -2001 2002 9012008 12 9 249 5254 4002 -1252 -15484.88 +2001 2002 4001001 15 9 42 5385 4444 -941 -77081.27 2001 2002 9012010 12 9 268 5363 4425 -938 -13775.61 -2001 2002 9012010 12 9 4 6214 5128 -1086 -41244.90 -2001 2002 9013010 12 9 28 5672 4579 -1093 -61365.10 -2001 2002 9013010 13 9 288 5473 4631 -842 22917.88 -2001 2002 9013010 3 9 235 5771 4821 -950 -81516.67 -2001 2002 9014004 12 9 423 6427 4742 -1685 -66528.45 +2001 2002 4002001 2 9 891 6168 5233 -935 -54473.40 +2001 2002 10011013 11 9 123 6141 5207 -934 -77290.63 +2001 2002 9005002 5 9 379 5673 4742 -931 -66550.24 +2001 2002 9005002 5 9 35 6085 5166 -919 -23898.75 2001 2002 9014008 14 9 904 5637 4725 -912 -54696.64 -2001 2002 9014010 2 9 727 6579 5396 -1183 -45368.94 +2001 2002 9010002 10 9 351 5553 4668 -885 -58399.99 +2001 2002 9002008 2 9 603 5399 4518 -881 -8944.74 +2001 2002 9005002 5 9 226 6438 5559 -879 -78309.56 +2001 2002 9016008 16 9 134 5482 4617 -865 -93343.25 +2001 2002 7004007 2 9 248 5385 4527 -858 -59997.87 +2001 2002 9002002 2 9 556 5690 4832 -858 2965.47 +2001 2002 6012003 9 9 48 5468 4620 -848 17912.88 +2001 2002 9013010 13 9 288 5473 4631 -842 22917.88 +2001 2002 9009008 9 9 958 5837 5002 -835 -63092.62 +2001 2002 9015008 15 9 384 5348 4519 -829 -29937.40 +2001 2002 1003001 3 9 242 5504 4697 -807 -10853.56 +2001 2002 9011002 11 9 372 5085 4279 -806 -78551.75 2001 2002 9015002 15 9 224 5915 5112 -803 -46136.85 -2001 2002 9015002 15 9 303 5722 4211 -1511 -81847.95 2001 2002 9015002 15 9 531 5831 5029 -802 -10846.84 -2001 2002 9015003 15 9 278 5120 3745 -1375 -61503.40 -2001 2002 9015008 15 9 281 5558 4315 -1243 10022.91 -2001 2002 9015008 15 9 384 5348 4519 -829 -29937.40 -2001 2002 9016002 16 9 761 6098 4109 -1989 -75674.23 -2001 2002 9016004 8 9 114 5560 4263 -1297 -65169.90 -2001 2002 9016008 16 9 134 5482 4617 -865 -93343.25 -2001 2002 9016010 16 9 662 5306 4197 -1109 -29664.55 +2001 2002 2004001 16 9 443 5269 4475 -794 -28869.68 +2001 2002 9003010 3 9 269 6297 5505 -792 -53827.19 +2001 2002 9007002 7 9 306 5398 4608 -790 -67953.64 +2001 2002 9012004 12 9 808 5796 5006 -790 -43025.36 +2001 2002 6015001 15 9 543 5041 4252 -789 3631.40 +2001 2002 9004012 4 9 621 5974 5186 -788 52156.56 +2001 2002 9010008 10 9 284 5382 4597 -785 22162.92 +2001 2002 9011002 11 9 42 5750 4968 -782 -87125.33 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out index 5070e1121f7e..7932af1cc443 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q77a.sql.out @@ -4,25 +4,29 @@ struct -- !query output NULL NULL 235905134.66 10142144.92 -67930361.22 +catalog channel NULL 80395563.85 6704052.28 -12276833.88 +catalog channel NULL 195553.13 1676013.07 -1006311.12 catalog channel 1 26059763.88 1676013.07 -3439678.62 catalog channel 2 26848946.97 1676013.07 -3818396.48 catalog channel 4 27291299.87 1676013.07 -4012447.66 -catalog channel NULL 195553.13 1676013.07 -1006311.12 -catalog channel NULL 80395563.85 6704052.28 -12276833.88 +store channel NULL 114327412.39 2814721.15 -51032389.27 store channel 1 18173324.99 458396.78 -7884303.32 -store channel 10 19471021.10 424474.72 -8634992.52 store channel 2 19801551.45 482036.27 -8829753.47 store channel 4 19389251.68 487721.54 -8683007.74 store channel 7 18542305.22 441352.00 -8390550.61 store channel 8 18949957.95 520739.84 -8609781.61 -store channel NULL 114327412.39 2814721.15 -51032389.27 +store channel 10 19471021.10 424474.72 -8634992.52 +web channel NULL 41182158.42 623371.49 -4621138.07 web channel 1 1368093.56 18413.39 -109814.89 +web channel 2 1360282.03 20851.65 -262088.83 +web channel 4 1406457.78 23644.41 -123413.05 +web channel 7 1500004.47 21499.66 -154155.36 +web channel 8 1446371.50 23082.66 -94682.60 web channel 10 1332588.96 17483.48 -116693.82 web channel 13 1482737.42 22291.09 -143363.78 web channel 14 1284016.42 27528.32 -109703.25 web channel 16 1243361.71 17003.20 -177836.49 web channel 19 1255323.32 19886.02 -164063.62 -web channel 2 1360282.03 20851.65 -262088.83 web channel 20 1453667.29 26935.69 -108401.67 web channel 22 1387121.58 13920.95 -178199.43 web channel 25 1335607.81 22147.53 -244732.70 @@ -33,7 +37,6 @@ web channel 32 1352687.30 24759.85 -136361.30 web channel 34 1375278.93 20797.04 -128682.38 web channel 37 1280097.59 22871.42 -72902.31 web channel 38 1479886.09 19766.90 -165440.16 -web channel 4 1406457.78 23644.41 -123413.05 web channel 40 1412821.75 13967.60 -129666.09 web channel 43 1218207.79 12950.30 -267935.28 web channel 44 1394049.31 9287.77 -69579.24 @@ -44,6 +47,3 @@ web channel 52 1428230.31 21974.82 -168225.24 web channel 55 1494853.34 33347.97 -143467.09 web channel 56 1390529.31 6835.23 -126132.78 web channel 58 1126120.88 31121.74 -218628.31 -web channel 7 1500004.47 21499.66 -154155.36 -web channel 8 1446371.50 23082.66 -94682.60 -web channel NULL 41182158.42 623371.49 -4621138.07 diff --git a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out index ee25ebb17eed..e11e93a9c40d 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v2_7/q86a.sql.out @@ -3,103 +3,103 @@ -- !query schema struct -- !query output -109613.81 Home NULL 0 17 -14685.23 NULL camcorders 0 12 -1494189.90 Jewelry consignment 0 16 -1535662.83 Books arts 0 16 -1606289.52 Jewelry semi-precious 0 15 -1629493.52 Books business 0 15 -1697803.23 Jewelry loose stones 0 14 -1711990.64 Home mattresses 0 16 -1713259.20 Jewelry earings 0 13 -1723586.44 Electronics camcorders 0 16 -1731142.74 Jewelry estate 0 12 -1744147.13 Books science 0 14 -1747449.84 Books cooking 0 13 -1780974.36 Home accent 0 15 -1791937.78 Books mystery 0 12 -1800889.53 Electronics automotive 0 15 -1804127.22 Electronics scanners 0 14 -1812963.47 Home blinds/shades 0 14 -1817697.92 Jewelry mens watch 0 11 -1852053.82 Jewelry gold 0 10 -1856300.04 Home furniture 0 13 -1856421.87 Home bathroom 0 12 -1870348.87 Electronics cameras 0 13 -1882780.88 Jewelry birdal 0 9 -1893240.65 Home kids 0 11 -1920062.16 Books self-help 0 11 -1931224.93 Electronics disk drives 0 12 -1955981.28 Electronics wireless 0 11 -1960699.97 Electronics stereo 0 10 -1995895.68 Jewelry diamonds 0 8 -2021383.60 Electronics portable 0 9 -2037140.80 Books sports 0 10 -2053061.41 Home rugs 0 10 -2056828.93 Home paint 0 9 -2060395.64 Electronics musical 0 8 -2088949.87 Jewelry pendants 0 7 -2092734.81 Books parenting 0 9 -2093041.31 Jewelry costume 0 6 -2094873.27 Electronics televisions 0 7 -2101508.76 Books entertainments 0 8 -2140041.02 Jewelry rings 0 5 -2154865.44 Jewelry womens watch 0 4 -2159059.95 Home decor 0 8 -2172959.94 Home flatware 0 7 -2174686.53 Books travel 0 7 -2187564.96 Home wallpaper 0 6 -2191949.77 Home lighting 0 5 -2204536.79 Books fiction 0 6 -2222688.75 Electronics personal 0 6 -2252767.09 Electronics memory 0 5 -2258540.99 Home curtains/drapes 0 4 -2264632.73 Books romance 0 5 -2278162.58 Books home repair 0 4 -2279983.95 Jewelry bracelets 0 3 -2320597.52 Electronics monitors 0 4 -2327655.83 Electronics audio 0 3 +335298083.49 NULL NULL 2 1 +35668385.24 Music NULL 1 1 +34110308.09 Men NULL 1 2 +33945859.14 Shoes NULL 1 3 +33779396.33 Home NULL 1 4 +33660827.11 Electronics NULL 1 5 +33471238.87 Women NULL 1 6 +33048439.90 Books NULL 1 7 +32553196.48 Sports NULL 1 8 +32454111.82 Children NULL 1 9 +31955775.63 Jewelry NULL 1 10 +650544.88 NULL NULL 1 11 234527.19 NULL NULL 0 1 -2392291.39 Books computers 0 3 -2454928.54 Home tables 0 3 -2500411.13 Books history 0 2 -2544675.48 Home glassware 0 2 +51577.11 NULL flatware 0 2 +49266.03 NULL pants 0 3 +48188.15 NULL glassware 0 4 +46266.06 NULL sports-apparel 0 5 +41643.10 NULL swimwear 0 6 +41586.07 NULL semi-precious 0 7 +40437.80 NULL scanners 0 8 +29606.19 NULL womens 0 9 +27105.53 NULL archery 0 10 25656.42 NULL dresses 0 11 +14685.23 NULL camcorders 0 12 2603917.26 Books reference 0 1 -2638200.54 Jewelry jewelry boxes 0 2 -2647708.85 Electronics dvd/vcr players 0 2 +2500411.13 Books history 0 2 +2392291.39 Books computers 0 3 +2278162.58 Books home repair 0 4 +2264632.73 Books romance 0 5 +2204536.79 Books fiction 0 6 +2174686.53 Books travel 0 7 +2101508.76 Books entertainments 0 8 +2092734.81 Books parenting 0 9 +2037140.80 Books sports 0 10 +1920062.16 Books self-help 0 11 +1791937.78 Books mystery 0 12 +1747449.84 Books cooking 0 13 +1744147.13 Books science 0 14 +1629493.52 Books business 0 15 +1535662.83 Books arts 0 16 +29663.86 Books NULL 0 17 +8427198.29 Children school-uniforms 0 1 +8170040.55 Children infants 0 2 +8030368.31 Children newborn 0 3 +7772368.18 Children toddlers 0 4 +54136.49 Children NULL 0 5 2665898.32 Electronics karoke 0 1 +2647708.85 Electronics dvd/vcr players 0 2 +2327655.83 Electronics audio 0 3 +2320597.52 Electronics monitors 0 4 +2252767.09 Electronics memory 0 5 +2222688.75 Electronics personal 0 6 +2094873.27 Electronics televisions 0 7 +2060395.64 Electronics musical 0 8 +2021383.60 Electronics portable 0 9 +1960699.97 Electronics stereo 0 10 +1955981.28 Electronics wireless 0 11 +1931224.93 Electronics disk drives 0 12 +1870348.87 Electronics cameras 0 13 +1804127.22 Electronics scanners 0 14 +1800889.53 Electronics automotive 0 15 +1723586.44 Electronics camcorders 0 16 2678321.52 Home bedding 0 1 -27105.53 NULL archery 0 10 +2544675.48 Home glassware 0 2 +2454928.54 Home tables 0 3 +2258540.99 Home curtains/drapes 0 4 +2191949.77 Home lighting 0 5 +2187564.96 Home wallpaper 0 6 +2172959.94 Home flatware 0 7 +2159059.95 Home decor 0 8 +2056828.93 Home paint 0 9 +2053061.41 Home rugs 0 10 +1893240.65 Home kids 0 11 +1856421.87 Home bathroom 0 12 +1856300.04 Home furniture 0 13 +1812963.47 Home blinds/shades 0 14 +1780974.36 Home accent 0 15 +1711990.64 Home mattresses 0 16 +109613.81 Home NULL 0 17 2736956.17 Jewelry custom 0 1 -29606.19 NULL womens 0 9 -29663.86 Books NULL 0 17 -31955775.63 Jewelry NULL 1 10 -32454111.82 Children NULL 1 9 -32553196.48 Sports NULL 1 8 +2638200.54 Jewelry jewelry boxes 0 2 +2279983.95 Jewelry bracelets 0 3 +2154865.44 Jewelry womens watch 0 4 +2140041.02 Jewelry rings 0 5 +2093041.31 Jewelry costume 0 6 +2088949.87 Jewelry pendants 0 7 +1995895.68 Jewelry diamonds 0 8 +1882780.88 Jewelry birdal 0 9 +1852053.82 Jewelry gold 0 10 +1817697.92 Jewelry mens watch 0 11 +1731142.74 Jewelry estate 0 12 +1713259.20 Jewelry earings 0 13 +1697803.23 Jewelry loose stones 0 14 +1606289.52 Jewelry semi-precious 0 15 +1494189.90 Jewelry consignment 0 16 32624.44 Jewelry NULL 0 17 -33048439.90 Books NULL 1 7 -33471238.87 Women NULL 1 6 -335298083.49 NULL NULL 2 1 -33660827.11 Electronics NULL 1 5 -33779396.33 Home NULL 1 4 -33945859.14 Shoes NULL 1 3 -34110308.09 Men NULL 1 2 -35668385.24 Music NULL 1 1 -40437.80 NULL scanners 0 8 -41586.07 NULL semi-precious 0 7 -41643.10 NULL swimwear 0 6 -46266.06 NULL sports-apparel 0 5 -48188.15 NULL glassware 0 4 -49266.03 NULL pants 0 3 -51577.11 NULL flatware 0 2 -54136.49 Children NULL 0 5 -650544.88 NULL NULL 1 11 -7636055.87 Men sports-apparel 0 4 -7772368.18 Children toddlers 0 4 -8030368.31 Children newborn 0 3 -8170040.55 Children infants 0 2 -8354664.10 Men pants 0 3 -8427198.29 Children school-uniforms 0 1 -8471403.12 Men accessories 0 2 9606467.15 Men shirts 0 1 +8471403.12 Men accessories 0 2 +8354664.10 Men pants 0 3 +7636055.87 Men sports-apparel 0 4 From 267dbed55bf574684210388ba85f1f87d5598965 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Fri, 26 Mar 2021 14:39:31 +0900 Subject: [PATCH 13/15] Make output results deterministic --- .../resources/tpcds-query-results/v1_4/q56.sql.out | 6 +++--- .../resources/tpcds-query-results/v1_4/q6.sql.out | 6 +++--- .../resources/tpcds-query-results/v1_4/q75.sql.out | 8 ++++---- .../resources/tpcds-query-results/v1_4/q77.sql.out | 2 +- .../org/apache/spark/sql/SQLQueryTestHelper.scala | 2 +- .../org/apache/spark/sql/TPCDSQueryTestSuite.scala | 11 +++++++++++ 6 files changed, 23 insertions(+), 12 deletions(-) diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out index 7306f925baeb..9d857be130a0 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q56.sql.out @@ -3,11 +3,11 @@ -- !query schema struct -- !query output -AAAAAAAANEFAAAAA NULL AAAAAAAAOHICAAAA NULL -AAAAAAAAEPDEAAAA 0.00 -AAAAAAAACENDAAAA 0.00 +AAAAAAAANEFAAAAA NULL AAAAAAAAIGBEAAAA 0.00 +AAAAAAAACENDAAAA 0.00 +AAAAAAAAEPDEAAAA 0.00 AAAAAAAAFBGBAAAA 3.52 AAAAAAAAINHBAAAA 7.28 AAAAAAAAMBGAAAAA 8.52 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out index 9ef167e8c39c..3394d6159717 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q6.sql.out @@ -3,8 +3,8 @@ -- !query schema struct -- !query output -MA 10 AK 10 +MA 10 AZ 11 ME 13 VT 14 @@ -25,16 +25,16 @@ FL 51 OK 53 MT 53 CO 57 -NY 58 AR 58 +NY 58 PA 62 AL 63 LA 63 SD 70 WI 80 NULL 81 -MI 82 NC 82 +MI 82 MS 83 CA 84 MN 85 diff --git a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out index 643700c74a74..dc3689baa1f7 100644 --- a/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out +++ b/sql/core/src/test/resources/tpcds-query-results/v1_4/q75.sql.out @@ -42,8 +42,8 @@ struct -- !query output NULL NULL 232221465.82 11982952.24 -68693883.13 -catalog channel NULL 79974356.51 8093410.04 -13248029.45 catalog channel NULL 137152.08 2023352.51 -1206689.53 +catalog channel NULL 79974356.51 8093410.04 -13248029.45 catalog channel 1 25711965.54 2023352.51 -3771095.61 catalog channel 2 28086925.07 2023352.51 -4541761.49 catalog channel 5 26038313.82 2023352.51 -3728482.82 diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala index 552e4e2534c4..b9ca2a0f034e 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestHelper.scala @@ -33,7 +33,7 @@ trait SQLQueryTestHelper { private val clsName = this.getClass.getCanonicalName protected val emptySchema = StructType(Seq.empty).catalogString - private def replaceNotIncludedMsg(line: String): String = { + protected def replaceNotIncludedMsg(line: String): String = { line.replaceAll("#\\d+", "#x") .replaceAll( s"Location.*$clsName/", diff --git a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala index e0fd90b17242..afdb7e1fb177 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala @@ -20,7 +20,10 @@ package org.apache.spark.sql import java.io.File import java.nio.file.{Files, Paths} +import org.apache.spark.{SparkConf, SparkContext} import org.apache.spark.sql.catalyst.util.{fileToString, resourceToString, stringToFile} +import org.apache.spark.sql.internal.SQLConf +import org.apache.spark.sql.test.TestSparkSession /** * End-to-end tests to check TPCDS query results. @@ -53,6 +56,14 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp private val tpcdsDataPath = System.getenv("SPARK_TPCDS_DATA") private val regenerateGoldenFiles = System.getenv("SPARK_GENERATE_GOLDEN_FILES") == "1" + // To make output results deterministic + protected override def sparkConf: SparkConf = super.sparkConf + .set(SQLConf.SHUFFLE_PARTITIONS.key, "1") + + protected override def createSparkSession: TestSparkSession = { + new TestSparkSession(new SparkContext("local[1]", this.getClass.getSimpleName, sparkConf)) + } + // We use SF=1 table data here, so we cannot use SF=100 stats protected override val injectStats: Boolean = false From 0a195850bc0e7ad97efd245ebcfc438ea604e770 Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Tue, 30 Mar 2021 09:15:42 +0900 Subject: [PATCH 14/15] review --- .github/workflows/build_and_test.yml | 19 ++++++++++++++----- .../spark/sql/TPCDSQueryTestSuite.scala | 16 ++++++++-------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index a48db2d2314b..4a13d28fb1cc 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -435,23 +435,32 @@ jobs: steps: - name: Checkout Spark repository uses: actions/checkout@v2 + - name: Cache TPC-DS generated data + id: cache-tpcds-sf-1 + uses: actions/cache@v2 + with: + path: ./tpcds-sf-1 + key: tpcds-${{ hashFiles('tpcds-sf-1/.spark-tpcds-sf-1.md5') }} + restore-keys: | + tpcds- - name: Checkout TPC-DS (SF=1) generated data repository + if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true' uses: actions/checkout@v2 with: repository: maropu/spark-tpcds-sf-1 path: ./tpcds-sf-1 - - name: Cache TPC-DS generated data + - name: Cache Coursier local repository uses: actions/cache@v2 with: - path: ./tpcds-sf-1 - key: tpcds-${{ hashFiles('tpcds-sf-1/.spark-tpcds-sf-1.md5') }} + path: ~/.cache/coursier + key: tpcds-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt') }} restore-keys: | - tpcds- + tpcds-coursier- - name: Install Java 8 uses: actions/setup-java@v1 with: java-version: 8 - - name: Run TPCDSQueryTestSuite + - name: Run TPC-DS queries run: | SPARK_TPCDS_DATA=`pwd`/tpcds-sf-1 build/sbt "sql/testOnly org.apache.spark.sql.TPCDSQueryTestSuite" - name: Upload test results to report diff --git a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala index afdb7e1fb177..ddfed87d85af 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala @@ -53,8 +53,8 @@ import org.apache.spark.sql.test.TestSparkSession */ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelper { - private val tpcdsDataPath = System.getenv("SPARK_TPCDS_DATA") - private val regenerateGoldenFiles = System.getenv("SPARK_GENERATE_GOLDEN_FILES") == "1" + private val tpcdsDataPath = sys.env.get("SPARK_TPCDS_DATA") + private val regenerateGoldenFiles = sys.env.get("SPARK_GENERATE_GOLDEN_FILES").exists(_ == "1") // To make output results deterministic protected override def sparkConf: SparkConf = super.sparkConf @@ -67,12 +67,12 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp // We use SF=1 table data here, so we cannot use SF=100 stats protected override val injectStats: Boolean = false - if (tpcdsDataPath != null) { + if (tpcdsDataPath.nonEmpty) { val nonExistentTables = tableNames.filterNot { tableName => - Files.exists(Paths.get(s"$tpcdsDataPath/$tableName")) + Files.exists(Paths.get(s"${tpcdsDataPath.get}/$tableName")) } if (nonExistentTables.nonEmpty) { - fail(s"Non-existent TPCDS table paths found in $tpcdsDataPath: " + + fail(s"Non-existent TPCDS table paths found in ${tpcdsDataPath.get}: " + nonExistentTables.mkString(", ")) } } @@ -92,7 +92,7 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp s""" |CREATE TABLE `$tableName` (${tableColumns(tableName)}) |USING $format - |LOCATION '$tpcdsDataPath/$tableName' + |LOCATION '${tpcdsDataPath.get}/$tableName' |${options.mkString("\n")} """.stripMargin) } @@ -134,7 +134,7 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp assertResult(expectedOutput, s"Result did not match\n$queryString") { outputString } } - if (tpcdsDataPath != null) { + if (tpcdsDataPath.nonEmpty) { tpcdsQueries.foreach { name => val queryString = resourceToString(s"tpcds/$name.sql", classLoader = Thread.currentThread().getContextClassLoader) @@ -153,6 +153,6 @@ class TPCDSQueryTestSuite extends QueryTest with TPCDSBase with SQLQueryTestHelp } } } else { - ignore("skipped because env `SPARK_TPCDS_DATA` is not given") {} + ignore("skipped because env `SPARK_TPCDS_DATA` is not set") {} } } From 841005c36cda15352cc026c67401571e43e7610a Mon Sep 17 00:00:00 2001 From: Takeshi Yamamuro Date: Tue, 30 Mar 2021 21:29:50 +0900 Subject: [PATCH 15/15] Use ref when checking out the repo --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4a13d28fb1cc..96a3fe12ca68 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -448,6 +448,7 @@ jobs: uses: actions/checkout@v2 with: repository: maropu/spark-tpcds-sf-1 + ref: 6b660a53091bd6d23cbe58b0f09aae08e71cc667 path: ./tpcds-sf-1 - name: Cache Coursier local repository uses: actions/cache@v2