|
|
d5941446c2
|
table: replace interface{} with Datum in table.
|
2016-03-02 21:01:20 +08:00 |
|
|
|
af131d2127
|
executor: replace Executor interface{} with Datum.
|
2016-03-02 16:13:25 +08:00 |
|
|
|
043ebd5ec8
|
*: Refactor package organization
1. Move evaluator from optimizer to root dir.
2. Move builtin from expression to evaluator.
3. Remove expression package.
|
2016-03-02 13:48:22 +08:00 |
|
|
|
d9f98132ee
|
ast: introduce 'Datum'
Datum is a value box intended to replace 'interface{}' for better performance and easier to use.
|
2016-03-01 10:54:59 +08:00 |
|
|
|
b3d70cc8d7
|
*: Fix bug in AggregateExec.Close()
Pass sqllogic test select
|
2016-02-04 14:41:31 +08:00 |
|
|
|
f996a0ce9c
|
*: Support count aggregate function in new plan and add unit tests.
|
2016-01-09 11:26:35 +08:00 |
|