What is the of status of Sizzle?
The Sizzle release v0.0 available at [[https://github.com/anthonyu/Sizzle]] has: • 100% compatibility with the syntax described in the Sawzall paper • Pretty much all the useful Sawzall intrinsic functions described by [[http://szl.googlecode.com/svn/doc/sawzall-intrinsics.html]]. Currently missing are: • the protobuf, resourcestats and additionalinput functions, because I haven’t yet personally found a need for them, • the convert function, because explicit and implicit casting works just as well • the sortx, new and regex functions, because I didn’t have time to finish them • All of the aggregators discussed in [[http://code.google.com/p/szl/wiki/Sawzall_Table_Types]] with the exception of: • the sample aggregators, as they require an initial statistics generation pass over the data that Sizzle doesn’t yet support.