HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sr-white

no profile record

投稿

[untitled]

1 ポイント·投稿者 sr-white·6 か月前·0 コメント

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

github.com
2 ポイント·投稿者 sr-white·6 か月前·0 コメント

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

github.com
10 ポイント·投稿者 sr-white·6 か月前·2 コメント

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

github.com
6 ポイント·投稿者 sr-white·6 か月前·4 コメント

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

github.com
2 ポイント·投稿者 sr-white·7 か月前·2 コメント

コメント

sr-white
·6 か月前·議論
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 か月前·議論
Thank you very much!
sr-white
·6 か月前·議論
Thank you!
sr-white
·7 か月前·議論
Thanks for the comment! Hope you find it useful.