Giter VIP home page Giter VIP logo

Comments (4)

den-crane avatar den-crane commented on May 25, 2024

toStartOfInterval(ts - toIntervalMinute(1), toIntervalMinute(5)) + toIntervalMinute(5) AS ts,

????

from clickhouse.

gner56 avatar gner56 commented on May 25, 2024

@den-crane

Sorry, that is just a business requirement but I've updated the fiddle and the issue description to simplify that part so that its easier to understand. Thank you

from clickhouse.

den-crane avatar den-crane commented on May 25, 2024

You pass rounded ts instead of real ts https://fiddle.clickhouse.com/dee2c899-3d01-48d2-9005-f06424985a40

argMaxState(price, toDateTime(ts)) AS price

VS

argMaxState(price, five_ts) AS price


Also may be you need to use

price AggregateFunction(argMax, FLOAT, DateTime64(9))
argMaxState(price, ts) AS price

https://fiddle.clickhouse.com/d0f33aa9-daf0-4b15-82bd-f1f0566d2295

from clickhouse.

gner56 avatar gner56 commented on May 25, 2024

Very helpful tips @den-crane, thanks alot!

from clickhouse.

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.