Module proof_of_sql::base
source · Expand description
This module contains basic shared functionalities of the library.
Modules§
- Types for creation and utilization of cryptographic commitments to proof-of-sql data.
- Module with database related functionality. In particular, this module contains the accessor traits and the
OwnedTable
type along with some utility functions to convert between Arrow andOwnedTable
. - Handles parsing between decimal tokens received from the lexer into native
Decimal75
Proof of SQL type. - This module contains the definition of the
Scalar
trait, which is used to represent the scalar field used in Proof of SQL.