HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sr-white

no profile record

Submissions

[untitled]

1 points·by sr-white·قبل 6 أشهر·0 comments

Show HN: Memtui – A terminal UI for browsing Memcached like a file tree

github.com
2 points·by sr-white·قبل 6 أشهر·0 comments

Show HN: MCP-tidy – How many MCPs in your Claude Code are you actually using?

github.com
10 points·by sr-white·قبل 6 أشهر·2 comments

Show HN: Snowflake Emulator – Local Snowflake Development with Go and DuckDB

github.com
6 points·by sr-white·قبل 6 أشهر·4 comments

Show HN: Gopin – Automatically pin latest to specific versions in Go install

github.com
2 points·by sr-white·قبل 7 أشهر·2 comments

comments

sr-white
·قبل 6 أشهر·discuss
Good question! Currently FLATTEN does a simple translation to DuckDB's UNNEST, which works for basic array expansion but won't give you the full Snowflake output columns (SEQ, KEY, PATH, INDEX, VALUE, THIS) or the named parameter syntax (input => ...). That said, a more complete implementation is definitely doable — DuckDB has the primitives (unnest, generate_subscripts, json_each) to build this properly. If this is something you'd find useful, feel free to open an issue with your use case. Happy to prioritize it if there's demand!
sr-white
·قبل 6 أشهر·discuss
Thank you very much!
sr-white
·قبل 6 أشهر·discuss
Thank you!
sr-white
·قبل 7 أشهر·discuss
Thanks for the comment! Hope you find it useful.