Uses of Class
com.gpudb.RecordObject
-
Packages that use RecordObject Package Description com.gpudb -
-
Uses of RecordObject in com.gpudb
Method parameters in com.gpudb with type arguments of type RecordObject Modifier and Type Method Description static StringRecordObject. createType(Class<? extends RecordObject> type, GPUdb gpudb)Creates a type in GPUdb based on the metadata in the specifiedRecordObjectclass and returns the type ID for reference.static org.apache.avro.SchemaRecordObject. getSchema(Class<? extends RecordObject> type)Gets the Avro record schema corresponding to the metadata in the specifiedRecordObjectclass.static TypeRecordObject. getType(Class<? extends RecordObject> type)Gets theRecordObject.Typeobject corresponding to the metadata in the specifiedRecordObjectclass.
-