log

age author description
2016-04-18 Foteini Alvanaki removed commented code arrays
2016-04-18 Foteini Alvanaki added code for the group by on arrays. Actual implementation of functions is missing arrays
2016-04-14 Foteini Alvanaki fixed the plans for arrays subrangejoin, the actual implementation of the subrangejoins is missing arrays
2016-04-12 Foteini Alvanaki fixed a bug when trying to find the minimum idx in a jon between dimensions arrays
2016-01-27 Foteini Alvanaki reduce diff between dims in join in one step as much as possible arrays
2016-01-27 Foteini Alvanaki dimensionLeftfetchjoin: set properties directly without using BATderiveProps arrays
2016-01-26 Foteini Alvanaki use memcpy instead of for loop to copy the values of the first group to all arrays
2016-01-25 Foteini Alvanaki merged heads arrays
2016-01-25 Foteini Alvanaki removed derive properties from projectCells (materialise) + virtualise candiadtes + some comments arrays
2016-01-18 Foteini Alvanaki error checking arrays
2015-12-17 Foteini Alvanaki copied tiling parsing code from SciQL branch arrays
2015-12-07 Fotini Alvanaki resSize should be BUN arrays
2015-12-03 Fotini Alvanaki elsNum promoted to oid arrays
2015-11-30 Foteini Alvanaki only one variabel is returned in st_uselect2 (what abount st_join2?) arrays
2015-11-25 Foteini Alvanaki fixed two bugs arrays
2015-11-24 Foteini Alvanaki after projecting the array values we do not need the dims anymore arrays
2015-11-23 Foteini Alvanaki fixed for joins between dimensions on different arrays of the type dim1=dim2+x and dim1=dim2-x arrays
2015-11-20 Foteini Alvanaki putting back the join of the bat with the tids. It is needed to fill the arrays
2015-11-20 Foteini Alvanaki joining array dimensions with condition a.dim1=b.dim1 arrays
2015-11-18 Foteini Alvanaki filtering arrays
2015-11-18 Foteini Alvanaki materialise oids, fixed bug arrays
2015-11-18 Foteini Alvanaki materialise oids before projecting the values arrays
2015-11-10 Foteini Alvanaki qr as udf over arrays arrays
2015-11-09 Foteini Alvanaki added a missing semi-colon arrays
2015-11-09 Foteini Alvanaki releasing some forgotten BATs arrays
2015-11-05 Fotini Alvanaki cellsNum in arrays datatype chaged to BUN arrays
2015-11-05 Fotini Alvanaki wide tables c UDF sort on row number before using arrays
2015-11-05 Fotini Alvanaki fixed bug arrays
2015-10-29 Foteini Alvanaki qr UDF for narrow tables arrays
2015-10-28 Foteini Alvanaki qr c udf arrays
2015-10-28 Foteini Alvanaki updted a call that changed after the merge arrays
2015-10-26 Foteini Alvanaki merge with default arrays
2015-10-26 Foteini Alvanaki trying to create a udf that gets a table and returns a table arrays
2015-10-21 Foteini Alvanaki merged heads arrays
2015-10-21 Foteini Alvanaki update of a column from q in qr decomposition arrays
2015-10-21 Foteini Alvanaki added SQL_ALTER_SEQ in rel_psm arrays
2015-10-21 Foteini Alvanaki fixed warning about declaration arrays
2015-10-13 Foteini Alvanaki projecting vals ignores the dims (second time, first one lost?!) arrays
2015-10-13 Foteini Alvanaki projectCells just returns the vals BAT ignoring the dims arrays
2015-10-13 Fotini Alvanaki ignore dims where projecting the valus of an array arrays
2015-10-11 Fotini Alvanaki Added tag progressiveOids for changeset 226353c843ed arrays
2015-10-11 Fotini Alvanaki compute oids progressively and re-use them as going to more dimensions instead fo pre-computing everythin arrays progressiveOids
2015-10-11 Fotini Alvanaki Added tag reuseDimValues for changeset a7542dacabd5 arrays
2015-10-11 Fotini Alvanaki compute values only for the first group and re-use them when projecting the dimensions arrays reuseDimValues
2015-10-11 Fotini Alvanaki Added tag columnMajor for changeset 28f78514163f arrays
2015-10-11 Fotini Alvanaki update QR to copy and work in column major and then return a row major array arrays columnMajor
2015-10-11 Fotini Alvanaki Added tag initial for changeset 10617155ecf7 arrays
2015-10-01 Foteini Alvanaki do not put cross product in arrays updated to handle also caseses where the basetable is in select arrays initial
2015-10-01 Foteini Alvanaki new QR version that works for rectangular arrays arrays
2015-09-25 Foteini Alvanaki matrix addition arrays
2015-09-24 Foteini Alvanaki remove crossproduct when joining two arrays arrays
2015-09-24 Foteini Alvanaki scalar addition + covert nonDimensional column arrays
2015-09-24 Foteini Alvanaki scalar multiplication arrays
2015-09-23 Foteini Alvanaki MAL plans from scalar addition and multiplication arrays
2015-09-23 Foteini Alvanaki merged heads arrays
2015-09-23 Foteini Alvanaki minor change in commands order arrays
2015-09-23 Foteini Alvanaki cleaning some unused code arrays
2015-09-22 Foteini Alvanaki calc.+ arrays
2015-09-22 Foteini Alvanaki update a set v=1 where x=y arrays
2015-09-23 Foteini Alvanaki fixed new line at end of file arrays