Get the list of columns used to create this schema @return list of columns
()
| 224 | * @return list of columns |
| 225 | */ |
| 226 | public List<ColumnSchema> getColumns() { |
| 227 | return this.columnsByIndex; |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Get the count of columns with variable length (BINARY/STRING) in |
no outgoing calls