question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

first() / last() implementation

See original GitHub issue

Is your feature request related to a problem? Please describe. the aggregation function last() only supports certain types (timestamp, long, int). However last(symbol) and last(double) for example are not supported. first() is not implemented.

Describe the solution you’d like Finish the implementation for last and implement first

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
lbowmancommented, Jul 3, 2020

Fwiw I have a wip of this: https://github.com/lbowman/questdb/tree/feat.firstlast. I still need to understand the Symbol data type.

0reactions
bluestreak01commented, Sep 4, 2020

Levi, would you mind signing the CLA on #586 pls?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Are First() and Last() on IEnumerable<> really the first and last?
First() gets an enumerator and return first value that it founds. Last() most often iterates through the whole collection and returns element one...
Read more >
Get the first and last element of the list | C++ STL
Here, we are going to learn how to access/get the first and last element of a list. To get the first element, we...
Read more >
Get the first and last item in an array using JavaScript
In this article, we will learn to get the first & last element in an array in Javascript, along with understanding their implementation...
Read more >
A last-in first-out stack data structure implemented in DNA
Here we present an in vitro implementation of a stack data structure using DNA polymers. The stack is able to record combinations of...
Read more >
slice first() and last() methods · Issue #1852 · ziglang/zig · GitHub
first() ?*T ... last() ?*T ... first would return an optional pointer to the first element, null if the slice is empty. last...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found