@Experimental public class TableUtils extends Object
NOTE: Methods in this utility class are experimental and can only be used for demonstration or testing small table results. Please DO NOT use them in production or on large tables.
We ought to put this class in the api module, but as converting high precision timestamp data type to type information is not possible in flink planner, we have to put this class in blink planner.
Constructor and Description |
---|
TableUtils() |
Modifier and Type | Method and Description |
---|---|
static List<Row> |
collectToList(Table table)
Convert Flink table to Java list.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.