Closed apstndb closed 2 weeks ago
Part of #89
This PR adds NEW operators for Protocol Buffers.
NEW
https://cloud.google.com/spanner/docs/reference/standard-sql/operators#new_operator
NEW protocol_buffer {...}: Creates a protocol buffer using a map constructor.
NEW protocol_buffer {...}
NEW protocol_buffer { field_name: literal_or_expression field_name { ... } repeated_field_name: [literal_or_expression, ... ] }
NEW protocol_buffer (...): Creates a protocol buffer using a parenthesized list of arguments.
NEW protocol_buffer (...)
NEW protocol_buffer(field [AS alias], ...field [AS alias])
Rebase to use ast.NamedType.
ast.NamedType
Updated to use helper functions #120
Merge to use parseCommaSeparatedList().
parseCommaSeparatedList()
Merge to include ARRAY fix
ARRAY
Part of #89
This PR adds
NEW
operators for Protocol Buffers.https://cloud.google.com/spanner/docs/reference/standard-sql/operators#new_operator