Skip to content

Conversation

@mbwhite
Copy link
Contributor

@mbwhite mbwhite commented Dec 17, 2025

No description provided.

@mbwhite mbwhite force-pushed the fix-javadoc-c branch 2 times, most recently from 5398c36 to dfc8d54 Compare January 9, 2026 10:54
/**
* Creates a function finder for a Substrait name/operator over given variants.
*
* @param substraitName canonical Substrait function name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes me wonder whether we should have an example here to help disambiguate between the function signature concat:str_str and the function name concat

import org.apache.calcite.sql.fun.SqlMultisetSetOperator;
import org.apache.calcite.sql.fun.SqlStdOperatorTable;

/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you rebase then this file has been removed.

Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
@mbwhite mbwhite force-pushed the fix-javadoc-c branch 2 times, most recently from eb2f225 to 422ffb2 Compare January 16, 2026 09:03
@mbwhite mbwhite force-pushed the fix-javadoc-c branch 2 times, most recently from abafe1d to 7776b17 Compare January 16, 2026 11:37
@mbwhite mbwhite closed this Jan 16, 2026
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
@nielspardon nielspardon reopened this Jan 16, 2026
Copy link
Member

@nielspardon nielspardon Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had deleted this file in #672

I guess you would also delete it from your branch so you're not bringing it back.

Comment on lines +156 to +164
/**
* Prints all scalar signatures (for quick inspection).
*
* @param args CLI arguments (unused)
*/
public static void main(String[] args) {
SCALAR_SIGS.forEach(System.out::println);
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I deleted this one in: #672

Suggested change
/**
* Prints all scalar signatures (for quick inspection).
*
* @param args CLI arguments (unused)
*/
public static void main(String[] args) {
SCALAR_SIGS.forEach(System.out::println);
}

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.

3 participants