Uses of Class
com.cognite.client.dto.RawRow
-
Packages that use RawRow Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of RawRow in com.cognite.client
Methods in com.cognite.client that return types with arguments of type RawRow Modifier and Type Method Description List<RawRow>RawRows. delete(Collection<RawRow> rows)Deletes a set of rows from Raw tables.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName)Returns all rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, Request requestParameters)Returns a set of rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, Request requestParameters, String... cursors)Returns a set of rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, List<String> columns)Returns all rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, List<String> columns, Request requestParameters)Returns all rows from a table.List<RawRow>RawRows. retrieve(String dbName, String tableName, Collection<String> rowKeys)Retrieves a set of rows based on row key.List<RawRow>RawRows. upsert(List<RawRow> rows)Creates rows in raw tables.List<RawRow>RawRows. upsert(List<RawRow> rows, boolean ensureParent)Creates rows in raw tables.Method parameters in com.cognite.client with type arguments of type RawRow Modifier and Type Method Description List<RawRow>RawRows. delete(Collection<RawRow> rows)Deletes a set of rows from Raw tables.List<RawRow>RawRows. upsert(List<RawRow> rows)Creates rows in raw tables.List<RawRow>RawRows. upsert(List<RawRow> rows, boolean ensureParent)Creates rows in raw tables. -
Uses of RawRow in com.cognite.client.dto
Methods in com.cognite.client.dto that return RawRow Modifier and Type Method Description RawRowRawRow.Builder. build()RawRowRawRow.Builder. buildPartial()static RawRowRawRow. getDefaultInstance()RawRowRawRow.Builder. getDefaultInstanceForType()RawRowRawRow. getDefaultInstanceForType()static RawRowRawRow. parseDelimitedFrom(InputStream input)static RawRowRawRow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawRowRawRow. parseFrom(byte[] data)static RawRowRawRow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawRowRawRow. parseFrom(com.google.protobuf.ByteString data)static RawRowRawRow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawRowRawRow. parseFrom(com.google.protobuf.CodedInputStream input)static RawRowRawRow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawRowRawRow. parseFrom(InputStream input)static RawRowRawRow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawRowRawRow. parseFrom(ByteBuffer data)static RawRowRawRow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type RawRow Modifier and Type Method Description com.google.protobuf.Parser<RawRow>RawRow. getParserForType()static com.google.protobuf.Parser<RawRow>RawRow. parser()Methods in com.cognite.client.dto with parameters of type RawRow Modifier and Type Method Description RawRow.BuilderRawRow.Builder. mergeFrom(RawRow other)static RawRow.BuilderRawRow. newBuilder(RawRow prototype) -
Uses of RawRow in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return RawRow Modifier and Type Method Description static RawRowRawParser. parseRawRow(String dbName, String dbTable, String rowJson)Parses an raw row json string toRawRowproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type RawRow Modifier and Type Method Description static Map<String,Object>RawParser. toRequestInsertItem(RawRow element)Builds a request insert item object fromRawRow. -
Uses of RawRow in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type RawRow Modifier and Type Method Description static List<RawRow>DataGenerator. generateRawRows(String dbName, String tableName, int noObjects)
-