issues
search
spaceandtimelabs
/
sxt-proof-of-sql
Space and Time | Proof of SQL
Other
2.64k
stars
93
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: add `sort_merge_join`
#397
iajoiner
opened
5 hours ago
0
feat: add `column_index_operation`
#396
iajoiner
opened
19 hours ago
0
feat: SQL Inner Join Operation
#394
Lengxiaoyi
opened
1 day ago
2
Some questions about Dory setup
#393
Lengxiaoyi
closed
1 day ago
0
pr
#392
Lengxiaoyi
closed
1 day ago
0
feat: add `compare_indexes_of_tables_by_columns`
#391
iajoiner
opened
1 day ago
0
feat: add `cross_join`
#390
iajoiner
closed
1 day ago
1
feat: add `column_repetition_operation` in preparation for joins
#389
iajoiner
closed
3 days ago
1
refactor!: move ordering-related code to `order_by_util.rs` && fix an issue with decimals
#388
iajoiner
closed
3 days ago
1
feat: Add generic hyrax scheme
#387
stuarttimwhite
opened
6 days ago
0
fix: remove blitzar as a dev-dependency
#386
tlovell-sxt
closed
6 days ago
1
feat: add union utils
#385
iajoiner
closed
3 days ago
1
feat!: allow `ProjectionExec` to take general inputs
#384
iajoiner
opened
1 week ago
1
Is it possible to add support for the ARM architecture?
#383
Lengxiaoyi
closed
6 days ago
2
refactor!: `proof_of_sql_parser::intermediate_ast::Identifier` with `sqlparser::ast::Ident` in the proof-of-sql crate
#382
varshith257
opened
1 week ago
0
refactor!: generalize one eval to arbitrary lengths
#381
iajoiner
opened
1 week ago
0
refactor!: move `table_length` to `FirstRoundBuilder`
#380
iajoiner
closed
5 days ago
1
feat: add `SliceExec`
#379
iajoiner
opened
1 week ago
0
fix: not commit columns in `TableExec`
#378
iajoiner
closed
1 week ago
1
feat!: allow `ProjectionExec` to take general inputs
#377
iajoiner
closed
1 week ago
1
refactor!: change the output to `ProofPlan::verifier_evaluate` to `Result<IndexMap<ColumnRef, S>, ProofError>`
#376
iajoiner
closed
1 week ago
0
feat!: make `ProofPlan` composable
#375
iajoiner
opened
1 week ago
0
docs: specify the jaeger all-in-one docker image version
#374
jacobtrombetta
closed
1 week ago
1
refactor: simplify `result_evaluations` calculation
#373
JayWhite2357
closed
1 week ago
1
refactor!: replace `DataAccessor` in `ProofPlan` with `IndexMap`
#372
iajoiner
closed
1 week ago
1
refactor!: replace output of `result_evaluate` and `final_round_evaluate` of `ProofPlan` with `Table`
#371
iajoiner
closed
1 week ago
1
refactor!: `proof_of_sql_parser::intermediate_ast::Identifier` with `sqlparser::ast::Ident` in the proof-of-sql crate
#370
varshith257
closed
1 week ago
1
feat: derive serde for `OwnedTable`/`OwnedColumn`
#369
JayWhite2357
closed
2 weeks ago
1
Refactor/perf reduce memory usage
#368
JayWhite2357
opened
2 weeks ago
0
fix!: address NITs in PR #361
#367
iajoiner
closed
2 weeks ago
3
refactor!: replace `DataAccessor` with `Table` in `ProofExpr` && remove `input_length` from `ProofPlan::result_evaluate`
#366
iajoiner
closed
1 week ago
1
feat!: upgrade Arkworks and Blitzar crates to latest versions
#365
jacobtrombetta
closed
2 weeks ago
1
feat: add `Table` && `TableTestAccessor` && table utilities
#364
iajoiner
closed
2 weeks ago
1
refactor!: `proof_of_sql_parser::intermediate_ast::UnaryOp` with `sqlparser::ast::UnaryOp` in the proof-of-sql crate
#363
varshith257
closed
2 weeks ago
2
refactor!: `proof_of_sql_parser::intermediate_ast::BinaryOp` with `sqlparser::ast::BinaryOp` in the proof-of-sql crate
#362
varshith257
closed
1 week ago
6
feat!: compute min and max of indices for multi-table queries && remove `get_offset` and `get_length` from `ProofPlan`
#361
iajoiner
closed
2 weeks ago
2
refactor: remove `Commitment` references from `verifier_evaluate`
#360
JayWhite2357
closed
2 weeks ago
1
refactor!: split and simplify `owned_column_operation.rs` && remove unused functions from `slice_operation.rs`
#359
iajoiner
closed
2 weeks ago
2
feat: add slice-literal operations
#358
iajoiner
closed
2 weeks ago
1
refactor!: modify `ProofExpr::result_evaluate` to return `ColumnarValue` and remove `table_length` as arg
#357
iajoiner
opened
2 weeks ago
1
Simplify the repo to the `proof-of-sql` crate once sqlparser adaptation is complete
#356
iajoiner
opened
2 weeks ago
0
Replace `proof_of_sql_parser::intermediate_ast::SelectStatement` with `sqlparser::ast::Query` in the `proof-of-sql` crate
#355
iajoiner
opened
2 weeks ago
0
Replace `proof_of_sql_parser::intermediate_ast::OrderBy` with `sqlparser::ast::OrderByExpr` in the `proof-of-sql` crate
#354
iajoiner
opened
2 weeks ago
0
Replace `proof_of_sql_parser::intermediate_ast::Literal` and `proof_of_sql_parser::intermediate_ast::Expression` with `sqlparser::ast::Expr` in the `proof-of-sql` crate
#353
iajoiner
opened
2 weeks ago
0
Replace `proof_of_sql_parser::intermediate_ast::ResourceId` with `Vec<sqlparser::ast::Ident>` or `sqlparser::ast::ObjectName` in the `proof-of-sql` crate
#352
iajoiner
opened
2 weeks ago
0
Adapt `proof_of_sql_parser::posql_time` to `sqlparser`
#351
iajoiner
opened
2 weeks ago
0
Replace `proof_of_sql_parser::Identifier` with `sqlparser::ast::Ident` in the `proof-of-sql` crate
#350
iajoiner
opened
2 weeks ago
0
Replace `proof_of_sql_parser::intermediate_ast::BinaryOp` with `sqlparser::ast::BinaryOp` in the `proof-of-sql` crate
#349
iajoiner
closed
1 week ago
1
Replace `proof_of_sql_parser::intermediate_ast::UnaryOp` with `sqlparser::ast::UnaryOp` in the `proof-of-sql` crate
#348
iajoiner
closed
2 weeks ago
2
refactor!: remove `accessor` from `ProofPlan::count`
#347
iajoiner
closed
2 weeks ago
1
Next