diagonalworks / diagonal-b6

b6: Diagonal's geospatial analysis engine.
Apache License 2.0
24 stars 3 forks source link

Correctly convert literal protos to Literals. #267

Closed andreweland closed 4 months ago

andreweland commented 4 months ago

Correct a bug where literal protos would always return an Expression with a nil AnyExpression. Also return Literal instead of Expression, and correctly fill in the name and token positions.