ansys / ansys/pyfluent

[FEAT]: Query builder automatic promotion of types to ast types

Open
#5,348 0 comments 0 reactions 1 assignee Claimed by @Gobot1234 View on GitHub
Dominant language
Python
Stars
497
Forks
77
Avg merge
22h 37m
Merged PRs (30d)
45

Description

e.g. `expr = b.math.sqrt(b.literal(2))` -> `expr = b.math.sqrt(2)` is there a way to generically special case the functions to do literal promotion.

Prior art here comes from geldata (in TS) where thy have similar promotion available for db queries

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.