mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
Updated Modifiers (markdown)
parent
310f35be76
commit
184d0989f8
@ -24,6 +24,13 @@ type User struct {
|
||||
}
|
||||
```
|
||||
|
||||
> Please note that each attribute can only accept a *single* modifier.
|
||||
> So where I use `timeNowUTC/skipUpdates` in the example above I am not using
|
||||
> a special syntax, it is just the fullname of the modifier.
|
||||
>
|
||||
> It is a long name, but the idea is to make it as descriptive as possible
|
||||
> for avoiding interpretation errors.
|
||||
|
||||
Applying a Modifier to a struct attribute will cause KSQL to use this modifier when Inserting, Updating, and Querying that field.
|
||||
|
||||
A Modifier can therefore be used for:
|
||||
|
Loading…
x
Reference in New Issue
Block a user