org.eigenbase.rel
Interface ProjectRelBase.Flags

Enclosing class:
ProjectRelBase

public static interface ProjectRelBase.Flags


Field Summary
static int AnonFields
           
static int Boxed
          Whether the resulting row is to be a synthetic class whose fields are the aliases of the fields.
static int None
           
 

Field Detail

AnonFields

static final int AnonFields
See Also:
Constant Field Values

Boxed

static final int Boxed
Whether the resulting row is to be a synthetic class whose fields are the aliases of the fields. boxed must be true unless there is only one field: select {dept.deptno} from dept is boxed, select dept.deptno from dept is not.

See Also:
Constant Field Values

None

static final int None
See Also:
Constant Field Values