Skip to main content

CreateColumnOptionsBase TypeAlias

Base options for creating table cow schema.

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature

type CreateColumnOptionsBase<TSchemaFactory extends SchemaFactoryBeta = SchemaFactoryBeta, TCell extends ImplicitAllowedTypes = ImplicitAllowedTypes> = OptionsWithSchemaFactory<TSchemaFactory> & OptionsWithCellSchema<TCell>;

Type Parameters

ParameterConstraintDefaultDescription
TSchemaFactorySchemaFactoryBetaSchemaFactoryBeta
TCellImplicitAllowedTypesImplicitAllowedTypes

Remarks

Includes parameters common to all column factory overloads. \