Uses of Enum
com.alibaba.druid.sql.ast.DistributedByType
Packages that use DistributedByType
-
Uses of DistributedByType in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return DistributedByTypeModifier and TypeMethodDescriptionstatic DistributedByTypeReturns the enum constant of this type with the specified name.static DistributedByType[]DistributedByType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DistributedByType in com.alibaba.druid.sql.dialect.starrocks.ast.statement
Fields in com.alibaba.druid.sql.dialect.starrocks.ast.statement declared as DistributedByTypeModifier and TypeFieldDescriptionprotected DistributedByTypeStarRocksCreateTableStatement.distributedByTypeMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement that return DistributedByTypeMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement with parameters of type DistributedByTypeModifier and TypeMethodDescriptionvoidStarRocksCreateTableStatement.setDistributedByType(DistributedByType distributedByType)