- 1fe0a57 move pointable/visitor package to asterix-om by buyingyi · 12 years ago
- 6615719 updated char and byte array accessors to prepare for interval importing code. by jarodwen · 12 years ago
- 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
- c01c77a added proper callbacks to operators. passed all existing tests EXCEPT abort test.(The expected result of the existing abort test is different from the one under the entity-level commit) by kisskys · 12 years ago
- 4ce7d1e Added interval functions for Allen's interval relation. by jarodwen · 12 years ago
- 01e5702 Started implementing Asterix operation callbacks. by alexander.behm · 12 years ago
- 2a620c5 Changed the TransactionManager interface to deal with the entity level commit by kisskys · 12 years ago
- c13b0af Added interval type implemented. by jarodwen · 12 years ago
- ca49d8c Added temporal constructor fix for threading issue. by jarodwen · 12 years ago
- 4040516 Changes based on the code review, and dealing with nulls for the existing spatial functions. by salsubaiee@gmail.com · 12 years ago vault/asterix_stabilization_spatial_accessors
- 4cdacb0 Implemented accessors for spatial data types. by salsubaiee@gmail.com · 12 years ago
- ef42ffb Added calendar-duration functions and timezone related function; fixed a small bug on printing timezone string. by jarodwen · 12 years ago
- 170f0d6 Fixed issue 190. Bottom left and upper right points can be either the first or the second arguments when creating a rectangle. by salsubaiee · 12 years ago
- 53e1f50 Fixed issue 186. Problem was that a homogeneous list of a nullable type was not converted to an list of type any. by alexander.behm · 12 years ago
- f6bcbdd updated versions to 0.2.2-SNAPSHOT by zheilbron · 12 years ago
- 12ea938 merged asterix_stabilization -r722:751 to asterix_lsm_stabilization by zheilbron · 12 years ago
- 88afc46 Changed hyracks dependencies to 0.2.2-SNAPSHOT from 0.2.1-SNAPSHOT by vinayakb · 12 years ago
- caff182 Added arithmetic functions for date, time and datetime over duration. by jarodwen · 12 years ago
- 6e302bf added JobEventListenerFactory for bulkLoadOperation. by kisskys · 12 years ago
- 3c686d5 removed asterix-hyracks-glue; ignored all failure tests since transactions no longer work by zheilbron · 12 years ago
- 83c48af merged asterix_recovery r407:726 to asterix_lsm_stabilization (now running with new lock manager on LSM) by zheilbron · 12 years ago
- ff82ec6 merged asterix_stabilization -r 689:722 by zheilbron · 12 years ago
- 255ad21 Fixed a bug in jaccard-check reported by Zach. by alexander.behm · 12 years ago
- 7cc1b58 checkpointing LSM integration: missing LSM RTree linearizer fix and jaccard computation fixes by zheilbron · 12 years ago
- 5a02814 Fixed the feature for inserting temporal types from an external dataset. by jarodwen · 12 years ago
- 7a1e446 - Added accessors for temporal types; by jarodwen · 12 years ago
- f001f1a Fixed issue 182. by alexander.behm · 12 years ago
- adf3c63 Added comparison feature for ADate and ATime by jarodwen · 12 years ago
- 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
- cb10bd8 Minor fixes to avg agg functions. by alexander.behm · 12 years ago
- b04d04d Addressed Vinayak's comments on sum and count. by alexander.behm · 12 years ago
- 82fa1e0 Merged asterix_stabilization r585:r605. by alexander.behm · 12 years ago
- e8ef10e Removed IAccumulator and related changes for now. by alexander.behm · 12 years ago
- c73c69b Fixed issue 152. by alexander.behm · 12 years ago
- 5ebf00b Fixed issue 159. Added regression test. by alexander.behm · 12 years ago
- 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
- 9284c8e Merged asterix_stabilization r556:r583. by alexander.behm · 12 years ago
- 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
- cc00481 Added support for INT8 in min aggregate function. by alexander.behm · 12 years ago
- 20d8ade Added support for INT8 type in max aggregate. by alexander.behm · 12 years ago
- 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
- c022a0d 1) Fixes Issue 24:Need grammar consistency w.r.t. semicolons by RamanGrover29@gmail.com · 12 years ago
- c49606e Added initial SumAccumulator implementation to clean up aggregates. by alexander.behm · 12 years ago
- 70e18d7 Addressing Zach's comments on added copyright headers. by jarodwen · 12 years ago vault/asterix_stabilization_temporal_fixes
- cd706ab Addressing the comments (1, 2 and 3) on r543 from Zach. by Theodoros.Ioannou@gmail.com · 12 years ago
- 53c91dc merged asterix_stabilization r552:555 by Theodoros.Ioannou@gmail.com · 12 years ago
- a269588 Merged asterix_stabilization r545:r554. by alexander.behm · 12 years ago
- b9f3bf6 Moved ByteArrayAccessibleOutputStream, ArrayBackedValueStorage, and IDataOutputProvider into hyracks-data-std in hyracks_asterix_stabilization by vinayakb · 12 years ago
- 000a490 merged from asterix_stabilization r408:544 by jarodwen · 12 years ago
- 52e0d1e Addressing review comments from Zach on r338 for temporal types fix. The following changes are done: by jarodwen · 12 years ago
- 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
- 3cb9600 Forgot to organize imports. by alexander.behm · 12 years ago
- 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
- 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
- 8488f53 Merged asterix_stabilization r492:r527. by alexander.behm · 12 years ago
- 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
- 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 · 12 years ago
- 3743c95 Made sum aggregate function return null for an empty input stream. by alexander.behm · 12 years ago
- 80a6148 merge with r500 by ilovesoup · 12 years ago
- 1d1c230 done with removing all references from ASTERIX to the builtin flag inside FunctionIdentfier by RamanGrover29@gmail.com · 12 years ago
- 3c92163 fixed issue141 by adding NumericModuloDescriptor. by kisskys · 12 years ago
- c9fef1d merging by ilovesoup · 12 years ago
- c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago
- afdcb12 Eliminated RuntimeContext. Replaced with IHyracksTaskContext by vinayakb · 12 years ago
- fc1267a Added factories for inspectors by vinayakb · 12 years ago
- de59f5d Modified evaluator factories to receive task context by vinayakb · 12 years ago
- 36de742 merged asterix_stabilization r348:407 by Theodoros.Ioannou@gmail.com · 12 years ago
- fe1eb53 Modified asterix to work with the Algebricks change to use IExpressionRuntimeProvider natively by vinayakb · 12 years ago
- 63daf45 Changed getUTFLen() to getUTFLength() in UTF8StringPointable by vinayakb · 12 years ago
- 5f26067 changes for renaming runtime aggregation and unnest function interfaces by buyingyi · 12 years ago
- 25e0f74 changes for renaming IEvaluatorFactory and IEvaluator to ICopyEvaluatorFactory and ICopyEvaluator by buyingyi · 12 years ago
- c29e968 go through the changes and revise comments by buyingyi · 12 years ago vault/asterix_opentype
- c26b5ff using BitSet in ListObjectPool by buyingyi · 12 years ago
- d3f23d5 address Alex's 2nd round review comments by buyingyi · 12 years ago
- 4ce8614 address Alex's comments by buyingyi · 12 years ago
- 4233f8b add comments for classes/interfaces by buyingyi · 12 years ago
- bb8e703 address part of Alex's comments by buyingyi · 12 years ago
- a0d1b62 address part of Alex's comments by buyingyi · 12 years ago
- a359619 Response to merge request in issue 126: merge 239:346 from asterix_stabilization. by jarodwen · 12 years ago
- e1dfeee Updated the implementation of ADate and ADuration to follow the ISO8601 standard. The following changes are included: by jarodwen · 12 years ago
- 26b5ca5 Fix of the ATime representation and serdes according to the ISO8601 by Theodoros.Ioannou@gmail.com · 12 years ago
- b5f3ace minor refactoring by buyingyi · 12 years ago
- 8f9d73f merge asterix_stabilization r281:334 by buyingyi · 12 years ago
- eb147dd add file headers by buyingyi · 12 years ago
- ef75ad8 support static/dyanmic recursive casting for collections by buyingyi · 12 years ago
- 763f098 add list accessor and do some refactoring by buyingyi · 12 years ago
- 3c1b45f support dynamic recursive cast for record type by buyingyi · 12 years ago
- 32bbb9f support recursive cast of record type in static casting by buyingyi · 12 years ago
- 9ba846c refactoring accessor allocation by buyingyi · 12 years ago
- f1b5297 Merged asterix_stabilization r269:r313. by alexander.behm · 12 years ago
- c157c7d minor refactoring by buyingyi · 12 years ago
- b3194ae refactor dynmaic casting code by buyingyi · 12 years ago
- f33c8ba add a comment by buyingyi · 12 years ago
- 929f257 address Vinayak's major comment by buyingyi · 12 years ago
- 617c8ae address Alex's comments and Vinayak's minor comments by buyingyi · 13 years ago
- 6902d47 fix function interface by buyingyi · 13 years ago
- 3b113c8 1. fix optional field related issues 2. add static casting for constant records by buyingyi · 13 years ago
- 812d3ae Added basic testing. This fix is ready for review. by alexander.behm · 13 years ago
- 9653a8d First running prototype of pipeline of insert/delete ops with is-not-null filters. All tests pass, but there is still some room for optimization. by alexander.behm · 13 years ago
- 3bb0350 1. fix a open type access issue, 2. add one more tests by buyingyi · 13 years ago