Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TTypeDesc
Packages that use TTypeDesc
Package
Description
-
Uses of TTypeDesc in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TTypeDescModifier and TypeMethodDescriptionstatic TPrimitiveTypeEntryDatabricksTypeUtil.getTPrimitiveTypeOrDefault(TTypeDesc typeDesc) static StringDatabricksThriftUtil.getTypeTextFromTypeDesc(TTypeDesc typeDesc) -
Uses of TTypeDesc in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TTypeDescFields in com.databricks.jdbc.model.client.thrift.generated declared as TTypeDescMethods in com.databricks.jdbc.model.client.thrift.generated that return TTypeDescModifier and TypeMethodDescriptionTTypeDesc.deepCopy()TColumnDesc.getTypeDesc()TTypeDesc.setTypes(List<TTypeEntry> types) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeDescConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeDescModifierConstructorDescriptionTColumnDesc(String columnName, TTypeDesc typeDesc, int position) Performs a deep copy on other.