We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
column
1 parent 80e88f8 commit 106bccaCopy full SHA for 106bcca
vortex-python/src/expr/mod.rs
@@ -238,6 +238,10 @@ pub fn root() -> PyExpr {
238
/// >>> ve.column("age")
239
/// <vortex.Expr object at ...>
240
/// ```
241
+///
242
+/// .. seealso::
243
244
+/// :meth:`.vortex.Expr.__getitem`: access a field of a struct a array.
245
#[pyfunction]
246
pub fn column<'py>(name: &Bound<'py, PyString>) -> PyResult<Bound<'py, PyExpr>> {
247
let py = name.py();
0 commit comments