neuralib.sqlp.table.table_field

neuralib.sqlp.table.table_field(table, field)[source]

Get field by the name in the table.

Parameters:
  • table (type[T])

  • field (str)

Returns:

Raises:

RuntimeError – no such field.

Return type:

Field