Toggle navigation
Home
java.lang.String to com.facebook.presto.spi.type.TypeSignature
No. of Instances - 20
No. of Commits - 4
No. of Projects - {'presto'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Similar)
String
to
TypeSignature
String
to
TypeSignature
Add or Remove Method invocation
toString
to
get
toString
to
get
Signature.builder().kind(SCALAR).operatorType(CAST).argumentTypes(parseTypeSignature("decimal(precision,scale)",ImmutableSet.of("precision","scale"))).returnType(parseTypeSignature(to,ImmutableSet.of("x","precision","scale")))
to
Signature.builder().kind(SCALAR).operatorType(CAST).argumentTypes(parseTypeSignature("decimal(precision,scale)",ImmutableSet.of("precision","scale"))).returnType(to)
Signature.builder().kind(SCALAR).operatorType(CAST).typeVariableConstraints(withVariadicBound("X",DECIMAL)).argumentTypes(parseTypeSignature(from)).returnType(parseTypeSignature("X"))
to
Signature.builder().kind(SCALAR).operatorType(CAST).argumentTypes(from).returnType(parseTypeSignature("decimal(precision,scale)",ImmutableSet.of("precision","scale")))
Rename Variable
keyType
to
keySignature
keyType
to
keySignature
valueType
to
valueSignature
valueType
to
valueSignature