Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TTypeId
-
Packages that use TTypeId Package Description com.databricks.jdbc.common.util com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TTypeId in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TTypeId Modifier and Type Method Description static org.apache.arrow.vector.types.pojo.ArrowTypeDatabricksTypeUtil. mapThriftToArrowType(TTypeId typeId) -
Uses of TTypeId in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TTypeId Modifier and Type Field Description TTypeIdTPrimitiveTypeEntry. typeFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TTypeId Modifier and Type Field Description static Set<TTypeId>TCLIServiceConstants. COLLECTION_TYPESstatic Set<TTypeId>TCLIServiceConstants. COMPLEX_TYPESstatic Set<TTypeId>TCLIServiceConstants. PRIMITIVE_TYPESstatic Map<TTypeId,String>TCLIServiceConstants. TYPE_NAMESMethods in com.databricks.jdbc.model.client.thrift.generated that return TTypeId Modifier and Type Method Description static TTypeIdTTypeId. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TTypeIdTPrimitiveTypeEntry. getType()static TTypeIdTTypeId. valueOf(String name)Returns the enum constant of this type with the specified name.static TTypeId[]TTypeId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeId Modifier and Type Method Description TPrimitiveTypeEntryTPrimitiveTypeEntry. setType(TTypeId type)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeId Constructor Description TPrimitiveTypeEntry(TTypeId type)
-