Documentation
¶
Overview ¶
Package infer provides the ability to construct a schema inferred from existing data and possibly expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OutputSchema ¶
func OutputSchema( data any, outputID string, outputSchema *schema.StepOutputSchema, internalDataModel *schema.ScopeSchema, functions map[string]schema.Function, workflowContext map[string][]byte, ) (*schema.StepOutputSchema, error)
OutputSchema either uses the passed output schema or infers the schema from the data model.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.