public enum ETypeConverter extends Enum<ETypeConverter>
Modifier and Type | Class and Description |
---|---|
static class |
ETypeConverter.BinaryConverter<T extends org.apache.hadoop.io.Writable> |
Enum Constant and Description |
---|
EBINARY_CONVERTER |
EBOOLEAN_CONVERTER |
EDATE_CONVERTER |
EDECIMAL_CONVERTER |
EDOUBLE_CONVERTER |
EFLOAT_CONVERTER |
EINT32_CONVERTER |
EINT64_CONVERTER |
ESTRING_CONVERTER |
ETIMESTAMP_CONVERTER |
Modifier and Type | Method and Description |
---|---|
static parquet.io.api.PrimitiveConverter |
getNewConverter(parquet.schema.PrimitiveType type,
int index,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent) |
static ETypeConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETypeConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETypeConverter EDOUBLE_CONVERTER
public static final ETypeConverter EBOOLEAN_CONVERTER
public static final ETypeConverter EFLOAT_CONVERTER
public static final ETypeConverter EINT32_CONVERTER
public static final ETypeConverter EINT64_CONVERTER
public static final ETypeConverter EBINARY_CONVERTER
public static final ETypeConverter ESTRING_CONVERTER
public static final ETypeConverter EDECIMAL_CONVERTER
public static final ETypeConverter ETIMESTAMP_CONVERTER
public static final ETypeConverter EDATE_CONVERTER
public static ETypeConverter[] values()
for (ETypeConverter c : ETypeConverter.values()) System.out.println(c);
public static ETypeConverter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static parquet.io.api.PrimitiveConverter getNewConverter(parquet.schema.PrimitiveType type, int index, org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent)
Copyright © 2017 The Apache Software Foundation. All rights reserved.