索引
常量字段值|所有程序包|所有类和接口
A
- added - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
-
添加、修改、删除的列信息
- ADDED - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisHelper
- AGG_STATE - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- aggregateFun - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
-
聚合类型 SUM:求和。
- analyseClass(Class<?>) - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
- ARRAY - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
半结构类型
- autoIncrementStartValue - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
-
自增开始值 默认为1
- autoPartition - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
- autoPartitionTimeUnit - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
B
- BIGINT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- BITMAP - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- BOOLEAN - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
布尔值
- buildSql(DorisTableMetadata) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.builder.DorisSqlBuilder
-
构建创建新表的SQL
- buildTableMetadata(Class<?>) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.builder.DorisMetadataBuilder
-
根据实体类生成Doris表元数据
C
- CHAR - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
字符串
- CHAR_STRING_TYPE - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- characterMaximumLength - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
以字符为单位的最大长度,适于二进制数据、字符数据,或者文本和图像数据。
- characterOctetLength - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
以字节为单位的最大长度,适于二进制数据、字符数据,或者文本和图像数据。
- characterSetName - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
如果该列是字符数据或 text 数据类型,那么为字符集返回唯一的名称。
- collationName - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
如果列是字符数据或 text 数据类型,那么为排序次序返回唯一的名称。
- column - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- columnComment - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
列的注释
- columnDefault - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
列的默认值
- columnKey - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
该列显示列是否被索引,其有如下可能值
- columnMetadataList - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
所有列
- columnName - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
列名
- columns - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
-
列信息
- columns - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo.TempTableInfo
- columns - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisRollupMetadata
-
字段
- columnSize - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
- columnType - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
列的数据类型,除了类型外可能包含其他信息,例如精度等
- comment - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- compareSqlStatements(String, String) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
-
比较两个多行SQL语句的差异
- compareTable(DorisTableMetadata) - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
-
比较Doris表的结构信息 该方法用于对比一个给定的Doris表和一个临时表之间的结构差异,包括数据长度、创建表的SQL语句、列的信息等 主要用于检测表结构的变更,如添加、修改或删除列
- createTable(DorisTableMetadata) - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
- createTableSql - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
-
创建语句
- createTableSql - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo.TempTableInfo
D
- databaseDialect - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisStrategy
- databaseDialect() - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
- dataType - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
系统提供的数据类型
- DATE - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
日期
- DATE_TIME_TYPE - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- DATETIME - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- datetimePrecision - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
对于日期类型的列的分数秒精度
- DECIMAL - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- defaultColumnMetadataBuilder - 类中的静态变量 org.dromara.autotable.core.strategy.doris.builder.DorisMetadataBuilder
- defaultDecimalLength - 枚举中的变量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
默认小数点后长度
- defaultLength - 枚举中的变量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
默认类型长度
- distributedBuckets - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
分桶数量
- distributedBy - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
分桶算法
- distributedColumns - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
分桶列
- DorisColumnMetadata - org.dromara.autotable.core.strategy.doris.data中的类
-
mysql有部分特殊注解,继承ColumnMetadata,拓展额外信息
- DorisColumnMetadata(ColumnMetadata) - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
- DorisCompareTableInfo - org.dromara.autotable.core.strategy.doris.data中的类
- DorisCompareTableInfo(String, String) - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
- DorisCompareTableInfo.TempTableInfo - org.dromara.autotable.core.strategy.doris.data中的类
- DorisDefaultTypeEnum - org.dromara.autotable.core.strategy.doris.data中的枚举
-
默认类型映射
- DorisDefaultTypeEnum(String, Integer, Integer) - 枚举的构造器 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- DorisHelper - org.dromara.autotable.core.strategy.doris中的类
-
辅助类
- DorisHelper() - 类的构造器 org.dromara.autotable.core.strategy.doris.DorisHelper
- DorisIndexMetadata - org.dromara.autotable.core.strategy.doris.data中的类
- DorisIndexMetadata() - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- DorisMetadataBuilder - org.dromara.autotable.core.strategy.doris.builder中的类
- DorisMetadataBuilder() - 类的构造器 org.dromara.autotable.core.strategy.doris.builder.DorisMetadataBuilder
- DorisPartitionMetadata - org.dromara.autotable.core.strategy.doris.data中的类
- DorisPartitionMetadata() - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
- DorisPartitionMetadata.Partition - org.dromara.autotable.core.strategy.doris.data中的类
- DorisRollupMetadata - org.dromara.autotable.core.strategy.doris.data中的类
- DorisRollupMetadata() - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisRollupMetadata
- DorisSqlBuilder - org.dromara.autotable.core.strategy.doris.builder中的类
- DorisSqlBuilder() - 类的构造器 org.dromara.autotable.core.strategy.doris.builder.DorisSqlBuilder
- DorisStrategy - org.dromara.autotable.core.strategy.doris中的类
-
项目启动时自动扫描配置的目录中的model,根据配置的规则自动创建或更新表 该逻辑只适用于mysql,其他数据库尚且需要另外扩展,因为sql的语法不同
- DorisStrategy() - 类的构造器 org.dromara.autotable.core.strategy.doris.DorisStrategy
- DorisTableMetadata - org.dromara.autotable.core.strategy.doris.data中的类
- DorisTableMetadata(Class<?>, String, String) - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
- DorisTablesMapper - org.dromara.autotable.core.strategy.doris.mapper中的类
-
创建更新表结构的Mapper
- DorisTablesMapper() - 类的构造器 org.dromara.autotable.core.strategy.doris.mapper.DorisTablesMapper
- DorisTypeHelper - org.dromara.autotable.core.strategy.doris中的类
- DorisTypeHelper() - 类的构造器 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- DOUBLE - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- dropTable(String, String) - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
- dynamicPartitionProperties - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
E
- engine - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
引擎
- executeRawSql(String) - 类中的方法 org.dromara.autotable.core.strategy.doris.mapper.DorisTablesMapper
- extra - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
该列用于显示额外的信息
F
- fieldName - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
- findTableCreateSql(String) - 类中的方法 org.dromara.autotable.core.strategy.doris.mapper.DorisTablesMapper
- findTableDataLength(String) - 类中的方法 org.dromara.autotable.core.strategy.doris.mapper.DorisTablesMapper
- findTableEnsembleByTableName(String) - 类中的方法 org.dromara.autotable.core.strategy.doris.mapper.DorisTablesMapper
-
根据表名查询库中该表的字段结构等信息
- FLOAT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
小数
- FLOAT_TYPE - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- from - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range批量分区左闭区间
G
- generateMD5(String) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- generationExpression - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
如果是生成列,这里显示用来继续其值的表达式,否则为空
- getDynamicPartitionProperties(DorisDynamicPartition) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- getFullType(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- getIndexName(String, String, String) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- getRollupName(String, List<String>) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
H
- HLL - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
聚合类型
I
- indexMetadataList - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
索引
- InformationSchemaColumn - org.dromara.autotable.core.strategy.doris.data.dbdata中的类
-
用于查询表中字段结构详细信息 该对象,主要被用于判断列自身信息的变化,不包含主键和索引的判断
- InformationSchemaColumn() - 类的构造器 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
- INT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- INTEGER_TYPE - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- interval - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range批量分区步长
- IPv4 - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
IP 类型
- IPv6 - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- isAutoIncrement() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
- isBoolean(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- isCharString(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- isDateTime(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- isFloatNumber(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- isNoLengthNumber(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- isNotNull() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
- isNullable - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
该列是否为空(YES/NO)
- isNumber(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
J
- joinColumns(List<String>) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- joinValues(List<String>) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- JSON - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
K
- key - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
-
doris没有主键概念,但是区分key列和value列 字段是否是key
- keys - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
keys
- keysType - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
key模型类型
L
- LARGEINT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- loadTempTableInfo(DorisTableMetadata) - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
-
加载临时表信息 该方法用于根据给定的表元数据创建一个临时表,获取其结构信息,然后删除临时表 主要用于在不改变原始表的情况下,比较或验证表结构
M
- main(String[]) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- MAP - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- mapper - 类中的变量 org.dromara.autotable.core.strategy.doris.DorisStrategy
- md5 - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisHelper
- modified - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
- modifyTable(DorisCompareTableInfo) - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
-
根据比较结果修改Doris表结构 此方法用于根据新旧表信息对比结果来更新Doris中的表结构 它首先检查新表数据量是否超过预设阈值,如果超过则不进行更新 否则,将创建一个临时表来应用新的表结构,并在更新前选择性地备份旧表
N
- name - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- name - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
- name - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisRollupMetadata
-
名称
- needModify() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
- needStringCompatibility(DatabaseTypeAndLength) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisTypeHelper
- newPreColumn - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
-
表示前一列的列名,该值的使用规则如下:
- numericPrecision - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
number类型的列的精度。
- numericScale - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
number类型的列的scale。
O
- onUpdateCurrentTimestamp - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
-
是否在该行有列更新时将该列的值更新为当前时间 (`current_timestamp`)。
- ordinalPosition - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
该列在表中的位置
- org.dromara.autotable.core.strategy.doris - 程序包 org.dromara.autotable.core.strategy.doris
-
Doris策略实现
- org.dromara.autotable.core.strategy.doris.builder - 程序包 org.dromara.autotable.core.strategy.doris.builder
- org.dromara.autotable.core.strategy.doris.data - 程序包 org.dromara.autotable.core.strategy.doris.data
- org.dromara.autotable.core.strategy.doris.data.dbdata - 程序包 org.dromara.autotable.core.strategy.doris.data.dbdata
- org.dromara.autotable.core.strategy.doris.mapper - 程序包 org.dromara.autotable.core.strategy.doris.mapper
P
- parseProperties(String[]) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- Partition() - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
- partitionBy - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
- partitionColumns - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
- partitionMetadata - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
分区信息
- partitions - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
- position - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
-
当前字段的顺序位置,按照实体字段自上而下排列的,父类的字段整体排在子类之后
- position - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
- preprocessSql(String) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
-
预处理SQL语句: 1.
- privileges - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
你对该列所拥有的权限
- properties - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- properties - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisRollupMetadata
-
索引properties
- properties - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
properties
Q
- QUANTILE_STATE - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
R
- removed - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
- REMOVED - 类中的静态变量 org.dromara.autotable.core.strategy.doris.DorisHelper
- rollupMetadataList - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
-
物化视图
S
- SMALLINT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- srsId - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
不知道
- STRING - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- STRUCT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- subList(List<String>, int) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
T
- tableCatalog - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
包含列的表所属的目录的名称,该值总是def
- tableDataLength - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
-
表数据大小
- tableName - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
表名
- tableSchema - 类中的变量 org.dromara.autotable.core.strategy.doris.data.dbdata.InformationSchemaColumn
-
表所有者(对于schema的名称)
- tempTableInfo - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
-
临时表信息
- TempTableInfo() - 类的构造器 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo.TempTableInfo
- TINYINT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
整数
- to - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range批量分区右开区间
- toColumnDefinitionSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
- toIndexDefinitionSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
- toMap(List<T>, Function<T, K>, Function<T, V>) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- toPropertiesSql(Map<String, String>) - 类中的静态方法 org.dromara.autotable.core.strategy.doris.DorisHelper
- toRollupDefinitionSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisTableMetadata
- toSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisColumnMetadata
- toSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- toSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
- toSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata
- toSql() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisRollupMetadata
- type - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisIndexMetadata
- typeMapping() - 类中的方法 org.dromara.autotable.core.strategy.doris.DorisStrategy
- typeName - 枚举中的变量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
类型名称
U
- unit - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range批量分区步长单位
V
- validateFailedMessage() - 类中的方法 org.dromara.autotable.core.strategy.doris.data.DorisCompareTableInfo
- valueOf(String) - 枚举中的静态方法 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举中的静态方法 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
- valuesIn - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
list分区value,根据list key数量生成values in ((V1, V2,...), (Vn, Vm, ...), (...)...),
- valuesLeftInclude - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range分区values左闭区间
- valuesLessThan - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range分区values分区上界
- valuesRightExclude - 类中的变量 org.dromara.autotable.core.strategy.doris.data.DorisPartitionMetadata.Partition
-
range分区values右开区间
- VARCHAR - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
- VARIANT - 枚举 中的枚举常量 org.dromara.autotable.core.strategy.doris.data.DorisDefaultTypeEnum
常量字段值|所有程序包|所有类和接口