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.18161 -
-
Uses of TypeTag in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return TypeTag Modifier and Type Method Description TypeTagSqlType. getTag()Returns the type tag.TypeTagResultSchema.Column. getTypeTag()Returns the type tag of the column.static TypeTagTypeTag. 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.
-