| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.inference | |
| gudusoft.gsqlparser.resolver2.model |
| Modifier and Type | Method and Description |
|---|---|
EvidenceType |
InferenceEvidence.getEvidenceType() |
static EvidenceType |
EvidenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvidenceType[] |
EvidenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InferenceEvidence(String columnName,
String tableName,
EvidenceType evidenceType,
double confidence,
TParseTreeNode sourceNode,
String description) |
| Modifier and Type | Method and Description |
|---|---|
EvidenceType |
ColumnSource.getEvidenceType()
Get the evidence type from the structured evidence detail.
|
EvidenceType |
ResolutionEvidence.getType() |
| Constructor and Description |
|---|
ResolutionEvidence(EvidenceType type,
double weight)
Create a simple ResolutionEvidence with just type and weight.
|
ResolutionEvidence(EvidenceType type,
double weight,
String message,
SourceLocation location)
Create a ResolutionEvidence without source node.
|
ResolutionEvidence(EvidenceType type,
double weight,
String message,
SourceLocation location,
TParseTreeNode sourceNode)
Create a new ResolutionEvidence with all fields.
|
ResolutionEvidence(EvidenceType type,
double weight,
String message,
TParseTreeNode node)
Create a ResolutionEvidence from an AST node.
|