-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Using HLists instead of tuples for inference. * Upgrading method signatures * Trying to force cast * Duck typing generics to collide HList types if enclosing type is found. * Removing useless printlns * Adding more documentation and dealing with warnings. * Adding more documentation. * Adding shapeless implementation. * Removing unused imports. * Removing println statements, tweaking echo and info usage and fixing SingleGenerics * A bit more work and tests * Cheating * Fixing logging for batch staments. * Upgrading batch query mechanism. * Adding macro paradise plugin dependency * Adding more docs. * Fixing recurvise call * Renaming batch method [version skip] * Adding SASI index options building * Adding SASI options, using sequences * Adding append. * Adding serialization tests for options on org.apache.cassandra.index.sasi.analyzer.NonTokenizingAnalyzer * Adding serialization tests for StandardAnalyzer * Adding SASI support to schema autogeneration. * Extract SASI indexes and automatically derive them * Adding SASI table to db * Adding more tests. * Removing Starbucks logo * Adding SASI index query generation. * Adding tests for multi SASI tables. * Restructuring SASI type params * Adding types for modes * Adding a query builder * Fixing count function through aggregate. * Fixing SASI tests * Breaking up implementation into more than one file * Fixing serialisation tests. * Adding more compilation tests to SASI operators. * Correcting implicit ev * Propagating string implicit. * Adding numerical operations in SPARSE mode and integration queries. * Removing more unused code. * Bumping version to 2.11.0 [version skip] * Fixing implicit evidence. * Fixing final broken test
- Loading branch information
1 parent
a565a15
commit ab00eea
Showing
91 changed files
with
1,321 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.