Uses of Enum Class
io.dingodb.sdk.common.serial.schema.Type
Packages that use Type
-
Uses of Type in io.dingodb.sdk.common.serial.schema
Methods in io.dingodb.sdk.common.serial.schema that return TypeModifier and TypeMethodDescriptionArraySchema.getType()BitSchema.getType()BooleanListSchema.getType()BooleanSchema.getType()BytesSchema.getType()DecimalSchema.getType()DingoSchema.getType()DoubleListSchema.getType()DoubleSchema.getType()FloatListSchema.getType()FloatSchema.getType()IntegerListSchema.getType()IntegerSchema.getType()LongListSchema.getType()LongSchema.getType()StringListSchema.getType()StringSchema.getType()VectorSchema.getType()static TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Type in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils with parameters of type Type