- 0135a88 added current time/date/datetime functions; added duration support for all temporal accessors. by jarodwen · 12 years ago
- c1ef23c fixed importing temporal data to use construction-notation. by jarodwen · 12 years ago
- 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
- 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
- 6615719 updated char and byte array accessors to prepare for interval importing code. by jarodwen · 12 years ago
- 4ce7d1e Added interval functions for Allen's interval relation. by jarodwen · 12 years ago
- c13b0af Added interval type implemented. by jarodwen · 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
- caff182 Added arithmetic functions for date, time and datetime over duration. by jarodwen · 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
- adf3c63 Added comparison feature for ADate and ATime by jarodwen · 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
- 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
- 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 · 13 years ago
- f1b5297 Merged asterix_stabilization r269:r313. by alexander.behm · 13 years ago
- c157c7d minor refactoring by buyingyi · 13 years ago
- b3194ae refactor dynmaic casting code by buyingyi · 13 years ago
- f33c8ba add a comment by buyingyi · 13 years ago
- 929f257 address Vinayak's major comment by buyingyi · 13 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
- da4b87a Generating is-not-null filtering expr inside IntroduceSecondaryIndexInsertDeleteRule. Added AsterixTupleFilter to be passed to index insert/delete ops. by alexander.behm · 13 years ago
- 68ba828 preliminary changes for dynamic type cast and tests by buyingyi · 13 years ago
- fe26269 Merged asterix_stabilization r235:r248. by alexander.behm · 13 years ago
- 79814ec Refactored the ADateTime type: by jarodwen · 13 years ago
- bacc745 addressed Alex's code review for r217 by zheilbron · 13 years ago
- 7630a7d Merged asterix_stabilization r203:r234. by alexander.behm · 13 years ago
- aa5da3c merged r232:233 from asterix_stabilization by zheilbron · 13 years ago
- 3c29367 Fixed asterix to work with hyracks-algebricks refactoring by vinayakb · 13 years ago vault/asterix_stabilization_algebricks_cleanup
- 83b583f Renamed algebricks runtime package by vinayakb · 13 years ago
- b9bb1c0 first pass of cleanup: removed static classes and cleaned up some bootstrapping code by zheilbron · 13 years ago
- f705082 Secondary RTree indexes can now be created on nullable fields (nulls are filtered during load). Still need to modify insert/delete jobgen to filter nulls as well. by alexander.behm · 13 years ago
- 18bfcfe 1) Use of absolute location constraints: HDFS Adapter will attempt to form absolute location constraints from the information retreived from the Namenode. If for any input split, there is no node controller running at the location, teh adapter will fall back to using count constraints. by ramangrover29 · 13 years ago
- f5ee3b8 Modified stabilization branch to work with hyracks_asterix_stabilization by vinayakb · 13 years ago
- a13f242 This check-in is a clean up of the asterix code. by ramangrover29 · 13 years ago vault/asterix_stabilization@58
- f249f49 Fixed asterix to depend on the latest hyracks release by vinayakb · 13 years ago
- 38b7ca4 Added asterix project by vinayakb · 13 years ago