Expand description
Module for handling an intermediate decimal type received from the lexer. A parser conforming to standard postgreSQL to parse the precision and scale from a decimal token obtained from the lalrpop lexer. This module exists to resolve a cyclic dependency between proof-of-sql and proof-of-sql-parser.
A decimal must have a decimal point. The lexer does not route whole integers to this contructor.
Structs§
- An intermediate placeholder for a decimal
Enums§
- Errors related to the processing of decimal values in proof-of-sql