public class TypeCheckUtils extends Object
Constructor and Description |
---|
TypeCheckUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isArray(DataType type) |
static boolean |
isBinaryString(DataType type) |
static boolean |
isBoolean(DataType type) |
static boolean |
isCharacterString(DataType type) |
static boolean |
isComparable(DataType type) |
static boolean |
isDecimal(DataType type) |
static boolean |
isInteger(DataType type) |
static boolean |
isLong(DataType type) |
static boolean |
isMap(DataType type) |
static boolean |
isMultiset(DataType type) |
static boolean |
isMutable(DataType type) |
static boolean |
isNumeric(DataType type) |
static boolean |
isReference(DataType type) |
static boolean |
isRow(DataType type) |
static boolean |
isTemporal(DataType type) |
static boolean |
isTimePoint(DataType type) |
static boolean |
isTimestamp(DataType type) |
static boolean |
isTimestampWithLocalZone(DataType type) |
public static boolean isNumeric(DataType type)
public static boolean isTemporal(DataType type)
public static boolean isTimePoint(DataType type)
public static boolean isCharacterString(DataType type)
public static boolean isBinaryString(DataType type)
public static boolean isTimestamp(DataType type)
public static boolean isTimestampWithLocalZone(DataType type)
public static boolean isBoolean(DataType type)
public static boolean isDecimal(DataType type)
public static boolean isInteger(DataType type)
public static boolean isLong(DataType type)
public static boolean isArray(DataType type)
public static boolean isMap(DataType type)
public static boolean isMultiset(DataType type)
public static boolean isRow(DataType type)
public static boolean isComparable(DataType type)
public static boolean isMutable(DataType type)
public static boolean isReference(DataType type)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.