Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
339d1447fb8d75e47cffd15802da572adb000cd5
/
asterix-om
/
src
/
main
/
java
/
edu
/
uci
« Previous
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
82fa1e0
Merged asterix_stabilization r585:r605.
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
98f7a00
Aggregate funcions namely agg-sum/agg-avg/agg-min/agg-max/agg-global-avg/agg-local-avg
by RamanGrover29@gmail.com
· 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
6fec95b
Minor fix.
by alexander.behm
· 12 years ago
0f514f0
Fixed a bug in the ordered and unordered list builder where a list with only null items would be built as an empty list. Added regression tests.
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
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
7bd407a
Addressing Zach's comment on R412 about using the pseudo code I had instead of the hairy code.
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
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
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
39167de
FunctionIdentifier contains a boolean built-in flag that is currently being used non-unformly when defining function identifiers under ASTERIX_NS namespace. This check-in removes the usage of the flag from ASTERIX, as it is no where used and may introduce errors in future. This check-in will be followed by a change in algebricks that removes the correponding public constructor for FunctionIdentifier
by RamanGrover29@gmail.com
· 12 years ago
640d699
fixed issue 144 (web-interface broken (recent changes to ARecordType))
by RamanGrover29@gmail.com
· 12 years ago
c9fef1d
merging
by ilovesoup
· 12 years ago
b06978f
Applied the formatter to all modified files.
by alexander.behm
· 12 years ago
vault/asterix_fix_issue_96
916273c
Fixed a few bugs due to the cleaning.
by alexander.behm
· 12 years ago
e44fb15
First phase of metadata/compiler cleanup.
by alexander.behm
· 12 years ago
c576c60
Reintegrated asterix-fuzzy.
by alexander.behm
· 12 years ago
ca10ede
Addressing Zack's comment on the hairy code in file: GregorianCalendarSystem.java in method public int getMonthOfYear(long millis, int year)
by Theodoros.Ioannou@gmail.com
· 12 years ago
fc1267a
Added factories for inspectors
by vinayakb
· 12 years ago
36de742
merged asterix_stabilization r348:407
by Theodoros.Ioannou@gmail.com
· 12 years ago
63daf45
Changed getUTFLen() to getUTFLength() in UTF8StringPointable
by vinayakb
· 12 years ago
25e0f74
changes for renaming IEvaluatorFactory and IEvaluator to ICopyEvaluatorFactory and ICopyEvaluator
by buyingyi
· 12 years ago
5ef0db3
Implemented BuiltinType equals() and hashCode()
by khfaraaz82@gmail.com
· 12 years ago
03207e8
merge asterix_stabilization r335:377 and asterix_opentype r377:378
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
54239e1
address Vinayak's comments
by buyingyi
· 12 years ago
47c0ec8
add file headers
by buyingyi
· 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
8f9d73f
merge asterix_stabilization r281:334
by buyingyi
· 12 years ago
dd53f29
clean up list type computer and remove redudant/negative queries
by buyingyi
· 12 years ago
ef75ad8
support static/dyanmic recursive casting for collections
by buyingyi
· 12 years ago
3c1b45f
support dynamic recursive cast for record type
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
68ba828
preliminary changes for dynamic type cast and tests
by buyingyi
· 13 years ago
79814ec
Refactored the ADateTime type:
by jarodwen
· 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
751f0f9
add equals implementation to the two abstract types
by buyingyi
· 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
8716480
Fixed issue 3: date time comparator bug; added test case to cover bug; see comments in issue thread
by zheilbron
· 13 years ago
e77e8d8
add top-down record type propagation: from the inserting target data source to a record-constructor function call expression
by buyingyi
· 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
38b7ca4
Added asterix project
by vinayakb
· 13 years ago