public final class OrcUtil
extends java.lang.Object
| Constructor and Description |
|---|
OrcUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSupportedSchema(java.lang.String s)
Return true if the given schema can be transformed
into h2o type.
|
static byte |
schemaToColumnType(java.lang.String s)
Transform Orc column types into H2O type.
|
public static boolean isSupportedSchema(java.lang.String s)
s - orc field name in stringpublic static byte schemaToColumnType(java.lang.String s)
s - Orc data typejava.lang.IllegalArgumentException - if schema is not supported