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.
Files changed (686) hide show
  1. data/CHANGELOG.md +12 -1
  2. data/Gemfile +1 -1
  3. data/lib/alf-core.rb +1 -39
  4. data/lib/alf/algebra/operator/hierarchize.rb +1 -1
  5. data/lib/alf/algebra/operator/unwrap.rb +5 -2
  6. data/lib/alf/algebra/shortcut.rb +1 -0
  7. data/lib/alf/algebra/shortcut/image.rb +33 -0
  8. data/lib/alf/compiler.rb +1 -1
  9. data/lib/alf/compiler/cog.rb +8 -1
  10. data/lib/alf/core.rb +39 -0
  11. data/lib/alf/core/version.rb +1 -1
  12. data/lib/alf/database/connection.rb +1 -1
  13. data/lib/alf/engine/group/hash.rb +1 -1
  14. data/lib/alf/engine/leaf.rb +4 -2
  15. data/lib/alf/engine/ungroup.rb +4 -1
  16. data/lib/alf/ext.rb +1 -0
  17. data/lib/alf/ext/domain/heading_based.rb +6 -0
  18. data/lib/alf/ext/yaml.rb +35 -0
  19. data/lib/alf/facade.rb +4 -2
  20. data/lib/alf/reader/rash.rb +5 -0
  21. data/lib/alf/relation.rb +6 -5
  22. data/lib/alf/relvar.rb +1 -3
  23. data/lib/alf/relvar/read_only.rb +1 -1
  24. data/lib/alf/renderer/text.rb +1 -2
  25. data/lib/alf/renderer/yaml.rb +7 -0
  26. data/lib/alf/support/miscellaneous.rb +9 -0
  27. data/lib/alf/tuple.rb +5 -3
  28. data/lib/alf/types.rb +2 -0
  29. data/lib/alf/types/ordering.rb +2 -2
  30. data/lib/alf/types/selection.rb +12 -1
  31. data/lib/alf/types/tuple_expression.rb +7 -3
  32. data/lib/alf/types/type_check.rb +28 -11
  33. data/tasks/gem.rake +7 -72
  34. metadata +8 -1312
  35. data/spec/compiler_helper.rb +0 -20
  36. data/spec/integration/__database__/group.alf +0 -3
  37. data/spec/integration/__database__/parts.rash +0 -6
  38. data/spec/integration/__database__/suppliers.rash +0 -5
  39. data/spec/integration/__database__/suppliers_csv.csv +0 -6
  40. data/spec/integration/__database__/supplies.rash +0 -12
  41. data/spec/integration/ext/test_relation.rb +0 -16
  42. data/spec/integration/relation/test_extend.rb +0 -20
  43. data/spec/integration/relation/test_to_array.rb +0 -28
  44. data/spec/integration/test_alf.rb +0 -8
  45. data/spec/integration/test_examples.rb +0 -38
  46. data/spec/optimizer_helper.rb +0 -19
  47. data/spec/regression/heading/test_heading_with_date.rb +0 -12
  48. data/spec/regression/relation/test_coerce.rb +0 -24
  49. data/spec/regression/relation/test_relation_allbut_all.rb +0 -14
  50. data/spec/regression/relation/test_relation_with_date.rb +0 -12
  51. data/spec/regression/relation/test_restrict.rb +0 -21
  52. data/spec/regression/restrict/test_restrict_with_keywords.rb +0 -17
  53. data/spec/shared/a_cog.rb +0 -40
  54. data/spec/shared/a_scope.rb +0 -21
  55. data/spec/shared/a_valid_type_implementation.rb +0 -44
  56. data/spec/shared/a_value.rb +0 -12
  57. data/spec/shared/an_operator_class.rb +0 -49
  58. data/spec/spec_helper.rb +0 -80
  59. data/spec/type_check_helper.rb +0 -1
  60. data/spec/unit/alf-adapter-fs/folder/fixtures/suppliers.rash +0 -5
  61. data/spec/unit/alf-adapter-fs/folder/test_adapter_class.rb +0 -23
  62. data/spec/unit/alf-adapter-fs/folder/test_adapter_instance.rb +0 -17
  63. data/spec/unit/alf-adapter/adapter/test_factor.rb +0 -20
  64. data/spec/unit/alf-adapter/connection/schema_cached/test_delegate.rb +0 -14
  65. data/spec/unit/alf-adapter/connection/schema_cached/test_heading.rb +0 -12
  66. data/spec/unit/alf-adapter/connection/schema_cached/test_keys.rb +0 -12
  67. data/spec/unit/alf-adapter/connection/schema_cached/test_knows.rb +0 -12
  68. data/spec/unit/alf-adapter/connection/test_lock.rb +0 -16
  69. data/spec/unit/alf-adapter/connection/test_migrate.rb +0 -17
  70. data/spec/unit/alf-adapter/shared_examples/a_cached_connection_method.rb +0 -30
  71. data/spec/unit/alf-adapter/shared_examples/an_adapter.rb +0 -34
  72. data/spec/unit/alf-adapter/shared_examples/an_adapter_class.rb +0 -21
  73. data/spec/unit/alf-adapter/shared_examples/an_adapter_with_readable_cogs.rb +0 -31
  74. data/spec/unit/alf-adapter/shared_examples/an_uncached_connection_method.rb +0 -21
  75. data/spec/unit/alf-aggregator/test_avg.rb +0 -22
  76. data/spec/unit/alf-aggregator/test_collect.rb +0 -25
  77. data/spec/unit/alf-aggregator/test_concat.rb +0 -39
  78. data/spec/unit/alf-aggregator/test_count.rb +0 -17
  79. data/spec/unit/alf-aggregator/test_max.rb +0 -23
  80. data/spec/unit/alf-aggregator/test_min.rb +0 -23
  81. data/spec/unit/alf-aggregator/test_stddev.rb +0 -27
  82. data/spec/unit/alf-aggregator/test_sum.rb +0 -23
  83. data/spec/unit/alf-aggregator/test_variance.rb +0 -29
  84. data/spec/unit/alf-algebra/operand/named/test_hash_and_equal.rb +0 -53
  85. data/spec/unit/alf-algebra/operand/named/test_keys.rb +0 -22
  86. data/spec/unit/alf-algebra/operand/named/test_to_ascii_tree.rb +0 -18
  87. data/spec/unit/alf-algebra/operand/named/test_to_cog.rb +0 -24
  88. data/spec/unit/alf-algebra/operand/named/test_to_relvar.rb +0 -18
  89. data/spec/unit/alf-algebra/operand/named/test_type_check.rb +0 -38
  90. data/spec/unit/alf-algebra/operand/proxy/test_to_cog.rb +0 -42
  91. data/spec/unit/alf-algebra/operand/test_coerce.rb +0 -37
  92. data/spec/unit/alf-algebra/operand/test_proxy.rb +0 -54
  93. data/spec/unit/alf-algebra/operator/allbut/test_key_preserving.rb +0 -55
  94. data/spec/unit/alf-algebra/operator/allbut/test_keys.rb +0 -52
  95. data/spec/unit/alf-algebra/operator/allbut/test_type_check.rb +0 -42
  96. data/spec/unit/alf-algebra/operator/autonum/test_heading.rb +0 -22
  97. data/spec/unit/alf-algebra/operator/autonum/test_keys.rb +0 -22
  98. data/spec/unit/alf-algebra/operator/autonum/test_type_check.rb +0 -30
  99. data/spec/unit/alf-algebra/operator/clip/test_heading.rb +0 -36
  100. data/spec/unit/alf-algebra/operator/clip/test_keys.rb +0 -48
  101. data/spec/unit/alf-algebra/operator/clip/test_type_check.rb +0 -42
  102. data/spec/unit/alf-algebra/operator/coerce/test_heading.rb +0 -23
  103. data/spec/unit/alf-algebra/operator/coerce/test_keys.rb +0 -23
  104. data/spec/unit/alf-algebra/operator/coerce/test_type_check.rb +0 -42
  105. data/spec/unit/alf-algebra/operator/commons/test_resulting_type.rb +0 -20
  106. data/spec/unit/alf-algebra/operator/commons/test_to_ascii_tree.rb +0 -40
  107. data/spec/unit/alf-algebra/operator/commons/test_with_operands.rb +0 -42
  108. data/spec/unit/alf-algebra/operator/compact/test_heading.rb +0 -23
  109. data/spec/unit/alf-algebra/operator/compact/test_keys.rb +0 -38
  110. data/spec/unit/alf-algebra/operator/defaults/test_heading.rb +0 -48
  111. data/spec/unit/alf-algebra/operator/defaults/test_keys.rb +0 -22
  112. data/spec/unit/alf-algebra/operator/extend/test_heading.rb +0 -37
  113. data/spec/unit/alf-algebra/operator/extend/test_keys.rb +0 -30
  114. data/spec/unit/alf-algebra/operator/extend/test_type_check.rb +0 -42
  115. data/spec/unit/alf-algebra/operator/frame/test_type_check.rb +0 -54
  116. data/spec/unit/alf-algebra/operator/generator/test_heading.rb +0 -19
  117. data/spec/unit/alf-algebra/operator/generator/test_keys.rb +0 -19
  118. data/spec/unit/alf-algebra/operator/group/test_heading.rb +0 -33
  119. data/spec/unit/alf-algebra/operator/group/test_keys.rb +0 -65
  120. data/spec/unit/alf-algebra/operator/group/test_type_check.rb +0 -50
  121. data/spec/unit/alf-algebra/operator/hierarchize/test_heading.rb +0 -23
  122. data/spec/unit/alf-algebra/operator/hierarchize/test_type_check.rb +0 -54
  123. data/spec/unit/alf-algebra/operator/intersect/test_heading.rb +0 -39
  124. data/spec/unit/alf-algebra/operator/intersect/test_keys.rb +0 -67
  125. data/spec/unit/alf-algebra/operator/intersect/test_type_check.rb +0 -30
  126. data/spec/unit/alf-algebra/operator/join/test_heading.rb +0 -39
  127. data/spec/unit/alf-algebra/operator/join/test_keys.rb +0 -59
  128. data/spec/unit/alf-algebra/operator/join/test_type_check.rb +0 -62
  129. data/spec/unit/alf-algebra/operator/matching/test_heading.rb +0 -26
  130. data/spec/unit/alf-algebra/operator/matching/test_keys.rb +0 -43
  131. data/spec/unit/alf-algebra/operator/matching/test_type_check.rb +0 -62
  132. data/spec/unit/alf-algebra/operator/minus/test_heading.rb +0 -26
  133. data/spec/unit/alf-algebra/operator/minus/test_keys.rb +0 -26
  134. data/spec/unit/alf-algebra/operator/minus/test_type_check.rb +0 -30
  135. data/spec/unit/alf-algebra/operator/not_matching/test_heading.rb +0 -26
  136. data/spec/unit/alf-algebra/operator/not_matching/test_keys.rb +0 -26
  137. data/spec/unit/alf-algebra/operator/not_matching/test_type_check.rb +0 -62
  138. data/spec/unit/alf-algebra/operator/page/test_type_check.rb +0 -50
  139. data/spec/unit/alf-algebra/operator/project/test_heading.rb +0 -36
  140. data/spec/unit/alf-algebra/operator/project/test_key_preserving.rb +0 -58
  141. data/spec/unit/alf-algebra/operator/project/test_keys.rb +0 -89
  142. data/spec/unit/alf-algebra/operator/project/test_type_check.rb +0 -42
  143. data/spec/unit/alf-algebra/operator/quota/test_heading.rb +0 -23
  144. data/spec/unit/alf-algebra/operator/quota/test_keys.rb +0 -23
  145. data/spec/unit/alf-algebra/operator/quota/test_type_check.rb +0 -54
  146. data/spec/unit/alf-algebra/operator/rank/test_heading.rb +0 -23
  147. data/spec/unit/alf-algebra/operator/rank/test_keys.rb +0 -36
  148. data/spec/unit/alf-algebra/operator/rank/test_type_check.rb +0 -42
  149. data/spec/unit/alf-algebra/operator/rename/test_complete_renaming.rb +0 -23
  150. data/spec/unit/alf-algebra/operator/rename/test_heading.rb +0 -23
  151. data/spec/unit/alf-algebra/operator/rename/test_keys.rb +0 -23
  152. data/spec/unit/alf-algebra/operator/rename/test_type_check.rb +0 -42
  153. data/spec/unit/alf-algebra/operator/restrict/test_heading.rb +0 -23
  154. data/spec/unit/alf-algebra/operator/restrict/test_keys.rb +0 -52
  155. data/spec/unit/alf-algebra/operator/restrict/test_type_check.rb +0 -46
  156. data/spec/unit/alf-algebra/operator/shared/test_to_cog.rb +0 -34
  157. data/spec/unit/alf-algebra/operator/sort/test_heading.rb +0 -23
  158. data/spec/unit/alf-algebra/operator/sort/test_keys.rb +0 -24
  159. data/spec/unit/alf-algebra/operator/sort/test_type_check.rb +0 -30
  160. data/spec/unit/alf-algebra/operator/summarize/test_heading.rb +0 -36
  161. data/spec/unit/alf-algebra/operator/summarize/test_keys.rb +0 -47
  162. data/spec/unit/alf-algebra/operator/summarize/test_type_check.rb +0 -42
  163. data/spec/unit/alf-algebra/operator/test_autonum.rb +0 -32
  164. data/spec/unit/alf-algebra/operator/test_clip.rb +0 -32
  165. data/spec/unit/alf-algebra/operator/test_coerce.rb +0 -20
  166. data/spec/unit/alf-algebra/operator/test_compact.rb +0 -16
  167. data/spec/unit/alf-algebra/operator/test_defaults.rb +0 -32
  168. data/spec/unit/alf-algebra/operator/test_extend.rb +0 -16
  169. data/spec/unit/alf-algebra/operator/test_generator.rb +0 -23
  170. data/spec/unit/alf-algebra/operator/test_group.rb +0 -31
  171. data/spec/unit/alf-algebra/operator/test_hash_and_equal.rb +0 -59
  172. data/spec/unit/alf-algebra/operator/test_intersect.rb +0 -16
  173. data/spec/unit/alf-algebra/operator/test_join.rb +0 -16
  174. data/spec/unit/alf-algebra/operator/test_minus.rb +0 -16
  175. data/spec/unit/alf-algebra/operator/test_page.rb +0 -30
  176. data/spec/unit/alf-algebra/operator/test_project.rb +0 -32
  177. data/spec/unit/alf-algebra/operator/test_quota.rb +0 -19
  178. data/spec/unit/alf-algebra/operator/test_rank.rb +0 -16
  179. data/spec/unit/alf-algebra/operator/test_rename.rb +0 -16
  180. data/spec/unit/alf-algebra/operator/test_restrict.rb +0 -16
  181. data/spec/unit/alf-algebra/operator/test_sort.rb +0 -16
  182. data/spec/unit/alf-algebra/operator/test_summarize.rb +0 -36
  183. data/spec/unit/alf-algebra/operator/test_ungroup.rb +0 -16
  184. data/spec/unit/alf-algebra/operator/test_union.rb +0 -16
  185. data/spec/unit/alf-algebra/operator/test_unwrap.rb +0 -16
  186. data/spec/unit/alf-algebra/operator/test_wrap.rb +0 -32
  187. data/spec/unit/alf-algebra/operator/ungroup/test_heading.rb +0 -20
  188. data/spec/unit/alf-algebra/operator/ungroup/test_keys.rb +0 -23
  189. data/spec/unit/alf-algebra/operator/ungroup/test_type_check.rb +0 -44
  190. data/spec/unit/alf-algebra/operator/union/test_heading.rb +0 -36
  191. data/spec/unit/alf-algebra/operator/union/test_keys.rb +0 -26
  192. data/spec/unit/alf-algebra/operator/union/test_type_check.rb +0 -30
  193. data/spec/unit/alf-algebra/operator/unwrap/test_heading.rb +0 -20
  194. data/spec/unit/alf-algebra/operator/unwrap/test_keys.rb +0 -20
  195. data/spec/unit/alf-algebra/operator/unwrap/test_type_check.rb +0 -44
  196. data/spec/unit/alf-algebra/operator/wrap/test_heading.rb +0 -33
  197. data/spec/unit/alf-algebra/operator/wrap/test_keys.rb +0 -49
  198. data/spec/unit/alf-algebra/operator/wrap/test_type_check.rb +0 -50
  199. data/spec/unit/alf-algebra/support/binary/test_with_left.rb +0 -27
  200. data/spec/unit/alf-algebra/support/binary/test_with_right.rb +0 -27
  201. data/spec/unit/alf-algebra/support/signature/test_collect_on.rb +0 -41
  202. data/spec/unit/alf-algebra/support/signature/test_initialize.rb +0 -20
  203. data/spec/unit/alf-algebra/support/signature/test_install.rb +0 -56
  204. data/spec/unit/alf-algebra/support/signature/test_option_parser.rb +0 -36
  205. data/spec/unit/alf-algebra/support/signature/test_parse_args.rb +0 -92
  206. data/spec/unit/alf-algebra/support/signature/test_to_lispy.rb +0 -117
  207. data/spec/unit/alf-algebra/support/test_non_relational.rb +0 -22
  208. data/spec/unit/alf-algebra/support/test_relational.rb +0 -36
  209. data/spec/unit/alf-algebra/support/unary/test_with_operand.rb +0 -28
  210. data/spec/unit/alf-algebra/support/with_ordering/test_total_ordering.rb +0 -61
  211. data/spec/unit/alf-algebra/test_operator.rb +0 -18
  212. data/spec/unit/alf-algebra/test_rewriter.rb +0 -29
  213. data/spec/unit/alf-compiler/default/test_allbut.rb +0 -65
  214. data/spec/unit/alf-compiler/default/test_autonum.rb +0 -30
  215. data/spec/unit/alf-compiler/default/test_clip.rb +0 -30
  216. data/spec/unit/alf-compiler/default/test_coerce.rb +0 -30
  217. data/spec/unit/alf-compiler/default/test_compact.rb +0 -26
  218. data/spec/unit/alf-compiler/default/test_completude.rb +0 -16
  219. data/spec/unit/alf-compiler/default/test_defaults.rb +0 -50
  220. data/spec/unit/alf-compiler/default/test_extend.rb +0 -34
  221. data/spec/unit/alf-compiler/default/test_frame.rb +0 -77
  222. data/spec/unit/alf-compiler/default/test_generator.rb +0 -30
  223. data/spec/unit/alf-compiler/default/test_group.rb +0 -38
  224. data/spec/unit/alf-compiler/default/test_hierarchize.rb +0 -40
  225. data/spec/unit/alf-compiler/default/test_intersect.rb +0 -34
  226. data/spec/unit/alf-compiler/default/test_join.rb +0 -34
  227. data/spec/unit/alf-compiler/default/test_matching.rb +0 -38
  228. data/spec/unit/alf-compiler/default/test_minus.rb +0 -38
  229. data/spec/unit/alf-compiler/default/test_not_matching.rb +0 -38
  230. data/spec/unit/alf-compiler/default/test_page.rb +0 -91
  231. data/spec/unit/alf-compiler/default/test_project.rb +0 -76
  232. data/spec/unit/alf-compiler/default/test_quota.rb +0 -88
  233. data/spec/unit/alf-compiler/default/test_rank.rb +0 -71
  234. data/spec/unit/alf-compiler/default/test_rename.rb +0 -30
  235. data/spec/unit/alf-compiler/default/test_restrict.rb +0 -34
  236. data/spec/unit/alf-compiler/default/test_sort.rb +0 -81
  237. data/spec/unit/alf-compiler/default/test_summarize.rb +0 -85
  238. data/spec/unit/alf-compiler/default/test_ungroup.rb +0 -30
  239. data/spec/unit/alf-compiler/default/test_union.rb +0 -36
  240. data/spec/unit/alf-compiler/default/test_unwrap.rb +0 -30
  241. data/spec/unit/alf-compiler/default/test_wrap.rb +0 -38
  242. data/spec/unit/alf-compiler/shared/compiled_examples.rb +0 -111
  243. data/spec/unit/alf-compiler/test_principle.rb +0 -332
  244. data/spec/unit/alf-core/alf/example.rash +0 -1
  245. data/spec/unit/alf-core/alf/test_Relation.rb +0 -28
  246. data/spec/unit/alf-core/alf/test_connect.rb +0 -25
  247. data/spec/unit/alf-core/alf/test_database.rb +0 -21
  248. data/spec/unit/alf-core/alf/test_reader.rb +0 -22
  249. data/spec/unit/alf-core/assumptions/test_file.rb +0 -16
  250. data/spec/unit/alf-core/assumptions/test_instance_eval.rb +0 -15
  251. data/spec/unit/alf-core/assumptions/test_scoping.rb +0 -29
  252. data/spec/unit/alf-core/assumptions/test_set.rb +0 -64
  253. data/spec/unit/alf-core/test_aggregator.rb +0 -35
  254. data/spec/unit/alf-database/connection/test_assert.rb +0 -36
  255. data/spec/unit/alf-database/connection/test_close.rb +0 -28
  256. data/spec/unit/alf-database/connection/test_deny.rb +0 -36
  257. data/spec/unit/alf-database/connection/test_fact.rb +0 -48
  258. data/spec/unit/alf-database/connection/test_lock.rb +0 -19
  259. data/spec/unit/alf-database/connection/test_migrate.rb +0 -27
  260. data/spec/unit/alf-database/connection/test_new.rb +0 -17
  261. data/spec/unit/alf-database/connection/test_options.rb +0 -16
  262. data/spec/unit/alf-database/connection/test_parse.rb +0 -60
  263. data/spec/unit/alf-database/connection/test_query.rb +0 -22
  264. data/spec/unit/alf-database/connection/test_reconnect.rb +0 -41
  265. data/spec/unit/alf-database/connection/test_relvar.rb +0 -34
  266. data/spec/unit/alf-database/connection/test_tuple_extract.rb +0 -38
  267. data/spec/unit/alf-database/database/test_connect.rb +0 -44
  268. data/spec/unit/alf-database/database/test_connection.rb +0 -21
  269. data/spec/unit/alf-database/database/test_default_options.rb +0 -14
  270. data/spec/unit/alf-database/database/test_new.rb +0 -53
  271. data/spec/unit/alf-database/options/test_freeze.rb +0 -20
  272. data/spec/unit/alf-database/options/test_merge.rb +0 -26
  273. data/spec/unit/alf-database/options/test_new.rb +0 -64
  274. data/spec/unit/alf-database/options/test_parser.rb +0 -23
  275. data/spec/unit/alf-database/options/test_schema_cache.rb +0 -29
  276. data/spec/unit/alf-database/options/test_viewpoint.rb +0 -25
  277. data/spec/unit/alf-database/shared_examples/a_facade_on_database_options.rb +0 -5
  278. data/spec/unit/alf-engine/cog/test_to_ascii_tree.rb +0 -14
  279. data/spec/unit/alf-engine/cog/test_to_cog.rb +0 -14
  280. data/spec/unit/alf-engine/compact/test_set.rb +0 -33
  281. data/spec/unit/alf-engine/compact/test_uniq.rb +0 -33
  282. data/spec/unit/alf-engine/group/test_hash.rb +0 -29
  283. data/spec/unit/alf-engine/hierarchize/test_renamer.rb +0 -18
  284. data/spec/unit/alf-engine/infer_heading/test_heading.rb +0 -30
  285. data/spec/unit/alf-engine/join/test_hash.rb +0 -55
  286. data/spec/unit/alf-engine/materialize/test_array.rb +0 -28
  287. data/spec/unit/alf-engine/materialize/test_hash.rb +0 -76
  288. data/spec/unit/alf-engine/quota/test_cesure.rb +0 -34
  289. data/spec/unit/alf-engine/rank/test_cesure.rb +0 -47
  290. data/spec/unit/alf-engine/semi/test_hash.rb +0 -58
  291. data/spec/unit/alf-engine/sort/test_in_memory.rb +0 -32
  292. data/spec/unit/alf-engine/summarize/test_cesure.rb +0 -36
  293. data/spec/unit/alf-engine/summarize/test_hash.rb +0 -36
  294. data/spec/unit/alf-engine/test_aggregate.rb +0 -26
  295. data/spec/unit/alf-engine/test_autonum.rb +0 -24
  296. data/spec/unit/alf-engine/test_clip.rb +0 -34
  297. data/spec/unit/alf-engine/test_coerce.rb +0 -35
  298. data/spec/unit/alf-engine/test_compact.rb +0 -33
  299. data/spec/unit/alf-engine/test_concat.rb +0 -38
  300. data/spec/unit/alf-engine/test_defaults.rb +0 -37
  301. data/spec/unit/alf-engine/test_filter.rb +0 -55
  302. data/spec/unit/alf-engine/test_generator.rb +0 -25
  303. data/spec/unit/alf-engine/test_hierarchize.rb +0 -71
  304. data/spec/unit/alf-engine/test_infer_heading.rb +0 -58
  305. data/spec/unit/alf-engine/test_rename.rb +0 -24
  306. data/spec/unit/alf-engine/test_set_attr.rb +0 -51
  307. data/spec/unit/alf-engine/test_sort.rb +0 -32
  308. data/spec/unit/alf-engine/test_take.rb +0 -46
  309. data/spec/unit/alf-engine/test_to_array.rb +0 -75
  310. data/spec/unit/alf-engine/test_type_safe.rb +0 -33
  311. data/spec/unit/alf-engine/test_ungroup.rb +0 -28
  312. data/spec/unit/alf-engine/test_unwrap.rb +0 -20
  313. data/spec/unit/alf-engine/test_wrap.rb +0 -26
  314. data/spec/unit/alf-io/reader/class/test_by_mime_type.rb +0 -32
  315. data/spec/unit/alf-io/reader/input.csv +0 -3
  316. data/spec/unit/alf-io/reader/input.rash +0 -2
  317. data/spec/unit/alf-io/reader/input.ruby +0 -4
  318. data/spec/unit/alf-io/reader/test_csv.rb +0 -67
  319. data/spec/unit/alf-io/reader/test_initialize.rb +0 -74
  320. data/spec/unit/alf-io/reader/test_json.rb +0 -30
  321. data/spec/unit/alf-io/reader/test_rash.rb +0 -32
  322. data/spec/unit/alf-io/reader/test_ruby.rb +0 -25
  323. data/spec/unit/alf-io/reader/test_yaml.rb +0 -30
  324. data/spec/unit/alf-io/renderer/class/test_by_mime_type.rb +0 -30
  325. data/spec/unit/alf-io/renderer/test_csv.rb +0 -68
  326. data/spec/unit/alf-io/renderer/test_initialize.rb +0 -40
  327. data/spec/unit/alf-io/renderer/test_json.rb +0 -42
  328. data/spec/unit/alf-io/renderer/test_rash.rb +0 -36
  329. data/spec/unit/alf-io/renderer/test_text.rb +0 -47
  330. data/spec/unit/alf-io/renderer/test_yaml.rb +0 -33
  331. data/spec/unit/alf-io/renderer/text/test_cell.rb +0 -35
  332. data/spec/unit/alf-io/renderer/text/test_row.rb +0 -30
  333. data/spec/unit/alf-io/renderer/text/test_table.rb +0 -39
  334. data/spec/unit/alf-io/shared_examples/a_reader_class.rb +0 -19
  335. data/spec/unit/alf-io/shared_examples/a_renderer_class.rb +0 -24
  336. data/spec/unit/alf-io/support/test_proc_io.rb +0 -18
  337. data/spec/unit/alf-io/test_reader.rb +0 -36
  338. data/spec/unit/alf-io/test_renderer.rb +0 -43
  339. data/spec/unit/alf-lang/functional/test_aggregation.rb +0 -40
  340. data/spec/unit/alf-lang/functional/test_relation.rb +0 -21
  341. data/spec/unit/alf-lang/functional/test_tuple.rb +0 -21
  342. data/spec/unit/alf-lang/object_oriented/test_rendering_methods.rb +0 -38
  343. data/spec/unit/alf-lang/object_oriented/test_to_array.rb +0 -45
  344. data/spec/unit/alf-lang/object_oriented/test_to_rash.rb +0 -34
  345. data/spec/unit/alf-lang/object_oriented/test_tuple_extract.rb +0 -51
  346. data/spec/unit/alf-lang/parser/lispy/test_connection_bang.rb +0 -28
  347. data/spec/unit/alf-lang/parser/lispy/test_parse.rb +0 -38
  348. data/spec/unit/alf-lang/parser/lispy/test_to_s.rb +0 -16
  349. data/spec/unit/alf-lang/parser/safer/safe.txt +0 -5
  350. data/spec/unit/alf-lang/parser/safer/test_parse.rb +0 -82
  351. data/spec/unit/alf-lang/parser/safer/unsafe.txt +0 -14
  352. data/spec/unit/alf-lang/test_predicates.rb +0 -17
  353. data/spec/unit/alf-optimizer/optimizer/test_search.rb +0 -48
  354. data/spec/unit/alf-optimizer/restrict/test_on_autonum.rb +0 -41
  355. data/spec/unit/alf-optimizer/restrict/test_on_coerce.rb +0 -42
  356. data/spec/unit/alf-optimizer/restrict/test_on_join.rb +0 -107
  357. data/spec/unit/alf-optimizer/restrict/test_on_matching.rb +0 -41
  358. data/spec/unit/alf-optimizer/shared/a_pass_through_expression_for_restrict.rb +0 -36
  359. data/spec/unit/alf-optimizer/shared/a_split_able_expression_for_restrict.rb +0 -46
  360. data/spec/unit/alf-optimizer/shared/an_optimizable_expression_for_restrict.rb +0 -39
  361. data/spec/unit/alf-optimizer/shared/an_unoptimizable_expression_for_restrict.rb +0 -24
  362. data/spec/unit/alf-optimizer/test_autonum.rb +0 -12
  363. data/spec/unit/alf-optimizer/test_clip.rb +0 -10
  364. data/spec/unit/alf-optimizer/test_coerce.rb +0 -12
  365. data/spec/unit/alf-optimizer/test_compact.rb +0 -10
  366. data/spec/unit/alf-optimizer/test_defaults.rb +0 -12
  367. data/spec/unit/alf-optimizer/test_extend.rb +0 -12
  368. data/spec/unit/alf-optimizer/test_generator.rb +0 -9
  369. data/spec/unit/alf-optimizer/test_group.rb +0 -12
  370. data/spec/unit/alf-optimizer/test_intersect.rb +0 -10
  371. data/spec/unit/alf-optimizer/test_minus.rb +0 -10
  372. data/spec/unit/alf-optimizer/test_project.rb +0 -10
  373. data/spec/unit/alf-optimizer/test_quota.rb +0 -16
  374. data/spec/unit/alf-optimizer/test_rank.rb +0 -12
  375. data/spec/unit/alf-optimizer/test_rename.rb +0 -26
  376. data/spec/unit/alf-optimizer/test_sort.rb +0 -10
  377. data/spec/unit/alf-optimizer/test_summarize.rb +0 -15
  378. data/spec/unit/alf-optimizer/test_union.rb +0 -10
  379. data/spec/unit/alf-optimizer/test_wrap.rb +0 -12
  380. data/spec/unit/alf-predicate/expr/test_to_proc.rb +0 -18
  381. data/spec/unit/alf-predicate/expr/test_to_ruby_code.rb +0 -154
  382. data/spec/unit/alf-predicate/factory/shared/a_comparison_factory_method.rb +0 -35
  383. data/spec/unit/alf-predicate/factory/shared/a_predicate_ast_node.rb +0 -20
  384. data/spec/unit/alf-predicate/factory/test_and.rb +0 -15
  385. data/spec/unit/alf-predicate/factory/test_between.rb +0 -14
  386. data/spec/unit/alf-predicate/factory/test_comp.rb +0 -37
  387. data/spec/unit/alf-predicate/factory/test_contradiction.rb +0 -13
  388. data/spec/unit/alf-predicate/factory/test_eq.rb +0 -11
  389. data/spec/unit/alf-predicate/factory/test_factor_predicate.rb +0 -52
  390. data/spec/unit/alf-predicate/factory/test_gt.rb +0 -11
  391. data/spec/unit/alf-predicate/factory/test_gte.rb +0 -11
  392. data/spec/unit/alf-predicate/factory/test_identifier.rb +0 -15
  393. data/spec/unit/alf-predicate/factory/test_in.rb +0 -14
  394. data/spec/unit/alf-predicate/factory/test_literal.rb +0 -15
  395. data/spec/unit/alf-predicate/factory/test_lt.rb +0 -11
  396. data/spec/unit/alf-predicate/factory/test_lte.rb +0 -11
  397. data/spec/unit/alf-predicate/factory/test_native.rb +0 -21
  398. data/spec/unit/alf-predicate/factory/test_neq.rb +0 -11
  399. data/spec/unit/alf-predicate/factory/test_not.rb +0 -15
  400. data/spec/unit/alf-predicate/factory/test_or.rb +0 -15
  401. data/spec/unit/alf-predicate/factory/test_qualified_identifier.rb +0 -17
  402. data/spec/unit/alf-predicate/factory/test_tautology.rb +0 -14
  403. data/spec/unit/alf-predicate/grammar/test_match.rb +0 -95
  404. data/spec/unit/alf-predicate/grammar/test_sexpr.rb +0 -105
  405. data/spec/unit/alf-predicate/nodes/and/test_and_split.rb +0 -68
  406. data/spec/unit/alf-predicate/nodes/dyadic_comp/test_and_split.rb +0 -47
  407. data/spec/unit/alf-predicate/nodes/identifier/test_and_split.rb +0 -25
  408. data/spec/unit/alf-predicate/nodes/identifier/test_free_variables.rb +0 -14
  409. data/spec/unit/alf-predicate/nodes/identifier/test_name.rb +0 -14
  410. data/spec/unit/alf-predicate/nodes/nadic_bool/test_free_variables.rb +0 -16
  411. data/spec/unit/alf-predicate/nodes/qualified_identifier/test_and_split.rb +0 -25
  412. data/spec/unit/alf-predicate/nodes/qualified_identifier/test_free_variables.rb +0 -14
  413. data/spec/unit/alf-predicate/nodes/qualified_identifier/test_name.rb +0 -14
  414. data/spec/unit/alf-predicate/nodes/qualified_identifier/test_qualifier.rb +0 -14
  415. data/spec/unit/alf-predicate/predicate/test_and_split.rb +0 -59
  416. data/spec/unit/alf-predicate/predicate/test_bool_and.rb +0 -36
  417. data/spec/unit/alf-predicate/predicate/test_bool_not.rb +0 -70
  418. data/spec/unit/alf-predicate/predicate/test_bool_or.rb +0 -36
  419. data/spec/unit/alf-predicate/predicate/test_coerce.rb +0 -132
  420. data/spec/unit/alf-predicate/predicate/test_constant_variables.rb +0 -54
  421. data/spec/unit/alf-predicate/predicate/test_contradiction.rb +0 -28
  422. data/spec/unit/alf-predicate/predicate/test_evaluate.rb +0 -70
  423. data/spec/unit/alf-predicate/predicate/test_factory_methods.rb +0 -79
  424. data/spec/unit/alf-predicate/predicate/test_free_variables.rb +0 -16
  425. data/spec/unit/alf-predicate/predicate/test_hash_and_equal.rb +0 -28
  426. data/spec/unit/alf-predicate/predicate/test_qualify.rb +0 -36
  427. data/spec/unit/alf-predicate/predicate/test_rename.rb +0 -78
  428. data/spec/unit/alf-predicate/predicate/test_tautology.rb +0 -28
  429. data/spec/unit/alf-predicate/predicate/test_to_proc.rb +0 -16
  430. data/spec/unit/alf-predicate/predicate/test_to_ruby_code.rb +0 -22
  431. data/spec/unit/alf-predicate/predicate/test_to_ruby_literal.rb +0 -16
  432. data/spec/unit/alf-predicate/test_predicate.rb +0 -131
  433. data/spec/unit/alf-relation/relation/class/test_coerce.rb +0 -62
  434. data/spec/unit/alf-relation/relation/class/test_dum.rb +0 -19
  435. data/spec/unit/alf-relation/relation/class/test_recursive_type.rb +0 -42
  436. data/spec/unit/alf-relation/relation/class/test_type.rb +0 -31
  437. data/spec/unit/alf-relation/relation/factored-types/test_allbut.rb +0 -34
  438. data/spec/unit/alf-relation/relation/factored-types/test_coerce.rb +0 -45
  439. data/spec/unit/alf-relation/relation/factored-types/test_comparisons.rb +0 -69
  440. data/spec/unit/alf-relation/relation/factored-types/test_equality.rb +0 -28
  441. data/spec/unit/alf-relation/relation/factored-types/test_project.rb +0 -34
  442. data/spec/unit/alf-relation/relation/factored-types/test_rename.rb +0 -12
  443. data/spec/unit/alf-relation/relation/factored-types/test_split.rb +0 -30
  444. data/spec/unit/alf-relation/relation/factored-types/test_to_ruby_literal.rb +0 -18
  445. data/spec/unit/alf-relation/relation/factored-types/test_triple_equal.rb +0 -42
  446. data/spec/unit/alf-relation/relation/test_aggregation.rb +0 -36
  447. data/spec/unit/alf-relation/relation/test_equality.rb +0 -52
  448. data/spec/unit/alf-relation/relation/test_hash.rb +0 -28
  449. data/spec/unit/alf-relation/relation/test_heading.rb +0 -17
  450. data/spec/unit/alf-relation/relation/test_inspect.rb +0 -20
  451. data/spec/unit/alf-relation/relation/test_keys.rb +0 -17
  452. data/spec/unit/alf-relation/relation/test_relation.rb +0 -77
  453. data/spec/unit/alf-relation/relation/test_relops.rb +0 -74
  454. data/spec/unit/alf-relation/relation/test_sugar.rb +0 -40
  455. data/spec/unit/alf-relation/relation/test_to_a.rb +0 -37
  456. data/spec/unit/alf-relation/relation/test_to_hash.rb +0 -31
  457. data/spec/unit/alf-relation/relation/test_to_relation.rb +0 -14
  458. data/spec/unit/alf-relation/tuple/class/test_coerce.rb +0 -29
  459. data/spec/unit/alf-relation/tuple/class/test_type.rb +0 -27
  460. data/spec/unit/alf-relation/tuple/factored-types/test_allbut.rb +0 -34
  461. data/spec/unit/alf-relation/tuple/factored-types/test_coerce.rb +0 -91
  462. data/spec/unit/alf-relation/tuple/factored-types/test_comparisons.rb +0 -69
  463. data/spec/unit/alf-relation/tuple/factored-types/test_equality.rb +0 -28
  464. data/spec/unit/alf-relation/tuple/factored-types/test_project.rb +0 -34
  465. data/spec/unit/alf-relation/tuple/factored-types/test_rename.rb +0 -12
  466. data/spec/unit/alf-relation/tuple/factored-types/test_split.rb +0 -30
  467. data/spec/unit/alf-relation/tuple/factored-types/test_to_ruby_literal.rb +0 -18
  468. data/spec/unit/alf-relation/tuple/factored-types/test_triple_equal.rb +0 -56
  469. data/spec/unit/alf-relation/tuple/test_allbut.rb +0 -14
  470. data/spec/unit/alf-relation/tuple/test_attribute_accessors.rb +0 -36
  471. data/spec/unit/alf-relation/tuple/test_equality.rb +0 -28
  472. data/spec/unit/alf-relation/tuple/test_extend.rb +0 -30
  473. data/spec/unit/alf-relation/tuple/test_hash.rb +0 -28
  474. data/spec/unit/alf-relation/tuple/test_heading.rb +0 -20
  475. data/spec/unit/alf-relation/tuple/test_merge.rb +0 -24
  476. data/spec/unit/alf-relation/tuple/test_project.rb +0 -18
  477. data/spec/unit/alf-relation/tuple/test_remap.rb +0 -14
  478. data/spec/unit/alf-relation/tuple/test_rename.rb +0 -14
  479. data/spec/unit/alf-relation/tuple/test_split.rb +0 -28
  480. data/spec/unit/alf-relation/tuple/test_to_attr_list.rb +0 -12
  481. data/spec/unit/alf-relation/tuple/test_triple_equal.rb +0 -17
  482. data/spec/unit/alf-relvar/base/test_connection.rb +0 -20
  483. data/spec/unit/alf-relvar/base/test_delete.rb +0 -35
  484. data/spec/unit/alf-relvar/base/test_heading.rb +0 -22
  485. data/spec/unit/alf-relvar/base/test_insert.rb +0 -23
  486. data/spec/unit/alf-relvar/base/test_keys.rb +0 -22
  487. data/spec/unit/alf-relvar/base/test_lock.rb +0 -22
  488. data/spec/unit/alf-relvar/base/test_oo_lang.rb +0 -45
  489. data/spec/unit/alf-relvar/base/test_to_cog.rb +0 -22
  490. data/spec/unit/alf-relvar/base/test_to_lispy.rb +0 -15
  491. data/spec/unit/alf-relvar/base/test_to_relvar.rb +0 -15
  492. data/spec/unit/alf-relvar/base/test_to_s.rb +0 -15
  493. data/spec/unit/alf-relvar/base/test_update.rb +0 -25
  494. data/spec/unit/alf-relvar/read_only/test_to_relation.rb +0 -17
  495. data/spec/unit/alf-relvar/read_only/test_type.rb +0 -17
  496. data/spec/unit/alf-relvar/shared/test_empty.rb +0 -21
  497. data/spec/unit/alf-relvar/shared/test_empty_bang.rb +0 -31
  498. data/spec/unit/alf-relvar/shared/test_not_empty_bang.rb +0 -31
  499. data/spec/unit/alf-relvar/shared/test_to_relation.rb +0 -45
  500. data/spec/unit/alf-relvar/shared/test_type.rb +0 -21
  501. data/spec/unit/alf-relvar/shared/test_upsert.rb +0 -41
  502. data/spec/unit/alf-relvar/virtual/test_delete.rb +0 -40
  503. data/spec/unit/alf-relvar/virtual/test_expr.rb +0 -15
  504. data/spec/unit/alf-relvar/virtual/test_heading.rb +0 -21
  505. data/spec/unit/alf-relvar/virtual/test_insert.rb +0 -28
  506. data/spec/unit/alf-relvar/virtual/test_keys.rb +0 -21
  507. data/spec/unit/alf-relvar/virtual/test_oo_lang.rb +0 -30
  508. data/spec/unit/alf-relvar/virtual/test_to_cog.rb +0 -19
  509. data/spec/unit/alf-relvar/virtual/test_to_lispy.rb +0 -17
  510. data/spec/unit/alf-relvar/virtual/test_to_relvar.rb +0 -15
  511. data/spec/unit/alf-relvar/virtual/test_to_s.rb +0 -15
  512. data/spec/unit/alf-relvar/virtual/test_update.rb +0 -28
  513. data/spec/unit/alf-support/config/test_dup.rb +0 -58
  514. data/spec/unit/alf-support/config/test_freeze.rb +0 -37
  515. data/spec/unit/alf-support/config/test_hash_get.rb +0 -41
  516. data/spec/unit/alf-support/config/test_hash_set.rb +0 -61
  517. data/spec/unit/alf-support/config/test_helpers.rb +0 -33
  518. data/spec/unit/alf-support/config/test_merge.rb +0 -34
  519. data/spec/unit/alf-support/config/test_new.rb +0 -62
  520. data/spec/unit/alf-support/config/test_option.rb +0 -42
  521. data/spec/unit/alf-support/config/test_option_setter.rb +0 -72
  522. data/spec/unit/alf-support/config/test_options.rb +0 -22
  523. data/spec/unit/alf-support/scope/test_branch.rb +0 -28
  524. data/spec/unit/alf-support/scope/test_evaluate.rb +0 -42
  525. data/spec/unit/alf-support/scope/test_initialize.rb +0 -20
  526. data/spec/unit/alf-support/scope/test_respond_to.rb +0 -33
  527. data/spec/unit/alf-support/test_class_name.rb +0 -16
  528. data/spec/unit/alf-support/test_coerce.rb +0 -24
  529. data/spec/unit/alf-support/test_registry.rb +0 -63
  530. data/spec/unit/alf-support/test_ruby_case.rb +0 -16
  531. data/spec/unit/alf-support/test_rubycase_name.rb +0 -24
  532. data/spec/unit/alf-support/test_symbolize_keys.rb +0 -24
  533. data/spec/unit/alf-support/test_to_lispy.rb +0 -124
  534. data/spec/unit/alf-support/test_to_ruby_literal.rb +0 -26
  535. data/spec/unit/alf-support/test_to_tuple.rb +0 -29
  536. data/spec/unit/alf-support/test_tuple_scope.rb +0 -46
  537. data/spec/unit/alf-support/test_unsymbolize_keys.rb +0 -24
  538. data/spec/unit/alf-support/tuple_scope/test_evaluate.rb +0 -37
  539. data/spec/unit/alf-support/tuple_scope/test_hash_get.rb +0 -20
  540. data/spec/unit/alf-support/tuple_scope/test_respond_to.rb +0 -40
  541. data/spec/unit/alf-support/tuple_scope/test_to_s.rb +0 -22
  542. data/spec/unit/alf-types/attr_list/test_allbut.rb +0 -28
  543. data/spec/unit/alf-types/attr_list/test_ampersand.rb +0 -20
  544. data/spec/unit/alf-types/attr_list/test_coerce.rb +0 -68
  545. data/spec/unit/alf-types/attr_list/test_difference.rb +0 -20
  546. data/spec/unit/alf-types/attr_list/test_hash_and_eql.rb +0 -47
  547. data/spec/unit/alf-types/attr_list/test_include.rb +0 -22
  548. data/spec/unit/alf-types/attr_list/test_intersect.rb +0 -36
  549. data/spec/unit/alf-types/attr_list/test_or.rb +0 -20
  550. data/spec/unit/alf-types/attr_list/test_project.rb +0 -52
  551. data/spec/unit/alf-types/attr_list/test_project_tuple.rb +0 -31
  552. data/spec/unit/alf-types/attr_list/test_sameset.rb +0 -36
  553. data/spec/unit/alf-types/attr_list/test_set_compare.rb +0 -59
  554. data/spec/unit/alf-types/attr_list/test_split_tuple.rb +0 -31
  555. data/spec/unit/alf-types/attr_list/test_subset.rb +0 -50
  556. data/spec/unit/alf-types/attr_list/test_superset.rb +0 -50
  557. data/spec/unit/alf-types/attr_list/test_to_a.rb +0 -14
  558. data/spec/unit/alf-types/attr_list/test_to_ordering.rb +0 -19
  559. data/spec/unit/alf-types/attr_name/test_coerce.rb +0 -16
  560. data/spec/unit/alf-types/attr_name/test_triple_equal.rb +0 -27
  561. data/spec/unit/alf-types/heading/class/test_coerce.rb +0 -40
  562. data/spec/unit/alf-types/heading/class/test_infer.rb +0 -26
  563. data/spec/unit/alf-types/heading/test_allbut.rb +0 -12
  564. data/spec/unit/alf-types/heading/test_cardinality.rb +0 -25
  565. data/spec/unit/alf-types/heading/test_coerce.rb +0 -57
  566. data/spec/unit/alf-types/heading/test_comparison.rb +0 -96
  567. data/spec/unit/alf-types/heading/test_intersection.rb +0 -29
  568. data/spec/unit/alf-types/heading/test_merge.rb +0 -25
  569. data/spec/unit/alf-types/heading/test_project.rb +0 -20
  570. data/spec/unit/alf-types/heading/test_split.rb +0 -20
  571. data/spec/unit/alf-types/heading/test_to_h.rb +0 -24
  572. data/spec/unit/alf-types/heading/test_triple_equal.rb +0 -40
  573. data/spec/unit/alf-types/heading/test_union.rb +0 -33
  574. data/spec/unit/alf-types/keys/test_all.rb +0 -17
  575. data/spec/unit/alf-types/keys/test_ampersand.rb +0 -26
  576. data/spec/unit/alf-types/keys/test_any.rb +0 -17
  577. data/spec/unit/alf-types/keys/test_coerce.rb +0 -64
  578. data/spec/unit/alf-types/keys/test_empty.rb +0 -20
  579. data/spec/unit/alf-types/keys/test_first.rb +0 -17
  580. data/spec/unit/alf-types/keys/test_hash_and_equal.rb +0 -33
  581. data/spec/unit/alf-types/keys/test_if_empty.rb +0 -40
  582. data/spec/unit/alf-types/keys/test_map.rb +0 -17
  583. data/spec/unit/alf-types/keys/test_plus.rb +0 -26
  584. data/spec/unit/alf-types/keys/test_project.rb +0 -29
  585. data/spec/unit/alf-types/keys/test_reject.rb +0 -17
  586. data/spec/unit/alf-types/keys/test_rename.rb +0 -21
  587. data/spec/unit/alf-types/keys/test_select.rb +0 -66
  588. data/spec/unit/alf-types/ordering/test_coerce.rb +0 -77
  589. data/spec/unit/alf-types/ordering/test_compare.rb +0 -29
  590. data/spec/unit/alf-types/ordering/test_dive.rb +0 -41
  591. data/spec/unit/alf-types/ordering/test_hash_get.rb +0 -20
  592. data/spec/unit/alf-types/ordering/test_lte.rb +0 -43
  593. data/spec/unit/alf-types/ordering/test_merge.rb +0 -61
  594. data/spec/unit/alf-types/ordering/test_reverse.rb +0 -40
  595. data/spec/unit/alf-types/ordering/test_selectors.rb +0 -24
  596. data/spec/unit/alf-types/ordering/test_sorter.rb +0 -70
  597. data/spec/unit/alf-types/ordering/test_to_attr_list.rb +0 -26
  598. data/spec/unit/alf-types/ordering/test_total.rb +0 -56
  599. data/spec/unit/alf-types/renaming/test_coerce.rb +0 -24
  600. data/spec/unit/alf-types/renaming/test_complete.rb +0 -14
  601. data/spec/unit/alf-types/renaming/test_invert.rb +0 -14
  602. data/spec/unit/alf-types/renaming/test_rename_attr_list.rb +0 -24
  603. data/spec/unit/alf-types/renaming/test_rename_tuple.rb +0 -14
  604. data/spec/unit/alf-types/renaming/test_to_attr_list.rb +0 -14
  605. data/spec/unit/alf-types/selection/test_coerce.rb +0 -38
  606. data/spec/unit/alf-types/selection/test_select.rb +0 -34
  607. data/spec/unit/alf-types/selector/test_coerce.rb +0 -36
  608. data/spec/unit/alf-types/selector/test_composite_q.rb +0 -20
  609. data/spec/unit/alf-types/selector/test_dive.rb +0 -32
  610. data/spec/unit/alf-types/selector/test_select.rb +0 -40
  611. data/spec/unit/alf-types/selector/test_simple_q.rb +0 -20
  612. data/spec/unit/alf-types/selector/test_to_a.rb +0 -20
  613. data/spec/unit/alf-types/selector/test_to_lispy.rb +0 -20
  614. data/spec/unit/alf-types/selector/test_to_ruby_literal.rb +0 -20
  615. data/spec/unit/alf-types/size/test_coerce.rb +0 -23
  616. data/spec/unit/alf-types/size/test_triple_equal.rb +0 -25
  617. data/spec/unit/alf-types/summarization/test_coerce.rb +0 -31
  618. data/spec/unit/alf-types/summarization/test_least.rb +0 -11
  619. data/spec/unit/alf-types/summarization/test_summarize.rb +0 -15
  620. data/spec/unit/alf-types/test_attr_list.rb +0 -18
  621. data/spec/unit/alf-types/test_class_methods.rb +0 -59
  622. data/spec/unit/alf-types/test_heading.rb +0 -59
  623. data/spec/unit/alf-types/test_ordering.rb +0 -18
  624. data/spec/unit/alf-types/test_renaming.rb +0 -18
  625. data/spec/unit/alf-types/test_summarization.rb +0 -25
  626. data/spec/unit/alf-types/test_tuple_computation.rb +0 -28
  627. data/spec/unit/alf-types/test_tuple_expression.rb +0 -17
  628. data/spec/unit/alf-types/tuple_computation/test_coerce.rb +0 -45
  629. data/spec/unit/alf-types/tuple_computation/test_empty.rb +0 -24
  630. data/spec/unit/alf-types/tuple_computation/test_project.rb +0 -46
  631. data/spec/unit/alf-types/tuple_computation/test_to_attr_list.rb +0 -15
  632. data/spec/unit/alf-types/tuple_computation/test_to_heading.rb +0 -29
  633. data/spec/unit/alf-types/tuple_expression/test_coerce.rb +0 -35
  634. data/spec/unit/alf-types/tuple_expression/test_evaluate.rb +0 -30
  635. data/spec/unit/alf-types/tuple_expression/test_to_ruby_literal.rb +0 -11
  636. data/spec/unit/alf-types/type_check/test_triple_equal.rb +0 -58
  637. data/spec/unit/alf-update/deleter/test_autonum.rb +0 -31
  638. data/spec/unit/alf-update/deleter/test_clip.rb +0 -18
  639. data/spec/unit/alf-update/deleter/test_defaults.rb +0 -31
  640. data/spec/unit/alf-update/deleter/test_extend.rb +0 -31
  641. data/spec/unit/alf-update/deleter/test_group.rb +0 -31
  642. data/spec/unit/alf-update/deleter/test_identifier.rb +0 -19
  643. data/spec/unit/alf-update/deleter/test_intersect.rb +0 -21
  644. data/spec/unit/alf-update/deleter/test_project.rb +0 -18
  645. data/spec/unit/alf-update/deleter/test_rank.rb +0 -31
  646. data/spec/unit/alf-update/deleter/test_rename.rb +0 -31
  647. data/spec/unit/alf-update/deleter/test_restrict.rb +0 -20
  648. data/spec/unit/alf-update/deleter/test_sort.rb +0 -18
  649. data/spec/unit/alf-update/deleter/test_wrap.rb +0 -31
  650. data/spec/unit/alf-update/inserter/test_autonum.rb +0 -19
  651. data/spec/unit/alf-update/inserter/test_clip.rb +0 -21
  652. data/spec/unit/alf-update/inserter/test_compact.rb +0 -19
  653. data/spec/unit/alf-update/inserter/test_defaults.rb +0 -19
  654. data/spec/unit/alf-update/inserter/test_extend.rb +0 -19
  655. data/spec/unit/alf-update/inserter/test_group.rb +0 -26
  656. data/spec/unit/alf-update/inserter/test_identifier.rb +0 -18
  657. data/spec/unit/alf-update/inserter/test_intersect.rb +0 -22
  658. data/spec/unit/alf-update/inserter/test_join.rb +0 -21
  659. data/spec/unit/alf-update/inserter/test_matching.rb +0 -19
  660. data/spec/unit/alf-update/inserter/test_minus.rb +0 -19
  661. data/spec/unit/alf-update/inserter/test_not_matching.rb +0 -19
  662. data/spec/unit/alf-update/inserter/test_project.rb +0 -21
  663. data/spec/unit/alf-update/inserter/test_rank.rb +0 -19
  664. data/spec/unit/alf-update/inserter/test_rename.rb +0 -19
  665. data/spec/unit/alf-update/inserter/test_restrict.rb +0 -19
  666. data/spec/unit/alf-update/inserter/test_sort.rb +0 -19
  667. data/spec/unit/alf-update/inserter/test_union.rb +0 -22
  668. data/spec/unit/alf-update/inserter/test_wrap.rb +0 -25
  669. data/spec/unit/alf-update/updater/test_identifier.rb +0 -19
  670. data/spec/unit/alf-viewpoint/metadata/test_add_members.rb +0 -38
  671. data/spec/unit/alf-viewpoint/metadata/test_all_members.rb +0 -33
  672. data/spec/unit/alf-viewpoint/metadata/test_depends.rb +0 -50
  673. data/spec/unit/alf-viewpoint/metadata/test_dup.rb +0 -32
  674. data/spec/unit/alf-viewpoint/metadata/test_expand.rb +0 -31
  675. data/spec/unit/alf-viewpoint/metadata/test_expects.rb +0 -38
  676. data/spec/unit/alf-viewpoint/metadata/test_initialize.rb +0 -40
  677. data/spec/unit/alf-viewpoint/metadata/test_to_module.rb +0 -37
  678. data/spec/unit/alf-viewpoint/test_depends.rb +0 -18
  679. data/spec/unit/alf-viewpoint/test_expects.rb +0 -18
  680. data/spec/unit/alf-viewpoint/test_members.rb +0 -57
  681. data/spec/unit/alf-viewpoint/test_metadata.rb +0 -27
  682. data/spec/unit/alf-viewpoint/test_native.rb +0 -26
  683. data/spec/unit/alf-viewpoint/test_native_const.rb +0 -22
  684. data/spec/unit/alf-viewpoint/test_parse.rb +0 -36
  685. data/spec/unit/alf-viewpoint/test_parser.rb +0 -22
  686. 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