Coder Social home page Coder Social logo

java-q's People

Contributors

bdupreez avatar hoegertn avatar michaelwittig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

java-q's Issues

RealValue and FloatValue should represent Float and Double Java types correspondingly

This is an open question, but KDB doesn't support numeric types with defined precision (aka BigDecimal in Java or NUMBER (precision, scale) is Oracle.

That's why, Java retrieves "real" and "float" KDBs datatypes as Float and Double correspondingly.
Converting Float and Double to BigDecimal doesn't give any advantages, but:

  1. Hides real type from end-user, which can sometimes lead to bugs. Especially when end-user would rounds incoming float/double values and convert them to BigDecimals with his own rules
  2. Produces unnecessary BigDecimal objects.

It's up to you, but imho, using Float/Double types instead of BigDecimal will make API clearer.

  • If you agree with this I can make appropriate change and send it to you for review.

DateTime query greater works only for day difference

Suppose I have a column of type DateTime and the values being
2017.09.06T21:39:39.831
2017.09.06T21:40:39.831

I want to filter datetime >'2017.09.06T21:39:39.831'. My query being below with fromDateObj =date Obj of '2017.09.06T21:39:39.831'
final Select select = tickTable.select().column(tickTable.time). .filter(tickTable.time.filterGreaterThan(DateTimeValue.from(fromDateObj))).build();

The above line gives me all the values.Looks like it has to be atleast a day difference to work.
In such a scenario it fails to give minute level difference.
Is there any way the filter can work for min/sec difference?

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.