Niwaka

Results 82 comments of Niwaka

@killme2008 Marked this PR as review.

@killme2008 > do you have time to resolve these comments? Sorry for the delay. I'll address the reviews this weekend.

@waynexia > I did some search and see no one else provides similar things It seems like questdb supports a similar feature: https://questdb.com/docs/reference/sql/where/#time-range-where-in. But it might not be generic. One...

@killme2008 @waynexia > Please implement it as an SQL function. Most of the work is already done. Thanks! The new following approach: 1. Registers `WITHIN` function. 2. Converts `WITHIN` function...

@killme2008 Sorry for the delay. March was busy😅 I can finally start working on this PR this week if you don't mind. If I can't make good progress by next...

@chinedufn I'd like to use the feature. Can I implement this feature?

I'm interested in `query` crate. So if this feature makes sense, I'd like to implement this feature.

https://github.com/mit-pdos/xv6-public

I'm interested in this issue. I guess we can implement this feature with the following high level steps. 1. Allow parser to handle sql like `ALTER DATABASE test SET ttl...

@fengjiachun > When the region GC worker operates, it retrieves the TTL of the database from DatabaseMetadataManager, merges it with the region's TTL to get the minimum value, and then...