Skip to content

Commit 0e3d6b4

Browse files
committed
Add Field operator
1 parent 6c07666 commit 0e3d6b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/ja/operators.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,22 @@ replica 内にローカルな Outer Apply Join を行う。Input 側の Relation
679679
(Undocumented)
680680
定数を表す。`shortRepresentation.description` に値のリテラル表記や `<typed null>` などが文字列として入っている。
681681

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+
682698
#### Function
683699

684700
(Undocumented)

0 commit comments

Comments
 (0)