Class RowConstructorFunction

java.lang.Object
org.apache.drill.exec.expr.fn.impl.RowConstructorFunction
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc

public class RowConstructorFunction extends Object implements DrillSimpleFunc
Implementation of Calcite's ROW(col1, col2, ..., colN) constructor function. Function expects field name before every value.
See Also:
  • Constructor Details

    • RowConstructorFunction

      public RowConstructorFunction()
  • Method Details