Uses of Class
com.gpudb.Type
-
Packages that use Type Package Description com.gpudb com.gpudb.protocol -
-
Uses of Type in com.gpudb
Methods in com.gpudb that return Type Modifier and Type Method Description static TypeType. fromDynamicSchema(String schemaString, ByteBuffer encodedData)Creates aTypeobject with the specified dynamic schema metadata and encoded dynamic table data.static TypeType. fromTable(GPUdb gpudb, String tableName)Creates aTypeobject containing metadata for the GPUdb type of an existing table in GPUdb.static TypeType. fromType(GPUdb gpudb, String typeId)Creates aTypeobject containing metadata for an existing type in GPUdb.TypeGenericRecord. getType()TypeRecord. getType()Returns the GPUdbTypeof the record.TypeRecordObject. getType()static TypeRecordObject. getType(Class<? extends RecordObject> type)Gets theRecordObject.Typeobject corresponding to the metadata in the specifiedRecordObjectclass.TypeTypeObjectMap. getType()Returns the GPUdbTypeof the type object map.Methods in com.gpudb with parameters of type Type Modifier and Type Method Description static <T> TypeObjectMap<T>TypeObjectMap. fromType(Type type, Class<T> objectClass)Creates aTypeObjectMapbased on the specifiedTypeand class.static <T> TypeObjectMap<T>TypeObjectMap. fromType(Type type, Class<T> objectClass, Map<String,String> columnOverrides)Creates aTypeObjectMapbased on the specifiedTypeand class with the specified overrides.Constructors in com.gpudb with parameters of type Type Constructor Description BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize)Creates aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options)Creates aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options, WorkerList workers)Creates aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options, WorkerList workers, BulkInserter.FlushOptions flushOptions)Creates aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options, WorkerList workers, BulkInserter.FlushOptions flushOptions, GPUdbBase.JsonOptions jsonOptions)Creates aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options, WorkerList workers, GPUdbBase.JsonOptions jsonOptions)Creates aBulkInserterwith the specified parameters.GenericRecord(Type type)Creates a new generic record based on the specified GPUdbType.RecordRetriever(GPUdb gpudb, String tableName, Type type)Creates aRecordRetrieverwith the specified parameters.RecordRetriever(GPUdb gpudb, String tableName, Type type, WorkerList workers)Creates aRecordRetrieverwith the specified parameters.RecordRetriever(GPUdb gpudb, String tableName, Type type, WorkerList workers, Map<String,String> options)Creates aRecordRetrieverwith the specified parameters.RecordRetriever(GPUdb gpudb, String tableName, Type type, Map<String,String> options)Creates aRecordRetrieverwith the specified parameters.TypeObjectMap(Type type, Class<T> objectClass, TypeObjectMap.Factory<T> factory, List<TypeObjectMap.Accessor> accessors, List<TypeObjectMap.Mutator> mutators)Creates aTypeObjectMapfor the specifiedTypeand class. -
Uses of Type in com.gpudb.protocol
Methods in com.gpudb.protocol that return Type Modifier and Type Method Description TypeAggregateGroupByResponse. getDataType()TheTypeobject containing the type of the dynamically generated data.TypeAggregateUniqueResponse. getDataType()TheTypeobject containing the type of the dynamically generated data.TypeAggregateUnpivotResponse. getDataType()TheTypeobject containing the type of the dynamically generated data.TypeExecuteSqlResponse. getDataType()TheTypeobject containing the type of the dynamically generated data.TypeGetRecordsByColumnResponse. getDataType()TheTypeobject containing the type of the dynamically generated data.Methods in com.gpudb.protocol with parameters of type Type Modifier and Type Method Description AggregateGroupByResponseAggregateGroupByResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.AggregateUniqueResponseAggregateUniqueResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.AggregateUnpivotResponseAggregateUnpivotResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.ExecuteSqlResponseExecuteSqlResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.GetRecordsByColumnResponseGetRecordsByColumnResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.
-