Add basic structure for crypto extension

This commit is contained in:
Diego Reis
2025-02-05 23:08:20 -03:00
parent 6ea7fa06d2
commit dd58be3b60
9 changed files with 256 additions and 3 deletions

View File

@@ -255,7 +255,6 @@ def test_aggregates(pipe):
pipe, "SELECT percentile_disc(value, 0.55) from test;", validate_percentile_disc
)
def main():
pipe = init_limbo()
try: