Giter VIP home page Giter VIP logo

sloppy's People

Contributors

virusdave avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

sloppy's Issues

Make a single column non-optional by filtering missing value rows

Will be a test for a more advanced version of this library.

Currently, we can turn a Query[Rep[Option[A], ...] into a Query[Rep[A], ...] pretty easily if we can supply a default A, by doing:
query.map(maybeA => maybeA.getOrElse(defaultA)).

We should be able to lift this to arbitrary product-type rows.
We should also be able to do this without supplying a default A by filtering away all rows that are missing an A.

Support generic dropping of one side of a tuple

Generic "drop LHS from a Tuple2" implementation. Requires acquiring the component types of the non-lifted tuple of a query, which we know must exist because we have a tuple extractor already.

`QueryContentsAppender` auto-lifter to `Option`al types

Generic optional lifter for appenders: (QA[RE, RA, A] => QA[Option[RE], Option[RA], Option[A]])

Given a "thing that appends a value given an RE", we should be able to generically update this to a "thing that appends an optional value given an optional RE".

For a lawful QA, this should be doable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.