Uses of Class
cn.sliew.sakura.catalog.service.dto.SchemaDTO
-
Packages that use SchemaDTO Package Description cn.sliew.sakura.catalog.factory -
-
Uses of SchemaDTO in cn.sliew.sakura.catalog.factory
Methods in cn.sliew.sakura.catalog.factory that return SchemaDTO Modifier and Type Method Description static SchemaDTOCatalogSchemaFactory. toSchema(org.apache.flink.table.api.Schema schema)static SchemaDTOCatalogSchemaFactory. toSchema(org.apache.flink.table.catalog.ResolvedSchema schema)Methods in cn.sliew.sakura.catalog.factory with parameters of type SchemaDTO Modifier and Type Method Description static org.apache.flink.table.api.SchemaCatalogSchemaFactory. toCatalog(SchemaDTO schemaDTO)
-