Class CatchallSchema
java.lang.Object
org.apache.calcite.test.schemata.catchall.CatchallSchema
Object whose fields are relations. Called "catch-all" because it's OK
if tests add new fields.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAll field are private, therefore the resulting record has no fields.static classTable that has a field that cannot be recognized as a SQL type.static classRecord that has a field of every interesting type.static classTable that has integer and string fields.static classCustom java class that holds just a single field. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CatchallSchema.AllPrivate[]final CatchallSchema.BadType[]final BitSetfinal CatchallSchema.IntAndString[]final Enumerable<Employee>final CatchallSchema.EveryType[]final CatchallSchema.IntAndString[]final Employee[]final int[]final Integer[]final CatchallSchema.IntHolder[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enumerable
-
list
-
bitSet
-
everyTypes
-
allPrivates
-
badTypes
-
prefixEmps
-
primesBoxed
-
primes
public final int[] primes -
primesCustomBoxed
-
nullables
-
bools
-
-
Constructor Details
-
CatchallSchema
public CatchallSchema()
-