Uses of Enum
com.databricks.jdbc.model.client.thrift.generated.TTypeId
Packages that use TTypeId
Package
Description
-
Uses of TTypeId in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TTypeIdModifier and TypeMethodDescriptionstatic org.apache.arrow.vector.types.pojo.ArrowTypeDatabricksTypeUtil.mapThriftToArrowType(TTypeId typeId) -
Uses of TTypeId in com.databricks.jdbc.model.client.thrift.generated
Subclasses with type arguments of type TTypeId in com.databricks.jdbc.model.client.thrift.generatedFields in com.databricks.jdbc.model.client.thrift.generated declared as TTypeIdFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TTypeIdModifier and TypeFieldDescriptionTCLIServiceConstants.COLLECTION_TYPESTCLIServiceConstants.COMPLEX_TYPESTCLIServiceConstants.PRIMITIVE_TYPESTCLIServiceConstants.TYPE_NAMESMethods in com.databricks.jdbc.model.client.thrift.generated that return TTypeIdModifier and TypeMethodDescriptionstatic TTypeIdTTypeId.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.TPrimitiveTypeEntry.getType()static TTypeIdReturns 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 TTypeIdConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeId