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

org.apache.hadoop.hive.dynamodb.shims.SerDeParametersShim Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package org.apache.hadoop.hive.dynamodb.shims;

import org.apache.hadoop.hive.serde2.typeinfo.TypeInfo;

import java.util.List;

public interface SerDeParametersShim {

  List getColumnNames();

  List getColumnTypes();

  byte[] getSeparators();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy