Schema is an expression template that holds the information about the sequence of stages that constitute
the pipeline and arguments passed to their constructors when the pipeline is instantiated.
Schema objects should not be created explicitly, but instead the function .pipe and member function Schema.pipe
should be used to create a schema and append stages to it.
Schema is an expression template that holds the information about the sequence of stages that constitute the pipeline and arguments passed to their constructors when the pipeline is instantiated.
Schema objects should not be created explicitly, but instead the function .pipe and member function Schema.pipe should be used to create a schema and append stages to it.