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
Modifier and TypeClassDescriptionstatic class
All field are private, therefore the resulting record has no fields.static class
Table that has a field that cannot be recognized as a SQL type.static class
Record that has a field of every interesting type.static class
Table that has integer and string fields.static class
Custom java class that holds just a single field. -
Field Summary
Modifier and TypeFieldDescriptionfinal CatchallSchema.AllPrivate[]
final CatchallSchema.BadType[]
final BitSet
final CatchallSchema.IntAndString[]
final Enumerable<Employee>
final CatchallSchema.EveryType[]
final CatchallSchema.IntAndString[]
final Employee[]
final int[]
final Integer[]
final CatchallSchema.IntHolder[]
-
Constructor Summary
-
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()
-