Skip to content

SQL: make foreign tags for 'interenal' functions #4240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

masatake
Copy link
Member

@masatake masatake commented May 5, 2025

CREATE FUNCTION isnlt(ean13, ean13)
        RETURNS boolean
        AS 'int8lt'
        LANGUAGE 'internal'
        IMMUTABLE STRICT
        PARALLEL SAFE;

This change extracts int8lt as a function in the C language.

@masatake masatake force-pushed the sql--language-internal branch from ead1102 to 0b2c35a Compare May 5, 2025 09:32
Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.91%. Comparing base (fe86559) to head (af013a5).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4240      +/-   ##
==========================================
+ Coverage   85.88%   85.91%   +0.02%     
==========================================
  Files         243      243              
  Lines       62764    62781      +17     
==========================================
+ Hits        53904    53937      +33     
+ Misses       8860     8844      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@masatake masatake changed the title SQL: make foreign tags fo 'interenal' functions SQL: make foreign tags for 'interenal' functions May 5, 2025
@masatake masatake force-pushed the sql--language-internal branch 2 times, most recently from 8f83dc5 to 8af995c Compare May 5, 2025 18:34
@masatake masatake force-pushed the sql--language-internal branch from 8af995c to af013a5 Compare May 6, 2025 08:56
@masatake masatake marked this pull request as draft May 6, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant