| Package | Description |
|---|---|
| gudusoft.gsqlparser.lineage2.contract |
Frozen identity-layer contract implementation for the lineage2 engine
(lineage2-contract.md §3, rev 3 of CONTRACT_lineage_role_and_hash_identity.md,
pinned gudu-sqlflow commit b1d5d893149510dc63de400bc2a6aa5d47d35a4a).
|
| Modifier and Type | Method and Description |
|---|---|
TransformGraph.OperationType |
TransformGraph.Step.getOperationType() |
static TransformGraph.OperationType |
TransformGraph.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformGraph.OperationType[] |
TransformGraph.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Step(int stepIndex,
TransformGraph.OperationType operationType,
List<String> inputNodeIds,
String outputNodeId,
String expressionHash,
SourceLocation sourceLocation,
LocationNullReason locationNullReason) |