| Package | Description |
|---|---|
| com.facebook.presto.spi.type |
| Modifier and Type | Method and Description |
|---|---|
TypeSignature |
Type.getTypeSignature()
Gets the name of this type which must be case insensitive globally unique.
|
TypeSignature |
AbstractType.getTypeSignature() |
static TypeSignature |
TypeSignature.parseTypeSignature(String signature) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeSignature> |
TypeSignature.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeManager.getType(TypeSignature signature)
Gets the type with the specified signature, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeManager.getParameterizedType(String baseTypeName,
List<TypeSignature> typeParameters,
List<Object> literalParameters)
Gets the type with the specified base type, and the given parameters, or null if not found.
|
| Constructor and Description |
|---|
AbstractFixedWidthType(TypeSignature signature,
Class<?> javaType,
int fixedSize) |
AbstractType(TypeSignature signature,
Class<?> javaType) |
AbstractVariableWidthType(TypeSignature signature,
Class<?> javaType) |
| Constructor and Description |
|---|
TypeSignature(String base,
List<TypeSignature> parameters,
List<Object> literalParameters) |
Copyright © 2012-2015. All Rights Reserved.