package expressions
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
GenericRow extends Row
A row implementation that uses an array of objects as the underlying storage.
A row implementation that uses an array of objects as the underlying storage. Note that, while the array is not copied, and thus could technically be mutated after creation, this is not allowed.
- class GenericRowWithSchema extends GenericRow
Value Members
- object OrderUtils