Featureflow v0.1.0 Featureflow.Client View Source

This module includes all functions and logic for FeatureflowClient.evaluate from spec. It includes functionality from the list below.

  • Operators,
  • EvaluateHelpers,
  • Evaluate._calculateVariant

See the following docs for more details https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/2.FeatureflowClient.md https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/4.EvaluateHelpers.md https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/5.Operators.md https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/3.Evaluate.md

Link to this section Summary

Link to this section Types

Link to this section Functions

FeatureflowClient.evaluate implemetation

Link to this function

getVarintSplitKey(variant_value, vs)

View Source