Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkRowSetType
-
Packages that use TSparkRowSetType Package Description com.databricks.jdbc.model.client.thrift.generated com.databricks.jdbc.telemetry.latency -
-
Uses of TSparkRowSetType in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TSparkRowSetType Modifier and Type Field Description TSparkRowSetTypeTGetResultSetMetadataResp. resultFormatMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkRowSetType Modifier and Type Method Description static TSparkRowSetTypeTSparkRowSetType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TSparkRowSetTypeTGetResultSetMetadataResp. getResultFormat()static TSparkRowSetTypeTSparkRowSetType. valueOf(String name)Returns the enum constant of this type with the specified name.static TSparkRowSetType[]TSparkRowSetType. 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 TSparkRowSetType Modifier and Type Method Description TGetResultSetMetadataRespTGetResultSetMetadataResp. setResultFormat(TSparkRowSetType resultFormat) -
Uses of TSparkRowSetType in com.databricks.jdbc.telemetry.latency
Methods in com.databricks.jdbc.telemetry.latency with parameters of type TSparkRowSetType Modifier and Type Method Description voidTelemetryCollector. setResultFormat(IDatabricksStatementInternal statement, TSparkRowSetType executionResultFormat)
-