In terms of date ranges, there are some problems with actual-data-nodes #13230
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
linghengqian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the project was upgraded to
5.0.0-alpha
, I thought,INTERVAL
, ifdatetime-interval-unit
choosesDAYS
anddatetime-interval-amount
chooses1
, in this case, how shouldactual-data-nodes
be written?Is it difficult to avoid the issue of different days in February in leap years and peace years?
By analogy, if
INTERVAL
choosesDAYS
fordatetime-interval-unit
and7
fordatetime-interval-amount
, in this case,actual-data-nodes
is also difficult to write in line expressions? Can someone provide an idea?The best way to deal with dates I have seen is to map dates to natural numbers of 1, 2,...N as shown by
AUTO_INTERVAL
. There is no such problem inactual-data-nodes
. But this andINTERVAL
are completely two ideas.After all,
AUTO_INTERVAL
does not have the attribute configuration of a logical table. When I want to extendAUTO_INTERVAL
, I can only useCLASS_BASED
.In create discussion soon, I have created the same content of the new issue. Pointing to #13240
2021.10.27update:
I'm sorry I thought that
auto-tables
has no logical tables...this is my practice accident.Beta Was this translation helpful? Give feedback.
All reactions