public class HiveDDLUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COL_DELIMITER |
Modifier and Type | Method and Description |
---|---|
static byte |
defaultTrait() |
static byte |
disableConstraint(byte trait) |
static byte |
enableConstraint(byte trait) |
static byte |
noValidateConstraint(byte trait) |
static byte |
relyConstraint(byte trait) |
static boolean |
requireEnableConstraint(byte trait) |
static boolean |
requireRelyConstraint(byte trait) |
static boolean |
requireValidateConstraint(byte trait) |
static byte |
validateConstraint(byte trait) |
public static final String COL_DELIMITER
public static byte defaultTrait()
public static byte enableConstraint(byte trait)
public static byte disableConstraint(byte trait)
public static byte validateConstraint(byte trait)
public static byte noValidateConstraint(byte trait)
public static byte relyConstraint(byte trait)
public static boolean requireEnableConstraint(byte trait)
public static boolean requireValidateConstraint(byte trait)
public static boolean requireRelyConstraint(byte trait)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.