Skip to content
Snippets Groups Projects
  1. Nov 19, 2021
    • Denis Smirnov's avatar
      fix: please cargo pedantic for the schema · a817ec34
      Denis Smirnov authored
      a817ec34
    • Denis Smirnov's avatar
      feat: implement values for ir · c71b5c38
      Denis Smirnov authored
      To work with Calcite and Tarantool the planner needs to store values
      in the plan leaf nodes. These values should be defined with exact types.
      At the moment we need only several primitive types:
      - boolean
      - null
      - number (decimal from decnumber library)
      - string
      
      As the planner analyzes SQL, it has to work with tree-valued logic
      (3VL). At the moment we'll need only equivalence operation, so it
      was implemented for the values in a 3VL manner.
      c71b5c38
  2. Nov 16, 2021
  3. Nov 12, 2021
  4. Nov 11, 2021
  5. Nov 03, 2021
    • Denis Smirnov's avatar
      refactoring!: make cargo clipper pass in pedantic mode · f8c21113
      Denis Smirnov authored
      Our CI linter uses 'cargo clippy -- -Dclippy::all -Wclippy::pedantic'
      command that previously failed due to multiple errors and warnings.
      Current commit fixes all of them and make linter pass. The price
      was high - some functions changed their API, some structures were
      renamed. But all the warnings and errors seemed reasonable, so I
      believe it is not a big deal now.
      f8c21113
  6. Nov 01, 2021
  7. Oct 29, 2021
  8. Oct 08, 2021
Loading