|
Change Parameter Type fromType : Type to fromType : TypeSignature in method private cast(generatorContext ByteCodeGeneratorContext, argument ByteCodeNode, fromType TypeSignature, toType TypeSignature) : ByteCodeNode in class com.facebook.presto.sql.gen.NullIfCodeGenerator |
From |
To |
|
Change Parameter Type toType : Type to toType : TypeSignature in method private cast(generatorContext ByteCodeGeneratorContext, argument ByteCodeNode, fromType TypeSignature, toType TypeSignature) : ByteCodeNode in class com.facebook.presto.sql.gen.NullIfCodeGenerator |
From |
To |
|
Change Parameter Type argumentTypes : List<? extends Type> to argumentTypes : List<? extends TypeSignature> in method public OperatorNotFoundException(operatorType OperatorType, argumentTypes List<? extends TypeSignature>, returnType TypeSignature) in class com.facebook.presto.metadata.OperatorNotFoundException |
From |
To |
|
Change Parameter Type returnType : Type to returnType : TypeSignature in method public OperatorNotFoundException(operatorType OperatorType, argumentTypes List<? extends TypeSignature>, returnType TypeSignature) in class com.facebook.presto.metadata.OperatorNotFoundException |
From |
To |
|
Change Parameter Type argumentTypes : List<? extends Type> to argumentTypes : List<? extends TypeSignature> in method public OperatorNotFoundException(operatorType OperatorType, argumentTypes List<? extends TypeSignature>) in class com.facebook.presto.metadata.OperatorNotFoundException |
From |
To |