uwescience / raco

Compilation and rule-based optimization framework for relational algebra. Raco is the language, optimization, and query translation layer for the Myria project.
Other
72 stars 19 forks source link

Support BLOB literals in MyriaL #555

Closed senderista closed 7 years ago

senderista commented 7 years ago

This would be useful for tests, if not for real-world applications. Presumably the literal format should be base64 strings.

senderista commented 7 years ago

@BrandonHaynes: "just steal the Python 3 syntax for byte literals b'\xbe\xef' and have separate base64 encode/decode functions"

senderista commented 7 years ago

fixed in #562