Uses of Class
com.tableau.hyperapi.TypeTag
-
Packages that use TypeTag Package Description com.tableau.hyperapi This is the public Tableau Hyper API documentation version 0.0.20746 -
-
Uses of TypeTag in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return TypeTag Modifier and Type Method Description TypeTag
SqlType. getTag()
Returns the type tag.TypeTag
ResultSchema.Column. getTypeTag()
Returns the type tag of the column.static TypeTag
TypeTag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeTag[]
TypeTag. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-