public class TableFlowUtility extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableFlowUtility.ColumnUpstream |
static class |
TableFlowUtility.LeftMostSourceTable |
static class |
TableFlowUtility.Table |
static class |
TableFlowUtility.TableColumn |
Constructor and Description |
---|
TableFlowUtility() |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
exportModelToLines(TableFlowUtility.LeftMostSourceTable leftMostSourceTable,
String delimiter) |
static String |
generateLeftMostTable(DataFlowAnalyzer analyzer,
dataflow instance,
String tableNamePattern,
String tableColumn,
boolean isSimple) |
static String |
generateLeftMostTable(DataFlowAnalyzer analyzer,
dataflow instance,
String tableNamePattern,
String tableColumn,
boolean isSimple,
String outputType,
String delimiter) |
static dataflow |
generateLeftMostTableFlow(DataFlowAnalyzer analyzer,
dataflow instance,
String tableNamePattern,
String tableColumn,
boolean isSimple) |
public TableFlowUtility()
public static String generateLeftMostTable(DataFlowAnalyzer analyzer, dataflow instance, String tableNamePattern, String tableColumn, boolean isSimple)
public static String generateLeftMostTable(DataFlowAnalyzer analyzer, dataflow instance, String tableNamePattern, String tableColumn, boolean isSimple, String outputType, String delimiter)
public static Set<String> exportModelToLines(TableFlowUtility.LeftMostSourceTable leftMostSourceTable, String delimiter)
public static dataflow generateLeftMostTableFlow(DataFlowAnalyzer analyzer, dataflow instance, String tableNamePattern, String tableColumn, boolean isSimple)