Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Function convertRowTypes

    • Converts all column values in a row to their appropriate JavaScript types based on the table schema's js_type metadata.

      Parameters

      • row: Row

        The row data with potentially untyped values (e.g., strings from JSON)

      • tableSchema: RuntimeTableSchema

        The table schema with column type metadata

      Returns Row

      A new row with properly typed values