1. c1b365c merged -r1401:1409 from asterix_stabilization to asterix_stabilization_func_type_check; removed a file mistakenly committed in r1409. by jarodwen · 12 years ago
  2. b0900b1 addressed Vinayak's comments about r1394: added reasonable and user-friendly exception information for functions. by jarodwen · 12 years ago
  3. 7d45e46 addressed Sattam's review comment. by jarodwen · 12 years ago
  4. c9da216 merged asterix_stabilization -r1387:1399 to asterix_stabilization_func_type_check by jarodwen · 12 years ago
  5. 8a201c1 updated functions with type-checking. by jarodwen · 12 years ago
  6. 2338e02 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
  7. e0d6f91 addressed Sattam's comments on eliminating object creation and copy-and-paste code in the interval parser. by jarodwen · 12 years ago vault/asterix_stabilization_temp_missing_tests
  8. 637faed addressed Sattam's comments to eliminate object creation (introduced some copy-and-paste code, but have not found a better solution for this; could be revised later if better solution can be found) by jarodwen · 12 years ago
  9. 20e5a58 updated test cases for string and numeric functions with minor fixes in code. by jarodwen · 12 years ago
  10. 6b11665 bug fixing for calendar-duration functions: the original implementation does not match the duration arithmetic operations. by jarodwen · 12 years ago
  11. d3eef7d re-enabled all existing temporal test cases. by jarodwen · 12 years ago
  12. 4e6c471 bug fixing and more test cases for date type. by jarodwen · 12 years ago
  13. 4bf98de Fix a merge issue with the file. by madhusudancs@gmail.com · 12 years ago
  14. 84d4e4c Add the support to switch between result output formats (JSON/ADM). by madhusudancs@gmail.com · 12 years ago
  15. f2660a2 addressed yingyi's comments by zheilbron · 12 years ago vault/asterix_stabilization_issue_173
  16. b03845a merged asterix_stabilization r1196:1212 into issue173 branch by zheilbron · 12 years ago
  17. da55d12 added checks for field name conflicts between two closed fields and open-closed fields by zheilbron · 12 years ago
  18. 2de6d34 introduced new adm lexer into stabilization. Issue #215 by diegogiorgini@gmail.com · 12 years ago
  19. 1c0fa2a merged from asterix_stabilization for r1113:1117 by jarodwen · 12 years ago
  20. cbbab14 merged asterix_stabilization r620:1109 by jarodwen · 12 years ago
  21. 9595bcd updated functions to replace hyphen with underscore in all temporal function names. by jarodwen · 12 years ago
  22. 0135a88 added current time/date/datetime functions; added duration support for all temporal accessors. by jarodwen · 12 years ago
  23. c1ef23c fixed importing temporal data to use construction-notation. by jarodwen · 12 years ago
  24. f5cec50 issue 180 fixedInBranch: the range of int64 should be [-9223372036854775808i64, 9223372036854775807i64]. Originally a negative int64 value is computed by a positive long multiplied by -1, however this will miss the minimum value of -9223372036854775808i64 as there is no 9223372036854775808i64. by jarodwen · 12 years ago
  25. a76f531 Fixed issue 54 in branch asterix_stabilization_temporal_functionality: added support for importing date, time, datetime and duration from a delimited text file. by jarodwen · 12 years ago
  26. 6615719 updated char and byte array accessors to prepare for interval importing code. by jarodwen · 12 years ago
  27. 4ce7d1e Added interval functions for Allen's interval relation. by jarodwen · 12 years ago
  28. c13b0af Added interval type implemented. by jarodwen · 12 years ago
  29. ef42ffb Added calendar-duration functions and timezone related function; fixed a small bug on printing timezone string. by jarodwen · 12 years ago
  30. caff182 Added arithmetic functions for date, time and datetime over duration. by jarodwen · 12 years ago
  31. 5a02814 Fixed the feature for inserting temporal types from an external dataset. by jarodwen · 12 years ago
  32. 7a1e446 - Added accessors for temporal types; by jarodwen · 12 years ago
  33. adf3c63 Added comparison feature for ADate and ATime by jarodwen · 12 years ago
  34. 23c98ef Reimplemented min/max aggregate functions to support all totally ordered types that have an IBinaryComparator implementation. Added tests. by alexander.behm · 12 years ago
  35. cb10bd8 Minor fixes to avg agg functions. by alexander.behm · 12 years ago
  36. b04d04d Addressed Vinayak's comments on sum and count. by alexander.behm · 12 years ago
  37. 82fa1e0 Merged asterix_stabilization r585:r605. by alexander.behm · 12 years ago
  38. e8ef10e Removed IAccumulator and related changes for now. by alexander.behm · 12 years ago
  39. c73c69b Fixed issue 152. by alexander.behm · 12 years ago
  40. 5ebf00b Fixed issue 159. Added regression test. by alexander.behm · 12 years ago
  41. bb76f5a Added AsterixListAccessor which provides convenient access to lists (was way overdue). Simplified the scan collection unnesting function based on it. by alexander.behm · 12 years ago
  42. 9284c8e Merged asterix_stabilization r556:r583. by alexander.behm · 12 years ago
  43. 372a073 Added scalar version of all aggregate functions via a GenericScalarAggregateFunction. Added tests for them on all types, nulls, and empty streams. by alexander.behm · 12 years ago
  44. cc00481 Added support for INT8 in min aggregate function. by alexander.behm · 12 years ago
  45. 20d8ade Added support for INT8 type in max aggregate. by alexander.behm · 12 years ago
  46. b2991cc Added generic scalar aggregate function that wraps around existing non-scalar aggregate functions (this way we should be able to easily add scalar versions of all agg funcs). Implemented scalar count using it. by alexander.behm · 12 years ago
  47. c022a0d 1) Fixes Issue 24:Need grammar consistency w.r.t. semicolons by RamanGrover29@gmail.com · 12 years ago
  48. c49606e Added initial SumAccumulator implementation to clean up aggregates. by alexander.behm · 12 years ago
  49. 70e18d7 Addressing Zach's comments on added copyright headers. by jarodwen · 12 years ago vault/asterix_stabilization_temporal_fixes
  50. cd706ab Addressing the comments (1, 2 and 3) on r543 from Zach. by Theodoros.Ioannou@gmail.com · 12 years ago
  51. 53c91dc merged asterix_stabilization r552:555 by Theodoros.Ioannou@gmail.com · 12 years ago
  52. a269588 Merged asterix_stabilization r545:r554. by alexander.behm · 12 years ago
  53. b9f3bf6 Moved ByteArrayAccessibleOutputStream, ArrayBackedValueStorage, and IDataOutputProvider into hyracks-data-std in hyracks_asterix_stabilization by vinayakb · 12 years ago
  54. 000a490 merged from asterix_stabilization r408:544 by jarodwen · 12 years ago
  55. 52e0d1e Addressing review comments from Zach on r338 for temporal types fix. The following changes are done: by jarodwen · 12 years ago
  56. 343a106 Added empty-stream function to fix universal quantification. Added tests. Enabled a few tests. Some tests still disabled because of other bugs. by alexander.behm · 12 years ago
  57. 3cb9600 Forgot to organize imports. by alexander.behm · 12 years ago
  58. 9560695 Changed avg aggregate functions to deal with system null. All aggregate functions now work properly for empty inputs, with and without local aggregation. Enabled tests. by alexander.behm · 12 years ago
  59. b72f7cb Added local min and max aggregate functions. Changed min and max aggregate functions to handle system null properly. Enabled tests. by alexander.behm · 12 years ago
  60. 8488f53 Merged asterix_stabilization r492:r527. by alexander.behm · 12 years ago
  61. cf8ee2f Added system null to distinguish between empty stream and null in aggregate functions. Changes sum aggregate function to use system null properly. Other aggregates to follow. by alexander.behm · 12 years ago
  62. ad982a2 Made avg agg function return null for an empty input stream (for now, subject to change). Added tests for avg, count, sum with an empty input stream. Added basic tests for quantifiers. by alexander.behm · 13 years ago
  63. 3743c95 Made sum aggregate function return null for an empty input stream. by alexander.behm · 13 years ago
  64. 80a6148 merge with r500 by ilovesoup · 13 years ago
  65. 1d1c230 done with removing all references from ASTERIX to the builtin flag inside FunctionIdentfier by RamanGrover29@gmail.com · 13 years ago
  66. 3c92163 fixed issue141 by adding NumericModuloDescriptor. by kisskys · 13 years ago
  67. c9fef1d merging by ilovesoup · 13 years ago
  68. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 13 years ago
  69. afdcb12 Eliminated RuntimeContext. Replaced with IHyracksTaskContext by vinayakb · 13 years ago
  70. fc1267a Added factories for inspectors by vinayakb · 13 years ago
  71. de59f5d Modified evaluator factories to receive task context by vinayakb · 13 years ago
  72. 36de742 merged asterix_stabilization r348:407 by Theodoros.Ioannou@gmail.com · 13 years ago
  73. fe1eb53 Modified asterix to work with the Algebricks change to use IExpressionRuntimeProvider natively by vinayakb · 13 years ago
  74. 63daf45 Changed getUTFLen() to getUTFLength() in UTF8StringPointable by vinayakb · 13 years ago
  75. 5f26067 changes for renaming runtime aggregation and unnest function interfaces by buyingyi · 13 years ago
  76. 25e0f74 changes for renaming IEvaluatorFactory and IEvaluator to ICopyEvaluatorFactory and ICopyEvaluator by buyingyi · 13 years ago
  77. c29e968 go through the changes and revise comments by buyingyi · 13 years ago vault/asterix_opentype
  78. c26b5ff using BitSet in ListObjectPool by buyingyi · 13 years ago
  79. d3f23d5 address Alex's 2nd round review comments by buyingyi · 13 years ago
  80. 4ce8614 address Alex's comments by buyingyi · 13 years ago
  81. 4233f8b add comments for classes/interfaces by buyingyi · 13 years ago
  82. bb8e703 address part of Alex's comments by buyingyi · 13 years ago
  83. a0d1b62 address part of Alex's comments by buyingyi · 13 years ago
  84. a359619 Response to merge request in issue 126: merge 239:346 from asterix_stabilization. by jarodwen · 13 years ago
  85. e1dfeee Updated the implementation of ADate and ADuration to follow the ISO8601 standard. The following changes are included: by jarodwen · 13 years ago
  86. 26b5ca5 Fix of the ATime representation and serdes according to the ISO8601 by Theodoros.Ioannou@gmail.com · 13 years ago
  87. b5f3ace minor refactoring by buyingyi · 13 years ago
  88. 8f9d73f merge asterix_stabilization r281:334 by buyingyi · 13 years ago
  89. eb147dd add file headers by buyingyi · 13 years ago
  90. ef75ad8 support static/dyanmic recursive casting for collections by buyingyi · 13 years ago
  91. 763f098 add list accessor and do some refactoring by buyingyi · 13 years ago
  92. 3c1b45f support dynamic recursive cast for record type by buyingyi · 13 years ago
  93. 32bbb9f support recursive cast of record type in static casting by buyingyi · 13 years ago
  94. 9ba846c refactoring accessor allocation by buyingyi · 13 years ago
  95. f1b5297 Merged asterix_stabilization r269:r313. by alexander.behm · 13 years ago
  96. c157c7d minor refactoring by buyingyi · 13 years ago
  97. b3194ae refactor dynmaic casting code by buyingyi · 13 years ago
  98. f33c8ba add a comment by buyingyi · 13 years ago
  99. 929f257 address Vinayak's major comment by buyingyi · 13 years ago
  100. 617c8ae address Alex's comments and Vinayak's minor comments by buyingyi · 13 years ago