(
self,
column: Optional[Column[Any]],
default: DefaultGenerator,
type_: Optional[TypeEngine[Any]],
)
| 3127 | raise NotImplementedError() |
| 3128 | |
| 3129 | def _exec_default( |
| 3130 | self, |
| 3131 | column: Optional[Column[Any]], |
| 3132 | default: DefaultGenerator, |
| 3133 | type_: Optional[TypeEngine[Any]], |
| 3134 | ) -> Any: |
| 3135 | raise NotImplementedError() |
| 3136 | |
| 3137 | def _prepare_set_input_sizes( |
| 3138 | self, |