public class NonNullableAccessors extends Object
| Modifier and Type | Method and Description |
|---|---|
static Charset |
getCharset(RelDataType type) |
static SqlCollation |
getCollation(RelDataType type) |
static RelDataType |
getComponentTypeOrThrow(RelDataType type) |
@API(since="1.27",
status=EXPERIMENTAL)
public static Charset getCharset(RelDataType type)
@API(since="1.27",
status=EXPERIMENTAL)
public static SqlCollation getCollation(RelDataType type)
@API(since="1.27",
status=EXPERIMENTAL)
public static RelDataType getComponentTypeOrThrow(RelDataType type)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.