alf-core 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +12 -1
- data/Gemfile +1 -1
- data/lib/alf-core.rb +1 -39
- data/lib/alf/algebra/operator/hierarchize.rb +1 -1
- data/lib/alf/algebra/operator/unwrap.rb +5 -2
- data/lib/alf/algebra/shortcut.rb +1 -0
- data/lib/alf/algebra/shortcut/image.rb +33 -0
- data/lib/alf/compiler.rb +1 -1
- data/lib/alf/compiler/cog.rb +8 -1
- data/lib/alf/core.rb +39 -0
- data/lib/alf/core/version.rb +1 -1
- data/lib/alf/database/connection.rb +1 -1
- data/lib/alf/engine/group/hash.rb +1 -1
- data/lib/alf/engine/leaf.rb +4 -2
- data/lib/alf/engine/ungroup.rb +4 -1
- data/lib/alf/ext.rb +1 -0
- data/lib/alf/ext/domain/heading_based.rb +6 -0
- data/lib/alf/ext/yaml.rb +35 -0
- data/lib/alf/facade.rb +4 -2
- data/lib/alf/reader/rash.rb +5 -0
- data/lib/alf/relation.rb +6 -5
- data/lib/alf/relvar.rb +1 -3
- data/lib/alf/relvar/read_only.rb +1 -1
- data/lib/alf/renderer/text.rb +1 -2
- data/lib/alf/renderer/yaml.rb +7 -0
- data/lib/alf/support/miscellaneous.rb +9 -0
- data/lib/alf/tuple.rb +5 -3
- data/lib/alf/types.rb +2 -0
- data/lib/alf/types/ordering.rb +2 -2
- data/lib/alf/types/selection.rb +12 -1
- data/lib/alf/types/tuple_expression.rb +7 -3
- data/lib/alf/types/type_check.rb +28 -11
- data/tasks/gem.rake +7 -72
- metadata +8 -1312
- data/spec/compiler_helper.rb +0 -20
- data/spec/integration/__database__/group.alf +0 -3
- data/spec/integration/__database__/parts.rash +0 -6
- data/spec/integration/__database__/suppliers.rash +0 -5
- data/spec/integration/__database__/suppliers_csv.csv +0 -6
- data/spec/integration/__database__/supplies.rash +0 -12
- data/spec/integration/ext/test_relation.rb +0 -16
- data/spec/integration/relation/test_extend.rb +0 -20
- data/spec/integration/relation/test_to_array.rb +0 -28
- data/spec/integration/test_alf.rb +0 -8
- data/spec/integration/test_examples.rb +0 -38
- data/spec/optimizer_helper.rb +0 -19
- data/spec/regression/heading/test_heading_with_date.rb +0 -12
- data/spec/regression/relation/test_coerce.rb +0 -24
- data/spec/regression/relation/test_relation_allbut_all.rb +0 -14
- data/spec/regression/relation/test_relation_with_date.rb +0 -12
- data/spec/regression/relation/test_restrict.rb +0 -21
- data/spec/regression/restrict/test_restrict_with_keywords.rb +0 -17
- data/spec/shared/a_cog.rb +0 -40
- data/spec/shared/a_scope.rb +0 -21
- data/spec/shared/a_valid_type_implementation.rb +0 -44
- data/spec/shared/a_value.rb +0 -12
- data/spec/shared/an_operator_class.rb +0 -49
- data/spec/spec_helper.rb +0 -80
- data/spec/type_check_helper.rb +0 -1
- data/spec/unit/alf-adapter-fs/folder/fixtures/suppliers.rash +0 -5
- data/spec/unit/alf-adapter-fs/folder/test_adapter_class.rb +0 -23
- data/spec/unit/alf-adapter-fs/folder/test_adapter_instance.rb +0 -17
- data/spec/unit/alf-adapter/adapter/test_factor.rb +0 -20
- data/spec/unit/alf-adapter/connection/schema_cached/test_delegate.rb +0 -14
- data/spec/unit/alf-adapter/connection/schema_cached/test_heading.rb +0 -12
- data/spec/unit/alf-adapter/connection/schema_cached/test_keys.rb +0 -12
- data/spec/unit/alf-adapter/connection/schema_cached/test_knows.rb +0 -12
- data/spec/unit/alf-adapter/connection/test_lock.rb +0 -16
- data/spec/unit/alf-adapter/connection/test_migrate.rb +0 -17
- data/spec/unit/alf-adapter/shared_examples/a_cached_connection_method.rb +0 -30
- data/spec/unit/alf-adapter/shared_examples/an_adapter.rb +0 -34
- data/spec/unit/alf-adapter/shared_examples/an_adapter_class.rb +0 -21
- data/spec/unit/alf-adapter/shared_examples/an_adapter_with_readable_cogs.rb +0 -31
- data/spec/unit/alf-adapter/shared_examples/an_uncached_connection_method.rb +0 -21
- data/spec/unit/alf-aggregator/test_avg.rb +0 -22
- data/spec/unit/alf-aggregator/test_collect.rb +0 -25
- data/spec/unit/alf-aggregator/test_concat.rb +0 -39
- data/spec/unit/alf-aggregator/test_count.rb +0 -17
- data/spec/unit/alf-aggregator/test_max.rb +0 -23
- data/spec/unit/alf-aggregator/test_min.rb +0 -23
- data/spec/unit/alf-aggregator/test_stddev.rb +0 -27
- data/spec/unit/alf-aggregator/test_sum.rb +0 -23
- data/spec/unit/alf-aggregator/test_variance.rb +0 -29
- data/spec/unit/alf-algebra/operand/named/test_hash_and_equal.rb +0 -53
- data/spec/unit/alf-algebra/operand/named/test_keys.rb +0 -22
- data/spec/unit/alf-algebra/operand/named/test_to_ascii_tree.rb +0 -18
- data/spec/unit/alf-algebra/operand/named/test_to_cog.rb +0 -24
- data/spec/unit/alf-algebra/operand/named/test_to_relvar.rb +0 -18
- data/spec/unit/alf-algebra/operand/named/test_type_check.rb +0 -38
- data/spec/unit/alf-algebra/operand/proxy/test_to_cog.rb +0 -42
- data/spec/unit/alf-algebra/operand/test_coerce.rb +0 -37
- data/spec/unit/alf-algebra/operand/test_proxy.rb +0 -54
- data/spec/unit/alf-algebra/operator/allbut/test_key_preserving.rb +0 -55
- data/spec/unit/alf-algebra/operator/allbut/test_keys.rb +0 -52
- data/spec/unit/alf-algebra/operator/allbut/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/autonum/test_heading.rb +0 -22
- data/spec/unit/alf-algebra/operator/autonum/test_keys.rb +0 -22
- data/spec/unit/alf-algebra/operator/autonum/test_type_check.rb +0 -30
- data/spec/unit/alf-algebra/operator/clip/test_heading.rb +0 -36
- data/spec/unit/alf-algebra/operator/clip/test_keys.rb +0 -48
- data/spec/unit/alf-algebra/operator/clip/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/coerce/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/coerce/test_keys.rb +0 -23
- data/spec/unit/alf-algebra/operator/coerce/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/commons/test_resulting_type.rb +0 -20
- data/spec/unit/alf-algebra/operator/commons/test_to_ascii_tree.rb +0 -40
- data/spec/unit/alf-algebra/operator/commons/test_with_operands.rb +0 -42
- data/spec/unit/alf-algebra/operator/compact/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/compact/test_keys.rb +0 -38
- data/spec/unit/alf-algebra/operator/defaults/test_heading.rb +0 -48
- data/spec/unit/alf-algebra/operator/defaults/test_keys.rb +0 -22
- data/spec/unit/alf-algebra/operator/extend/test_heading.rb +0 -37
- data/spec/unit/alf-algebra/operator/extend/test_keys.rb +0 -30
- data/spec/unit/alf-algebra/operator/extend/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/frame/test_type_check.rb +0 -54
- data/spec/unit/alf-algebra/operator/generator/test_heading.rb +0 -19
- data/spec/unit/alf-algebra/operator/generator/test_keys.rb +0 -19
- data/spec/unit/alf-algebra/operator/group/test_heading.rb +0 -33
- data/spec/unit/alf-algebra/operator/group/test_keys.rb +0 -65
- data/spec/unit/alf-algebra/operator/group/test_type_check.rb +0 -50
- data/spec/unit/alf-algebra/operator/hierarchize/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/hierarchize/test_type_check.rb +0 -54
- data/spec/unit/alf-algebra/operator/intersect/test_heading.rb +0 -39
- data/spec/unit/alf-algebra/operator/intersect/test_keys.rb +0 -67
- data/spec/unit/alf-algebra/operator/intersect/test_type_check.rb +0 -30
- data/spec/unit/alf-algebra/operator/join/test_heading.rb +0 -39
- data/spec/unit/alf-algebra/operator/join/test_keys.rb +0 -59
- data/spec/unit/alf-algebra/operator/join/test_type_check.rb +0 -62
- data/spec/unit/alf-algebra/operator/matching/test_heading.rb +0 -26
- data/spec/unit/alf-algebra/operator/matching/test_keys.rb +0 -43
- data/spec/unit/alf-algebra/operator/matching/test_type_check.rb +0 -62
- data/spec/unit/alf-algebra/operator/minus/test_heading.rb +0 -26
- data/spec/unit/alf-algebra/operator/minus/test_keys.rb +0 -26
- data/spec/unit/alf-algebra/operator/minus/test_type_check.rb +0 -30
- data/spec/unit/alf-algebra/operator/not_matching/test_heading.rb +0 -26
- data/spec/unit/alf-algebra/operator/not_matching/test_keys.rb +0 -26
- data/spec/unit/alf-algebra/operator/not_matching/test_type_check.rb +0 -62
- data/spec/unit/alf-algebra/operator/page/test_type_check.rb +0 -50
- data/spec/unit/alf-algebra/operator/project/test_heading.rb +0 -36
- data/spec/unit/alf-algebra/operator/project/test_key_preserving.rb +0 -58
- data/spec/unit/alf-algebra/operator/project/test_keys.rb +0 -89
- data/spec/unit/alf-algebra/operator/project/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/quota/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/quota/test_keys.rb +0 -23
- data/spec/unit/alf-algebra/operator/quota/test_type_check.rb +0 -54
- data/spec/unit/alf-algebra/operator/rank/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/rank/test_keys.rb +0 -36
- data/spec/unit/alf-algebra/operator/rank/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/rename/test_complete_renaming.rb +0 -23
- data/spec/unit/alf-algebra/operator/rename/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/rename/test_keys.rb +0 -23
- data/spec/unit/alf-algebra/operator/rename/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/restrict/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/restrict/test_keys.rb +0 -52
- data/spec/unit/alf-algebra/operator/restrict/test_type_check.rb +0 -46
- data/spec/unit/alf-algebra/operator/shared/test_to_cog.rb +0 -34
- data/spec/unit/alf-algebra/operator/sort/test_heading.rb +0 -23
- data/spec/unit/alf-algebra/operator/sort/test_keys.rb +0 -24
- data/spec/unit/alf-algebra/operator/sort/test_type_check.rb +0 -30
- data/spec/unit/alf-algebra/operator/summarize/test_heading.rb +0 -36
- data/spec/unit/alf-algebra/operator/summarize/test_keys.rb +0 -47
- data/spec/unit/alf-algebra/operator/summarize/test_type_check.rb +0 -42
- data/spec/unit/alf-algebra/operator/test_autonum.rb +0 -32
- data/spec/unit/alf-algebra/operator/test_clip.rb +0 -32
- data/spec/unit/alf-algebra/operator/test_coerce.rb +0 -20
- data/spec/unit/alf-algebra/operator/test_compact.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_defaults.rb +0 -32
- data/spec/unit/alf-algebra/operator/test_extend.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_generator.rb +0 -23
- data/spec/unit/alf-algebra/operator/test_group.rb +0 -31
- data/spec/unit/alf-algebra/operator/test_hash_and_equal.rb +0 -59
- data/spec/unit/alf-algebra/operator/test_intersect.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_join.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_minus.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_page.rb +0 -30
- data/spec/unit/alf-algebra/operator/test_project.rb +0 -32
- data/spec/unit/alf-algebra/operator/test_quota.rb +0 -19
- data/spec/unit/alf-algebra/operator/test_rank.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_rename.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_restrict.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_sort.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_summarize.rb +0 -36
- data/spec/unit/alf-algebra/operator/test_ungroup.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_union.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_unwrap.rb +0 -16
- data/spec/unit/alf-algebra/operator/test_wrap.rb +0 -32
- data/spec/unit/alf-algebra/operator/ungroup/test_heading.rb +0 -20
- data/spec/unit/alf-algebra/operator/ungroup/test_keys.rb +0 -23
- data/spec/unit/alf-algebra/operator/ungroup/test_type_check.rb +0 -44
- data/spec/unit/alf-algebra/operator/union/test_heading.rb +0 -36
- data/spec/unit/alf-algebra/operator/union/test_keys.rb +0 -26
- data/spec/unit/alf-algebra/operator/union/test_type_check.rb +0 -30
- data/spec/unit/alf-algebra/operator/unwrap/test_heading.rb +0 -20
- data/spec/unit/alf-algebra/operator/unwrap/test_keys.rb +0 -20
- data/spec/unit/alf-algebra/operator/unwrap/test_type_check.rb +0 -44
- data/spec/unit/alf-algebra/operator/wrap/test_heading.rb +0 -33
- data/spec/unit/alf-algebra/operator/wrap/test_keys.rb +0 -49
- data/spec/unit/alf-algebra/operator/wrap/test_type_check.rb +0 -50
- data/spec/unit/alf-algebra/support/binary/test_with_left.rb +0 -27
- data/spec/unit/alf-algebra/support/binary/test_with_right.rb +0 -27
- data/spec/unit/alf-algebra/support/signature/test_collect_on.rb +0 -41
- data/spec/unit/alf-algebra/support/signature/test_initialize.rb +0 -20
- data/spec/unit/alf-algebra/support/signature/test_install.rb +0 -56
- data/spec/unit/alf-algebra/support/signature/test_option_parser.rb +0 -36
- data/spec/unit/alf-algebra/support/signature/test_parse_args.rb +0 -92
- data/spec/unit/alf-algebra/support/signature/test_to_lispy.rb +0 -117
- data/spec/unit/alf-algebra/support/test_non_relational.rb +0 -22
- data/spec/unit/alf-algebra/support/test_relational.rb +0 -36
- data/spec/unit/alf-algebra/support/unary/test_with_operand.rb +0 -28
- data/spec/unit/alf-algebra/support/with_ordering/test_total_ordering.rb +0 -61
- data/spec/unit/alf-algebra/test_operator.rb +0 -18
- data/spec/unit/alf-algebra/test_rewriter.rb +0 -29
- data/spec/unit/alf-compiler/default/test_allbut.rb +0 -65
- data/spec/unit/alf-compiler/default/test_autonum.rb +0 -30
- data/spec/unit/alf-compiler/default/test_clip.rb +0 -30
- data/spec/unit/alf-compiler/default/test_coerce.rb +0 -30
- data/spec/unit/alf-compiler/default/test_compact.rb +0 -26
- data/spec/unit/alf-compiler/default/test_completude.rb +0 -16
- data/spec/unit/alf-compiler/default/test_defaults.rb +0 -50
- data/spec/unit/alf-compiler/default/test_extend.rb +0 -34
- data/spec/unit/alf-compiler/default/test_frame.rb +0 -77
- data/spec/unit/alf-compiler/default/test_generator.rb +0 -30
- data/spec/unit/alf-compiler/default/test_group.rb +0 -38
- data/spec/unit/alf-compiler/default/test_hierarchize.rb +0 -40
- data/spec/unit/alf-compiler/default/test_intersect.rb +0 -34
- data/spec/unit/alf-compiler/default/test_join.rb +0 -34
- data/spec/unit/alf-compiler/default/test_matching.rb +0 -38
- data/spec/unit/alf-compiler/default/test_minus.rb +0 -38
- data/spec/unit/alf-compiler/default/test_not_matching.rb +0 -38
- data/spec/unit/alf-compiler/default/test_page.rb +0 -91
- data/spec/unit/alf-compiler/default/test_project.rb +0 -76
- data/spec/unit/alf-compiler/default/test_quota.rb +0 -88
- data/spec/unit/alf-compiler/default/test_rank.rb +0 -71
- data/spec/unit/alf-compiler/default/test_rename.rb +0 -30
- data/spec/unit/alf-compiler/default/test_restrict.rb +0 -34
- data/spec/unit/alf-compiler/default/test_sort.rb +0 -81
- data/spec/unit/alf-compiler/default/test_summarize.rb +0 -85
- data/spec/unit/alf-compiler/default/test_ungroup.rb +0 -30
- data/spec/unit/alf-compiler/default/test_union.rb +0 -36
- data/spec/unit/alf-compiler/default/test_unwrap.rb +0 -30
- data/spec/unit/alf-compiler/default/test_wrap.rb +0 -38
- data/spec/unit/alf-compiler/shared/compiled_examples.rb +0 -111
- data/spec/unit/alf-compiler/test_principle.rb +0 -332
- data/spec/unit/alf-core/alf/example.rash +0 -1
- data/spec/unit/alf-core/alf/test_Relation.rb +0 -28
- data/spec/unit/alf-core/alf/test_connect.rb +0 -25
- data/spec/unit/alf-core/alf/test_database.rb +0 -21
- data/spec/unit/alf-core/alf/test_reader.rb +0 -22
- data/spec/unit/alf-core/assumptions/test_file.rb +0 -16
- data/spec/unit/alf-core/assumptions/test_instance_eval.rb +0 -15
- data/spec/unit/alf-core/assumptions/test_scoping.rb +0 -29
- data/spec/unit/alf-core/assumptions/test_set.rb +0 -64
- data/spec/unit/alf-core/test_aggregator.rb +0 -35
- data/spec/unit/alf-database/connection/test_assert.rb +0 -36
- data/spec/unit/alf-database/connection/test_close.rb +0 -28
- data/spec/unit/alf-database/connection/test_deny.rb +0 -36
- data/spec/unit/alf-database/connection/test_fact.rb +0 -48
- data/spec/unit/alf-database/connection/test_lock.rb +0 -19
- data/spec/unit/alf-database/connection/test_migrate.rb +0 -27
- data/spec/unit/alf-database/connection/test_new.rb +0 -17
- data/spec/unit/alf-database/connection/test_options.rb +0 -16
- data/spec/unit/alf-database/connection/test_parse.rb +0 -60
- data/spec/unit/alf-database/connection/test_query.rb +0 -22
- data/spec/unit/alf-database/connection/test_reconnect.rb +0 -41
- data/spec/unit/alf-database/connection/test_relvar.rb +0 -34
- data/spec/unit/alf-database/connection/test_tuple_extract.rb +0 -38
- data/spec/unit/alf-database/database/test_connect.rb +0 -44
- data/spec/unit/alf-database/database/test_connection.rb +0 -21
- data/spec/unit/alf-database/database/test_default_options.rb +0 -14
- data/spec/unit/alf-database/database/test_new.rb +0 -53
- data/spec/unit/alf-database/options/test_freeze.rb +0 -20
- data/spec/unit/alf-database/options/test_merge.rb +0 -26
- data/spec/unit/alf-database/options/test_new.rb +0 -64
- data/spec/unit/alf-database/options/test_parser.rb +0 -23
- data/spec/unit/alf-database/options/test_schema_cache.rb +0 -29
- data/spec/unit/alf-database/options/test_viewpoint.rb +0 -25
- data/spec/unit/alf-database/shared_examples/a_facade_on_database_options.rb +0 -5
- data/spec/unit/alf-engine/cog/test_to_ascii_tree.rb +0 -14
- data/spec/unit/alf-engine/cog/test_to_cog.rb +0 -14
- data/spec/unit/alf-engine/compact/test_set.rb +0 -33
- data/spec/unit/alf-engine/compact/test_uniq.rb +0 -33
- data/spec/unit/alf-engine/group/test_hash.rb +0 -29
- data/spec/unit/alf-engine/hierarchize/test_renamer.rb +0 -18
- data/spec/unit/alf-engine/infer_heading/test_heading.rb +0 -30
- data/spec/unit/alf-engine/join/test_hash.rb +0 -55
- data/spec/unit/alf-engine/materialize/test_array.rb +0 -28
- data/spec/unit/alf-engine/materialize/test_hash.rb +0 -76
- data/spec/unit/alf-engine/quota/test_cesure.rb +0 -34
- data/spec/unit/alf-engine/rank/test_cesure.rb +0 -47
- data/spec/unit/alf-engine/semi/test_hash.rb +0 -58
- data/spec/unit/alf-engine/sort/test_in_memory.rb +0 -32
- data/spec/unit/alf-engine/summarize/test_cesure.rb +0 -36
- data/spec/unit/alf-engine/summarize/test_hash.rb +0 -36
- data/spec/unit/alf-engine/test_aggregate.rb +0 -26
- data/spec/unit/alf-engine/test_autonum.rb +0 -24
- data/spec/unit/alf-engine/test_clip.rb +0 -34
- data/spec/unit/alf-engine/test_coerce.rb +0 -35
- data/spec/unit/alf-engine/test_compact.rb +0 -33
- data/spec/unit/alf-engine/test_concat.rb +0 -38
- data/spec/unit/alf-engine/test_defaults.rb +0 -37
- data/spec/unit/alf-engine/test_filter.rb +0 -55
- data/spec/unit/alf-engine/test_generator.rb +0 -25
- data/spec/unit/alf-engine/test_hierarchize.rb +0 -71
- data/spec/unit/alf-engine/test_infer_heading.rb +0 -58
- data/spec/unit/alf-engine/test_rename.rb +0 -24
- data/spec/unit/alf-engine/test_set_attr.rb +0 -51
- data/spec/unit/alf-engine/test_sort.rb +0 -32
- data/spec/unit/alf-engine/test_take.rb +0 -46
- data/spec/unit/alf-engine/test_to_array.rb +0 -75
- data/spec/unit/alf-engine/test_type_safe.rb +0 -33
- data/spec/unit/alf-engine/test_ungroup.rb +0 -28
- data/spec/unit/alf-engine/test_unwrap.rb +0 -20
- data/spec/unit/alf-engine/test_wrap.rb +0 -26
- data/spec/unit/alf-io/reader/class/test_by_mime_type.rb +0 -32
- data/spec/unit/alf-io/reader/input.csv +0 -3
- data/spec/unit/alf-io/reader/input.rash +0 -2
- data/spec/unit/alf-io/reader/input.ruby +0 -4
- data/spec/unit/alf-io/reader/test_csv.rb +0 -67
- data/spec/unit/alf-io/reader/test_initialize.rb +0 -74
- data/spec/unit/alf-io/reader/test_json.rb +0 -30
- data/spec/unit/alf-io/reader/test_rash.rb +0 -32
- data/spec/unit/alf-io/reader/test_ruby.rb +0 -25
- data/spec/unit/alf-io/reader/test_yaml.rb +0 -30
- data/spec/unit/alf-io/renderer/class/test_by_mime_type.rb +0 -30
- data/spec/unit/alf-io/renderer/test_csv.rb +0 -68
- data/spec/unit/alf-io/renderer/test_initialize.rb +0 -40
- data/spec/unit/alf-io/renderer/test_json.rb +0 -42
- data/spec/unit/alf-io/renderer/test_rash.rb +0 -36
- data/spec/unit/alf-io/renderer/test_text.rb +0 -47
- data/spec/unit/alf-io/renderer/test_yaml.rb +0 -33
- data/spec/unit/alf-io/renderer/text/test_cell.rb +0 -35
- data/spec/unit/alf-io/renderer/text/test_row.rb +0 -30
- data/spec/unit/alf-io/renderer/text/test_table.rb +0 -39
- data/spec/unit/alf-io/shared_examples/a_reader_class.rb +0 -19
- data/spec/unit/alf-io/shared_examples/a_renderer_class.rb +0 -24
- data/spec/unit/alf-io/support/test_proc_io.rb +0 -18
- data/spec/unit/alf-io/test_reader.rb +0 -36
- data/spec/unit/alf-io/test_renderer.rb +0 -43
- data/spec/unit/alf-lang/functional/test_aggregation.rb +0 -40
- data/spec/unit/alf-lang/functional/test_relation.rb +0 -21
- data/spec/unit/alf-lang/functional/test_tuple.rb +0 -21
- data/spec/unit/alf-lang/object_oriented/test_rendering_methods.rb +0 -38
- data/spec/unit/alf-lang/object_oriented/test_to_array.rb +0 -45
- data/spec/unit/alf-lang/object_oriented/test_to_rash.rb +0 -34
- data/spec/unit/alf-lang/object_oriented/test_tuple_extract.rb +0 -51
- data/spec/unit/alf-lang/parser/lispy/test_connection_bang.rb +0 -28
- data/spec/unit/alf-lang/parser/lispy/test_parse.rb +0 -38
- data/spec/unit/alf-lang/parser/lispy/test_to_s.rb +0 -16
- data/spec/unit/alf-lang/parser/safer/safe.txt +0 -5
- data/spec/unit/alf-lang/parser/safer/test_parse.rb +0 -82
- data/spec/unit/alf-lang/parser/safer/unsafe.txt +0 -14
- data/spec/unit/alf-lang/test_predicates.rb +0 -17
- data/spec/unit/alf-optimizer/optimizer/test_search.rb +0 -48
- data/spec/unit/alf-optimizer/restrict/test_on_autonum.rb +0 -41
- data/spec/unit/alf-optimizer/restrict/test_on_coerce.rb +0 -42
- data/spec/unit/alf-optimizer/restrict/test_on_join.rb +0 -107
- data/spec/unit/alf-optimizer/restrict/test_on_matching.rb +0 -41
- data/spec/unit/alf-optimizer/shared/a_pass_through_expression_for_restrict.rb +0 -36
- data/spec/unit/alf-optimizer/shared/a_split_able_expression_for_restrict.rb +0 -46
- data/spec/unit/alf-optimizer/shared/an_optimizable_expression_for_restrict.rb +0 -39
- data/spec/unit/alf-optimizer/shared/an_unoptimizable_expression_for_restrict.rb +0 -24
- data/spec/unit/alf-optimizer/test_autonum.rb +0 -12
- data/spec/unit/alf-optimizer/test_clip.rb +0 -10
- data/spec/unit/alf-optimizer/test_coerce.rb +0 -12
- data/spec/unit/alf-optimizer/test_compact.rb +0 -10
- data/spec/unit/alf-optimizer/test_defaults.rb +0 -12
- data/spec/unit/alf-optimizer/test_extend.rb +0 -12
- data/spec/unit/alf-optimizer/test_generator.rb +0 -9
- data/spec/unit/alf-optimizer/test_group.rb +0 -12
- data/spec/unit/alf-optimizer/test_intersect.rb +0 -10
- data/spec/unit/alf-optimizer/test_minus.rb +0 -10
- data/spec/unit/alf-optimizer/test_project.rb +0 -10
- data/spec/unit/alf-optimizer/test_quota.rb +0 -16
- data/spec/unit/alf-optimizer/test_rank.rb +0 -12
- data/spec/unit/alf-optimizer/test_rename.rb +0 -26
- data/spec/unit/alf-optimizer/test_sort.rb +0 -10
- data/spec/unit/alf-optimizer/test_summarize.rb +0 -15
- data/spec/unit/alf-optimizer/test_union.rb +0 -10
- data/spec/unit/alf-optimizer/test_wrap.rb +0 -12
- data/spec/unit/alf-predicate/expr/test_to_proc.rb +0 -18
- data/spec/unit/alf-predicate/expr/test_to_ruby_code.rb +0 -154
- data/spec/unit/alf-predicate/factory/shared/a_comparison_factory_method.rb +0 -35
- data/spec/unit/alf-predicate/factory/shared/a_predicate_ast_node.rb +0 -20
- data/spec/unit/alf-predicate/factory/test_and.rb +0 -15
- data/spec/unit/alf-predicate/factory/test_between.rb +0 -14
- data/spec/unit/alf-predicate/factory/test_comp.rb +0 -37
- data/spec/unit/alf-predicate/factory/test_contradiction.rb +0 -13
- data/spec/unit/alf-predicate/factory/test_eq.rb +0 -11
- data/spec/unit/alf-predicate/factory/test_factor_predicate.rb +0 -52
- data/spec/unit/alf-predicate/factory/test_gt.rb +0 -11
- data/spec/unit/alf-predicate/factory/test_gte.rb +0 -11
- data/spec/unit/alf-predicate/factory/test_identifier.rb +0 -15
- data/spec/unit/alf-predicate/factory/test_in.rb +0 -14
- data/spec/unit/alf-predicate/factory/test_literal.rb +0 -15
- data/spec/unit/alf-predicate/factory/test_lt.rb +0 -11
- data/spec/unit/alf-predicate/factory/test_lte.rb +0 -11
- data/spec/unit/alf-predicate/factory/test_native.rb +0 -21
- data/spec/unit/alf-predicate/factory/test_neq.rb +0 -11
- data/spec/unit/alf-predicate/factory/test_not.rb +0 -15
- data/spec/unit/alf-predicate/factory/test_or.rb +0 -15
- data/spec/unit/alf-predicate/factory/test_qualified_identifier.rb +0 -17
- data/spec/unit/alf-predicate/factory/test_tautology.rb +0 -14
- data/spec/unit/alf-predicate/grammar/test_match.rb +0 -95
- data/spec/unit/alf-predicate/grammar/test_sexpr.rb +0 -105
- data/spec/unit/alf-predicate/nodes/and/test_and_split.rb +0 -68
- data/spec/unit/alf-predicate/nodes/dyadic_comp/test_and_split.rb +0 -47
- data/spec/unit/alf-predicate/nodes/identifier/test_and_split.rb +0 -25
- data/spec/unit/alf-predicate/nodes/identifier/test_free_variables.rb +0 -14
- data/spec/unit/alf-predicate/nodes/identifier/test_name.rb +0 -14
- data/spec/unit/alf-predicate/nodes/nadic_bool/test_free_variables.rb +0 -16
- data/spec/unit/alf-predicate/nodes/qualified_identifier/test_and_split.rb +0 -25
- data/spec/unit/alf-predicate/nodes/qualified_identifier/test_free_variables.rb +0 -14
- data/spec/unit/alf-predicate/nodes/qualified_identifier/test_name.rb +0 -14
- data/spec/unit/alf-predicate/nodes/qualified_identifier/test_qualifier.rb +0 -14
- data/spec/unit/alf-predicate/predicate/test_and_split.rb +0 -59
- data/spec/unit/alf-predicate/predicate/test_bool_and.rb +0 -36
- data/spec/unit/alf-predicate/predicate/test_bool_not.rb +0 -70
- data/spec/unit/alf-predicate/predicate/test_bool_or.rb +0 -36
- data/spec/unit/alf-predicate/predicate/test_coerce.rb +0 -132
- data/spec/unit/alf-predicate/predicate/test_constant_variables.rb +0 -54
- data/spec/unit/alf-predicate/predicate/test_contradiction.rb +0 -28
- data/spec/unit/alf-predicate/predicate/test_evaluate.rb +0 -70
- data/spec/unit/alf-predicate/predicate/test_factory_methods.rb +0 -79
- data/spec/unit/alf-predicate/predicate/test_free_variables.rb +0 -16
- data/spec/unit/alf-predicate/predicate/test_hash_and_equal.rb +0 -28
- data/spec/unit/alf-predicate/predicate/test_qualify.rb +0 -36
- data/spec/unit/alf-predicate/predicate/test_rename.rb +0 -78
- data/spec/unit/alf-predicate/predicate/test_tautology.rb +0 -28
- data/spec/unit/alf-predicate/predicate/test_to_proc.rb +0 -16
- data/spec/unit/alf-predicate/predicate/test_to_ruby_code.rb +0 -22
- data/spec/unit/alf-predicate/predicate/test_to_ruby_literal.rb +0 -16
- data/spec/unit/alf-predicate/test_predicate.rb +0 -131
- data/spec/unit/alf-relation/relation/class/test_coerce.rb +0 -62
- data/spec/unit/alf-relation/relation/class/test_dum.rb +0 -19
- data/spec/unit/alf-relation/relation/class/test_recursive_type.rb +0 -42
- data/spec/unit/alf-relation/relation/class/test_type.rb +0 -31
- data/spec/unit/alf-relation/relation/factored-types/test_allbut.rb +0 -34
- data/spec/unit/alf-relation/relation/factored-types/test_coerce.rb +0 -45
- data/spec/unit/alf-relation/relation/factored-types/test_comparisons.rb +0 -69
- data/spec/unit/alf-relation/relation/factored-types/test_equality.rb +0 -28
- data/spec/unit/alf-relation/relation/factored-types/test_project.rb +0 -34
- data/spec/unit/alf-relation/relation/factored-types/test_rename.rb +0 -12
- data/spec/unit/alf-relation/relation/factored-types/test_split.rb +0 -30
- data/spec/unit/alf-relation/relation/factored-types/test_to_ruby_literal.rb +0 -18
- data/spec/unit/alf-relation/relation/factored-types/test_triple_equal.rb +0 -42
- data/spec/unit/alf-relation/relation/test_aggregation.rb +0 -36
- data/spec/unit/alf-relation/relation/test_equality.rb +0 -52
- data/spec/unit/alf-relation/relation/test_hash.rb +0 -28
- data/spec/unit/alf-relation/relation/test_heading.rb +0 -17
- data/spec/unit/alf-relation/relation/test_inspect.rb +0 -20
- data/spec/unit/alf-relation/relation/test_keys.rb +0 -17
- data/spec/unit/alf-relation/relation/test_relation.rb +0 -77
- data/spec/unit/alf-relation/relation/test_relops.rb +0 -74
- data/spec/unit/alf-relation/relation/test_sugar.rb +0 -40
- data/spec/unit/alf-relation/relation/test_to_a.rb +0 -37
- data/spec/unit/alf-relation/relation/test_to_hash.rb +0 -31
- data/spec/unit/alf-relation/relation/test_to_relation.rb +0 -14
- data/spec/unit/alf-relation/tuple/class/test_coerce.rb +0 -29
- data/spec/unit/alf-relation/tuple/class/test_type.rb +0 -27
- data/spec/unit/alf-relation/tuple/factored-types/test_allbut.rb +0 -34
- data/spec/unit/alf-relation/tuple/factored-types/test_coerce.rb +0 -91
- data/spec/unit/alf-relation/tuple/factored-types/test_comparisons.rb +0 -69
- data/spec/unit/alf-relation/tuple/factored-types/test_equality.rb +0 -28
- data/spec/unit/alf-relation/tuple/factored-types/test_project.rb +0 -34
- data/spec/unit/alf-relation/tuple/factored-types/test_rename.rb +0 -12
- data/spec/unit/alf-relation/tuple/factored-types/test_split.rb +0 -30
- data/spec/unit/alf-relation/tuple/factored-types/test_to_ruby_literal.rb +0 -18
- data/spec/unit/alf-relation/tuple/factored-types/test_triple_equal.rb +0 -56
- data/spec/unit/alf-relation/tuple/test_allbut.rb +0 -14
- data/spec/unit/alf-relation/tuple/test_attribute_accessors.rb +0 -36
- data/spec/unit/alf-relation/tuple/test_equality.rb +0 -28
- data/spec/unit/alf-relation/tuple/test_extend.rb +0 -30
- data/spec/unit/alf-relation/tuple/test_hash.rb +0 -28
- data/spec/unit/alf-relation/tuple/test_heading.rb +0 -20
- data/spec/unit/alf-relation/tuple/test_merge.rb +0 -24
- data/spec/unit/alf-relation/tuple/test_project.rb +0 -18
- data/spec/unit/alf-relation/tuple/test_remap.rb +0 -14
- data/spec/unit/alf-relation/tuple/test_rename.rb +0 -14
- data/spec/unit/alf-relation/tuple/test_split.rb +0 -28
- data/spec/unit/alf-relation/tuple/test_to_attr_list.rb +0 -12
- data/spec/unit/alf-relation/tuple/test_triple_equal.rb +0 -17
- data/spec/unit/alf-relvar/base/test_connection.rb +0 -20
- data/spec/unit/alf-relvar/base/test_delete.rb +0 -35
- data/spec/unit/alf-relvar/base/test_heading.rb +0 -22
- data/spec/unit/alf-relvar/base/test_insert.rb +0 -23
- data/spec/unit/alf-relvar/base/test_keys.rb +0 -22
- data/spec/unit/alf-relvar/base/test_lock.rb +0 -22
- data/spec/unit/alf-relvar/base/test_oo_lang.rb +0 -45
- data/spec/unit/alf-relvar/base/test_to_cog.rb +0 -22
- data/spec/unit/alf-relvar/base/test_to_lispy.rb +0 -15
- data/spec/unit/alf-relvar/base/test_to_relvar.rb +0 -15
- data/spec/unit/alf-relvar/base/test_to_s.rb +0 -15
- data/spec/unit/alf-relvar/base/test_update.rb +0 -25
- data/spec/unit/alf-relvar/read_only/test_to_relation.rb +0 -17
- data/spec/unit/alf-relvar/read_only/test_type.rb +0 -17
- data/spec/unit/alf-relvar/shared/test_empty.rb +0 -21
- data/spec/unit/alf-relvar/shared/test_empty_bang.rb +0 -31
- data/spec/unit/alf-relvar/shared/test_not_empty_bang.rb +0 -31
- data/spec/unit/alf-relvar/shared/test_to_relation.rb +0 -45
- data/spec/unit/alf-relvar/shared/test_type.rb +0 -21
- data/spec/unit/alf-relvar/shared/test_upsert.rb +0 -41
- data/spec/unit/alf-relvar/virtual/test_delete.rb +0 -40
- data/spec/unit/alf-relvar/virtual/test_expr.rb +0 -15
- data/spec/unit/alf-relvar/virtual/test_heading.rb +0 -21
- data/spec/unit/alf-relvar/virtual/test_insert.rb +0 -28
- data/spec/unit/alf-relvar/virtual/test_keys.rb +0 -21
- data/spec/unit/alf-relvar/virtual/test_oo_lang.rb +0 -30
- data/spec/unit/alf-relvar/virtual/test_to_cog.rb +0 -19
- data/spec/unit/alf-relvar/virtual/test_to_lispy.rb +0 -17
- data/spec/unit/alf-relvar/virtual/test_to_relvar.rb +0 -15
- data/spec/unit/alf-relvar/virtual/test_to_s.rb +0 -15
- data/spec/unit/alf-relvar/virtual/test_update.rb +0 -28
- data/spec/unit/alf-support/config/test_dup.rb +0 -58
- data/spec/unit/alf-support/config/test_freeze.rb +0 -37
- data/spec/unit/alf-support/config/test_hash_get.rb +0 -41
- data/spec/unit/alf-support/config/test_hash_set.rb +0 -61
- data/spec/unit/alf-support/config/test_helpers.rb +0 -33
- data/spec/unit/alf-support/config/test_merge.rb +0 -34
- data/spec/unit/alf-support/config/test_new.rb +0 -62
- data/spec/unit/alf-support/config/test_option.rb +0 -42
- data/spec/unit/alf-support/config/test_option_setter.rb +0 -72
- data/spec/unit/alf-support/config/test_options.rb +0 -22
- data/spec/unit/alf-support/scope/test_branch.rb +0 -28
- data/spec/unit/alf-support/scope/test_evaluate.rb +0 -42
- data/spec/unit/alf-support/scope/test_initialize.rb +0 -20
- data/spec/unit/alf-support/scope/test_respond_to.rb +0 -33
- data/spec/unit/alf-support/test_class_name.rb +0 -16
- data/spec/unit/alf-support/test_coerce.rb +0 -24
- data/spec/unit/alf-support/test_registry.rb +0 -63
- data/spec/unit/alf-support/test_ruby_case.rb +0 -16
- data/spec/unit/alf-support/test_rubycase_name.rb +0 -24
- data/spec/unit/alf-support/test_symbolize_keys.rb +0 -24
- data/spec/unit/alf-support/test_to_lispy.rb +0 -124
- data/spec/unit/alf-support/test_to_ruby_literal.rb +0 -26
- data/spec/unit/alf-support/test_to_tuple.rb +0 -29
- data/spec/unit/alf-support/test_tuple_scope.rb +0 -46
- data/spec/unit/alf-support/test_unsymbolize_keys.rb +0 -24
- data/spec/unit/alf-support/tuple_scope/test_evaluate.rb +0 -37
- data/spec/unit/alf-support/tuple_scope/test_hash_get.rb +0 -20
- data/spec/unit/alf-support/tuple_scope/test_respond_to.rb +0 -40
- data/spec/unit/alf-support/tuple_scope/test_to_s.rb +0 -22
- data/spec/unit/alf-types/attr_list/test_allbut.rb +0 -28
- data/spec/unit/alf-types/attr_list/test_ampersand.rb +0 -20
- data/spec/unit/alf-types/attr_list/test_coerce.rb +0 -68
- data/spec/unit/alf-types/attr_list/test_difference.rb +0 -20
- data/spec/unit/alf-types/attr_list/test_hash_and_eql.rb +0 -47
- data/spec/unit/alf-types/attr_list/test_include.rb +0 -22
- data/spec/unit/alf-types/attr_list/test_intersect.rb +0 -36
- data/spec/unit/alf-types/attr_list/test_or.rb +0 -20
- data/spec/unit/alf-types/attr_list/test_project.rb +0 -52
- data/spec/unit/alf-types/attr_list/test_project_tuple.rb +0 -31
- data/spec/unit/alf-types/attr_list/test_sameset.rb +0 -36
- data/spec/unit/alf-types/attr_list/test_set_compare.rb +0 -59
- data/spec/unit/alf-types/attr_list/test_split_tuple.rb +0 -31
- data/spec/unit/alf-types/attr_list/test_subset.rb +0 -50
- data/spec/unit/alf-types/attr_list/test_superset.rb +0 -50
- data/spec/unit/alf-types/attr_list/test_to_a.rb +0 -14
- data/spec/unit/alf-types/attr_list/test_to_ordering.rb +0 -19
- data/spec/unit/alf-types/attr_name/test_coerce.rb +0 -16
- data/spec/unit/alf-types/attr_name/test_triple_equal.rb +0 -27
- data/spec/unit/alf-types/heading/class/test_coerce.rb +0 -40
- data/spec/unit/alf-types/heading/class/test_infer.rb +0 -26
- data/spec/unit/alf-types/heading/test_allbut.rb +0 -12
- data/spec/unit/alf-types/heading/test_cardinality.rb +0 -25
- data/spec/unit/alf-types/heading/test_coerce.rb +0 -57
- data/spec/unit/alf-types/heading/test_comparison.rb +0 -96
- data/spec/unit/alf-types/heading/test_intersection.rb +0 -29
- data/spec/unit/alf-types/heading/test_merge.rb +0 -25
- data/spec/unit/alf-types/heading/test_project.rb +0 -20
- data/spec/unit/alf-types/heading/test_split.rb +0 -20
- data/spec/unit/alf-types/heading/test_to_h.rb +0 -24
- data/spec/unit/alf-types/heading/test_triple_equal.rb +0 -40
- data/spec/unit/alf-types/heading/test_union.rb +0 -33
- data/spec/unit/alf-types/keys/test_all.rb +0 -17
- data/spec/unit/alf-types/keys/test_ampersand.rb +0 -26
- data/spec/unit/alf-types/keys/test_any.rb +0 -17
- data/spec/unit/alf-types/keys/test_coerce.rb +0 -64
- data/spec/unit/alf-types/keys/test_empty.rb +0 -20
- data/spec/unit/alf-types/keys/test_first.rb +0 -17
- data/spec/unit/alf-types/keys/test_hash_and_equal.rb +0 -33
- data/spec/unit/alf-types/keys/test_if_empty.rb +0 -40
- data/spec/unit/alf-types/keys/test_map.rb +0 -17
- data/spec/unit/alf-types/keys/test_plus.rb +0 -26
- data/spec/unit/alf-types/keys/test_project.rb +0 -29
- data/spec/unit/alf-types/keys/test_reject.rb +0 -17
- data/spec/unit/alf-types/keys/test_rename.rb +0 -21
- data/spec/unit/alf-types/keys/test_select.rb +0 -66
- data/spec/unit/alf-types/ordering/test_coerce.rb +0 -77
- data/spec/unit/alf-types/ordering/test_compare.rb +0 -29
- data/spec/unit/alf-types/ordering/test_dive.rb +0 -41
- data/spec/unit/alf-types/ordering/test_hash_get.rb +0 -20
- data/spec/unit/alf-types/ordering/test_lte.rb +0 -43
- data/spec/unit/alf-types/ordering/test_merge.rb +0 -61
- data/spec/unit/alf-types/ordering/test_reverse.rb +0 -40
- data/spec/unit/alf-types/ordering/test_selectors.rb +0 -24
- data/spec/unit/alf-types/ordering/test_sorter.rb +0 -70
- data/spec/unit/alf-types/ordering/test_to_attr_list.rb +0 -26
- data/spec/unit/alf-types/ordering/test_total.rb +0 -56
- data/spec/unit/alf-types/renaming/test_coerce.rb +0 -24
- data/spec/unit/alf-types/renaming/test_complete.rb +0 -14
- data/spec/unit/alf-types/renaming/test_invert.rb +0 -14
- data/spec/unit/alf-types/renaming/test_rename_attr_list.rb +0 -24
- data/spec/unit/alf-types/renaming/test_rename_tuple.rb +0 -14
- data/spec/unit/alf-types/renaming/test_to_attr_list.rb +0 -14
- data/spec/unit/alf-types/selection/test_coerce.rb +0 -38
- data/spec/unit/alf-types/selection/test_select.rb +0 -34
- data/spec/unit/alf-types/selector/test_coerce.rb +0 -36
- data/spec/unit/alf-types/selector/test_composite_q.rb +0 -20
- data/spec/unit/alf-types/selector/test_dive.rb +0 -32
- data/spec/unit/alf-types/selector/test_select.rb +0 -40
- data/spec/unit/alf-types/selector/test_simple_q.rb +0 -20
- data/spec/unit/alf-types/selector/test_to_a.rb +0 -20
- data/spec/unit/alf-types/selector/test_to_lispy.rb +0 -20
- data/spec/unit/alf-types/selector/test_to_ruby_literal.rb +0 -20
- data/spec/unit/alf-types/size/test_coerce.rb +0 -23
- data/spec/unit/alf-types/size/test_triple_equal.rb +0 -25
- data/spec/unit/alf-types/summarization/test_coerce.rb +0 -31
- data/spec/unit/alf-types/summarization/test_least.rb +0 -11
- data/spec/unit/alf-types/summarization/test_summarize.rb +0 -15
- data/spec/unit/alf-types/test_attr_list.rb +0 -18
- data/spec/unit/alf-types/test_class_methods.rb +0 -59
- data/spec/unit/alf-types/test_heading.rb +0 -59
- data/spec/unit/alf-types/test_ordering.rb +0 -18
- data/spec/unit/alf-types/test_renaming.rb +0 -18
- data/spec/unit/alf-types/test_summarization.rb +0 -25
- data/spec/unit/alf-types/test_tuple_computation.rb +0 -28
- data/spec/unit/alf-types/test_tuple_expression.rb +0 -17
- data/spec/unit/alf-types/tuple_computation/test_coerce.rb +0 -45
- data/spec/unit/alf-types/tuple_computation/test_empty.rb +0 -24
- data/spec/unit/alf-types/tuple_computation/test_project.rb +0 -46
- data/spec/unit/alf-types/tuple_computation/test_to_attr_list.rb +0 -15
- data/spec/unit/alf-types/tuple_computation/test_to_heading.rb +0 -29
- data/spec/unit/alf-types/tuple_expression/test_coerce.rb +0 -35
- data/spec/unit/alf-types/tuple_expression/test_evaluate.rb +0 -30
- data/spec/unit/alf-types/tuple_expression/test_to_ruby_literal.rb +0 -11
- data/spec/unit/alf-types/type_check/test_triple_equal.rb +0 -58
- data/spec/unit/alf-update/deleter/test_autonum.rb +0 -31
- data/spec/unit/alf-update/deleter/test_clip.rb +0 -18
- data/spec/unit/alf-update/deleter/test_defaults.rb +0 -31
- data/spec/unit/alf-update/deleter/test_extend.rb +0 -31
- data/spec/unit/alf-update/deleter/test_group.rb +0 -31
- data/spec/unit/alf-update/deleter/test_identifier.rb +0 -19
- data/spec/unit/alf-update/deleter/test_intersect.rb +0 -21
- data/spec/unit/alf-update/deleter/test_project.rb +0 -18
- data/spec/unit/alf-update/deleter/test_rank.rb +0 -31
- data/spec/unit/alf-update/deleter/test_rename.rb +0 -31
- data/spec/unit/alf-update/deleter/test_restrict.rb +0 -20
- data/spec/unit/alf-update/deleter/test_sort.rb +0 -18
- data/spec/unit/alf-update/deleter/test_wrap.rb +0 -31
- data/spec/unit/alf-update/inserter/test_autonum.rb +0 -19
- data/spec/unit/alf-update/inserter/test_clip.rb +0 -21
- data/spec/unit/alf-update/inserter/test_compact.rb +0 -19
- data/spec/unit/alf-update/inserter/test_defaults.rb +0 -19
- data/spec/unit/alf-update/inserter/test_extend.rb +0 -19
- data/spec/unit/alf-update/inserter/test_group.rb +0 -26
- data/spec/unit/alf-update/inserter/test_identifier.rb +0 -18
- data/spec/unit/alf-update/inserter/test_intersect.rb +0 -22
- data/spec/unit/alf-update/inserter/test_join.rb +0 -21
- data/spec/unit/alf-update/inserter/test_matching.rb +0 -19
- data/spec/unit/alf-update/inserter/test_minus.rb +0 -19
- data/spec/unit/alf-update/inserter/test_not_matching.rb +0 -19
- data/spec/unit/alf-update/inserter/test_project.rb +0 -21
- data/spec/unit/alf-update/inserter/test_rank.rb +0 -19
- data/spec/unit/alf-update/inserter/test_rename.rb +0 -19
- data/spec/unit/alf-update/inserter/test_restrict.rb +0 -19
- data/spec/unit/alf-update/inserter/test_sort.rb +0 -19
- data/spec/unit/alf-update/inserter/test_union.rb +0 -22
- data/spec/unit/alf-update/inserter/test_wrap.rb +0 -25
- data/spec/unit/alf-update/updater/test_identifier.rb +0 -19
- data/spec/unit/alf-viewpoint/metadata/test_add_members.rb +0 -38
- data/spec/unit/alf-viewpoint/metadata/test_all_members.rb +0 -33
- data/spec/unit/alf-viewpoint/metadata/test_depends.rb +0 -50
- data/spec/unit/alf-viewpoint/metadata/test_dup.rb +0 -32
- data/spec/unit/alf-viewpoint/metadata/test_expand.rb +0 -31
- data/spec/unit/alf-viewpoint/metadata/test_expects.rb +0 -38
- data/spec/unit/alf-viewpoint/metadata/test_initialize.rb +0 -40
- data/spec/unit/alf-viewpoint/metadata/test_to_module.rb +0 -37
- data/spec/unit/alf-viewpoint/test_depends.rb +0 -18
- data/spec/unit/alf-viewpoint/test_expects.rb +0 -18
- data/spec/unit/alf-viewpoint/test_members.rb +0 -57
- data/spec/unit/alf-viewpoint/test_metadata.rb +0 -27
- data/spec/unit/alf-viewpoint/test_native.rb +0 -26
- data/spec/unit/alf-viewpoint/test_native_const.rb +0 -22
- data/spec/unit/alf-viewpoint/test_parse.rb +0 -36
- data/spec/unit/alf-viewpoint/test_parser.rb +0 -22
- data/spec/update_helper.rb +0 -85
@@ -1,30 +0,0 @@
|
|
1
|
-
require 'compiler_helper'
|
2
|
-
module Alf
|
3
|
-
class Compiler
|
4
|
-
describe Default, "ungroup" do
|
5
|
-
|
6
|
-
subject{
|
7
|
-
compiler.call(expr)
|
8
|
-
}
|
9
|
-
|
10
|
-
let(:expr){
|
11
|
-
ungroup(an_operand(leaf), :a)
|
12
|
-
}
|
13
|
-
|
14
|
-
it_should_behave_like "a traceable compiled"
|
15
|
-
|
16
|
-
it 'has a Ungroup cog' do
|
17
|
-
subject.should be_a(Engine::Ungroup)
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'has the correct ungrouping attribute' do
|
21
|
-
subject.attribute.should eq(:a)
|
22
|
-
end
|
23
|
-
|
24
|
-
it 'has the correct sub-cog' do
|
25
|
-
subject.operand.should be(leaf)
|
26
|
-
end
|
27
|
-
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
@@ -1,36 +0,0 @@
|
|
1
|
-
require 'compiler_helper'
|
2
|
-
module Alf
|
3
|
-
class Compiler
|
4
|
-
describe Default, "union" do
|
5
|
-
|
6
|
-
subject{
|
7
|
-
compiler.call(expr)
|
8
|
-
}
|
9
|
-
|
10
|
-
let(:right){
|
11
|
-
clip(an_operand(leaf), [:a])
|
12
|
-
}
|
13
|
-
|
14
|
-
let(:expr){
|
15
|
-
union(an_operand(leaf), right)
|
16
|
-
}
|
17
|
-
|
18
|
-
it_should_behave_like "a traceable compiled"
|
19
|
-
|
20
|
-
it 'has a Compact cog' do
|
21
|
-
subject.should be_a(Engine::Compact)
|
22
|
-
end
|
23
|
-
|
24
|
-
it 'has a Concat sub-cog' do
|
25
|
-
subject.operand.should be_a(Engine::Concat)
|
26
|
-
end
|
27
|
-
|
28
|
-
it 'has the correct sub-sub-cogs' do
|
29
|
-
ops = subject.operand.operands
|
30
|
-
ops.first.should be(leaf)
|
31
|
-
ops.last.should be_a(Engine::Clip)
|
32
|
-
end
|
33
|
-
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
require 'compiler_helper'
|
2
|
-
module Alf
|
3
|
-
class Compiler
|
4
|
-
describe Default, "unwrap" do
|
5
|
-
|
6
|
-
subject{
|
7
|
-
compiler.call(expr)
|
8
|
-
}
|
9
|
-
|
10
|
-
let(:expr){
|
11
|
-
unwrap(an_operand(leaf), :a)
|
12
|
-
}
|
13
|
-
|
14
|
-
it_should_behave_like "a traceable compiled"
|
15
|
-
|
16
|
-
it 'has a Unwrap cog' do
|
17
|
-
subject.should be_a(Engine::Unwrap)
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'has the correct unwrapping attribute' do
|
21
|
-
subject.attribute.should eq(:a)
|
22
|
-
end
|
23
|
-
|
24
|
-
it 'has the correct sub-cog' do
|
25
|
-
subject.operand.should be(leaf)
|
26
|
-
end
|
27
|
-
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
require 'compiler_helper'
|
2
|
-
module Alf
|
3
|
-
class Compiler
|
4
|
-
describe Default, "wrap" do
|
5
|
-
|
6
|
-
subject{
|
7
|
-
compiler.call(expr)
|
8
|
-
}
|
9
|
-
|
10
|
-
let(:expr){
|
11
|
-
wrap(an_operand(leaf), [:foo, :bar], :baz, allbut: true)
|
12
|
-
}
|
13
|
-
|
14
|
-
it_should_behave_like "a traceable compiled"
|
15
|
-
|
16
|
-
it 'has a Wrap cog' do
|
17
|
-
subject.should be_a(Engine::Wrap)
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'has the correct wrapping' do
|
21
|
-
subject.attributes.should eq(AttrList[:foo, :bar])
|
22
|
-
end
|
23
|
-
|
24
|
-
it 'has the correct as' do
|
25
|
-
subject.as.should eq(:baz)
|
26
|
-
end
|
27
|
-
|
28
|
-
it 'has the correct allbut' do
|
29
|
-
subject.allbut.should be_true
|
30
|
-
end
|
31
|
-
|
32
|
-
it 'has the correct sub-cog' do
|
33
|
-
subject.operand.should be(leaf)
|
34
|
-
end
|
35
|
-
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
@@ -1,111 +0,0 @@
|
|
1
|
-
shared_examples_for 'a compiled' do
|
2
|
-
|
3
|
-
it { should be_a(Alf::Compiler::Cog) }
|
4
|
-
|
5
|
-
it 'should return self on to_cog' do
|
6
|
-
subject.to_cog.should be(subject)
|
7
|
-
end
|
8
|
-
|
9
|
-
end
|
10
|
-
|
11
|
-
shared_examples_for 'a traceable compiled' do
|
12
|
-
|
13
|
-
it_should_behave_like "a compiled"
|
14
|
-
|
15
|
-
def has_tracking!(compiled)
|
16
|
-
compiled.expr.should_not be_nil
|
17
|
-
case compiled
|
18
|
-
when Alf::Engine::Leaf
|
19
|
-
compiled.expr.should be_a(Alf::Algebra::Operand)
|
20
|
-
when Alf::Engine::Cog
|
21
|
-
compiled.expr.should be_a(Alf::Algebra::Operand)
|
22
|
-
extract_operands(compiled).each do |op|
|
23
|
-
has_tracking!(op)
|
24
|
-
end
|
25
|
-
else
|
26
|
-
raise "Unexpected cog: #{compiled}"
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def extract_operands(compiled)
|
31
|
-
return compiled.operands if compiled.respond_to?(:operands)
|
32
|
-
return [compiled.operand] if compiled.respond_to?(:operand)
|
33
|
-
[]
|
34
|
-
end
|
35
|
-
|
36
|
-
it 'should have the compiler' do
|
37
|
-
subject.compiler.should be(compiler)
|
38
|
-
end
|
39
|
-
|
40
|
-
it 'should have traceability all way down expression' do
|
41
|
-
has_tracking!(subject)
|
42
|
-
end
|
43
|
-
|
44
|
-
end
|
45
|
-
|
46
|
-
shared_examples_for "a compiled not reusing a sub Sort" do
|
47
|
-
|
48
|
-
it 'has a Sort as sub-cog' do
|
49
|
-
subject.operand.should be_a(Alf::Engine::Sort)
|
50
|
-
subject.operand.ordering.should eq(ordering)
|
51
|
-
end
|
52
|
-
|
53
|
-
it 'has a Sort has sub-sub cog' do
|
54
|
-
subject.operand.operand.should be_a(Alf::Engine::Sort)
|
55
|
-
subject.operand.operand.ordering.should be(subordering)
|
56
|
-
end
|
57
|
-
|
58
|
-
it 'has the leaf has sub-sub-sub cog' do
|
59
|
-
subject.operand.operand.operand.should be(leaf)
|
60
|
-
end
|
61
|
-
|
62
|
-
end
|
63
|
-
|
64
|
-
shared_examples_for "a compiled based on an added sub Sort" do
|
65
|
-
|
66
|
-
it 'has a Sort as sub-cog' do
|
67
|
-
subject.operand.should be_a(Alf::Engine::Sort)
|
68
|
-
subject.operand.ordering.should eq(ordering)
|
69
|
-
end
|
70
|
-
|
71
|
-
it 'has the leaf has sub-sub cog' do
|
72
|
-
subject.operand.operand.should be(leaf)
|
73
|
-
end
|
74
|
-
|
75
|
-
end
|
76
|
-
|
77
|
-
shared_examples_for "a compiled based on an added sub Sort with total ordering" do
|
78
|
-
|
79
|
-
it 'has a Sort as sub-cog' do
|
80
|
-
subject.operand.should be_a(Alf::Engine::Sort)
|
81
|
-
subject.operand.ordering.should eq(total_ordering)
|
82
|
-
end
|
83
|
-
|
84
|
-
it 'has the leaf has sub-sub cog' do
|
85
|
-
subject.operand.operand.should be(leaf)
|
86
|
-
end
|
87
|
-
|
88
|
-
end
|
89
|
-
|
90
|
-
shared_examples_for "a compiled based on an added reversed Sort" do
|
91
|
-
|
92
|
-
it 'has a Sort as sub-cog' do
|
93
|
-
subject.operand.should be_a(Alf::Engine::Sort)
|
94
|
-
subject.operand.ordering.should eq(ordering.reverse)
|
95
|
-
end
|
96
|
-
|
97
|
-
it 'has the leaf has sub-sub cog' do
|
98
|
-
subject.operand.operand.should be(leaf)
|
99
|
-
end
|
100
|
-
|
101
|
-
end
|
102
|
-
|
103
|
-
shared_examples_for "a compiled reusing a sub Sort" do
|
104
|
-
|
105
|
-
it 'has the Sort as sub-cog' do
|
106
|
-
subject.operand.should be_a(Alf::Engine::Sort)
|
107
|
-
subject.operand.ordering.should be(subordering)
|
108
|
-
subject.operand.operand.should be(leaf)
|
109
|
-
end
|
110
|
-
|
111
|
-
end
|
@@ -1,332 +0,0 @@
|
|
1
|
-
require 'compiler_helper'
|
2
|
-
module Alf
|
3
|
-
describe Compiler, "the overall principle" do
|
4
|
-
|
5
|
-
# This is a compiler dedicated to specific adapters, e.g. SQL
|
6
|
-
class DedicatedCompiler < Compiler
|
7
|
-
|
8
|
-
def supports_reuse?
|
9
|
-
true
|
10
|
-
end
|
11
|
-
|
12
|
-
def reuse(plan, compiled)
|
13
|
-
compiled
|
14
|
-
end
|
15
|
-
|
16
|
-
def on_project(plan, expr, compiled)
|
17
|
-
DedicatedCog.new(expr, self, [compiled])
|
18
|
-
end
|
19
|
-
|
20
|
-
def on_sort(plan, expr, compiled)
|
21
|
-
Engine::Sort.new(compiled, expr.ordering)
|
22
|
-
end
|
23
|
-
|
24
|
-
def on_page(plan, expr, compiled)
|
25
|
-
compiled = plan.recompile(compiled){|p|
|
26
|
-
p.sort(expr.operand, expr.ordering)
|
27
|
-
}
|
28
|
-
DedicatedCog.new(expr, self, [compiled])
|
29
|
-
end
|
30
|
-
|
31
|
-
def on_ungroup(plan, expr, compiled)
|
32
|
-
raise NotSupportedError
|
33
|
-
end
|
34
|
-
|
35
|
-
def on_union(plan, expr, left, right)
|
36
|
-
DedicatedCog.new(expr, self, [left, right])
|
37
|
-
end
|
38
|
-
|
39
|
-
end # class DedicatedCompiler
|
40
|
-
|
41
|
-
# This is the class supposed to be served by an adapter.
|
42
|
-
# It returns self on to_cog and has the dedicated compiler.
|
43
|
-
class DedicatedCog
|
44
|
-
include Engine::Cog
|
45
|
-
|
46
|
-
def initialize(expr, compiler, operands = nil)
|
47
|
-
super(expr, compiler)
|
48
|
-
@operands = operands
|
49
|
-
end
|
50
|
-
attr_reader :operands
|
51
|
-
|
52
|
-
def left
|
53
|
-
unless operands && operands.size == 2
|
54
|
-
raise "Unexpected operands `#{operands.inspect}`"
|
55
|
-
end
|
56
|
-
operands.first
|
57
|
-
end
|
58
|
-
|
59
|
-
def right
|
60
|
-
unless operands && operands.size == 2
|
61
|
-
raise "Unexpected operands `#{operands.inspect}`"
|
62
|
-
end
|
63
|
-
operands.last
|
64
|
-
end
|
65
|
-
|
66
|
-
def operand
|
67
|
-
unless operands && operands.size == 1
|
68
|
-
raise "Unexpected operands `#{operands.inspect}`"
|
69
|
-
end
|
70
|
-
operands.first
|
71
|
-
end
|
72
|
-
|
73
|
-
end # class DedicatedCog
|
74
|
-
|
75
|
-
subject{ default.call(expr) }
|
76
|
-
|
77
|
-
let(:cog){
|
78
|
-
DedicatedCog.new(nil, dedicated)
|
79
|
-
}
|
80
|
-
|
81
|
-
let(:cog2){
|
82
|
-
DedicatedCog.new(nil, dedicated)
|
83
|
-
}
|
84
|
-
|
85
|
-
let(:default){
|
86
|
-
Compiler::Default.new
|
87
|
-
}
|
88
|
-
|
89
|
-
let(:dedicated){
|
90
|
-
DedicatedCompiler.new
|
91
|
-
}
|
92
|
-
|
93
|
-
context 'on a direct cog-proxied operand' do
|
94
|
-
# the first compiler takes care of compiling the stuff, by simple
|
95
|
-
# delegation to to_cog of the operand
|
96
|
-
|
97
|
-
let(:expr){
|
98
|
-
an_operand(cog)
|
99
|
-
}
|
100
|
-
|
101
|
-
it{ should be(cog) }
|
102
|
-
|
103
|
-
it 'should have expected compiler' do
|
104
|
-
subject.compiler.should be(dedicated)
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
context 'on a supported operator' do
|
109
|
-
# the first compiler compiles the leaf.
|
110
|
-
# the second compiler compiles the projection.
|
111
|
-
|
112
|
-
let(:expr){
|
113
|
-
project(an_operand(cog), [:a])
|
114
|
-
}
|
115
|
-
|
116
|
-
it{ should be_a(DedicatedCog) }
|
117
|
-
|
118
|
-
it 'should have correct expr' do
|
119
|
-
subject.expr.should be(expr)
|
120
|
-
end
|
121
|
-
|
122
|
-
it 'should have expected compiler' do
|
123
|
-
subject.compiler.should be(dedicated)
|
124
|
-
end
|
125
|
-
|
126
|
-
it 'should have correct operand' do
|
127
|
-
subject.operand.should be(cog)
|
128
|
-
subject.operand.compiler.should be(dedicated)
|
129
|
-
end
|
130
|
-
end
|
131
|
-
|
132
|
-
context 'on a dyadic supported operator' do
|
133
|
-
# the first compiler compiles both leafs.
|
134
|
-
# the second compiler compiles the union.
|
135
|
-
|
136
|
-
let(:expr){
|
137
|
-
union(an_operand(cog), an_operand(cog2))
|
138
|
-
}
|
139
|
-
|
140
|
-
it{ should be_a(DedicatedCog) }
|
141
|
-
|
142
|
-
it 'should have correct expr' do
|
143
|
-
subject.expr.should be(expr)
|
144
|
-
end
|
145
|
-
|
146
|
-
it 'should have correct operands' do
|
147
|
-
subject.operands.should eq([cog, cog2])
|
148
|
-
end
|
149
|
-
|
150
|
-
it 'should have expected compiler' do
|
151
|
-
subject.compiler.should be(dedicated)
|
152
|
-
end
|
153
|
-
end
|
154
|
-
|
155
|
-
context 'on an operator requiring compiling sub-expressions' do
|
156
|
-
|
157
|
-
let(:expr){
|
158
|
-
page(an_operand(cog), [:name, :asc], 2)
|
159
|
-
}
|
160
|
-
|
161
|
-
it{ should be_a(DedicatedCog) }
|
162
|
-
|
163
|
-
it 'has the sort as sub-cog' do
|
164
|
-
subject.operand.should be_a(Engine::Sort)
|
165
|
-
end
|
166
|
-
|
167
|
-
it 'has the cog as sub-sub operand' do
|
168
|
-
subject.operand.operand.should be(cog)
|
169
|
-
end
|
170
|
-
|
171
|
-
it 'should have expected compiler' do
|
172
|
-
subject.compiler.should be(dedicated)
|
173
|
-
end
|
174
|
-
end
|
175
|
-
|
176
|
-
context 'on an unsupported operator' do
|
177
|
-
# the first compiler compiles the leaf.
|
178
|
-
# the second compiler fails at compiling the projection.
|
179
|
-
# the first compiler compiles the projection.
|
180
|
-
|
181
|
-
let(:expr){
|
182
|
-
rename(an_operand(cog), :a => :b)
|
183
|
-
}
|
184
|
-
|
185
|
-
it{ should be_a(Engine::Rename) }
|
186
|
-
|
187
|
-
it 'should have the cog as operand' do
|
188
|
-
subject.operand.should be(cog)
|
189
|
-
end
|
190
|
-
|
191
|
-
it 'should have expected compiler' do
|
192
|
-
subject.compiler.should be(default)
|
193
|
-
end
|
194
|
-
end
|
195
|
-
|
196
|
-
context 'on a partly supported operator' do
|
197
|
-
# the first compiler compiles the leaf.
|
198
|
-
# the second compiler fails at compiling the unwrap and fallsback.
|
199
|
-
# the first compiler compiles the unwrap.
|
200
|
-
|
201
|
-
let(:expr){
|
202
|
-
unwrap(an_operand(cog), :a)
|
203
|
-
}
|
204
|
-
|
205
|
-
it{ should be_a(Engine::Unwrap) }
|
206
|
-
|
207
|
-
it 'should have the cog as operand' do
|
208
|
-
subject.operand.should be(cog)
|
209
|
-
end
|
210
|
-
|
211
|
-
it 'should have expected compilers' do
|
212
|
-
subject.compiler.should be(default)
|
213
|
-
end
|
214
|
-
end
|
215
|
-
|
216
|
-
context 'on a partly supported operator through a NotSupportedError' do
|
217
|
-
# the first compiler compiles the leaf.
|
218
|
-
# the second compiler fails at compiling the ungroup and fallsback.
|
219
|
-
# the first compiler compiles the ungroup.
|
220
|
-
|
221
|
-
let(:expr){
|
222
|
-
ungroup(an_operand(cog), :a)
|
223
|
-
}
|
224
|
-
|
225
|
-
it{ should be_a(Engine::Ungroup) }
|
226
|
-
|
227
|
-
it 'should have the cog as operand' do
|
228
|
-
subject.operand.should be(cog)
|
229
|
-
end
|
230
|
-
|
231
|
-
it 'should have expected compilers' do
|
232
|
-
subject.compiler.should be(default)
|
233
|
-
end
|
234
|
-
end
|
235
|
-
|
236
|
-
context 'on a doubly supported operator' do
|
237
|
-
# the first compiler compiles the leaf.
|
238
|
-
# the second compiler compiles the first projection.
|
239
|
-
# the second compiler compiles the second projection.
|
240
|
-
|
241
|
-
let(:subexpr){
|
242
|
-
project(an_operand(cog), [:a])
|
243
|
-
}
|
244
|
-
|
245
|
-
let(:expr){
|
246
|
-
project(subexpr)
|
247
|
-
}
|
248
|
-
|
249
|
-
it{ should be_a(DedicatedCog) }
|
250
|
-
|
251
|
-
it 'should have correct traceability' do
|
252
|
-
subject.expr.should be(expr)
|
253
|
-
end
|
254
|
-
|
255
|
-
it 'should have expected compiler' do
|
256
|
-
subject.compiler.should be(dedicated)
|
257
|
-
end
|
258
|
-
|
259
|
-
it 'should have correct sub-cog' do
|
260
|
-
subject.operand.should be_a(DedicatedCog)
|
261
|
-
subject.operand.expr.should be(subexpr)
|
262
|
-
subject.operand.compiler.should be(dedicated)
|
263
|
-
end
|
264
|
-
|
265
|
-
it 'should have correct sub-sub-cog' do
|
266
|
-
subject.operand.operand.should be(cog)
|
267
|
-
subject.operand.operand.compiler.should be(dedicated)
|
268
|
-
end
|
269
|
-
end
|
270
|
-
|
271
|
-
context 'on a dyadic operator compiled by two different compilers' do
|
272
|
-
# the first compiler compiles the left leaf and the projection.
|
273
|
-
# the second compiler compiles the right leaf and the projection.
|
274
|
-
# the this compiler compiles the union.
|
275
|
-
|
276
|
-
let(:expr){
|
277
|
-
join(project(an_operand(left), [:a]), project(an_operand(right), [:a]))
|
278
|
-
}
|
279
|
-
|
280
|
-
let(:compilo1){
|
281
|
-
DedicatedCompiler.new
|
282
|
-
}
|
283
|
-
|
284
|
-
let(:compilo2){
|
285
|
-
DedicatedCompiler.new
|
286
|
-
}
|
287
|
-
|
288
|
-
let(:left){
|
289
|
-
DedicatedCog.new(nil, compilo1)
|
290
|
-
}
|
291
|
-
|
292
|
-
let(:right){
|
293
|
-
DedicatedCog.new(nil, compilo2)
|
294
|
-
}
|
295
|
-
|
296
|
-
let(:default){
|
297
|
-
Compiler::Default.new
|
298
|
-
}
|
299
|
-
|
300
|
-
it{ should be_a(Engine::Join) }
|
301
|
-
|
302
|
-
it 'should have correct expr' do
|
303
|
-
subject.expr.should be(expr)
|
304
|
-
end
|
305
|
-
|
306
|
-
it 'should have correct sub-cogs' do
|
307
|
-
subject.left.should be_a(DedicatedCog)
|
308
|
-
subject.right.should be_a(DedicatedCog)
|
309
|
-
end
|
310
|
-
|
311
|
-
it 'should have expected compilers' do
|
312
|
-
subject.compiler.should be(default)
|
313
|
-
subject.left.compiler.should be(compilo1)
|
314
|
-
subject.right.compiler.should be(compilo2)
|
315
|
-
end
|
316
|
-
end
|
317
|
-
|
318
|
-
context 'on expressions where reuse is possible' do
|
319
|
-
let(:expr){
|
320
|
-
reused = project(an_operand(cog), [:a])
|
321
|
-
union(reused, reused)
|
322
|
-
}
|
323
|
-
|
324
|
-
it{ should be_a(DedicatedCog) }
|
325
|
-
|
326
|
-
it 'should reuse the compilation result' do
|
327
|
-
subject.left.should be(subject.right)
|
328
|
-
end
|
329
|
-
end
|
330
|
-
|
331
|
-
end
|
332
|
-
end
|