static org.apache.pulsar.client.api.Schema |
SchemaTranslator.atomicType2PulsarSchema(org.apache.flink.table.types.DataType flinkType) |
void |
PulsarCatalogSupport.createTopic(org.apache.flink.table.catalog.ObjectPath tablePath,
int defaultNumPartitions,
org.apache.flink.table.catalog.CatalogBaseTable table) |
void |
PulsarMetadataReader.createTopic(String topicName,
int defaultPartitionNum) |
org.apache.pulsar.common.schema.SchemaInfo |
PulsarMetadataReader.getPulsarSchema(List<String> topics) |
org.apache.flink.table.catalog.CatalogTableImpl |
PulsarCatalogSupport.getTableSchema(org.apache.flink.table.catalog.ObjectPath tablePath,
org.apache.flink.configuration.Configuration configuration) |
static org.apache.flink.table.types.DataType |
SimpleSchemaTranslator.proto2SqlType(com.google.protobuf.Descriptors.Descriptor descriptor) |
abstract org.apache.flink.table.types.FieldsDataType |
SchemaTranslator.pulsarSchemaToFieldsDataType(org.apache.pulsar.common.schema.SchemaInfo pulsarSchema) |
org.apache.flink.table.types.FieldsDataType |
SimpleSchemaTranslator.pulsarSchemaToFieldsDataType(org.apache.pulsar.common.schema.SchemaInfo schemaInfo) |
abstract org.apache.flink.table.api.TableSchema |
SchemaTranslator.pulsarSchemaToTableSchema(org.apache.pulsar.common.schema.SchemaInfo pulsarSchema) |
org.apache.flink.table.api.TableSchema |
SimpleSchemaTranslator.pulsarSchemaToTableSchema(org.apache.pulsar.common.schema.SchemaInfo pulsarSchema) |
void |
PulsarCatalogSupport.putSchema(org.apache.flink.table.catalog.ObjectPath tablePath,
org.apache.flink.table.catalog.CatalogBaseTable table,
org.apache.flink.configuration.Configuration configuration) |
void |
PulsarMetadataReader.putSchema(String topicName,
org.apache.pulsar.common.schema.SchemaInfo schemaInfo) |
abstract org.apache.flink.table.types.DataType |
SchemaTranslator.schemaInfo2SqlType(org.apache.pulsar.common.schema.SchemaInfo si) |
org.apache.flink.table.types.DataType |
SimpleSchemaTranslator.schemaInfo2SqlType(org.apache.pulsar.common.schema.SchemaInfo si) |
static org.apache.pulsar.shade.org.apache.avro.Schema |
SimpleSchemaTranslator.sqlType2AvroSchema(org.apache.flink.table.types.DataType flinkType) |
static org.apache.pulsar.client.api.Schema |
SimpleSchemaTranslator.sqlType2PulsarSchema(org.apache.flink.table.types.DataType flinkType) |
abstract org.apache.pulsar.common.schema.SchemaInfo |
SchemaTranslator.tableSchemaToPulsarSchema(org.apache.flink.table.api.TableSchema schema) |
org.apache.pulsar.common.schema.SchemaInfo |
SimpleSchemaTranslator.tableSchemaToPulsarSchema(org.apache.flink.table.api.TableSchema tableSchema) |
static org.apache.pulsar.common.schema.SchemaInfo |
SchemaUtils.tableSchemaToSchemaInfo(String format,
org.apache.flink.table.types.DataType dataType,
org.apache.flink.configuration.Configuration configuration) |