neuralib.sqlp.util.pull_foreign

neuralib.sqlp.util.pull_foreign(target, foreign)[source]

Let a table T with a foreign constraint refer to table V, pull T data from a V data.

Parameters:
  • target (type[T]) – target table T

  • foreign (V) – a foreign data V referred to.

Returns:

Return type:

Cursor[T]