You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -248,3 +276,44 @@ The KSQL snippet illustrates an example INSERT statement with the overridden col
248
276
INSERT INTO Payments (Id, Amount, Desc)
249
277
VALUES ('1', 33, 'Purchase');
250
278
```
279
+
280
+
### AsSource
281
+
**v6.2.0**
282
+
283
+
The `AsSource` function designates fields in entity types as ksqlDB struct types.
284
+
285
+
The following code showcases how to use the `AsSource` method in the fluent API to infer the underlying `ksqlDB` type as a struct during code generation:
0 commit comments