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

com.alibaba.hologres.client.SortKeys Maven / Gradle / Ivy

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

package com.alibaba.hologres.client;

/**
 * Scan操作的排序keys.
 */
public enum SortKeys {
	PRIMARY_KEY,
	CLUSTERING_KEY,
	NONE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy