public class RedisTableFactory extends Object implements org.apache.calcite.schema.TableFactory
TableFactory for Redis.
A table corresponds to what Redis calls a "data source".
| Modifier and Type | Field and Description |
|---|---|
static RedisTableFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.schema.Table |
create(org.apache.calcite.schema.SchemaPlus schema,
String tableName,
Map operand,
@Nullable org.apache.calcite.rel.type.RelDataType rowType) |
public static final RedisTableFactory INSTANCE
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.