All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.hologres.client.impl.binlog.TableSchemaSupplier Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
/*
 * Copyright (c) 2022. Alibaba Group Holding Limited
 */

package com.alibaba.hologres.client.impl.binlog;

import com.alibaba.hologres.client.exception.HoloClientException;
import com.alibaba.hologres.client.model.TableSchema;

/**
 * 提供TableSchema.
 */
public interface TableSchemaSupplier {
	TableSchema apply() throws HoloClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy