Uses of Class
com.databricks.sdk.service.sql.ResultSchema
-
Packages that use ResultSchema Package Description com.databricks.sdk.service.sql -
-
Uses of ResultSchema in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ResultSchema Modifier and Type Method Description ResultSchemaResultManifest. getSchema()ResultSchemaResultSchema. setColumnCount(Long columnCount)ResultSchemaResultSchema. setColumns(Collection<ColumnInfo> columns)Methods in com.databricks.sdk.service.sql with parameters of type ResultSchema Modifier and Type Method Description ResultManifestResultManifest. setSchema(ResultSchema schema)
-