private FixedLengthSchema GetSchema(object[] values)
 {
     return(injector == null ? Metadata.ExecutionContext.Schema : injector.GetSchema(values));
 }