Uses of Class
io.trino.sql.tree.DataTypeParameter
-
Packages that use DataTypeParameter Package Description io.trino.sql.tree -
-
Uses of DataTypeParameter in io.trino.sql.tree
Subclasses of DataTypeParameter in io.trino.sql.tree Modifier and Type Class Description classNumericParameterclassTypeParameterMethods in io.trino.sql.tree that return types with arguments of type DataTypeParameter Modifier and Type Method Description List<DataTypeParameter>GenericDataType. getArguments()Optional<DataTypeParameter>DateTimeDataType. getPrecision()Methods in io.trino.sql.tree with parameters of type DataTypeParameter Modifier and Type Method Description protected RAstVisitor. visitDataTypeParameter(DataTypeParameter node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type DataTypeParameter Constructor Description DateTimeDataType(NodeLocation location, DateTimeDataType.Type type, boolean withTimeZone, Optional<DataTypeParameter> precision)GenericDataType(NodeLocation location, Identifier name, List<DataTypeParameter> arguments)GenericDataType(Optional<NodeLocation> location, Identifier name, List<DataTypeParameter> arguments)
-