Giter Club home page Giter Club logo

Comments (2)

DraTeots avatar DraTeots commented on September 28, 2024

If getting all variations is straight forward (using #39 logic).

Getting all runs... First CCDB suggest that any table should have some default fallback values given by 0 - inf run range. And later runs may be given like N-inf, M-inf

date1 0  .................................................... inf
date2            1000 ....................................... inf
date3                              20000..................... inf
date4                                  21000....22000

Lets suppose we have a function:

fun getRuns(tableName:String)

What type should be returned by this function?

So if on wants a pure list of runs like 1, 2, 10, 12 ... N it could be a difficult or impossible task (CCDB doesn't have a list of real runs. If you want Run-ranges they are not really presentative (because may overlap).

So I believe you want to use CCDB somehow it wasn't really designed for. And the best solution would be to find Mark Ito and ask him and figure out together why one doesn't need to get all runs for a type table.

from ccdb.

DraTeots avatar DraTeots commented on September 28, 2024

But what I can imagine practical is a desire to have all assignments for a given type table. That may be done by some variation of mighty query from #39

from ccdb.

Related Issues (20)

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.