| Package | Description |
|---|---|
| io.kareldb.avro | |
| io.kareldb.kafka | |
| io.kareldb.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroTable |
| Modifier and Type | Method and Description |
|---|---|
Table |
AvroSchema.createTable(String tableName,
Map<String,Object> operand,
RelDef rowType) |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaTable
Table that reads Kafka topics.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
KafkaSchema.createTable(String tableName,
Map<String,Object> operand,
RelDef rowType) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterableTable
This table implements the
FilterableTable interface, so Calcite gets
data by calling the FilterableTable.scan(DataContext, List) method. |
| Modifier and Type | Method and Description |
|---|---|
abstract Table |
Schema.createTable(String tableName,
Map<String,Object> operand,
RelDef rowType) |
Copyright © 2020. All rights reserved.