Click here for information about interpreting this report.
Filename | Function Coverage | Line Coverage | Region Coverage | Branch Coverage |
common-runtime/src/common.rs | 100.00% (3/3) | 100.00% (17/17) | 100.00% (5/5) | - (0/0) |
common/src/alias.rs | 0.00% (0/3) | 0.00% (0/12) | 0.00% (0/3) | - (0/0) |
common/src/cast.rs | 10.00% (4/40) | 10.29% (14/136) | 10.00% (8/80) | - (0/0) |
common/src/column.rs | 0.00% (0/25) | 0.00% (0/152) | 0.00% (0/64) | - (0/0) |
common/src/config.rs | 8.33% (6/72) | 6.97% (31/445) | 7.79% (18/231) | - (0/0) |
common/src/dfschema.rs | 0.00% (0/110) | 0.00% (0/662) | 0.00% (0/321) | - (0/0) |
common/src/display/graphviz.rs | 0.00% (0/8) | 0.00% (0/63) | 0.00% (0/24) | - (0/0) |
common/src/display/mod.rs | 0.00% (0/1) | 0.00% (0/6) | 0.00% (0/1) | - (0/0) |
common/src/error.rs | 47.37% (9/19) | 37.37% (74/198) | 37.63% (35/93) | - (0/0) |
common/src/functional_dependencies.rs | 0.00% (0/58) | 0.00% (0/433) | 0.00% (0/199) | - (0/0) |
common/src/hash_utils.rs | 60.00% (9/15) | 45.21% (118/261) | 33.02% (70/212) | - (0/0) |
common/src/join_type.rs | 20.00% (1/5) | 13.16% (5/38) | 9.52% (4/42) | - (0/0) |
common/src/lib.rs | 0.00% (0/2) | 0.00% (0/12) | 0.00% (0/2) | - (0/0) |
common/src/param_value.rs | 0.00% (0/11) | 0.00% (0/72) | 0.00% (0/45) | - (0/0) |
common/src/parsers.rs | 0.00% (0/3) | 0.00% (0/24) | 0.00% (0/29) | - (0/0) |
common/src/rounding.rs | 46.15% (6/13) | 58.54% (48/82) | 42.11% (16/38) | - (0/0) |
common/src/scalar/mod.rs | 17.42% (27/155) | 9.83% (224/2278) | 10.15% (217/2137) | - (0/0) |
common/src/scalar/struct_builder.rs | 0.00% (0/11) | 0.00% (0/48) | 0.00% (0/21) | - (0/0) |
common/src/stats.rs | 77.78% (21/27) | 63.51% (141/222) | 52.53% (83/158) | - (0/0) |
common/src/table_reference.rs | 0.00% (0/21) | 0.00% (0/159) | 0.00% (0/64) | - (0/0) |
common/src/test_util.rs | 100.00% (2/2) | 100.00% (2/2) | 100.00% (2/2) | - (0/0) |
common/src/tree_node.rs | 47.83% (33/69) | 49.85% (169/339) | 47.13% (82/174) | - (0/0) |
common/src/unnest.rs | 0.00% (0/3) | 0.00% (0/13) | 0.00% (0/3) | - (0/0) |
common/src/utils/memory.rs | 66.67% (2/3) | 82.14% (23/28) | 70.00% (7/10) | - (0/0) |
common/src/utils/mod.rs | 24.14% (14/58) | 33.80% (144/426) | 31.05% (77/248) | - (0/0) |
common/src/utils/proxy.rs | 66.67% (2/3) | 64.29% (27/42) | 54.55% (6/11) | - (0/0) |
execution/src/cache/cache_manager.rs | 20.00% (1/5) | 29.63% (8/27) | 42.86% (6/14) | - (0/0) |
execution/src/cache/cache_unit.rs | 0.00% (0/6) | 0.00% (0/12) | 0.00% (0/10) | - (0/0) |
execution/src/cache/mod.rs | 0.00% (0/1) | 0.00% (0/3) | 0.00% (0/1) | - (0/0) |
execution/src/config.rs | 17.24% (10/58) | 19.01% (46/242) | 16.90% (12/71) | - (0/0) |
execution/src/disk_manager.rs | 38.46% (5/13) | 45.12% (37/82) | 41.30% (19/46) | - (0/0) |
execution/src/memory_pool/mod.rs | 86.36% (19/22) | 75.22% (85/113) | 64.81% (35/54) | - (0/0) |
execution/src/memory_pool/pool.rs | 83.78% (31/37) | 80.41% (197/245) | 74.44% (67/90) | - (0/0) |
execution/src/object_store.rs | 12.50% (2/16) | 10.00% (8/80) | 7.14% (2/28) | - (0/0) |
execution/src/runtime_env.rs | 44.44% (8/18) | 43.62% (41/94) | 40.00% (12/30) | - (0/0) |
execution/src/task.rs | 26.09% (6/23) | 26.83% (33/123) | 20.69% (6/29) | - (0/0) |
expr-common/src/accumulator.rs | 0.00% (0/2) | 0.00% (0/9) | 0.00% (0/2) | - (0/0) |
expr-common/src/columnar_value.rs | 37.50% (3/8) | 28.57% (20/70) | 20.75% (11/53) | - (0/0) |
expr-common/src/groups_accumulator.rs | 33.33% (1/3) | 50.00% (10/20) | 66.67% (4/6) | - (0/0) |
expr-common/src/interval_arithmetic.rs | 50.00% (37/74) | 38.64% (306/792) | 39.68% (223/562) | - (0/0) |
expr-common/src/operator.rs | 14.29% (1/7) | 4.71% (4/85) | 4.82% (4/83) | - (0/0) |
expr-common/src/signature.rs | 18.18% (4/22) | 15.48% (24/155) | 8.16% (4/49) | - (0/0) |
expr-common/src/sort_properties.rs | 12.50% (1/8) | 7.79% (6/77) | 2.33% (1/43) | - (0/0) |
expr-common/src/type_coercion/aggregates.rs | 18.75% (3/16) | 18.29% (30/164) | 16.96% (19/112) | - (0/0) |
expr-common/src/type_coercion/binary.rs | 13.79% (12/87) | 12.52% (95/759) | 9.57% (56/585) | - (0/0) |
expr/src/built_in_window_function.rs | 0.00% (0/7) | 0.00% (0/85) | 0.00% (0/54) | - (0/0) |
expr/src/conditional_expressions.rs | 0.00% (0/7) | 0.00% (0/65) | 0.00% (0/26) | - (0/0) |
expr/src/execution_props.rs | 0.00% (0/7) | 0.00% (0/46) | 0.00% (0/8) | - (0/0) |
expr/src/expr.rs | 0.88% (1/113) | 0.36% (4/1126) | 0.43% (3/690) | - (0/0) |
expr/src/expr_fn.rs | 0.00% (0/83) | 0.00% (0/538) | 0.00% (0/124) | - (0/0) |
expr/src/expr_rewriter/mod.rs | 0.00% (0/26) | 0.00% (0/188) | 0.00% (0/124) | - (0/0) |
expr/src/expr_rewriter/order_by.rs | 0.00% (0/8) | 0.00% (0/76) | 0.00% (0/40) | - (0/0) |
expr/src/expr_schema.rs | 0.00% (0/25) | 0.00% (0/323) | 0.00% (0/261) | - (0/0) |
expr/src/literal.rs | 18.18% (2/11) | 16.67% (6/36) | 18.18% (2/11) | - (0/0) |
expr/src/logical_plan/builder.rs | 0.00% (0/122) | 0.00% (0/1281) | 0.00% (0/590) | - (0/0) |
expr/src/logical_plan/ddl.rs | 0.00% (0/15) | 0.00% (0/195) | 0.00% (0/88) | - (0/0) |
expr/src/logical_plan/display.rs | 0.00% (0/37) | 0.00% (0/481) | 0.00% (0/200) | - (0/0) |
expr/src/logical_plan/dml.rs | 0.00% (0/12) | 0.00% (0/75) | 0.00% (0/33) | - (0/0) |
expr/src/logical_plan/extension.rs | 0.00% (0/27) | 0.00% (0/104) | 0.00% (0/34) | - (0/0) |
expr/src/logical_plan/plan.rs | 0.00% (0/154) | 0.00% (0/1847) | 0.00% (0/1105) | - (0/0) |
expr/src/logical_plan/statement.rs | 0.00% (0/7) | 0.00% (0/46) | 0.00% (0/29) | - (0/0) |
expr/src/logical_plan/tree_node.rs | 0.00% (0/94) | 0.00% (0/806) | 0.00% (0/376) | - (0/0) |
expr/src/operation.rs | 0.00% (0/12) | 0.00% (0/61) | 0.00% (0/16) | - (0/0) |
expr/src/partition_evaluator.rs | 0.00% (0/10) | 0.00% (0/50) | 0.00% (0/23) | - (0/0) |
expr/src/planner.rs | 0.00% (0/16) | 0.00% (0/83) | 0.00% (0/16) | - (0/0) |
expr/src/registry.rs | 0.00% (0/11) | 0.00% (0/36) | 0.00% (0/11) | - (0/0) |
expr/src/simplify.rs | 0.00% (0/2) | 0.00% (0/10) | 0.00% (0/2) | - (0/0) |
expr/src/table_source.rs | 0.00% (0/7) | 0.00% (0/27) | 0.00% (0/12) | - (0/0) |
expr/src/test/function_stub.rs | 0.00% (0/70) | 0.00% (0/302) | 0.00% (0/97) | - (0/0) |
expr/src/tree_node.rs | 0.00% (0/37) | 0.00% (0/377) | 0.00% (0/220) | - (0/0) |
expr/src/type_coercion/functions.rs | 0.00% (0/36) | 0.00% (0/465) | 0.00% (0/310) | - (0/0) |
expr/src/type_coercion/mod.rs | 0.00% (0/7) | 0.00% (0/23) | 0.00% (0/25) | - (0/0) |
expr/src/type_coercion/other.rs | 0.00% (0/2) | 0.00% (0/8) | 0.00% (0/2) | - (0/0) |
expr/src/udaf.rs | 25.35% (18/71) | 24.07% (71/295) | 20.00% (18/90) | - (0/0) |
expr/src/udf.rs | 0.00% (0/62) | 0.00% (0/255) | 0.00% (0/77) | - (0/0) |
expr/src/udf_docs.rs | 0.00% (0/11) | 0.00% (0/85) | 0.00% (0/18) | - (0/0) |
expr/src/udwf.rs | 0.00% (0/42) | 0.00% (0/147) | 0.00% (0/54) | - (0/0) |
expr/src/utils.rs | 1.04% (1/96) | 0.34% (3/885) | 0.19% (1/525) | - (0/0) |
expr/src/var_provider.rs | 0.00% (0/1) | 0.00% (0/3) | 0.00% (0/3) | - (0/0) |
expr/src/window_frame.rs | 27.78% (5/18) | 22.46% (42/187) | 13.70% (20/146) | - (0/0) |
expr/src/window_function.rs | 0.00% (0/2) | 0.00% (0/2) | 0.00% (0/2) | - (0/0) |
expr/src/window_state.rs | 73.68% (14/19) | 41.30% (159/385) | 35.81% (77/215) | - (0/0) |
functions-aggregate-common/src/aggregate/count_distinct/bytes.rs | 0.00% (0/14) | 0.00% (0/82) | 0.00% (0/48) | - (0/0) |
functions-aggregate-common/src/aggregate/count_distinct/native.rs | 0.00% (0/19) | 0.00% (0/118) | 0.00% (0/83) | - (0/0) |
functions-aggregate-common/src/aggregate/groups_accumulator.rs | 75.00% (21/28) | 83.27% (224/269) | 66.43% (93/140) | - (0/0) |
functions-aggregate-common/src/aggregate/groups_accumulator/accumulate.rs | 34.78% (8/23) | 29.39% (87/296) | 25.83% (31/120) | - (0/0) |
functions-aggregate-common/src/aggregate/groups_accumulator/bool_op.rs | 0.00% (0/10) | 0.00% (0/88) | 0.00% (0/26) | - (0/0) |
functions-aggregate-common/src/aggregate/groups_accumulator/nulls.rs | 0.00% (0/3) | 0.00% (0/19) | 0.00% (0/3) | - (0/0) |
functions-aggregate-common/src/aggregate/groups_accumulator/prim_op.rs | 46.15% (6/13) | 51.33% (58/113) | 22.22% (8/36) | - (0/0) |
functions-aggregate-common/src/merge_arrays.rs | 0.00% (0/7) | 0.00% (0/99) | 0.00% (0/33) | - (0/0) |
functions-aggregate-common/src/order.rs | 66.67% (2/3) | 66.67% (6/9) | 66.67% (2/3) | - (0/0) |
functions-aggregate-common/src/tdigest.rs | 0.00% (0/32) | 0.00% (0/409) | 0.00% (0/177) | - (0/0) |
functions-aggregate-common/src/utils.rs | 38.46% (5/13) | 26.13% (29/111) | 22.45% (11/49) | - (0/0) |
functions-aggregate/src/approx_distinct.rs | 0.00% (0/26) | 0.00% (0/139) | 0.00% (0/86) | - (0/0) |
functions-aggregate/src/approx_median.rs | 0.00% (0/9) | 0.00% (0/54) | 0.00% (0/16) | - (0/0) |
functions-aggregate/src/approx_percentile_cont.rs | 0.00% (0/38) | 0.00% (0/316) | 0.00% (0/209) | - (0/0) |
functions-aggregate/src/approx_percentile_cont_with_weight.rs | 0.00% (0/16) | 0.00% (0/124) | 0.00% (0/50) | - (0/0) |
functions-aggregate/src/array_agg.rs | 13.89% (5/36) | 6.18% (21/340) | 2.48% (5/202) | - (0/0) |
functions-aggregate/src/average.rs | 47.73% (21/44) | 45.76% (178/389) | 33.33% (50/150) | - (0/0) |
functions-aggregate/src/bit_and_or_xor.rs | 0.00% (0/54) | 0.00% (0/264) | 0.00% (0/127) | - (0/0) |
functions-aggregate/src/bool_and_or.rs | 0.00% (0/40) | 0.00% (0/169) | 0.00% (0/72) | - (0/0) |
functions-aggregate/src/correlation.rs | 0.00% (0/15) | 0.00% (0/128) | 0.00% (0/107) | - (0/0) |
functions-aggregate/src/count.rs | 50.98% (26/51) | 34.71% (160/461) | 22.49% (47/209) | - (0/0) |
functions-aggregate/src/covariance.rs | 0.00% (0/30) | 0.00% (0/227) | 0.00% (0/131) | - (0/0) |
functions-aggregate/src/first_last.rs | 76.67% (46/60) | 72.75% (347/477) | 57.48% (146/254) | - (0/0) |
functions-aggregate/src/grouping.rs | 0.00% (0/9) | 0.00% (0/38) | 0.00% (0/9) | - (0/0) |
functions-aggregate/src/hyperloglog.rs | 0.00% (0/13) | 0.00% (0/93) | 0.00% (0/49) | - (0/0) |
functions-aggregate/src/lib.rs | 0.00% (0/1) | 0.00% (0/7) | 0.00% (0/11) | - (0/0) |
functions-aggregate/src/macros.rs | 50.00% (2/4) | 27.27% (9/33) | 60.00% (3/5) | - (0/0) |
functions-aggregate/src/median.rs | 31.03% (9/29) | 26.75% (42/157) | 18.09% (17/94) | - (0/0) |
functions-aggregate/src/min_max.rs | 0.00% (0/88) | 0.00% (0/522) | 0.00% (0/357) | - (0/0) |
functions-aggregate/src/nth_value.rs | 0.00% (0/27) | 0.00% (0/278) | 0.00% (0/165) | - (0/0) |
functions-aggregate/src/regr.rs | 0.00% (0/17) | 0.00% (0/249) | 0.00% (0/138) | - (0/0) |
functions-aggregate/src/stddev.rs | 0.00% (0/40) | 0.00% (0/202) | 0.00% (0/64) | - (0/0) |
functions-aggregate/src/string_agg.rs | 0.00% (0/15) | 0.00% (0/77) | 0.00% (0/43) | - (0/0) |
functions-aggregate/src/sum.rs | 20.93% (9/43) | 15.38% (36/234) | 11.11% (15/135) | - (0/0) |
functions-aggregate/src/variance.rs | 0.00% (0/59) | 0.00% (0/433) | 0.00% (0/156) | - (0/0) |
functions-window-common/src/field.rs | 0.00% (0/4) | 0.00% (0/15) | 0.00% (0/4) | - (0/0) |
physical-expr-common/src/binary_map.rs | 0.00% (0/29) | 0.00% (0/253) | 0.00% (0/86) | - (0/0) |
physical-expr-common/src/binary_view_map.rs | 0.00% (0/23) | 0.00% (0/172) | 0.00% (0/64) | - (0/0) |
physical-expr-common/src/datum.rs | 50.00% (6/12) | 52.69% (49/93) | 37.78% (34/90) | - (0/0) |
physical-expr-common/src/physical_expr.rs | 40.00% (4/10) | 34.29% (24/70) | 23.53% (12/51) | - (0/0) |
physical-expr-common/src/sort_expr.rs | 68.57% (24/35) | 69.41% (118/170) | 60.64% (57/94) | - (0/0) |
physical-expr-common/src/tree_node.rs | 80.00% (8/10) | 83.33% (40/48) | 61.90% (13/21) | - (0/0) |
physical-expr-common/src/utils.rs | 60.00% (3/5) | 38.46% (20/52) | 21.05% (4/19) | - (0/0) |
physical-expr/src/aggregate.rs | 57.50% (23/40) | 63.69% (207/325) | 50.00% (56/112) | - (0/0) |
physical-expr/src/analysis.rs | 84.21% (16/19) | 84.52% (131/155) | 77.42% (48/62) | - (0/0) |
physical-expr/src/equivalence/class.rs | 59.68% (37/62) | 62.11% (241/388) | 55.25% (100/181) | - (0/0) |
physical-expr/src/equivalence/mod.rs | 100.00% (4/4) | 96.30% (26/27) | 93.33% (14/15) | - (0/0) |
physical-expr/src/equivalence/ordering.rs | 76.19% (16/21) | 82.27% (116/141) | 75.90% (63/83) | - (0/0) |
physical-expr/src/equivalence/projection.rs | 75.00% (9/12) | 69.74% (53/76) | 79.17% (19/24) | - (0/0) |
physical-expr/src/equivalence/properties.rs | 74.31% (81/109) | 77.88% (817/1049) | 62.76% (305/486) | - (0/0) |
physical-expr/src/expressions/binary.rs | 63.64% (21/33) | 42.09% (157/373) | 28.41% (75/264) | - (0/0) |
physical-expr/src/expressions/binary/kernels.rs | 0.00% (0/4) | 0.00% (0/61) | 0.00% (0/43) | - (0/0) |
physical-expr/src/expressions/case.rs | 0.00% (0/28) | 0.00% (0/307) | 0.00% (0/322) | - (0/0) |
physical-expr/src/expressions/cast.rs | 55.00% (11/20) | 57.50% (69/120) | 45.61% (26/57) | - (0/0) |
physical-expr/src/expressions/column.rs | 78.95% (15/19) | 62.07% (54/87) | 53.06% (26/49) | - (0/0) |
physical-expr/src/expressions/in_list.rs | 0.00% (0/36) | 0.00% (0/266) | 0.00% (0/172) | - (0/0) |
physical-expr/src/expressions/is_not_null.rs | 0.00% (0/13) | 0.00% (0/51) | 0.00% (0/25) | - (0/0) |
physical-expr/src/expressions/is_null.rs | 0.00% (0/13) | 0.00% (0/50) | 0.00% (0/22) | - (0/0) |
physical-expr/src/expressions/like.rs | 0.00% (0/18) | 0.00% (0/110) | 0.00% (0/58) | - (0/0) |
physical-expr/src/expressions/literal.rs | 71.43% (10/14) | 66.67% (34/51) | 70.00% (14/20) | - (0/0) |
physical-expr/src/expressions/negative.rs | 0.00% (0/17) | 0.00% (0/85) | 0.00% (0/58) | - (0/0) |
physical-expr/src/expressions/no_op.rs | 0.00% (0/11) | 0.00% (0/38) | 0.00% (0/12) | - (0/0) |
physical-expr/src/expressions/not.rs | 0.00% (0/13) | 0.00% (0/56) | 0.00% (0/32) | - (0/0) |
physical-expr/src/expressions/try_cast.rs | 0.00% (0/14) | 0.00% (0/72) | 0.00% (0/47) | - (0/0) |
physical-expr/src/expressions/unknown_column.rs | 0.00% (0/11) | 0.00% (0/41) | 0.00% (0/11) | - (0/0) |
physical-expr/src/intervals/cp_solver.rs | 81.40% (35/43) | 78.18% (240/307) | 68.33% (151/221) | - (0/0) |
physical-expr/src/intervals/test_utils.rs | 100.00% (2/2) | 100.00% (66/66) | 75.00% (12/16) | - (0/0) |
physical-expr/src/intervals/utils.rs | 83.33% (10/12) | 60.87% (56/92) | 62.50% (50/80) | - (0/0) |
physical-expr/src/math_expressions.rs | 0.00% (0/2) | 0.00% (0/12) | 0.00% (0/5) | - (0/0) |
physical-expr/src/partitioning.rs | 25.00% (3/12) | 16.04% (17/106) | 20.97% (13/62) | - (0/0) |
physical-expr/src/physical_expr.rs | 42.86% (3/7) | 47.92% (23/48) | 36.67% (11/30) | - (0/0) |
physical-expr/src/planner.rs | 0.00% (0/6) | 0.00% (0/226) | 0.00% (0/139) | - (0/0) |
physical-expr/src/scalar_function.rs | 0.00% (0/25) | 0.00% (0/156) | 0.00% (0/67) | - (0/0) |
physical-expr/src/utils/guarantee.rs | 0.00% (0/16) | 0.00% (0/216) | 0.00% (0/86) | - (0/0) |
physical-expr/src/utils/mod.rs | 39.13% (9/23) | 50.64% (79/156) | 51.39% (37/72) | - (0/0) |
physical-expr/src/window/aggregate.rs | 22.22% (4/18) | 19.82% (22/111) | 9.52% (4/42) | - (0/0) |
physical-expr/src/window/built_in.rs | 61.11% (11/18) | 58.92% (109/185) | 44.03% (59/134) | - (0/0) |
physical-expr/src/window/built_in_window_function_expr.rs | 16.67% (1/6) | 14.29% (3/21) | 12.50% (1/8) | - (0/0) |
physical-expr/src/window/cume_dist.rs | 0.00% (0/9) | 0.00% (0/47) | 0.00% (0/10) | - (0/0) |
physical-expr/src/window/lead_lag.rs | 0.00% (0/24) | 0.00% (0/257) | 0.00% (0/141) | - (0/0) |
physical-expr/src/window/nth_value.rs | 62.50% (10/16) | 59.14% (110/186) | 48.28% (42/87) | - (0/0) |
physical-expr/src/window/ntile.rs | 0.00% (0/10) | 0.00% (0/52) | 0.00% (0/15) | - (0/0) |
physical-expr/src/window/rank.rs | 0.00% (0/19) | 0.00% (0/141) | 0.00% (0/51) | - (0/0) |
physical-expr/src/window/sliding_aggregate.rs | 65.00% (13/20) | 56.69% (72/127) | 53.49% (23/43) | - (0/0) |
physical-expr/src/window/window_expr.rs | 53.33% (16/30) | 56.89% (161/283) | 48.86% (86/176) | - (0/0) |
physical-plan/src/aggregates/group_values/bytes.rs | 0.00% (0/9) | 0.00% (0/77) | 0.00% (0/25) | - (0/0) |
physical-plan/src/aggregates/group_values/bytes_view.rs | 0.00% (0/9) | 0.00% (0/77) | 0.00% (0/25) | - (0/0) |
physical-plan/src/aggregates/group_values/column.rs | 94.12% (16/17) | 81.87% (140/171) | 65.91% (87/132) | - (0/0) |
physical-plan/src/aggregates/group_values/group_column.rs | 87.23% (41/47) | 88.76% (742/836) | 82.99% (200/241) | - (0/0) |
physical-plan/src/aggregates/group_values/mod.rs | 100.00% (1/1) | 61.90% (13/21) | 47.37% (9/19) | - (0/0) |
physical-plan/src/aggregates/group_values/null_builder.rs | 100.00% (6/6) | 90.74% (49/54) | 88.89% (24/27) | - (0/0) |
physical-plan/src/aggregates/group_values/primitive.rs | 73.33% (11/15) | 79.41% (81/102) | 81.25% (39/48) | - (0/0) |
physical-plan/src/aggregates/group_values/row.rs | 93.75% (15/16) | 84.09% (148/176) | 67.39% (62/92) | - (0/0) |
physical-plan/src/aggregates/mod.rs | 70.89% (112/158) | 88.06% (2271/2579) | 66.78% (581/870) | - (0/0) |
physical-plan/src/aggregates/no_grouping.rs | 81.82% (9/11) | 81.51% (119/146) | 74.19% (46/62) | - (0/0) |
physical-plan/src/aggregates/order/full.rs | 85.71% (6/7) | 82.98% (39/47) | 72.00% (18/25) | - (0/0) |
physical-plan/src/aggregates/order/mod.rs | 100.00% (6/6) | 75.00% (42/56) | 75.00% (24/32) | - (0/0) |
physical-plan/src/aggregates/order/partial.rs | 0.00% (0/9) | 0.00% (0/104) | 0.00% (0/61) | - (0/0) |
physical-plan/src/aggregates/row_hash.rs | 93.55% (29/31) | 95.03% (459/483) | 78.59% (268/341) | - (0/0) |
physical-plan/src/aggregates/topk/hash_table.rs | 64.86% (24/37) | 66.96% (150/224) | 64.29% (72/112) | - (0/0) |
physical-plan/src/aggregates/topk/heap.rs | 82.22% (37/45) | 88.79% (388/437) | 77.14% (135/175) | - (0/0) |
physical-plan/src/aggregates/topk/priority_map.rs | 93.75% (15/16) | 98.93% (278/281) | 70.64% (154/218) | - (0/0) |
physical-plan/src/aggregates/topk_stream.rs | 0.00% (0/5) | 0.00% (0/100) | 0.00% (0/83) | - (0/0) |
physical-plan/src/analyze.rs | 41.18% (7/17) | 49.51% (101/204) | 43.59% (17/39) | - (0/0) |
physical-plan/src/coalesce/mod.rs | 96.88% (31/32) | 97.87% (321/328) | 95.50% (106/111) | - (0/0) |
physical-plan/src/coalesce_batches.rs | 27.27% (6/22) | 43.05% (65/151) | 38.33% (23/60) | - (0/0) |
physical-plan/src/coalesce_partitions.rs | 57.14% (12/21) | 79.33% (165/208) | 68.75% (33/48) | - (0/0) |
physical-plan/src/common.rs | 60.87% (14/23) | 65.49% (167/255) | 45.04% (59/131) | - (0/0) |
physical-plan/src/display.rs | 53.49% (23/43) | 49.49% (146/295) | 44.44% (76/171) | - (0/0) |
physical-plan/src/empty.rs | 77.78% (14/18) | 82.99% (122/147) | 71.74% (33/46) | - (0/0) |
physical-plan/src/execution_plan.rs | 48.00% (36/75) | 48.18% (185/384) | 47.85% (89/186) | - (0/0) |
physical-plan/src/explain.rs | 0.00% (0/13) | 0.00% (0/108) | 0.00% (0/37) | - (0/0) |
physical-plan/src/filter.rs | 61.19% (41/67) | 86.17% (1352/1569) | 57.76% (242/419) | - (0/0) |
physical-plan/src/insert.rs | 0.00% (0/21) | 0.00% (0/139) | 0.00% (0/35) | - (0/0) |
physical-plan/src/joins/cross_join.rs | 77.27% (34/44) | 92.34% (651/705) | 75.61% (124/164) | - (0/0) |
physical-plan/src/joins/hash_join.rs | 74.59% (91/122) | 91.73% (2229/2430) | 72.03% (510/708) | - (0/0) |
physical-plan/src/joins/nested_loop_join.rs | 79.73% (59/74) | 93.15% (1088/1168) | 83.22% (238/286) | - (0/0) |
physical-plan/src/joins/sort_merge_join.rs | 83.92% (120/143) | 91.13% (3296/3617) | 69.50% (752/1082) | - (0/0) |
physical-plan/src/joins/stream_join_utils.rs | 96.30% (52/54) | 98.17% (645/657) | 82.18% (249/303) | - (0/0) |
physical-plan/src/joins/symmetric_hash_join.rs | 72.09% (62/86) | 89.50% (1287/1438) | 71.40% (377/528) | - (0/0) |
physical-plan/src/joins/test_utils.rs | 100.00% (25/25) | 91.63% (449/490) | 77.78% (119/153) | - (0/0) |
physical-plan/src/joins/utils.rs | 94.59% (105/111) | 94.59% (1731/1830) | 84.46% (462/547) | - (0/0) |
physical-plan/src/limit.rs | 65.88% (56/85) | 81.40% (604/742) | 69.79% (238/341) | - (0/0) |
physical-plan/src/memory.rs | 62.50% (15/24) | 79.90% (163/204) | 68.66% (46/67) | - (0/0) |
physical-plan/src/metrics/baseline.rs | 73.33% (11/15) | 71.60% (58/81) | 51.22% (21/41) | - (0/0) |
physical-plan/src/metrics/builder.rs | 94.44% (17/18) | 95.04% (115/121) | 94.44% (17/18) | - (0/0) |
physical-plan/src/metrics/mod.rs | 88.41% (61/69) | 88.67% (399/450) | 79.14% (148/187) | - (0/0) |
physical-plan/src/metrics/value.rs | 72.55% (37/51) | 72.90% (234/321) | 68.37% (134/196) | - (0/0) |
physical-plan/src/placeholder_row.rs | 81.82% (18/22) | 85.26% (162/190) | 73.85% (48/65) | - (0/0) |
physical-plan/src/projection.rs | 62.50% (25/40) | 85.64% (352/411) | 69.92% (93/133) | - (0/0) |
physical-plan/src/recursive_query.rs | 0.00% (0/25) | 0.00% (0/229) | 0.00% (0/92) | - (0/0) |
physical-plan/src/repartition/distributor_channels.rs | 90.48% (38/42) | 96.71% (499/516) | 94.08% (159/169) | - (0/0) |
physical-plan/src/repartition/mod.rs | 85.58% (89/104) | 91.72% (1406/1533) | 81.20% (380/468) | - (0/0) |
physical-plan/src/sorts/builder.rs | 90.00% (9/10) | 96.51% (83/86) | 82.76% (24/29) | - (0/0) |
physical-plan/src/sorts/cursor.rs | 88.46% (23/26) | 93.52% (202/216) | 89.41% (76/85) | - (0/0) |
physical-plan/src/sorts/merge.rs | 87.50% (14/16) | 92.81% (155/167) | 89.77% (79/88) | - (0/0) |
physical-plan/src/sorts/partial_sort.rs | 68.09% (32/47) | 92.97% (1138/1224) | 69.23% (189/273) | - (0/0) |
physical-plan/src/sorts/sort.rs | 69.88% (58/83) | 90.09% (1282/1423) | 69.59% (302/434) | - (0/0) |
physical-plan/src/sorts/sort_preserving_merge.rs | 74.42% (64/86) | 92.92% (1602/1724) | 75.25% (222/295) | - (0/0) |
physical-plan/src/sorts/stream.rs | 90.00% (18/20) | 90.99% (101/111) | 81.32% (74/91) | - (0/0) |
physical-plan/src/sorts/streaming_merge.rs | 100.00% (10/10) | 93.55% (87/93) | 75.00% (24/32) | - (0/0) |
physical-plan/src/spill.rs | 87.50% (7/8) | 95.24% (100/105) | 75.00% (60/80) | - (0/0) |
physical-plan/src/stream.rs | 87.80% (36/41) | 89.24% (315/353) | 82.24% (88/107) | - (0/0) |
physical-plan/src/streaming.rs | 52.94% (18/34) | 69.83% (169/242) | 63.64% (63/99) | - (0/0) |
physical-plan/src/test.rs | 100.00% (11/11) | 100.00% (93/93) | 100.00% (13/13) | - (0/0) |
physical-plan/src/test/exec.rs | 54.88% (45/82) | 62.04% (322/519) | 59.60% (90/151) | - (0/0) |
physical-plan/src/topk/mod.rs | 94.59% (35/37) | 86.93% (306/352) | 74.45% (102/137) | - (0/0) |
physical-plan/src/tree_node.rs | 0.00% (0/10) | 0.00% (0/49) | 0.00% (0/21) | - (0/0) |
physical-plan/src/union.rs | 46.03% (29/63) | 72.27% (555/768) | 42.33% (91/215) | - (0/0) |
physical-plan/src/unnest.rs | 61.02% (36/59) | 75.45% (590/782) | 67.56% (177/262) | - (0/0) |
physical-plan/src/values.rs | 52.38% (11/21) | 62.36% (111/178) | 60.00% (36/60) | - (0/0) |
physical-plan/src/visitor.rs | 66.67% (2/3) | 86.96% (20/23) | 66.67% (14/21) | - (0/0) |
physical-plan/src/windows/bounded_window_agg_exec.rs | 80.19% (85/106) | 90.80% (1175/1294) | 76.53% (424/554) | - (0/0) |
physical-plan/src/windows/mod.rs | 52.54% (31/59) | 77.21% (1030/1334) | 45.67% (174/381) | - (0/0) |
physical-plan/src/windows/utils.rs | 100.00% (1/1) | 100.00% (11/11) | 85.71% (6/7) | - (0/0) |
physical-plan/src/windows/window_agg_exec.rs | 31.03% (9/29) | 41.04% (103/251) | 26.79% (30/112) | - (0/0) |
physical-plan/src/work_table.rs | 30.00% (6/20) | 36.15% (47/130) | 31.43% (11/35) | - (0/0) |
Totals | 40.41% (2906/7192) | 53.28% (39091/73367) | 36.75% (11896/32369) | - (0/0) |