Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

ExternalColumn.isin(*elements: Constant) → MembershipCondition[ExternalColumnIdentifier, ‘IN’, Constant] | RelationalCondition[ExternalColumnIdentifier, ‘EQ’, Constant]

ExternalColumn.isin(*elements: Constant | None) → MembershipCondition[ExternalColumnIdentifier, ‘IN’, Constant | None] | RelationalCondition[ExternalColumnIdentifier, ‘EQ’, Constant | None]

Return a condition evaluating to True for elements of this column included in the given elements, and evaluating to False elsewhere.
  • Parameters: elements – One or more values that the column elements will be compared against.