parquet.org.codehaus.jackson.map.util.Named Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
package com.facebook.presto.hive.$internal.org.codehaus.jackson.map.util;
/**
* Simple tag interface mostly to allow sorting by name
*
* @since 1.9
*/
public interface Named {
public String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy