Uses of Interface
org.apache.calcite.linq4j.tree.Types.RecordField
-
Packages that use Types.RecordField Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of Types.RecordField in org.apache.calcite.linq4j.tree
Classes in org.apache.calcite.linq4j.tree that implement Types.RecordField Modifier and Type Class Description classArrayLengthRecordFieldRepresents a length field of a RecordTypeMethods in org.apache.calcite.linq4j.tree that return Types.RecordField Modifier and Type Method Description private static Types.RecordFieldTypes. getRecordField(String fieldName, Types.RecordType type)private static Types.RecordFieldTypes. getSystemField(String fieldName, Class clazz)Methods in org.apache.calcite.linq4j.tree that return types with arguments of type Types.RecordField Modifier and Type Method Description List<Types.RecordField>Types.RecordType. getRecordFields()
-