public class RedisTable
extends org.apache.calcite.schema.impl.AbstractTable
implements org.apache.calcite.schema.ScannableTable
| Constructor and Description |
|---|
RedisTable(org.apache.calcite.adapter.redis.RedisSchema schema,
String tableName,
org.apache.calcite.rel.type.RelProtoDataType protoRowType,
Map<String,Object> allFields,
String dataFormat,
RedisConfig redisConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.type.RelDataType |
getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) |
org.apache.calcite.linq4j.Enumerable<Object[]> |
scan(org.apache.calcite.DataContext root) |
getJdbcTableType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
getRowType in interface org.apache.calcite.schema.Tablepublic org.apache.calcite.linq4j.Enumerable<Object[]> scan(org.apache.calcite.DataContext root)
scan in interface org.apache.calcite.schema.ScannableTableCopyright © 2012-2025 Apache Software Foundation. All Rights Reserved.