We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c07666 commit 0e3d6b4Copy full SHA for 0e3d6b4
content/ja/operators.md
@@ -679,6 +679,22 @@ replica 内にローカルな Outer Apply Join を行う。Input 側の Relation
679
(Undocumented)
680
定数を表す。`shortRepresentation.description` に値のリテラル表記や `<typed null>` などが文字列として入っている。
681
682
+#### Field
683
+
684
+STRUCT のフィールド参照を表す。
685
686
+##### Metadata
687
688
+| key | values | description |
689
+|-----|--------|-------------|
690
+| name | | 参照する列名 |
691
692
+##### Child Links
693
694
+|kind | type | variable? | multiple? | description |
695
+|----------|-----|--------|---|-------------|
696
+|SCALAR | | | | 対象の STRUCT を指す式 |
697
698
#### Function
699
700
0 commit comments