Class Keys.RecordKey

java.lang.Object
net.hydromatic.morel.type.Type.Key
net.hydromatic.morel.type.Keys.RecordKey
Enclosing class:
Keys

private static class Keys.RecordKey extends Type.Key
Key of a record type.
  • Field Details

    • argNameTypes

      final com.google.common.collect.ImmutableSortedMap<String,Type.Key> argNameTypes
  • Constructor Details

    • RecordKey

      RecordKey(com.google.common.collect.ImmutableSortedMap<String,Type.Key> argNameTypes)
  • Method Details