Package relationalai.protocol
Class Schema
- java.lang.Object
-
- relationalai.protocol.Schema
-
public final class Schema extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Schema.ConstantType
Every value can be used as a type.static interface
Schema.ConstantTypeOrBuilder
static class
Schema.Kind
Protobuf enumrelationalai.protocol.Kind
static class
Schema.PrimitiveType
next available: 19static class
Schema.PrimitiveValue
next available: 18static interface
Schema.PrimitiveValueOrBuilder
static class
Schema.RelationId
Relations are currently identified by their type signature.static interface
Schema.RelationIdOrBuilder
static class
Schema.RelInt128
Named this way to avoid collision with julia's Core.{U,}Int128.static interface
Schema.RelInt128OrBuilder
static class
Schema.RelTuple
Renamed from Tuple to avoid collision with julia and python `Tuple`.static interface
Schema.RelTupleOrBuilder
static class
Schema.RelType
Unionstatic interface
Schema.RelTypeOrBuilder
static class
Schema.RelUInt128
Protobuf typerelationalai.protocol.RelUInt128
static interface
Schema.RelUInt128OrBuilder
static class
Schema.ValueType
Protobuf typerelationalai.protocol.ValueType
static interface
Schema.ValueTypeOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-