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

com.alibaba.hologres.client.copy.WithCopyResult 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.copy;

/**
 * 用于返回copy行数.
 */
public interface WithCopyResult {
	long getResult();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy