| Package | Description |
|---|---|
| io.wizzie.enricher.query.antlr4 |
| Modifier and Type | Method and Description |
|---|---|
Stream |
Query.getInsert() |
Stream |
Join.getStream() |
Stream |
Stream.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
Select.getStreams() |
| Modifier and Type | Method and Description |
|---|---|
void |
Select.addStream(Stream newStram) |
void |
Query.setinsert(Stream newStream) |
void |
Join.setStream(Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
Select.setStreams(List<Stream> newStreamsList) |
| Constructor and Description |
|---|
Join(Stream topic,
String joinerName) |
Join(Stream topic,
String joinerName,
List<String> dimensions) |
Join(Stream topic,
String joinerName,
List<String> dimensions,
String partitionKey) |
Query(Select select,
Stream insertTopic) |
Query(Select select,
Stream insertTopic,
List<Join> joins) |
Query(Select select,
Stream insertTopic,
List<Join> joins,
List<String> enrichWiths) |
| Constructor and Description |
|---|
Select(List<String> dimensions,
List<Stream> streams) |
Copyright © 2017–2018. All rights reserved.