Uses of Class
org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
-
Packages that use Literal.LiteralType Package Description org.apache.iotdb.db.mpp.plan.statement.literal -
-
Uses of Literal.LiteralType in org.apache.iotdb.db.mpp.plan.statement.literal
Methods in org.apache.iotdb.db.mpp.plan.statement.literal that return Literal.LiteralType Modifier and Type Method Description static Literal.LiteralTypeLiteral.LiteralType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Literal.LiteralType[]Literal.LiteralType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-