public static enum OrcFile.OrcTableProperties extends Enum<OrcFile.OrcTableProperties>
Enum Constant and Description |
---|
BLOCK_PADDING |
BLOCK_SIZE |
BLOOM_FILTER_COLUMNS |
BLOOM_FILTER_FPP |
COMPRESSION |
COMPRESSION_BLOCK_SIZE |
ENABLE_INDEXES |
ENCODING_STRATEGY |
ROW_INDEX_STRIDE |
STRIPE_SIZE |
Modifier and Type | Method and Description |
---|---|
String |
getPropName() |
static OrcFile.OrcTableProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.OrcTableProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrcFile.OrcTableProperties COMPRESSION
public static final OrcFile.OrcTableProperties COMPRESSION_BLOCK_SIZE
public static final OrcFile.OrcTableProperties STRIPE_SIZE
public static final OrcFile.OrcTableProperties BLOCK_SIZE
public static final OrcFile.OrcTableProperties ROW_INDEX_STRIDE
public static final OrcFile.OrcTableProperties ENABLE_INDEXES
public static final OrcFile.OrcTableProperties BLOCK_PADDING
public static final OrcFile.OrcTableProperties ENCODING_STRATEGY
public static final OrcFile.OrcTableProperties BLOOM_FILTER_COLUMNS
public static final OrcFile.OrcTableProperties BLOOM_FILTER_FPP
public static OrcFile.OrcTableProperties[] values()
for (OrcFile.OrcTableProperties c : OrcFile.OrcTableProperties.values()) System.out.println(c);
public static OrcFile.OrcTableProperties 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 String getPropName()
Copyright © 2017 The Apache Software Foundation. All rights reserved.