Aaron Raddon

Results 52 issues of Aaron Raddon

closes #79 I have not decided if this is a good idea yet, have a draft up but am not happy about the potential for it causing problems because it...

As a proxy, expressions in SQL could potentially be evaluated in one of several points of the lifecycle:; 1. Initial Proxy Routing/Evaluation context: ie proxy recieves sql, evaluate before passing...

Complete re-write of the `sql.ReWrite()` which is crap code. Goals: * Allow sql.ReWrite to support push-down to different data sources when using multi-source queries (joins, select where in, etc). *...

Support schema serialization (protobuf) to enable distributed schema management. refs #199 Schema Serialization over the wire is a pre-requesite to a distributed schema `Applyer`

The goal of this pr is two-fold * Upgrade to protobuf 3 * implement Round Tripping to ensure expressions can be represented as both JSON OR protobuf and all unit...

Lex/Parse, DataTypes for user-defined types http://docs.datastax.com/en/cql/3.3/cql/cql_using/useCreateUDT.html

For distributed usage, we need a way of correctly having distributed schema. Redesign to support `Applying` schema. * [x] Applyer Interfaces * [ ] Schema Serialization. * [ ] distributed...