TIL, thanks.

On Mon, Sep 19, 2016 at 9:00 AM Ben Chambers <bchamb...@apache.org> wrote:

> I think this is using http://www.mathwords.com/i/interval_notation.htm to
> indicate that the interval includes the start time but not the end time.
>
> On Mon, Sep 19, 2016, 8:56 AM Jesse Anderson <je...@smokinghand.com>
> wrote:
>
> > The toString() to IntervalWindow starts with a square bracket and ends
> with
> > a parenthesis. Is this a type of notation or a bug? Code:
> >
> >   @Override
> >   public String toString() {
> >     return "[" + start + ".." + end + ")";
> >   }
> >
> > Thanks,
> >
> > Jesse
> >
>

Reply via email to