Class StarPushDownResolver.PushDownRequest
Object
gudusoft.gsqlparser.resolver2.expansion.StarPushDownResolver.PushDownRequest
- Enclosing class:
- StarPushDownResolver
Represents a column reference that needs to be pushed down.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe column name being referencedfinal TObjectNameThe column reference nodefinal doubleConfidence that this push-down is correctfinal StringEvidence for this push-downfinal TResultColumnThe star column (TResultColumn with *)final INamespaceThe namespace containing the star column -
Constructor Summary
ConstructorsConstructorDescriptionPushDownRequest(String columnName, TObjectName columnReference, INamespace starNamespace, TResultColumn starColumn, double confidence, String evidence) -
Method Summary
-
Field Details
-
columnName
The column name being referenced -
columnReference
The column reference node -
starNamespace
The namespace containing the star column -
starColumn
The star column (TResultColumn with *) -
confidence
Confidence that this push-down is correct -
evidence
Evidence for this push-down
-
-
Constructor Details
-
PushDownRequest
public PushDownRequest(String columnName, TObjectName columnReference, INamespace starNamespace, TResultColumn starColumn, double confidence, String evidence)
-
-
Method Details