File tree 4 files changed +25
-66
lines changed
citus/v3-chinook-ndc-metadata
cockroach/v3-chinook-ndc-metadata
postgres/v3-chinook-ndc-metadata
yugabyte/v3-chinook-ndc-metadata
4 files changed +25
-66
lines changed Original file line number Diff line number Diff line change 783
783
"name" : " members" ,
784
784
"type" : {
785
785
"arrayType" : {
786
- "scalarType " : " text "
786
+ "compositeType " : " person_name "
787
787
}
788
788
},
789
789
"description" : null
801
801
"organization" : {
802
802
"name" : " organization" ,
803
803
"fields" : {
804
- "members " : {
804
+ "committees " : {
805
805
"name" : " committees" ,
806
806
"type" : {
807
807
"arrayType" : {
848
848
"type" : {
849
849
"scalarType" : " text"
850
850
},
851
- "description" : null
851
+ "description" : " Address line No 1 "
852
852
},
853
853
"address_line_2" : {
854
854
"name" : " address_line_2" ,
855
855
"type" : {
856
856
"scalarType" : " text"
857
857
},
858
- "description" : null
858
+ "description" : " Address line No 2 "
859
859
}
860
860
},
861
- "description" : null
861
+ "description" : " The address of a person, obviously "
862
862
},
863
863
"person_name" : {
864
864
"name" : " person_name" ,
868
868
"type" : {
869
869
"scalarType" : " text"
870
870
},
871
- "description" : null
871
+ "description" : " The first name of a person "
872
872
},
873
873
"last_name" : {
874
874
"name" : " last_name" ,
875
875
"type" : {
876
876
"scalarType" : " text"
877
877
},
878
- "description" : null
878
+ "description" : " The last name of a person "
879
879
}
880
880
},
881
- "description" : null
881
+ "description" : " The name of a person, obviously "
882
882
}
883
883
},
884
884
"nativeQueries" : {
Original file line number Diff line number Diff line change 818
818
"description" : " Shows all defined Spatial Reference Identifiers (SRIDs). Matches PostGIS' spatial_ref_sys table."
819
819
}
820
820
},
821
- "compositeTypes" : {
822
- "person_address" : {
823
- "name" : " person_address" ,
824
- "fields" : {
825
- "address_line_1" : {
826
- "name" : " address_line_1" ,
827
- "type" : {
828
- "scalarType" : " text"
829
- },
830
- "description" : null
831
- },
832
- "address_line_2" : {
833
- "name" : " address_line_2" ,
834
- "type" : {
835
- "scalarType" : " text"
836
- },
837
- "description" : null
838
- }
839
- },
840
- "description" : null
841
- },
842
- "person_name" : {
843
- "name" : " person_name" ,
844
- "fields" : {
845
- "first_name" : {
846
- "name" : " first_name" ,
847
- "type" : {
848
- "scalarType" : " text"
849
- },
850
- "description" : null
851
- },
852
- "last_name" : {
853
- "name" : " last_name" ,
854
- "type" : {
855
- "scalarType" : " text"
856
- },
857
- "description" : null
858
- }
859
- },
860
- "description" : null
861
- }
862
- },
821
+ "compositeTypes" : {},
863
822
"nativeQueries" : {
864
823
"address_identity_function" : {
865
824
"sql" : {
Original file line number Diff line number Diff line change 1040
1040
"name" : " members" ,
1041
1041
"type" : {
1042
1042
"arrayType" : {
1043
- "scalarType " : " text "
1043
+ "compositeType " : " person_name "
1044
1044
}
1045
1045
},
1046
1046
"description" : null
1058
1058
"organization" : {
1059
1059
"name" : " organization" ,
1060
1060
"fields" : {
1061
- "members " : {
1061
+ "committees " : {
1062
1062
"name" : " committees" ,
1063
1063
"type" : {
1064
1064
"arrayType" : {
1105
1105
"type" : {
1106
1106
"scalarType" : " text"
1107
1107
},
1108
- "description" : null
1108
+ "description" : " Address line No 1 "
1109
1109
},
1110
1110
"address_line_2" : {
1111
1111
"name" : " address_line_2" ,
1112
1112
"type" : {
1113
1113
"scalarType" : " text"
1114
1114
},
1115
- "description" : null
1115
+ "description" : " Address line No 2 "
1116
1116
}
1117
1117
},
1118
- "description" : null
1118
+ "description" : " The address of a person, obviously "
1119
1119
},
1120
1120
"person_name" : {
1121
1121
"name" : " person_name" ,
1125
1125
"type" : {
1126
1126
"scalarType" : " text"
1127
1127
},
1128
- "description" : null
1128
+ "description" : " The first name of a person "
1129
1129
},
1130
1130
"last_name" : {
1131
1131
"name" : " last_name" ,
1132
1132
"type" : {
1133
1133
"scalarType" : " text"
1134
1134
},
1135
- "description" : null
1135
+ "description" : " The last name of a person "
1136
1136
}
1137
1137
},
1138
- "description" : null
1138
+ "description" : " The name of a person, obviously "
1139
1139
}
1140
1140
},
1141
1141
"nativeQueries" : {
Original file line number Diff line number Diff line change 783
783
"name" : " members" ,
784
784
"type" : {
785
785
"arrayType" : {
786
- "scalarType " : " text "
786
+ "compositeType " : " person_name "
787
787
}
788
788
},
789
789
"description" : null
801
801
"organization" : {
802
802
"name" : " organization" ,
803
803
"fields" : {
804
- "members " : {
804
+ "committees " : {
805
805
"name" : " committees" ,
806
806
"type" : {
807
807
"arrayType" : {
848
848
"type" : {
849
849
"scalarType" : " text"
850
850
},
851
- "description" : null
851
+ "description" : " Address line No 1 "
852
852
},
853
853
"address_line_2" : {
854
854
"name" : " address_line_2" ,
855
855
"type" : {
856
856
"scalarType" : " text"
857
857
},
858
- "description" : null
858
+ "description" : " Address line No 2 "
859
859
}
860
860
},
861
- "description" : null
861
+ "description" : " The address of a person, obviously "
862
862
},
863
863
"person_name" : {
864
864
"name" : " person_name" ,
868
868
"type" : {
869
869
"scalarType" : " text"
870
870
},
871
- "description" : null
871
+ "description" : " The first name of a person "
872
872
},
873
873
"last_name" : {
874
874
"name" : " last_name" ,
875
875
"type" : {
876
876
"scalarType" : " text"
877
877
},
878
- "description" : null
878
+ "description" : " The last name of a person "
879
879
}
880
880
},
881
- "description" : null
881
+ "description" : " The name of a person, obviously "
882
882
}
883
883
},
884
884
"nativeQueries" : {
You can’t perform that action at this time.
0 commit comments