| Constructor and Description |
|---|
DataFlowAnalyzer(Sqlflow sqlflow,
Option option) |
| Modifier and Type | Method and Description |
|---|---|
static Sqlflow |
SqlflowObjectAdapter.fromJson(String json) |
static Sqlflow |
SqlflowObjectAdapter.fromMap(Map metadata) |
| Modifier and Type | Method and Description |
|---|---|
Sqlflow |
Dataflow.getDbobjs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dataflow.setDbobjs(Sqlflow dbobjs) |
| Modifier and Type | Method and Description |
|---|---|
static Sqlflow |
MetadataUtil.convertDataflowToMetadata(EDbVendor vendor,
dataflow dataflow) |
static Sqlflow |
MetadataUtil.convertMetadataJsonToSqlflow(EDbVendor vendor,
String json) |
static Sqlflow |
MetadataUtil.convertShardedMetadataJsonToSqlflow(EDbVendor vendor,
String json,
String baseDir) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
MetadataUtil.appendPackages(Sqlflow sqlflow,
EDbVendor vendor,
dataflow dataflow) |
protected static void |
MetadataUtil.appendProcesses(Sqlflow sqlflow,
EDbVendor vendor,
dataflow dataflow) |
protected static void |
MetadataUtil.appendTables(Sqlflow sqlflow,
EDbVendor vendor,
dataflow dataflow) |
| Modifier and Type | Method and Description |
|---|---|
static File |
LargeFileDetector.writeSqlflowToTempFile(Sqlflow sqlflow) |