public static class NestedLiteralTypeInfo.MutableTypeSet extends Object
| Constructor and Description |
|---|
MutableTypeSet() |
MutableTypeSet(byte types) |
| Modifier and Type | Method and Description |
|---|---|
NestedLiteralTypeInfo.MutableTypeSet |
add(ColumnType type) |
byte |
getByteValue() |
ColumnType |
getSingleType() |
boolean |
isEmpty() |
NestedLiteralTypeInfo.MutableTypeSet |
merge(byte other) |
String |
toString() |
public MutableTypeSet()
public MutableTypeSet(byte types)
public NestedLiteralTypeInfo.MutableTypeSet add(ColumnType type)
public NestedLiteralTypeInfo.MutableTypeSet merge(byte other)
@Nullable public ColumnType getSingleType()
public boolean isEmpty()
public byte getByteValue()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.