Crysda::ColNames
Struct which is passed to block and provide helpful methods which can be invoked to perform filtering
Constructors
Instance methods
all
Sourceexcept(*cols : String)
normally, there should be no need for them. We just do positive selection and either use
reject or select.
BUT: verbs like gather still need to support negative selection
Performs a negative selection by selecting all columns except the listed ones.
except
Sourcenames
Source