Class ConcatReturnTypeInference

java.lang.Object
org.apache.drill.exec.expr.fn.output.ConcatReturnTypeInference
All Implemented Interfaces:
ReturnTypeInference

public class ConcatReturnTypeInference extends Object implements ReturnTypeInference
Return type calculation implementation for functions with return type set as FunctionTemplate.ReturnType.CONCAT.
  • Field Details

  • Constructor Details

    • ConcatReturnTypeInference

      public ConcatReturnTypeInference()
  • Method Details