Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(CatalogStoreDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogStoreService
- add(CatalogStoreDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogStoreServiceImpl
- addColumn(Schema.Builder, ColumnDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- addConstraint(Schema.Builder, UniqueConstraintDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- addWatermark(Schema.Builder, WatermarkDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- alterDatabase(String, CatalogDatabase, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterFunction(ObjectPath, CatalogFunction, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec, CatalogColumnStatistics, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterPartitionStatistics(ObjectPath, CatalogPartitionSpec, CatalogTableStatistics, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterTable(ObjectPath, CatalogBaseTable, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterTableColumnStatistics(ObjectPath, CatalogColumnStatistics, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- alterTableStatistics(ObjectPath, CatalogTableStatistics, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
C
- CatalogColumnType - Enum Class in cn.sliew.flinkful.sql.catalog.dict.flink
- CatalogConstraintType - Enum Class in cn.sliew.flinkful.sql.catalog.dict.flink
- CatalogDatabase - Class in cn.sliew.flinkful.sql.catalog.repository.entity
- CatalogDatabase() - Constructor for class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogDatabase
- CatalogDatabaseConvert - Interface in cn.sliew.flinkful.sql.catalog.service.convert
- CatalogDatabaseDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- CatalogDatabaseDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.CatalogDatabaseDTO
- CatalogDatabaseFactory - Enum Class in cn.sliew.flinkful.sql.catalog.sakura.factory
- CatalogDatabaseMapper - Interface in cn.sliew.flinkful.sql.catalog.repository.mapper
- CatalogFunction - Class in cn.sliew.flinkful.sql.catalog.repository.entity
- CatalogFunction() - Constructor for class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogFunction
- CatalogFunctionConvert - Interface in cn.sliew.flinkful.sql.catalog.service.convert
- CatalogFunctionDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- CatalogFunctionDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.CatalogFunctionDTO
- CatalogFunctionFactory - Enum Class in cn.sliew.flinkful.sql.catalog.sakura.factory
- CatalogFunctionLanguage - Enum Class in cn.sliew.flinkful.sql.catalog.dict.flink
- CatalogFunctionMapper - Interface in cn.sliew.flinkful.sql.catalog.repository.mapper
- CatalogSchemaFactory - Enum Class in cn.sliew.flinkful.sql.catalog.sakura.factory
- CatalogStore - Class in cn.sliew.flinkful.sql.catalog.repository.entity
- CatalogStore() - Constructor for class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogStore
- CatalogStoreConvert - Interface in cn.sliew.flinkful.sql.catalog.service.convert
- CatalogStoreDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- CatalogStoreDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.CatalogStoreDTO
- CatalogStoreFactoryHelper(CatalogStoreFactory, CatalogStoreFactory.Context) - Constructor for class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory.CatalogStoreFactoryHelper
- CatalogStoreMapper - Interface in cn.sliew.flinkful.sql.catalog.repository.mapper
- CatalogTable - Class in cn.sliew.flinkful.sql.catalog.repository.entity
- CatalogTable() - Constructor for class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogTable
- CatalogTableConvert - Interface in cn.sliew.flinkful.sql.catalog.service.convert
- CatalogTableDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
-
org.apache.flink.table.catalog.DefaultCatalogView
- CatalogTableDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.CatalogTableDTO
- CatalogTableFactory - Enum Class in cn.sliew.flinkful.sql.catalog.sakura.factory
- CatalogTableKind - Enum Class in cn.sliew.flinkful.sql.catalog.dict.flink
- CatalogTableMapper - Interface in cn.sliew.flinkful.sql.catalog.repository.mapper
- CatalogType - Enum Class in cn.sliew.flinkful.sql.catalog.dict
- CatalogViewFactory - Enum Class in cn.sliew.flinkful.sql.catalog.sakura.factory
- close() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- close() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
- cn.sliew.flinkful.sql.catalog.config - package cn.sliew.flinkful.sql.catalog.config
- cn.sliew.flinkful.sql.catalog.dict - package cn.sliew.flinkful.sql.catalog.dict
- cn.sliew.flinkful.sql.catalog.dict.flink - package cn.sliew.flinkful.sql.catalog.dict.flink
- cn.sliew.flinkful.sql.catalog.repository.entity - package cn.sliew.flinkful.sql.catalog.repository.entity
- cn.sliew.flinkful.sql.catalog.repository.mapper - package cn.sliew.flinkful.sql.catalog.repository.mapper
- cn.sliew.flinkful.sql.catalog.sakura - package cn.sliew.flinkful.sql.catalog.sakura
- cn.sliew.flinkful.sql.catalog.sakura.factory - package cn.sliew.flinkful.sql.catalog.sakura.factory
- cn.sliew.flinkful.sql.catalog.service - package cn.sliew.flinkful.sql.catalog.service
- cn.sliew.flinkful.sql.catalog.service.convert - package cn.sliew.flinkful.sql.catalog.service.convert
- cn.sliew.flinkful.sql.catalog.service.dto - package cn.sliew.flinkful.sql.catalog.service.dto
- cn.sliew.flinkful.sql.catalog.service.impl - package cn.sliew.flinkful.sql.catalog.service.impl
- cn.sliew.flinkful.sql.catalog.store - package cn.sliew.flinkful.sql.catalog.store
- cn.sliew.flinkful.sql.catalog.util - package cn.sliew.flinkful.sql.catalog.util
- ColumnDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- ColumnDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.ColumnDTO
- COMPUTED - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogColumnType
- contains(String) - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
- copy() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- copy() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- copy(Map<String, String>) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- countByDatabase(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogFunctionMapper
- countByDatabase(CatalogType, String, String, CatalogTableKind) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogTableMapper
- createCatalog(CatalogFactory.Context) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogFactory
- createCatalogStore() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
- createDatabase(String, CatalogDatabase, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- createFunction(ObjectPath, CatalogFunction, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- createPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- createTable(ObjectPath, CatalogBaseTable, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
D
- databaseExists(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- databaseExists(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- databaseExists(String) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- DEFAULT_DATABASE - Static variable in enum class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogOptions
- delete(CatalogType, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogStoreService
- delete(CatalogType, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogStoreServiceImpl
- deleteByName(CatalogType, String, String, CatalogTableKind, String) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogTableMapper
- deleteByName(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogFunctionMapper
- deleteDatabase(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- deleteDatabase(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- deleteFunction(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- deleteFunction(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- deleteTable(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- deleteTable(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- deleteView(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- deleteView(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- dropDatabase(String, boolean, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- dropFunction(ObjectPath, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- dropPartition(ObjectPath, CatalogPartitionSpec, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- dropTable(ObjectPath, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
F
- factoryIdentifier() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogFactory
- factoryIdentifier() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
- FLINK - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.CatalogType
- FlinkfulCatalogService - Interface in cn.sliew.flinkful.sql.catalog.service
- FlinkfulCatalogServiceImpl - Class in cn.sliew.flinkful.sql.catalog.service.impl
- FlinkfulCatalogServiceImpl() - Constructor for class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- FlinkfulCatalogStoreService - Interface in cn.sliew.flinkful.sql.catalog.service
- FlinkfulCatalogStoreServiceImpl - Class in cn.sliew.flinkful.sql.catalog.service.impl
- FlinkfulCatalogStoreServiceImpl() - Constructor for class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogStoreServiceImpl
- format(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.util.SqlUtil
- fromDatabase(String, String, CatalogDatabase) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogDatabaseFactory
- fromFunction(String, CatalogFunction) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogFunctionFactory
- fromResolvedTable(String, CatalogBaseTable) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogTableFactory
- fromResolvedView(String, ResolvedCatalogView) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogViewFactory
- fromUnresolvedTable(String, CatalogBaseTable) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogTableFactory
- fromUnresolvedTable(String, CatalogBaseTable) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogViewFactory
- functionExists(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- functionExists(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- functionExists(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
G
- get(CatalogType, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogStoreService
- get(CatalogType, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogStoreServiceImpl
- getCatalog(String) - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
- getComment() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getComment() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getDatabase(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- getDatabase(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- getDatabase(String) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getDescription() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getDescription() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getDetailedDescription() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getDetailedDescription() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getExpandedQuery() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getFunction(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- getFunction(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- getFunction(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getOptions() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getOptions() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getOriginalQuery() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getPartition(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getPartitionKeys() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getPartitionStatistics(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getTable(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- getTable(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- getTable(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getTableColumnStatistics(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getTableKind() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getTableKind() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getTableStatistics(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- getUnresolvedSchema() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- getUnresolvedSchema() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- getView(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- getView(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
I
- IDENTIFIER - Static variable in enum class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogOptions
- IDENTIFIER - Static variable in enum class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreOptions
- insertDatabase(CatalogDatabaseDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- insertDatabase(CatalogDatabaseDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- insertFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- insertFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- insertTable(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- insertTable(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- insertView(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- insertView(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- INSTANCE - Static variable in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogDatabaseConvert
- INSTANCE - Static variable in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogFunctionConvert
- INSTANCE - Static variable in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogStoreConvert
- INSTANCE - Static variable in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogTableConvert
- isDatabaseEmpty(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- isDatabaseEmpty(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- isPartitioned() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
J
- JAVA - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogFunctionLanguage
- JdbcCatalogStore - Class in cn.sliew.flinkful.sql.catalog.store
- JdbcCatalogStore() - Constructor for class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
- JdbcCatalogStoreFactory - Class in cn.sliew.flinkful.sql.catalog.store
- JdbcCatalogStoreFactory() - Constructor for class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
- JdbcCatalogStoreFactory.CatalogStoreFactoryHelper - Class in cn.sliew.flinkful.sql.catalog.store
- JdbcCatalogStoreOptions - Enum Class in cn.sliew.flinkful.sql.catalog.store
L
- list(CatalogType) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogStoreService
- list(CatalogType) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogStoreServiceImpl
- listCatalogs() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
- listDatabases() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- listDatabases(CatalogType, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- listDatabases(CatalogType, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- listFunctions(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- listFunctions(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- listFunctions(String) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- listPartitions(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- listPartitions(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- listPartitionsByFilter(ObjectPath, List<Expression>) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- listTables(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- listTables(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- listTables(String) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- listViews(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- listViews(CatalogType, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- listViews(String) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
M
- MAPPER_MODULE_DATASOURCE_PACKAGE - Static variable in class cn.sliew.flinkful.sql.catalog.config.SqlCatalogMybatisConfig
- METADATA - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogColumnType
O
- open() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- open() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
- open(CatalogStoreFactory.Context) - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
- optionalOptions() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogFactory
- optionalOptions() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
P
- parseStatements(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.util.SqlUtil
- partitionExists(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- PHYSICAL - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogColumnType
- PRIMARY_KEY - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogConstraintType
- PYTHON - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogFunctionLanguage
R
- removeCatalog(String, boolean) - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
- renameTable(CatalogType, String, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- renameTable(CatalogType, String, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- renameTable(ObjectPath, String, boolean) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- renameView(CatalogType, String, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- renameView(CatalogType, String, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- requiredOptions() - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogFactory
- requiredOptions() - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreFactory
S
- SakuraCatalog - Class in cn.sliew.flinkful.sql.catalog.sakura
- SakuraCatalog(String) - Constructor for class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- SakuraCatalogFactory - Class in cn.sliew.flinkful.sql.catalog.sakura
- SakuraCatalogFactory() - Constructor for class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogFactory
- SakuraCatalogOptions - Enum Class in cn.sliew.flinkful.sql.catalog.sakura
- SakuraCatalogTable - Class in cn.sliew.flinkful.sql.catalog.sakura
- SakuraCatalogTable(CatalogBaseTable.TableKind, Schema, Map<String, String>, String) - Constructor for class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogTable
- SakuraCatalogView - Class in cn.sliew.flinkful.sql.catalog.sakura
-
org.apache.flink.table.catalog.DefaultCatalogView
- SakuraCatalogView(CatalogBaseTable.TableKind, Schema, Map<String, String>, String, String, String) - Constructor for class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogView
- SCALA - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogFunctionLanguage
- SchemaDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- SchemaDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.SchemaDTO
- selectByDatabase(CatalogType, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogFunctionMapper
- selectByDatabase(CatalogType, String, String, CatalogTableKind) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogTableMapper
- selectByName(CatalogType, String, String, CatalogTableKind, String) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogTableMapper
- selectByName(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.repository.mapper.CatalogFunctionMapper
- SqlCatalogMybatisConfig - Class in cn.sliew.flinkful.sql.catalog.config
- SqlCatalogMybatisConfig() - Constructor for class cn.sliew.flinkful.sql.catalog.config.SqlCatalogMybatisConfig
- SqlUtil - Enum Class in cn.sliew.flinkful.sql.catalog.util
- storeCatalog(String, CatalogDescriptor) - Method in class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStore
T
- TABLE - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogTableKind
- tableExists(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- tableExists(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- tableExists(ObjectPath) - Method in class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalog
- toCatalog(SchemaDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toCatalogFunction(CatalogFunctionDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogFunctionFactory
- toColumn(Schema.UnresolvedColumn) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toColumn(Column) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toConstraint(Schema.UnresolvedPrimaryKey) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toConstraint(UniqueConstraint) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toDatabase(CatalogDatabaseDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogDatabaseFactory
- toDo(CatalogDatabaseDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogDatabaseConvert
- toDo(CatalogFunctionDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogFunctionConvert
- toDo(CatalogStoreDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogStoreConvert
- toDo(CatalogTableDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogTableConvert
- toDto(CatalogDatabase) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogDatabaseConvert
- toDto(CatalogFunction) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogFunctionConvert
- toDto(CatalogStore) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogStoreConvert
- toDto(CatalogTable) - Method in interface cn.sliew.flinkful.sql.catalog.service.convert.CatalogTableConvert
- toSchema(Schema) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toSchema(ResolvedSchema) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toTable(CatalogTableDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogTableFactory
- toView(CatalogTableDTO) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogViewFactory
- toWatermark(Schema.UnresolvedWatermarkSpec) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
- toWatermark(WatermarkSpec) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
U
- UNIQUE_KEY - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogConstraintType
- UniqueConstraintDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- UniqueConstraintDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.UniqueConstraintDTO
- update(CatalogStoreDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogStoreService
- update(CatalogStoreDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogStoreServiceImpl
- updateDatabase(CatalogDatabaseDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- updateDatabase(CatalogDatabaseDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- updateFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- updateFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- updateTable(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- updateTable(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
- updateView(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- updateView(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
V
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.CatalogType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogColumnType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogConstraintType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogFunctionLanguage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogTableKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogDatabaseFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogFunctionFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogTableFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogViewFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.sliew.flinkful.sql.catalog.util.SqlUtil
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.CatalogType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogColumnType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogConstraintType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogFunctionLanguage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogTableKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogDatabaseFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogFunctionFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogSchemaFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogTableFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.factory.CatalogViewFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.store.JdbcCatalogStoreOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.sliew.flinkful.sql.catalog.util.SqlUtil
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIEW - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogTableKind
- viewExists(CatalogType, String, String, String) - Method in interface cn.sliew.flinkful.sql.catalog.service.FlinkfulCatalogService
- viewExists(CatalogType, String, String, String) - Method in class cn.sliew.flinkful.sql.catalog.service.impl.FlinkfulCatalogServiceImpl
W
- WATERMARK - Enum constant in enum class cn.sliew.flinkful.sql.catalog.dict.flink.CatalogColumnType
- WatermarkDTO - Class in cn.sliew.flinkful.sql.catalog.service.dto
- WatermarkDTO() - Constructor for class cn.sliew.flinkful.sql.catalog.service.dto.WatermarkDTO
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form