Cuttlefish SDK Reference - v0.1.0
    Preparing search index...
    • Coerces parameters to match column types based on AST analysis.

      This is primarily for test helpers that load JSON fixtures with string values. Real usage expects customers to pass correctly typed parameters.

      Parameters

      • ast: OperationNode

        The query AST

      • params: unknown[]

        Raw parameter values (potentially strings from JSON)

      • schemaOrCache: RuntimeTableSchema | RowCache

        Either a RuntimeTableSchema or RowCache with schema metadata

      Returns unknown[]

      Coerced parameters array