类 Functions


  • public class Functions
    extends Object
    Built-in table functions for data transformations.
    • 构造器详细资料

      • Functions

        public Functions()
    • 方法详细资料

      • vectorToArray

        public static org.apache.flink.table.api.ApiExpression vectorToArray​(Object... arguments)
        Converts a column of Vectors into a column of double arrays.
      • arrayToVector

        public static org.apache.flink.table.api.ApiExpression arrayToVector​(Object... arguments)
        Converts a column of arrays of numeric type into a column of DenseVector instances.