Skip to content

Commit

Permalink
Docs: Add list type and functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimballa committed Jun 1, 2011
1 parent 6d61e00 commit 3e3c041
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 66 deletions.
5 changes: 3 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ most important new features:
-- JSON event input format
-- dependencies: LIST<T>, MAP<KT,VT>
-- multi-threading, distribution, scalability

-- documentation debt: lists and list functions. (list.delim param for eventfmt)
-- udf api

Types:

Expand Down Expand Up @@ -137,6 +136,8 @@ Bugs:
... it also emits a scary looking error message, that we should suppress for
hygeine's sake.

- Windowed JOIN may cause server crash under undefined conditions.

Features:

- Windowing should operate on 'previous n rows' too.
Expand Down
Loading

0 comments on commit 3e3c041

Please sign in to comment.