Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable data level noun and adjectives #1089

Open
Affie opened this issue Aug 28, 2024 · 1 comment
Open

Variable data level noun and adjectives #1089

Affie opened this issue Aug 28, 2024 · 1 comment

Comments

@Affie
Copy link
Member

Affie commented Aug 28, 2024

There are 4 Variable data levels described by adjectives:

  • Skeleton,
  • Summary,
  • DFG (previously Packed[Variable]),
  • Compute (previously DFG[Variable])

As an example, getVariable:

  • getVariableSkeleton -> VariableSkeleton
  • getVariableSummary -> VariableSummary
  • getVariableDFG -> VariableDFG (previously PackedVariable)
  • getVariableCompute -> VariableCompute (previously DFGVariable)

getVariable returns type determined by dfg container (dispatch). May only support VariableDFG as default.

VariableDFG is favoured above just Variable.

@Affie Affie added this to the v1.0.0 milestone Aug 28, 2024
@Affie
Copy link
Member Author

Affie commented Oct 30, 2024

VariableSkeleton = SkeletonDFGVariable
VariableSummary = DFGVariableSummary
VariableCompute = DFGVariable
VariableDFG = PackedVariable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant