Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2579,23 +2579,23 @@
},
"isNullable": {
"type": "boolean",
"description": "the the switch indicating if this type is nullable."
"description": "The switch indicating if this type is nullable."
},
"isUserDefined": {
"type": "boolean",
"description": "the the switch indicating if this type is user defined."
"description": "The switch indicating if this type is user defined."
},
"isAssemblyType": {
"type": "boolean",
"description": "the the switch indicating if this type is an assembly type."
"description": "The switch indicating if this type is an assembly type."
},
"isTableType": {
"type": "boolean",
"description": "the the switch indicating if this type is a table type."
"description": "The switch indicating if this type is a table type."
},
"isComplexType": {
"type": "boolean",
"description": "the the switch indicating if this type is a complex type."
"description": "The switch indicating if this type is a complex type."
}
},
"description": "A Data Lake Analytics catalog U-SQL type item."
Expand Down Expand Up @@ -2679,11 +2679,11 @@
},
"originalPath": {
"type": "string",
"description": "the the original path to the assembly file."
"description": "The original path to the assembly file."
},
"contentPath": {
"type": "string",
"description": "the the content path to the assembly file."
"description": "The content path to the assembly file."
}
},
"description": "A Data Lake Analytics catalog U-SQL assembly file information item."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4283,23 +4283,23 @@
},
"isNullable": {
"type": "boolean",
"description": "the the switch indicating if this type is nullable."
"description": "The switch indicating if this type is nullable."
},
"isUserDefined": {
"type": "boolean",
"description": "the the switch indicating if this type is user defined."
"description": "The switch indicating if this type is user defined."
},
"isAssemblyType": {
"type": "boolean",
"description": "the the switch indicating if this type is an assembly type."
"description": "The switch indicating if this type is an assembly type."
},
"isTableType": {
"type": "boolean",
"description": "the the switch indicating if this type is a table type."
"description": "The switch indicating if this type is a table type."
},
"isComplexType": {
"type": "boolean",
"description": "the the switch indicating if this type is a complex type."
"description": "The switch indicating if this type is a complex type."
}
},
"description": "A Data Lake Analytics catalog U-SQL type item."
Expand Down Expand Up @@ -4384,11 +4384,11 @@
},
"originalPath": {
"type": "string",
"description": "the the original path to the assembly file."
"description": "The original path to the assembly file."
},
"contentPath": {
"type": "string",
"description": "the the content path to the assembly file."
"description": "The content path to the assembly file."
}
},
"description": "A Data Lake Analytics catalog U-SQL assembly file information item."
Expand Down