public static Table report()

in table-walkthrough/src/main/java/org/apache/flink/playgrounds/spendreport/SpendReport.java [31:33]


    public static Table report(Table transactions) {
        throw new UnimplementedException();
    }