Function sourceSchemaV2QueryContext

  • Experimental

    Build the transitional planner context for a validated schema descriptor.

    Generic query planning intentionally does not trust a caller-constructed schemaV2 envelope. This focused helper reparses the complete value and supplies its verified fingerprint through the existing schemaVersion context until descriptor-native plan identity lands.

    Parameters

    Returns Readonly<{
        schemaVersion?: string;
    }>