public enum VectorType extends Enum<VectorType>
| Modifier and Type | Method and Description |
|---|---|
static VectorType |
fromCode(int code) |
int |
getCode() |
com.singlestore.jdbc.client.DataType |
getType() |
static VectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorType NONE
public static final VectorType F32
public static final VectorType F64
public static final VectorType I8
public static final VectorType I16
public static final VectorType I32
public static final VectorType I64
public static VectorType[] values()
for (VectorType c : VectorType.values()) System.out.println(c);
public static VectorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCode()
public com.singlestore.jdbc.client.DataType getType()
public static VectorType fromCode(int code)
Copyright © 2025 SingleStore. All rights reserved.