@NotNull JSONTableColumnPathStep | 
JSONTableColumnsFirstStep.column(String name,
      DataType<?> type) | 
 Add a column to the COLUMNS clause of the
 JSON_TABLE expression. 
 | 
@NotNull JSONTableColumnPathStep | 
JSONTableColumnsFirstStep.column(Field<?> name) | 
 Add a column to the COLUMNS clause of the
 JSON_TABLE expression. 
 | 
@NotNull JSONTableColumnPathStep | 
JSONTableColumnsFirstStep.column(Field<?> name,
      DataType<?> type) | 
 Add a column to the COLUMNS clause of the
 JSON_TABLE expression. 
 | 
@NotNull JSONTableColumnPathStep | 
JSONTableColumnsFirstStep.column(Name name,
      DataType<?> type) | 
 Add a column to the COLUMNS clause of the
 JSON_TABLE expression. 
 |